1. 6ae46c4 More changes to reduce frame size. by Evan Cheng · 20 years ago
  2. 9413678 add an option to turn on LSR. by Chris Lattner · 20 years ago
  3. 239862c simplify this code now that each constant pool entry is not separately allocated by Chris Lattner · 20 years ago
  4. 3029f92 Adjust to MachineConstantPool interface change: instead of keeping a by Chris Lattner · 20 years ago
  5. fa77d43 rename fields of constant pool entries by Chris Lattner · 20 years ago
  6. 74b7d27 Simplify code, alignment must be specified now. by Chris Lattner · 20 years ago
  7. 948d966 Make MachineConstantPool entries alignments explicit by Chris Lattner · 20 years ago
  8. 5ac38d1 Always pass in an alignment. by Chris Lattner · 20 years ago
  9. 23c574a provide an explicit alignment for cp entries by Chris Lattner · 20 years ago
  10. 3416721 Change Select() from by Evan Cheng · 20 years ago
  11. 418caa1 Darwin doesn't support #APP/#NO_APP by Chris Lattner · 20 years ago
  12. d6c65ea Add support for assembler directives that wrap inline asm by Chris Lattner · 20 years ago
  13. 6f4a072 Rename BSel -> PPCBSel for the benefit of doxygen users. by Chris Lattner · 20 years ago
  14. dba382b add a simple optimization by Chris Lattner · 20 years ago
  15. 7560c3a Simplify some code, reducing calls to MaskedValueIsZero. Implement a minor by Chris Lattner · 20 years ago
  16. cb29890 more email -> README moving by Chris Lattner · 20 years ago
  17. 4d73a5a Emit the 'mr' pseudoop for easier reading. by Chris Lattner · 20 years ago
  18. 8f77b73 Add some random notes, not high-prio by Chris Lattner · 20 years ago
  19. 8d3f490 Move emails from nate into public places by Chris Lattner · 20 years ago
  20. 9ca9641 Use EraseInstFromFunction in a few cases to put the uses of the removed by Chris Lattner · 20 years ago
  21. fe243eb Implement some more interesting select sccp cases. This implements: by Chris Lattner · 20 years ago
  22. 3391bcd Compile this: by Chris Lattner · 20 years ago
  23. 62d1ade Fix a problem in my patch yesterday, causing a miscompilation of 176.gcc by Chris Lattner · 20 years ago
  24. 5ada370 Fixed a local common symbol bug. by Evan Cheng · 20 years ago
  25. 315421e For ELF, .comm takes alignment value as the optional 3rd argument. It must be by Evan Cheng · 20 years ago
  26. ad3bc8d Implement getConstraintType for PPC. by Chris Lattner · 20 years ago
  27. d89d888 Fix Transforms/InstCombine/2006-02-07-SextZextCrash.ll by Chris Lattner · 20 years ago
  28. 2338c5c Darwin ABI issues: weak, linkonce, etc. dynamic-no-pic support is complete. by Evan Cheng · 20 years ago
  29. 183fff9 Remind myself to add PIC and static asm printer support. by Evan Cheng · 20 years ago
  30. 74c51a0 Generalize MaskedValueIsZero into a ComputeMaskedNonZeroBits function, which by Chris Lattner · 20 years ago
  31. 3bedbd9 Make MaskedValueIsZero take a uint64_t instead of a ConstantIntegral as a by Chris Lattner · 20 years ago
  32. 1a074fc Use Type::getIntegralTypeMask() to simplify some code by Chris Lattner · 20 years ago
  33. 6dce1a7 Implement the beginnings of a facility for simplifying expressions based on by Chris Lattner · 20 years ago
  34. 8c9191c The interpreter assumes that the caller of runFunction() must be lli, and by Jeff Cohen · 20 years ago
  35. 68835dd Teach the interpreter to handle global variables that are added to a module after by Jeff Cohen · 20 years ago
  36. 763317d Add the simple PPC integer constraints by Chris Lattner · 20 years ago
  37. a3b8c57 Eliminate the printCallOperand method, using a 'call' modifier on by Chris Lattner · 20 years ago
  38. 815ef5b Change prototype by Chris Lattner · 20 years ago
  39. a36cb0a Add support for modifier characters to operand printers by Chris Lattner · 20 years ago
  40. f60c241 Goodbye nasty macro. by Jim Laskey · 20 years ago
  41. c2f0c8d Edit requests from Sabre. by Jim Laskey · 20 years ago
  42. 054e2a7 see what this allignment thing will do by Andrew Lenharth · 20 years ago
  43. 86cbdba Changing model for the construction of debug information. by Jim Laskey · 20 years ago
  44. 984cb37 We seem to have settled to __DWARF for section name. by Jim Laskey · 20 years ago
  45. 5e35168 - Update load folding checks to match those auto-generated by tblgen. by Evan Cheng · 20 years ago
  46. 7564e0b Complex pattern isel code shouldn't select nodes. by Evan Cheng · 20 years ago
  47. c26017a Fix the Sparc backend with Evan's recent tblgen changes by Chris Lattner · 20 years ago
  48. 33872c9 This xform isn't safe by Chris Lattner · 20 years ago
  49. be71442 Back out previous commit, it isn't safe. by Nate Begeman · 20 years ago
  50. bab9239 fold c1 << (x + c2) into (c1 << c2) << x. fix a warning. by Nate Begeman · 20 years ago
  51. 176f041 some stuff is done by Chris Lattner · 20 years ago
  52. 5f3b0ee Turn A % (C << N), where C is 2^k, into A & ((C << N)-1) [urem only]. by Chris Lattner · 20 years ago
  53. c031e33 Handle urem by shifted powers of 2. by Nate Begeman · 20 years ago
  54. fb5e4bd handle combining A / (B << N) into A >>u (log2(B)+N) when B is a power of 2 by Nate Begeman · 20 years ago
  55. 900c826 Use SelectRoot() as the entry to any tblgen based isel. by Evan Cheng · 20 years ago
  56. ba2f0a9 Use SelectRoot() as entry of any tblgen based isel. by Evan Cheng · 20 years ago
  57. c6aaf5a Remove the SparcV8 backend. It has been renamed to be the Sparc backend. by Chris Lattner · 20 years ago
  58. e7c839e remove V8 reference by Chris Lattner · 20 years ago
  59. 4ee6211 * Added SDNode::isOnlyUse(). * Fix hasNUsesOfValue(), it should be const. by Evan Cheng · 20 years ago
  60. 7c90f73 Rename SPARC V8 target to be the LLVM SPARC target. by Chris Lattner · 20 years ago
  61. 2138453 add a note by Chris Lattner · 20 years ago
  62. 7dd281b Re-commit the last bit of change that was backed out. by Evan Cheng · 20 years ago
  63. 519ea2a make sure that global doubles are aligned to 8 bytes by Chris Lattner · 20 years ago
  64. ff805b5 Use getPreferredAlignmentLog. by Chris Lattner · 20 years ago
  65. 7d8d5a5 Use the asmprinter to find out what the preferred alignment of a global is. by Chris Lattner · 20 years ago
  66. 4d57e0c Implement the AsmPrinter::getPreferredAlignmentLog method. by Chris Lattner · 20 years ago
  67. fd89543 linkage fix for weak functions by Andrew Lenharth · 20 years ago
  68. f3afef3 Fix VC++ warning. by Jeff Cohen · 20 years ago
  69. 0a70f21 Use SCEVExpander::InsertCastOfTo instead of our own code. This reduces by Chris Lattner · 20 years ago
  70. ca1a4be Pull the InsertCastOfTo out of the header, implement CSE'ing of arguments. by Chris Lattner · 20 years ago
  71. b46ef67 Temporarily revert this patch, which probably breaks with the by Chris Lattner · 20 years ago
  72. 03f774a Value# select instructions, allowing -gcse to remove duplicates by Chris Lattner · 20 years ago
  73. 9c4815a Complex pattern's custom matcher should not call Select() on any operands. by Evan Cheng · 20 years ago
  74. c275dfa Custom lower VAARG for the case when we are doing vaarg(double). In this by Chris Lattner · 20 years ago
  75. c4b612b Fix a nasty typo that broke functions with big stack frames. by Chris Lattner · 20 years ago
  76. 329a515 fix a bug in my last checkin by Chris Lattner · 20 years ago
  77. 221fc3c Fix two significant bugs in LSR: by Chris Lattner · 20 years ago
  78. a6973c3 Remove some stuff that now works by Nate Begeman · 20 years ago
  79. 0d913ea add a note by Chris Lattner · 20 years ago
  80. 69d3909 Two changes: by Chris Lattner · 20 years ago
  81. cccf123 Get rid of some memory leaks identified by Valgrind by Evan Cheng · 20 years ago
  82. fdcc71e Let bugpoint work on sparc with v9 instructions enabled. by Chris Lattner · 20 years ago
  83. 003cecb Fix VC++ warning. by Jeff Cohen · 20 years ago
  84. dc19b70 Add initial support for immediates. This allows us to compile this: by Chris Lattner · 20 years ago
  85. 72f514c Remove an unnecessary predicate. by Evan Cheng · 20 years ago
  86. e3de85b Separate FILD and FILD_FLAG, the later is only used for SSE2. It produces a by Evan Cheng · 20 years ago
  87. 3d81fee Initial early support for non-register operands, like immediates by Chris Lattner · 20 years ago
  88. eb8146b implementation of some methods for inlineasm by Chris Lattner · 20 years ago
  89. 8666249 Handle another case exposed on X86. by Chris Lattner · 20 years ago
  90. 593c958 Fix a nasty problem on two-address machines in the following situation: by Chris Lattner · 20 years ago
  91. 66cf80f significantly simplify the VirtRegMap code by pulling the SpillSlotsAvailable by Chris Lattner · 20 years ago
  92. 244d1dc Implement some feedback from sabre by Nate Begeman · 20 years ago
  93. de99629 Add a framework for eliminating instructions that produces undemanded bits. by Nate Begeman · 20 years ago
  94. 1541bc3 add a note by Chris Lattner · 20 years ago
  95. e7b06c6 another case Nate came up with by Chris Lattner · 20 years ago
  96. f92bafa add a note by Chris Lattner · 20 years ago
  97. 7632e2b remove some #ifdef'd out code, which should properly be in the dag combiner anyway. by Chris Lattner · 20 years ago
  98. 4efab05 remove an old comment by Chris Lattner · 20 years ago
  99. 299f9ba Remove the X86PeepholeOptimizerPass, a truly horrible old hack that is now by Chris Lattner · 20 years ago
  100. d77525d When rewriting frame instructions, emit the appropriate small-immediate by Chris Lattner · 20 years ago