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