1. 2391897 maintaining stackpointer alignment. Perhaps it doesn't matter by Andrew Lenharth · 20 years ago
  2. 50d1e8b fix build on 64 bit hosts by Andrew Lenharth · 20 years ago
  3. 9789aaa Fix an optional in flag bug. by Evan Cheng · 20 years ago
  4. 18667c4 Optional InFlag was not being included in node. by Evan Cheng · 20 years ago
  5. 15256cb Fix Regression/Transforms/ScalarRepl/2006-01-24-IllegalUnionPromoteCrash.ll by Chris Lattner · 20 years ago
  6. 720d210 testcase that crashes scalarrepl by Chris Lattner · 20 years ago
  7. 91cacc8 use ESP directly, not a copy of ESP into some other register for fastcc calls by Chris Lattner · 20 years ago
  8. 34a05fb This is still broken by Chris Lattner · 20 years ago
  9. 6a54289 Fix an infinite loop I caused by making sure to legalize the flag operand by Chris Lattner · 20 years ago
  10. 1e32600 add a method by Chris Lattner · 20 years ago
  11. af63bb0 Emit the copies out of call return registers *after* the ISD::CALLSEQ_END by Chris Lattner · 20 years ago
  12. 1695483 new c front-end testcase by Chris Lattner · 20 years ago
  13. 6da23db Allow jit-beta to work by Chris Lattner · 20 years ago
  14. 2aa750a Fix VC++ compilation error. by Jeff Cohen · 20 years ago
  15. 83404e3 Remove unused variables. by Jeff Cohen · 20 years ago
  16. c73fe2a Be consistent in using class/struct to keep Visual Studio happy. by Jeff Cohen · 20 years ago
  17. 93c56e7 Add new files to Visual Studio. by Jeff Cohen · 20 years ago
  18. 1983214 Track changes in config.h.in. by Jeff Cohen · 20 years ago
  19. 3e2fa7a rename method by Chris Lattner · 20 years ago
  20. 6631601 Rename method by Chris Lattner · 20 years ago
  21. cc041ba Initial checkin of the InlineAsm class by Chris Lattner · 20 years ago
  22. 52060a0 Crude Dwarf global variable debugging. by Jim Laskey · 20 years ago
  23. 42a162e Pretty print file-scope asm blocks. by Chris Lattner · 20 years ago
  24. 71cdba3 syntax change by Chris Lattner · 20 years ago
  25. 52599e1 minor syntax change by Chris Lattner · 20 years ago
  26. 2c1b159 Print file-scope inline asm blocks at the start of the output file. by Chris Lattner · 20 years ago
  27. 7e6db76 Add support for reading/writing inline asm by Chris Lattner · 20 years ago
  28. 45f5051 Update for file-scope inline asm by Chris Lattner · 20 years ago
  29. fb90fe3 new testcase by Chris Lattner · 20 years ago
  30. 4e9aba7 document module-level inline asm support. by Chris Lattner · 20 years ago
  31. e1b2e14 Add support for linking inline asm by Chris Lattner · 20 years ago
  32. 9771aea When cloning a module, clone the inline asm. by Chris Lattner · 20 years ago
  33. 8335e84 regenerate by Chris Lattner · 20 years ago
  34. ee45477 Add support for parsing global asm blocks by Chris Lattner · 20 years ago
  35. 1836550 Print out inline asm strings by Chris Lattner · 20 years ago
  36. 49ebb90 Add global scope asm support by Chris Lattner · 20 years ago
  37. fabd5ba bye bye Pattern ISEL by Andrew Lenharth · 20 years ago
  38. 66e4958 added stores to lsmark by Andrew Lenharth · 20 years ago
  39. 7cf11b4 another couple selects by Andrew Lenharth · 20 years ago
  40. 8707605 fix up more lsmark stuff by Andrew Lenharth · 20 years ago
  41. 167bc6e yea, lowering this stuff will basically work by Andrew Lenharth · 20 years ago
  42. 8c6f1ee another selectto by Andrew Lenharth · 20 years ago
  43. 17d52f7 Typo. by Jim Laskey · 20 years ago
  44. f0f9c90 Skeleton of the list schedule. by Evan Cheng · 20 years ago
  45. 4148429 Minor clean up. by Evan Cheng · 20 years ago
  46. df3be82 Update for including additional function tests. by Reid Spencer · 20 years ago
  47. 49e732c Revert last patch because it messes up the JIT, amongst other things. by Reid Spencer · 20 years ago
  48. c79925a For PR411: by Reid Spencer · 20 years ago
  49. 9629efd For PR411: by Reid Spencer · 20 years ago
  50. 67993f7 Fix Regression/CodeGen/SparcV8/2006-01-22-BitConvertLegalize.ll by making by Chris Lattner · 20 years ago
  51. 9706e63 Testcase that failed due to a legalizer bug by Chris Lattner · 20 years ago
  52. 32814a5 this option is gone, the dag isel is the default now by Chris Lattner · 20 years ago
  53. dfeeac9 Remove a couple of unnecessary #include's by Evan Cheng · 20 years ago
  54. bb978c7 remove the V8 simple isel by Chris Lattner · 20 years ago
  55. 2c6d99c make this test harder by Chris Lattner · 20 years ago
  56. 4ef1086 Factor out more instruction scheduler code to the base class. by Evan Cheng · 20 years ago
  57. 44b4d9f by Duraid Madina · 20 years ago
  58. e46f6e9 add a bunch more optimizations for unary double math functions by Chris Lattner · 20 years ago
  59. a903500 add new tests by Chris Lattner · 20 years ago
  60. ec7a9b3 add checks for new functions. I'd appreciate it if someone could regen by Chris Lattner · 20 years ago
  61. dfa28ac by Duraid Madina · 20 years ago
  62. b9bcd18 by Duraid Madina · 20 years ago
  63. 7070c5f Refactor/genericize this, no functionality change by Chris Lattner · 20 years ago
  64. e7ed39d Make sure this tests the right thing, xfail on solaris, which doesn't have floorf by Chris Lattner · 20 years ago
  65. 39a17dd Fix bugs lowering stackrestore, fixing 2004-08-12-InlinerAndAllocas.c on PPC. by Chris Lattner · 20 years ago
  66. 1ac2d51 Speedup and simplify pass registration by the observation that there is by Chris Lattner · 20 years ago
  67. fc44178 Remove dead #include by Chris Lattner · 20 years ago
  68. 7e07b24 It doesn't make sense to give llc a list of passes on the command line, by Chris Lattner · 20 years ago
  69. 04666d8 this doesn't work, remove it by Chris Lattner · 20 years ago
  70. 1dc3fd1 This only needs <iosfwd> not <iostream> by Chris Lattner · 20 years ago
  71. ca26180 Add #include of <iostream> by Chris Lattner · 20 years ago
  72. 2c2c6c6 Add explicit #includes of <iostream> by Chris Lattner · 20 years ago
  73. dac58ad Make iostream #inclusion explicit by Chris Lattner · 20 years ago
  74. 7238210 Add explicit iostream #includes by Chris Lattner · 20 years ago
  75. e05cf71 Make this more efficient in the following ways: by Chris Lattner · 20 years ago
  76. e01a985 This header should not pull in <iostream> by Chris Lattner · 20 years ago
  77. e31a9cc add explicit #includes of iostream by Chris Lattner · 20 years ago
  78. 86a5484 Add explicit #includes of <iostream> by Chris Lattner · 20 years ago
  79. 0f9f8c3 Several non-functionality changing changes: by Chris Lattner · 20 years ago
  80. 96f20d9 Visual Studio still has issues at being left out. by Jeff Cohen · 20 years ago
  81. ca5ca41 Visual Studio neurotic about inconsistent class/struct usage. by Jeff Cohen · 20 years ago
  82. a3818e6 Fix a bug in a recent refactor that caused a bunch of programs to miscompile by Chris Lattner · 20 years ago
  83. 19e5e14 by Duraid Madina · 20 years ago
  84. 348e93c Fix CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll by Chris Lattner · 20 years ago
  85. 60dda07 new testcase that crashes llc for ppc by Chris Lattner · 20 years ago
  86. 86556a5 Rename fcmovae to fcmovnb and fcmova to fcmovnbe (following Intel manual). by Evan Cheng · 20 years ago
  87. a9c2091 Do some code refactoring on Jim's scheduler in preparation of the new list by Evan Cheng · 20 years ago
  88. bc1c215 trivial formatting improvement: don't insert extra blank lines between .comm by Chris Lattner · 20 years ago
  89. 63ae85f Simplify search for abbreviations. by Jim Laskey · 20 years ago
  90. 7368321 Correct some simple errors. by Jim Laskey · 20 years ago
  91. 4002017 Right size integer values before emitting. by Jim Laskey · 20 years ago
  92. b78e838 Make the C writer work with packed types. printContainedStructs is by Robert Bocchino · 20 years ago
  93. d18e289 Reworked how Dwarf debug info entries and abbreviations are handled. Added by Jim Laskey · 20 years ago
  94. bea9947 by Duraid Madina · 20 years ago
  95. 14d9b20 Simplify CWriter::printContainedStructs, also allowing it to work with by Chris Lattner · 20 years ago
  96. 1f16ff6 LowerReturn now doesn't have to handle f32 returns. by Chris Lattner · 20 years ago
  97. a68d204 remove some unintentionally committed code by Chris Lattner · 20 years ago
  98. 4eebb60 If the target doesn't support f32 natively, insert the FP_EXTEND in target-indep by Chris Lattner · 20 years ago
  99. 7c2b7c7 Fixed InitializeMemory to handle ConstantPacked. by Robert Bocchino · 20 years ago
  100. f690bc8 Remove dead expression. by Chris Lattner · 20 years ago