1. 3391bcd Compile this: by Chris Lattner · 20 years ago
  2. 5819342 Add some happy helper methods. by Chris Lattner · 20 years ago
  3. 62d1ade Fix a problem in my patch yesterday, causing a miscompilation of 176.gcc by Chris Lattner · 20 years ago
  4. 5ada370 Fixed a local common symbol bug. by Evan Cheng · 20 years ago
  5. 315421e For ELF, .comm takes alignment value as the optional 3rd argument. It must be by Evan Cheng · 20 years ago
  6. ad3bc8d Implement getConstraintType for PPC. by Chris Lattner · 20 years ago
  7. eac707f getConstraintType should be virtual. by Chris Lattner · 20 years ago
  8. d89d888 Fix Transforms/InstCombine/2006-02-07-SextZextCrash.ll by Chris Lattner · 20 years ago
  9. 78ee0ad new testcase that caused instcombine to crash on 176.gcc last night. by Chris Lattner · 20 years ago
  10. 2338c5c Darwin ABI issues: weak, linkonce, etc. dynamic-no-pic support is complete. by Evan Cheng · 20 years ago
  11. 183fff9 Remind myself to add PIC and static asm printer support. by Evan Cheng · 20 years ago
  12. 74c51a0 Generalize MaskedValueIsZero into a ComputeMaskedNonZeroBits function, which by Chris Lattner · 20 years ago
  13. 3bedbd9 Make MaskedValueIsZero take a uint64_t instead of a ConstantIntegral as a by Chris Lattner · 20 years ago
  14. 1a074fc Use Type::getIntegralTypeMask() to simplify some code by Chris Lattner · 20 years ago
  15. 6dce1a7 Implement the beginnings of a facility for simplifying expressions based on by Chris Lattner · 20 years ago
  16. ab0e04c add a new Type::getIntegralTypeMask() method, which is useful for clients that by Chris Lattner · 20 years ago
  17. 8c9191c The interpreter assumes that the caller of runFunction() must be lli, and by Jeff Cohen · 20 years ago
  18. 68835dd Teach the interpreter to handle global variables that are added to a module after by Jeff Cohen · 20 years ago
  19. aa02c1d Fix some truncation warnings. by Jeff Cohen · 20 years ago
  20. 03a9939 fix an error compiling with -pedantic by Chris Lattner · 20 years ago
  21. 763317d Add the simple PPC integer constraints by Chris Lattner · 20 years ago
  22. 21ad392 Hoist all SDOperand declarations within a Select_{opcode}() to the top level by Evan Cheng · 20 years ago
  23. a3b8c57 Eliminate the printCallOperand method, using a 'call' modifier on by Chris Lattner · 20 years ago
  24. 04cadb3 Add support for modifier strings in machine instr descriptions. This allows by Chris Lattner · 20 years ago
  25. b03b080 Simplify the variant handling code, no functionality change. by Chris Lattner · 20 years ago
  26. 815ef5b Change prototype by Chris Lattner · 20 years ago
  27. a36cb0a Add support for modifier characters to operand printers by Chris Lattner · 20 years ago
  28. f483e58 Change the prototype of PrintAsmOperand by Chris Lattner · 20 years ago
  29. f60c241 Goodbye nasty macro. by Jim Laskey · 20 years ago
  30. c2f0c8d Edit requests from Sabre. by Jim Laskey · 20 years ago
  31. 054e2a7 see what this allignment thing will do by Andrew Lenharth · 20 years ago
  32. 86cbdba Changing model for the construction of debug information. by Jim Laskey · 20 years ago
  33. 984cb37 We seem to have settled to __DWARF for section name. by Jim Laskey · 20 years ago
  34. 7cd19d0 At the end of isel, select a replacement node for each handle that does not by Evan Cheng · 20 years ago
  35. 024524f Name change. by Evan Cheng · 20 years ago
  36. 5e35168 - Update load folding checks to match those auto-generated by tblgen. by Evan Cheng · 20 years ago
  37. 0a83ed5 Handle HANDLENODE: just return itself. by Evan Cheng · 20 years ago
  38. 7564e0b Complex pattern isel code shouldn't select nodes. by Evan Cheng · 20 years ago
  39. c26017a Fix the Sparc backend with Evan's recent tblgen changes by Chris Lattner · 20 years ago
  40. cb0dfba SparcV8 -> Sparc by Chris Lattner · 20 years ago
  41. 33872c9 This xform isn't safe by Chris Lattner · 20 years ago
  42. be71442 Back out previous commit, it isn't safe. by Nate Begeman · 20 years ago
  43. bab9239 fold c1 << (x + c2) into (c1 << c2) << x. fix a warning. by Nate Begeman · 20 years ago
  44. 176f041 some stuff is done by Chris Lattner · 20 years ago
  45. 5f3b0ee Turn A % (C << N), where C is 2^k, into A & ((C << N)-1) [urem only]. by Chris Lattner · 20 years ago
  46. fee906b new testcases by Chris Lattner · 20 years ago
  47. c031e33 Handle urem by shifted powers of 2. by Nate Begeman · 20 years ago
  48. 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
  49. 900c826 Use SelectRoot() as the entry to any tblgen based isel. by Evan Cheng · 20 years ago
  50. ba2f0a9 Use SelectRoot() as entry of any tblgen based isel. by Evan Cheng · 20 years ago
  51. 23c5b3c Encourage use of the V8 ABI over the V9 ABI. by Chris Lattner · 20 years ago
  52. e41bf82 Allow more loads to be folded which were previously prevented from happening by Evan Cheng · 20 years ago
  53. 029e844 This document is out of date. :( by Chris Lattner · 20 years ago
  54. 58504a6 V8 -> Sparc by Chris Lattner · 20 years ago
  55. c6aaf5a Remove the SparcV8 backend. It has been renamed to be the Sparc backend. by Chris Lattner · 20 years ago
  56. e7c839e remove V8 reference by Chris Lattner · 20 years ago
  57. 4ee6211 * Added SDNode::isOnlyUse(). * Fix hasNUsesOfValue(), it should be const. by Evan Cheng · 20 years ago
  58. 3540922 SparcV8 -> Sparc by Chris Lattner · 20 years ago
  59. 762236c SparcV8 -> Sparc by Chris Lattner · 20 years ago
  60. e107016 These were moved to ../SPARC by Chris Lattner · 20 years ago
  61. 7ce1bbf move V8 testcases here by Chris Lattner · 20 years ago
  62. 7c90f73 Rename SPARC V8 target to be the LLVM SPARC target. by Chris Lattner · 20 years ago
  63. 2138453 add a note by Chris Lattner · 20 years ago
  64. 7dd281b Re-commit the last bit of change that was backed out. by Evan Cheng · 20 years ago
  65. 2216d8a Re-committing the last bit of change. It shouldn't break PPC this time. by Evan Cheng · 20 years ago
  66. 519ea2a make sure that global doubles are aligned to 8 bytes by Chris Lattner · 20 years ago
  67. ff805b5 Use getPreferredAlignmentLog. by Chris Lattner · 20 years ago
  68. 7d8d5a5 Use the asmprinter to find out what the preferred alignment of a global is. by Chris Lattner · 20 years ago
  69. 4d57e0c Implement the AsmPrinter::getPreferredAlignmentLog method. by Chris Lattner · 20 years ago
  70. 28adf29 add a new method, getPreferredAlignmentLog. by Chris Lattner · 20 years ago
  71. fd89543 linkage fix for weak functions by Andrew Lenharth · 20 years ago
  72. f3afef3 Fix VC++ warning. by Jeff Cohen · 20 years ago
  73. 0a70f21 Use SCEVExpander::InsertCastOfTo instead of our own code. This reduces by Chris Lattner · 20 years ago
  74. ca1a4be Pull the InsertCastOfTo out of the header, implement CSE'ing of arguments. by Chris Lattner · 20 years ago
  75. ed412ac Refactor a bunch of code into a non-inlined method by Chris Lattner · 20 years ago
  76. b46ef67 Temporarily revert this patch, which probably breaks with the by Chris Lattner · 20 years ago
  77. 9ed4481 Temporarily revert the last change, which breaks PPC and other targets that by Chris Lattner · 20 years ago
  78. 03f774a Value# select instructions, allowing -gcse to remove duplicates by Chris Lattner · 20 years ago
  79. 9c4815a Complex pattern's custom matcher should not call Select() on any operands. by Evan Cheng · 20 years ago
  80. c275dfa Custom lower VAARG for the case when we are doing vaarg(double). In this by Chris Lattner · 20 years ago
  81. c4b612b Fix a nasty typo that broke functions with big stack frames. by Chris Lattner · 20 years ago
  82. 329a515 fix a bug in my last checkin by Chris Lattner · 20 years ago
  83. 221fc3c Fix two significant bugs in LSR: by Chris Lattner · 20 years ago
  84. a6973c3 Remove some stuff that now works by Nate Begeman · 20 years ago
  85. 0d913ea add a note by Chris Lattner · 20 years ago
  86. 69d3909 Two changes: by Chris Lattner · 20 years ago
  87. cccf123 Get rid of some memory leaks identified by Valgrind by Evan Cheng · 20 years ago
  88. 8f9f0d3 add a method by Chris Lattner · 20 years ago
  89. fdcc71e Let bugpoint work on sparc with v9 instructions enabled. by Chris Lattner · 20 years ago
  90. 003cecb Fix VC++ warning. by Jeff Cohen · 20 years ago
  91. 8e3be85 Keep Visual Studio informed. by Jeff Cohen · 20 years ago
  92. dc19b70 Add initial support for immediates. This allows us to compile this: by Chris Lattner · 20 years ago
  93. 72f514c Remove an unnecessary predicate. by Evan Cheng · 20 years ago
  94. e3de85b Separate FILD and FILD_FLAG, the later is only used for SSE2. It produces a by Evan Cheng · 20 years ago
  95. 3d81fee Initial early support for non-register operands, like immediates by Chris Lattner · 20 years ago
  96. eb8146b implementation of some methods for inlineasm by Chris Lattner · 20 years ago
  97. c991cf5 Add some methods for inline asm support. by Chris Lattner · 20 years ago
  98. 8666249 Handle another case exposed on X86. by Chris Lattner · 20 years ago
  99. 593c958 Fix a nasty problem on two-address machines in the following situation: by Chris Lattner · 20 years ago
  100. 66cf80f significantly simplify the VirtRegMap code by pulling the SpillSlotsAvailable by Chris Lattner · 20 years ago