1. b76efb7 Change the interface to Module::getOrInsertFunction to be easier to use,to resolve PR1088, and to help PR411. by Chris Lattner · 19 years ago
  2. 70d1305 Change the interface to Module::getOrInsertFunction to be easier to use, by Chris Lattner · 19 years ago
  3. 1296988 Regenerate. by Reid Spencer · 19 years ago
  4. e3671f9 Upgrade the llvm.isunordered intrinsics to "fcmp uno" instruction. by Reid Spencer · 19 years ago
  5. a121fdd prepare for adjustment to getOrInsertFunction method by Chris Lattner · 19 years ago
  6. 6a98754 add some casts to support a change in the getOrInsertFunction interface by Chris Lattner · 19 years ago
  7. 52a457c relax type by Chris Lattner · 19 years ago
  8. febe5f1 relax some types by Chris Lattner · 19 years ago
  9. 35057c2 relax types by Chris Lattner · 19 years ago
  10. 9214196 relax some types by Chris Lattner · 19 years ago
  11. f3ccb69 remove support for old-style varargs upgrading by Chris Lattner · 19 years ago
  12. f74edf2 this is an overcomplex way to call exit :) by Chris Lattner · 19 years ago
  13. 32ff92d Add a test case for PR1086 by Reid Spencer · 19 years ago
  14. 0ae9693 For PR1086: by Reid Spencer · 19 years ago
  15. e0a9c9c Simplify the testcase by Chris Lattner · 19 years ago
  16. 8b0e360 Fix PR1015 and Transforms/IndVarsSimplify/2007-01-06-TripCount.ll, a by Chris Lattner · 19 years ago
  17. b4b512b Testcase for PR1015 by Chris Lattner · 19 years ago
  18. f82188c cast of int to bool no longer does a compare, rendering this fixme obsolete by Chris Lattner · 19 years ago
  19. ee4f13a add -debug output for -indvars. by Chris Lattner · 19 years ago
  20. a636224 Update the documentation for SymbolTable class. by Reid Spencer · 19 years ago
  21. d5f317d As PR1085 was fixed, back out workaround by Anton Korobeynikov · 19 years ago
  22. 43ebbcd Testcase for PR1085 by Chris Lattner · 19 years ago
  23. 774abfe New testcase for PR1084 by Chris Lattner · 19 years ago
  24. ddc6f35 Add C wrappers for the LTO library (PR1081). Patch by Chandler Carruth! by Chris Lattner · 19 years ago
  25. 11fdadf fix typo by Chris Lattner · 19 years ago
  26. 8d648f7 testcase for pr1083 by Chris Lattner · 19 years ago
  27. 41a4429 wow, the link was already broken :) by Chris Lattner · 19 years ago
  28. 38742b9 add a note by Chris Lattner · 19 years ago
  29. 15c9188 Disable the macho writer until it is 100% functional. Enabling it when by Chris Lattner · 19 years ago
  30. 1747b26 this testcase is too large to be useful, and requires a .bc file to be by Chris Lattner · 19 years ago
  31. 46013f4 Fix regressions in InstCombine/call-cast-target.ll and InstCombine/2003-11-13-ConstExprCastCall.ll by Chris Lattner · 19 years ago
  32. cea9d1d gcc often inserts it's own names for sections (e.g. by Anton Korobeynikov · 19 years ago
  33. c2ca99c Regenerate for new bytecode file format. by Reid Spencer · 19 years ago
  34. 78d033e For PR411: by Reid Spencer · 19 years ago
  35. f8383de Regenerate. by Reid Spencer · 19 years ago
  36. 7c00289 Accomodate new name manglinge done by llvm-upgrade by Reid Spencer · 19 years ago
  37. cb03b5a For PR1082: by Reid Spencer · 19 years ago
  38. 3d66ad0 Currently, there is no fix for this. by Reid Spencer · 19 years ago
  39. 4da3df0 Test case for PR1082, an llvm-upgrade bug. by Reid Spencer · 19 years ago
  40. f72538e Add an option for getting the C compiler flags, --cflags. by Reid Spencer · 19 years ago
  41. 80c6c3b this final call to canLosslesslyBitCastTo is dead, because ValueRequiresCast by Chris Lattner · 19 years ago
  42. ec47992 simplify some more code now that there are not multiple different integer by Chris Lattner · 19 years ago
  43. 57d8637 eliminate some uses of canLosslesslyBitCastTo, this actually makes the code stronger, by nuking by Chris Lattner · 19 years ago
  44. d5dc0fb no need to worry about int vs uint any more. by Chris Lattner · 19 years ago
  45. ab4be63 new note by Chris Lattner · 19 years ago
  46. a7c46fa Regenerate by Reid Spencer · 19 years ago
  47. eb0d1d3 Test Case for PR1080. by Reid Spencer · 19 years ago
  48. 520071a For PR1080: by Reid Spencer · 19 years ago
  49. d08d233 setSetCCIsExpensive is gone. by Evan Cheng · 19 years ago
  50. 636c753 Expand fcopysign to the bitwise sequence if select is marked as expensive. by Evan Cheng · 19 years ago
  51. 257464a - Remove isSetCCExpensive() etc. These are no longer used. by Evan Cheng · 19 years ago
  52. cde53d3 1) Remove old AnalysisResolver. by Devang Patel · 19 years ago
  53. 8b31b2d Fix dependencies. The lexer depends on the grammar for the UpgradeParser.h by Reid Spencer · 19 years ago
  54. bafe19d Update test case. by Evan Cheng · 19 years ago
  55. 7fa67b7 For PR1077: Remove the XFAIL now that global redefinitions are not permitted. by Reid Spencer · 19 years ago
  56. 63c3445 Regenerate. by Reid Spencer · 19 years ago
  57. 90e2f63 For PR1077: by Reid Spencer · 19 years ago
  58. 73d6cf1 - FCOPYSIGN custom lowering bug. Clear the sign bit of operand 0 first before by Evan Cheng · 19 years ago
  59. 5cf0fe4 Add an example to the trunc instruction to clarify trunc to bool. by Reid Spencer · 19 years ago
  60. 068c5f4 Bug in ExpandFCOPYSIGNToBitwiseOps(). Clear the old sign bit of operand 0 by Evan Cheng · 19 years ago
  61. 489a87c CopyToReg source operand can be a register as well. e.g. Copy from GlobalBaseReg. by Evan Cheng · 19 years ago
  62. ddbc606 Remove PassManagerT.h by Devang Patel · 19 years ago
  63. cccd80d Remove old pass manager. by Devang Patel · 19 years ago
  64. 3b29264 This test case needs parameter attributes, manually upgrade and don't by Reid Spencer · 19 years ago
  65. e5fe98c Global variables are not renamed by llvm-upgrade any more. by Reid Spencer · 19 years ago
  66. 98ed696 Update for change in parameter attribute syntax. by Reid Spencer · 19 years ago
  67. bf89553 Update for change in parameter attributes syntax. by Reid Spencer · 19 years ago
  68. cfd09d9 Wrap long RUN: line. by Reid Spencer · 19 years ago
  69. 6b91775 Globals are not renamed any more. by Reid Spencer · 19 years ago
  70. c33a34f This test case needs zext and sext attributes so manually upgrade it and by Reid Spencer · 19 years ago
  71. 7a50c23 Changes to parameter attribute syntax. by Reid Spencer · 19 years ago
  72. 02b9a0f Changes to parameter attributes syntax. by Reid Spencer · 19 years ago
  73. 90dd871 Globals are not being renamed any more. by Reid Spencer · 19 years ago
  74. ab7b74a This test case has been translated to 2.0 assembly so don't run by Reid Spencer · 19 years ago
  75. 869f8eb Fix this to check for the correct error message. by Reid Spencer · 19 years ago
  76. 71fc834 This tests for something that will become illegal soon. The test/Feature by Reid Spencer · 19 years ago
  77. 89d9837 Beef up this test case a little by introducing a global variable name by Reid Spencer · 19 years ago
  78. 280e646 Make this test that we can drop the implementation keyword for llvm-as. by Reid Spencer · 19 years ago
  79. 2fd6c65 Fix the test case for the change in parameter attribute syntax. The @ is by Reid Spencer · 19 years ago
  80. dfa4b1a For PR1077: by Reid Spencer · 19 years ago
  81. 4933af1 For PR1077: by Reid Spencer · 19 years ago
  82. 319a730 Regenerate by Reid Spencer · 19 years ago
  83. bcdd54c Adjust to new header file name. by Reid Spencer · 19 years ago
  84. 90eb4d6 Major update of llvm-upgrade: by Reid Spencer · 19 years ago
  85. 218ded2 Regenerate. by Reid Spencer · 19 years ago
  86. 2c26178 Change the syntax for parameter attributes: by Reid Spencer · 19 years ago
  87. bdcb9df Give the assembler some input. by Reid Spencer · 19 years ago
  88. 1722eee Typo by Evan Cheng · 19 years ago
  89. 00c2970 Add a test case for SSE fcopysign using SSE bitwise operations. by Evan Cheng · 19 years ago
  90. 68c47cb With SSE2, expand FCOPYSIGN to a series of SSE bitwise operations. by Evan Cheng · 19 years ago
  91. e4929dd Implement InstCombine/vec_shuffle.ll:%test7, simplifying shuffles with by Chris Lattner · 19 years ago
  92. 4e56f7c new test by Chris Lattner · 19 years ago
  93. 15411cb manually upgrade this testcase by Chris Lattner · 19 years ago
  94. 4f0e33d fold things like a^b != c^a -> b != c. This implements InstCombine/xor.ll:test27 by Chris Lattner · 19 years ago
  95. 297a22b new testcase by Chris Lattner · 19 years ago
  96. e76b77c llvm upgrade doesn't accept 'define' by Chris Lattner · 19 years ago
  97. e617c9e Compile X + ~X to -1. This implements Instcombine/add.ll:test34 by Chris Lattner · 19 years ago
  98. 0a2c88d new testcase by Chris Lattner · 19 years ago
  99. 0d630d2 GEP subscript is interpreted as a signed value. by Evan Cheng · 19 years ago
  100. ac8d276 Correct the documentation for function declarations. They can have dllimport by Reid Spencer · 19 years ago