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