1. 8f77dae Add support for the new va_arg instruction by Chris Lattner · 21 years ago
  2. 97b315a Add support for the new VarArgInst instruction, reindent some stuff by Chris Lattner · 21 years ago
  3. fb892e5 Add new VarArgInst class for the va_arg instruction by Chris Lattner · 21 years ago
  4. c567567 Add support for new va_arg instruction by Chris Lattner · 21 years ago
  5. 92858ed New testcase by Chris Lattner · 21 years ago
  6. 8d8f20e Don't inline functions that take variable numbers of arguments! by Chris Lattner · 21 years ago
  7. 1b27cb7 Remove using decl by Chris Lattner · 21 years ago
  8. 7b13f56 Remove using declarations by Chris Lattner · 21 years ago
  9. fd6b30e Added the initial version of the TableGen description for the Sparc backend. by Misha Brukman · 21 years ago
  10. e7a7ab4 Fixed syntax error (in documentation!): missing parenthesis. by Misha Brukman · 21 years ago
  11. 700fd49 Grammar fix: `of course' is separated from the sentences by commas on both by Misha Brukman · 21 years ago
  12. b2abb5a Fix bug: Jello/2003-05-07-ArgumentTest.llx Also fixes yacr2/ks benchmarks by Chris Lattner · 21 years ago
  13. 761b471 New testcase for problem that is actually generic to all 32 bit LLI targets by Chris Lattner · 21 years ago
  14. 5cdfbad Add a vector to keep track of which registers are allocatable. Remove FIXMEs by Chris Lattner · 21 years ago
  15. 8a88563 Add comments, add a vector to keep track of which registers are allocatable by Chris Lattner · 21 years ago
  16. c248903 IMPLICIT_DEF was not the beautiful elegant solution I thought it was going by Chris Lattner · 21 years ago
  17. dff780f Re-add gross hack, it's still necessary. :( by Chris Lattner · 21 years ago
  18. 82a4d20 Remove hideously nasty hack by Chris Lattner · 21 years ago
  19. dbd7372 Emit pseudo instructions to indicate that some registers are live on entrance by Chris Lattner · 21 years ago
  20. 9dedbcc Don't have a cow with new pseudo instructions by Chris Lattner · 21 years ago
  21. eab4934 Add two new pseudo instructions by Chris Lattner · 21 years ago
  22. 8bde96f Add a new open project by Chris Lattner · 21 years ago
  23. 7c87e40 New testcase distilled from the fhourstones benchmark by Chris Lattner · 21 years ago
  24. fb46e3c Make sure to compiel the LowerSwitch tests by Chris Lattner · 21 years ago
  25. 6a4e634 Fix memory corruption problem by Chris Lattner · 21 years ago
  26. 15b55e2 Debug output should go to cerr, not cout, because that's where bytecode goes. by Misha Brukman · 21 years ago
  27. c472d7c New testcase by Chris Lattner · 21 years ago
  28. 84e6665 Fix bug: UnitTests/2003-05-02-DependantPHI.c Fix testcase MultiSource/Ptrdist-ks by Chris Lattner · 21 years ago
  29. 577385e Fix miscompilation in Fhourstones and bug: LICM/2003-05-02-LoadHoist.ll by Chris Lattner · 21 years ago
  30. bc8e9c6 Fix miscompilation found in Fhourstones by bugpoint by Chris Lattner · 21 years ago
  31. 1d06fbe It's 'separate'. The 'i.e.' is kinda nit-picking, but think of it this way: by Misha Brukman · 21 years ago
  32. f479be5 Make a comment more accurate by Chris Lattner · 21 years ago
  33. cc876a7 Add support for debugging miscompilations with the use of the JIT or CBE! by Chris Lattner · 21 years ago
  34. fb74224 Bugpoint is always verbose, eliminate option by Chris Lattner · 21 years ago
  35. edd8ce1 * Eliminate using decls by Chris Lattner · 21 years ago
  36. 25f088e Fix buggy tests by Chris Lattner · 21 years ago
  37. 48196b3 The Hyphenation-Adding Committee is now in session. by Misha Brukman · 21 years ago
  38. c8b2731 The Grammar Police is out on patrol. by Misha Brukman · 21 years ago
  39. 2d39909 Attempt to fix sumant's typesafety issue by Chris Lattner · 21 years ago
  40. e96fda3 Fix spelling by Chris Lattner · 21 years ago
  41. b589bf7 Fix a bug which occurred with empty basic blocks by Chris Lattner · 21 years ago
  42. 590607b Add an instcombine pass before levelraise by Chris Lattner · 21 years ago
  43. 20af322 Fix Bug: LowerSwitch/2003-05-01-PHIProblem.ll by Chris Lattner · 21 years ago
  44. 3d73c70 Reduce testcase a bit by Chris Lattner · 21 years ago
  45. 215f0b7 New testcase for the lowerswitch pass by Chris Lattner · 21 years ago
  46. f98358e Minor cleanup by Chris Lattner · 21 years ago
  47. cdeb81d Fix bug: LevelRaise/2003-05-01-CallCast.ll by Chris Lattner · 21 years ago
  48. 8d248c5 New testcase: do not "raise" a call that is not through a function pointer! by Chris Lattner · 21 years ago
  49. 5ff7ef5 Eliminate use of NonCopyable so that doxygen documentation doesn't link by Chris Lattner · 21 years ago
  50. 3f2ec39 Fix another case where constexprs could cause a crash by Chris Lattner · 21 years ago
  51. fe32e0c Fix constant folding of constexprs by Chris Lattner · 21 years ago
  52. 99df25f Remove implemented project, add a new one by Chris Lattner · 21 years ago
  53. 6849272 Add a new option to disable stripping of bytecode files by Chris Lattner · 21 years ago
  54. 9554928 Create constant expression casts instead of constant instructions if possible by Chris Lattner · 21 years ago
  55. 1fd95af Fix several bugs: by Chris Lattner · 21 years ago
  56. b53a198 Avoid naming things exactly the same by Chris Lattner · 21 years ago
  57. ac0ec63 New testcase distilled from a problem identified by sumant by Chris Lattner · 21 years ago
  58. 10daaa1 Remove two fields from TargetData which are target specific. by Chris Lattner · 21 years ago
  59. 37ec811 The promotion rules are the same for all targets, they are set by the C standard. by Chris Lattner · 21 years ago
  60. 7a5adc3 IntegerRegSize is always 8 for sparc by Chris Lattner · 21 years ago
  61. 38f8c45 Switch insns actually DO work. by Chris Lattner · 21 years ago
  62. 99224ae Fix bug: LoopPreheaders/2003-04-25-AssertFail.ll by Chris Lattner · 21 years ago
  63. aa709d0 Add comment to testcase by Chris Lattner · 21 years ago
  64. 91b5bbd Whoever checked this testcase in apparently never tested it. by Chris Lattner · 21 years ago
  65. 6ad5a31 Revert last checkin. Note that PHI nodes can use basic blocks also! by Chris Lattner · 21 years ago
  66. 90117cb Remove long-dead obsolete cruft by Chris Lattner · 21 years ago
  67. d96f1eb New testcase that crashes preheaders by Chris Lattner · 21 years ago
  68. 02a78cf Fix a bug that occurred when removing the last predecessor INTO an infinite loop by Chris Lattner · 21 years ago
  69. 619f825 Fix bug: ADCE/2003-04-25-PHIPostDominateProblem.ll by Chris Lattner · 21 years ago
  70. 152eee1 New testcase by Chris Lattner · 21 years ago
  71. 6db70ef Add options to disable simplification with passes, in case one of them crashes by Chris Lattner · 21 years ago
  72. 8bdd129 Fix bogus assert by Chris Lattner · 21 years ago
  73. b8fdd8b Fix bug: Assembler/2003-04-25-UnresolvedGlobalReference.ll by Chris Lattner · 21 years ago
  74. b1f92f8 New testcase by Chris Lattner · 21 years ago
  75. 8f81c10 Fix bugs in testcase by Chris Lattner · 21 years ago
  76. 32a521e Add comment by Chris Lattner · 21 years ago
  77. 7471c48 Only do the %ld -> %lld promotion when running a 64 bit bytecode on a 32 bit host by Chris Lattner · 21 years ago
  78. c8cff9e Add __strdup by Chris Lattner · 21 years ago
  79. 807b705 Fix BasicAA/2003-04-25-GEPCrash.ll by Chris Lattner · 21 years ago
  80. c938ba0 New testcase by Chris Lattner · 21 years ago
  81. 6b73fec MAke sure that LLI properly configures align_of(double) by Chris Lattner · 21 years ago
  82. dd7253c Whoops, 32 bit targets have _4_ byte pointers, not _32_ byte pointers! by Chris Lattner · 21 years ago
  83. bc19466 Make sure to copy double alignment as well by Chris Lattner · 21 years ago
  84. 98938f8 Fix compatibility bug: X86 aligns doubles to 4 bytes, not 8! by Chris Lattner · 21 years ago
  85. b5881f1 Kill using declarations by Chris Lattner · 21 years ago
  86. 322bc2b Fix method name type-o by Chris Lattner · 21 years ago
  87. 4deaf3b Fix obvious type-o by Chris Lattner · 21 years ago
  88. 2b5f2c1 Make sure to add a targetdata instance to the passmanager, and make it match the by Chris Lattner · 21 years ago
  89. d5bc41a Fix problem where we would read 64 bits worth of pointer information, even on 32 bit targets! by Chris Lattner · 21 years ago
  90. bceb2b0 Fix major problem with PHI node traversal: rechecking PHIs should go into by Chris Lattner · 21 years ago
  91. 0c13998 Rename Kept -> Suffix by Chris Lattner · 21 years ago
  92. 06943ad Rename Kept -> Suffix by Chris Lattner · 21 years ago
  93. 6cf4cb9 ** CORRECTLY, conservatively handle constant expressions by Chris Lattner · 21 years ago
  94. eca8e8f *** Huge: Make constantexprs be handled correctly, conservatively by Chris Lattner · 21 years ago
  95. 46326d9 Allow for easy detection of when a "default" TargetData is created by the by Chris Lattner · 21 years ago
  96. d6cbe33 Default ctor doesn't provide name by Chris Lattner · 21 years ago
  97. 9de2828 Minor non-functional changes: by Chris Lattner · 21 years ago
  98. c8789cb Fix bug: mem2reg/2003-04-24-MultipleIdenticalSuccessors.ll by Chris Lattner · 21 years ago
  99. 5f73e38 Big programs have tons of global variable initializers, and most passes don't care by Chris Lattner · 21 years ago
  100. 16608b4 When cleaning up the final bytecode file, make sure to run DTE as well by Chris Lattner · 21 years ago