1. cd42c58 Regenerate. by Reid Spencer · 19 years ago
  2. b775bbc Dump the old va_arg and va_next upgrade support. No need to keep track of by Reid Spencer · 19 years ago
  3. 315d055 Finally get the casting right in this file. Also, remove some unnecessary by Reid Spencer · 19 years ago
  4. 953fa04 Revert an unintended change. by Evan Cheng · 19 years ago
  5. 28b51439 - Switch X86-64 JIT to large code size model. by Evan Cheng · 19 years ago
  6. f2d9ceb straighten out various memory ownership issues in the callgraph stuff. by Chris Lattner · 19 years ago
  7. 8257bee This needs the callgraph data structure to stick around as long as the by Chris Lattner · 19 years ago
  8. f12ee42 Regenerate. by Reid Spencer · 19 years ago
  9. 999b2df For PR645: by Reid Spencer · 19 years ago
  10. 9eef56f Regenerate. by Reid Spencer · 19 years ago
  11. c6e956e Remove various old upgrade hacks that are no longer needed. by Reid Spencer · 19 years ago
  12. 7858b33 Bail on the getInferredCast idea. Remove the function and convert by Reid Spencer · 19 years ago
  13. f3597a1 If we have ScalarSSE, we can select bitconvert into single instructions. by Chris Lattner · 19 years ago
  14. 2beb136 Add a perf optzn corresponding to PR1033. by Chris Lattner · 19 years ago
  15. 399610a Fix PR1033 and CodeGen/X86/bitcast.ll, by expanding bitcast to a load/store pair. by Chris Lattner · 19 years ago
  16. ade2f54 new testcase by Chris Lattner · 19 years ago
  17. 97815c6 expand memmove and memcpy by Rafael Espindola · 19 years ago
  18. 875fd8f Eliminate "control reaches end of non-void function" warnings. by Reid Spencer · 19 years ago
  19. 462af9a add support for the "r" asm constraint patch by Lauro Ramos Venancio by Rafael Espindola · 19 years ago
  20. af21f4f Fix typo noticed by Lauro Ramos Venancio, thanks! by Chris Lattner · 19 years ago
  21. 204b0c2 add support for weak linkage by Rafael Espindola · 19 years ago
  22. eae6ce5 Ignore the Output directory. by Reid Spencer · 19 years ago
  23. fd00deb JIT large code model support. by Evan Cheng · 19 years ago
  24. 6f40b83 Can't make these fail now with just BitCast. Previous failures must have by Reid Spencer · 19 years ago
  25. 35c1c04 Asm printing bug. by Evan Cheng · 19 years ago
  26. 19f2ffc - Fix X86-64 JIT by temporarily disabling code that treats GV address as 32-bit by Evan Cheng · 19 years ago
  27. d9ff60b Update by Evan Cheng · 19 years ago
  28. 57c6993 Remove the last inferred casts from VMCore. by Reid Spencer · 19 years ago
  29. 330d86d Implement createPointerCast. by Reid Spencer · 19 years ago
  30. c0459fb Implement getPointerCast. by Reid Spencer · 19 years ago
  31. 4d7bd8f new testcase by Chris Lattner · 19 years ago
  32. e13ab2a add an instcombine xform. This speeds up 462.libquantum from 9.78s to by Chris Lattner · 19 years ago
  33. 67a821d SCCP does not handle Packed Type properly. Disable Packed Type handling for now. by Devang Patel · 19 years ago
  34. 887ee06 Add cast creation functions for Pointer Casts, either BitCast or PtrToInt by Reid Spencer · 19 years ago
  35. 98ae09c Add support for 64-bit 'r' constraint. Patch by by Rafael ~Avila de Espíndol! by Chris Lattner · 19 years ago
  36. f34208b Testcase for PR1029, patch by Rafael vila de Espíndola by Chris Lattner · 19 years ago
  37. efc7e52 Restoration of the stack pointer after a deallocation of a alloca was not by Jim Laskey · 19 years ago
  38. 67263fe Separate getCompare from get and getCompareTy from getTy. by Reid Spencer · 19 years ago
  39. 90fdf9c Separate the get and getTy functions for ICmp and FCmp into getCompare by Reid Spencer · 19 years ago
  40. 09906f3 Fix comment grammaro by Reid Spencer · 19 years ago
  41. 85f5b5b We only support 32-bit or 64-bit sequential type indices for GEP. Document by Reid Spencer · 19 years ago
  42. 12d38bf Add a comment and fix a memory leak. Thanks to Vikram for pointing this out. by Chris Lattner · 19 years ago
  43. 0eb776f These pass on Linux now. by Reid Spencer · 19 years ago
  44. 36917d9 Expose the sanity. by Reid Spencer · 19 years ago
  45. 8955e3b Unclutter this by using new cast creation functions. by Reid Spencer · 19 years ago
  46. 848414e Implement new cast creation functions for both instructions and constant by Reid Spencer · 19 years ago
  47. 4d42fce Fix the intrinsic debug call to make this match current definition. by Reid Spencer · 19 years ago
  48. 2e1af73 Make this test succeed on both Darwin and Linux by Reid Spencer · 19 years ago
  49. 01c4259 Document the icmp and fcmp constant expressions. by Reid Spencer · 19 years ago
  50. 3f4d6d1 XFAIL until PR1033 is fixed. by Reid Spencer · 19 years ago
  51. 8d5a6ae Reduce the size of the ExprMapKeyType class. by Reid Spencer · 19 years ago
  52. b212dce Test case for PR1033, x86-64 code gen fails on bitcast. by Reid Spencer · 19 years ago
  53. 2c312ad Non-darwin gcc should default to static relocation to match gcc. by Evan Cheng · 19 years ago
  54. 0650378 Fix test. by Evan Cheng · 19 years ago
  55. 0b76b0b Purpose of test is lost in upgrade. by Jim Laskey · 19 years ago
  56. 933ca31 Remove debug info. by Jim Laskey · 19 years ago
  57. 14bab5d Fix inferred casts. by Reid Spencer · 19 years ago
  58. 1029255 Fix 80 cols violation by Reid Spencer · 19 years ago
  59. 1404238 Regenerate. by Reid Spencer · 19 years ago
  60. d3d390f Fixed to use current debug info. by Jim Laskey · 19 years ago
  61. bd28b11 Moving to DebugInfo. by Jim Laskey · 19 years ago
  62. 1f401b7 Duplicate of Regression/Debugger/funccall.ll. by Jim Laskey · 19 years ago
  63. 4012e83 Regenerate. by Reid Spencer · 19 years ago
  64. 595b477 For PR950: Implement read/write of ICmp and FCmp constant expressions by Reid Spencer · 19 years ago
  65. 763ed5e For PR950: For ICmp and FCmp constant expressions, put the predicate outiside the parentheses to match what llvm-upgrade generates. by Reid Spencer · 19 years ago
  66. 077d0eb For PR950: Fix constant expressions to properly support ICmp and FCmp type expressions. by Reid Spencer · 19 years ago
  67. 2f8bbf5 For PR950: Implement a stub for folding ICmp and FCmp instructions by Reid Spencer · 19 years ago
  68. 81dfeb3 For PR950: Implement ICmp/FCmp predicate printing for constant expressions by Reid Spencer · 19 years ago
  69. 4b94f49 For PR950: Provide an isCompare method for detection of ICmp and FCmp constant expressions. Change interfaces to allow for ICmp and FCmp predicate values. by Reid Spencer · 19 years ago
  70. 3b38442 Update call to CastInst::getCastOpcode for its new signature. by Reid Spencer · 19 years ago
  71. 575d95c Change inferred casts to explicit casts. by Reid Spencer · 19 years ago
  72. 5666712 Take a baby step towards getting rid of inferred casts. Provide methods on by Reid Spencer · 19 years ago
  73. 75575fc Remove line not meant to be committed. by Reid Spencer · 19 years ago
  74. e46687c Handle upgrade of llvm-gcc3 assembly files. by Reid Spencer · 19 years ago
  75. 9f13276 Support ICmp/FCmp constant expression reading and writing. by Reid Spencer · 19 years ago
  76. 42ddd84 Update for signless GEP semantics. by Reid Spencer · 19 years ago
  77. e558c68 Use weak_import on linux, weak everywhere else. Makes test pass on Linux. by Reid Spencer · 19 years ago
  78. c1126ac Remove dead code. by Reid Spencer · 19 years ago
  79. 13cf7b6 Regenerate. by Reid Spencer · 19 years ago
  80. 9b16303 Remove useless #include. by Reid Spencer · 19 years ago
  81. 4dc9e5a These tests need llvm-upgrade. This fixes last night's nightly test fallout. by Reid Spencer · 19 years ago
  82. 57f28f9 Match the llvmAsmParser's handling of ICmp and FCmp instructions. by Reid Spencer · 19 years ago
  83. 6e18b7d Regenerate. by Reid Spencer · 19 years ago
  84. 9f746f4 Shorten the FCmp and ICmp mnemonics to 3 letters. Make the parser by Reid Spencer · 19 years ago
  85. 87e8ec9 Shorten the FCmp predicate mnemonics. by Reid Spencer · 19 years ago
  86. c8dab49 Implement reading and writing of the ICmp and FCmp instructions. by Reid Spencer · 19 years ago
  87. 74f1642 Allow the ICmp and FCmp instructions to be written by the AsmWriter by Reid Spencer · 19 years ago
  88. 728b6db Implement creation of ICmp and FCmp constant expressions. by Reid Spencer · 19 years ago
  89. 3795ad1 Remove backwards compatibility goop. This is now handled by llvm-upgrade. by Reid Spencer · 19 years ago
  90. a132e04 Regenerate. by Reid Spencer · 19 years ago
  91. 08de34b Remove backwards compatibility goop. Now implemented in llvm-upgrade. by Reid Spencer · 19 years ago
  92. e968dc9 Upgrade to version 7 bytecode format. by Reid Spencer · 19 years ago
  93. bec0b59 Regenerate. by Reid Spencer · 19 years ago
  94. ec9c4f4 Add a needed #include. by Reid Spencer · 19 years ago
  95. 229e936 Regenerate. by Reid Spencer · 19 years ago
  96. 2b40438 Implement upgrade of setcc instruction to icmp/fcmp, but don't enable it yet. by Reid Spencer · 19 years ago
  97. a5ce97b Make sure this file gets upgraded with llvm-upgrade by Reid Spencer · 19 years ago
  98. 2e7e4f2 Upgrade intrinsic function calls manually. by Reid Spencer · 19 years ago
  99. ae8e54a These files need llvm-upgrade. by Reid Spencer · 19 years ago
  100. a090f1f Rearrange code so that llvm-upgrade doesn't break the optimization this by Reid Spencer · 19 years ago