1. 2a085c3 Add a WriteAsOperand for MachineBasicBlock so MachineLoopInfo dump looks sane. by Evan Cheng · 16 years ago
  2. 7adcdc3 Fix comment. by Evan Cheng · 16 years ago
  3. 95a2c8f Enable -split-phi-edges by default, except when -regalloc=local. by Jakob Stoklund Olesen · 16 years ago
  4. 464ecfe 80-column violations by Jim Grosbach · 16 years ago
  5. 51cdac0 Added getArchNameForAssembler method to the Triple class for which returns OS and Vendor independent target assembler arch. by Viktor Kutuzov · 16 years ago
  6. aa60dda Remove a special case for tail merging that seems to be both broken and by Bob Wilson · 16 years ago
  7. 076e085 Generalize OptimizeLoopTermCond to optimize more loop terminating icmp to use postinc iv. by Evan Cheng · 16 years ago
  8. 37d60fd Set MadeChange instead of MadeChangeThisIteration. by Dan Gohman · 16 years ago
  9. 110e7bb Revert CPU detection code to return "generic" instead of an empty string in case by Benjamin Kramer · 16 years ago
  10. 56a1f80 Remove trailing whitespace by Jim Grosbach · 16 years ago
  11. 465c825 Update a comment, now that tail duplication happens after other branch by Bob Wilson · 16 years ago
  12. a9ea9ec Set Inst{15-12} (Rd/Rt) to 0b1111 (PC) for BR_JTadd, BR_JTr, and BR_JTm to by Johnny Chen · 16 years ago
  13. 56ea69c Perform tail duplication only once, after tail merging is complete. by Bob Wilson · 16 years ago
  14. 2cd8abb add Case() with 5 args by Nuno Lopes · 16 years ago
  15. 789b45b Fix HTML formatting. by Jay Foad · 16 years ago
  16. 4a20c7a 1. Allow SCCIterator to work with GraphT types that are constant. by Duncan Sands · 16 years ago
  17. 3ea11cf Make bugpoint pass -load arguments to LLI. This lets one use bugpoint with by Duncan Sands · 16 years ago
  18. 9e97f3c Revert 89021. It's miscompiling llvm-gcc driver driver at -O0. by Evan Cheng · 16 years ago
  19. d15ac2f Re-apply 89011. It's not to be blamed. by Evan Cheng · 16 years ago
  20. 0d753ec "XFAIL" the Split2 StringReft test with Apple gcc, which miscompiles it. by Daniel Dunbar · 16 years ago
  21. 6db07ea Revert 89011. Buildbot thinks it might be breaking stuff. by Evan Cheng · 16 years ago
  22. 381afae Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507. by Nick Lewycky · 16 years ago
  23. 8dc071a Following a suggestion of Daniel Dunbar, stop people passing the name by Duncan Sands · 16 years ago
  24. 5f9843f Revert r88939. by Nick Lewycky · 16 years ago
  25. 0e49fe8 Fail less mysteriously; inform the user that their LLVM was not built with by Nick Lewycky · 16 years ago
  26. ff1b61f Fixed call to wrong constructor. by Lang Hames · 16 years ago
  27. 252e574 Fix a race condition in the Timer class. by Owen Anderson · 16 years ago
  28. 7378b1b Refactor the code that creates the "dot-label" difference. This may be used in by Bill Wendling · 16 years ago
  29. a0a95a3 When moving a block for table jumps, make sure the prior block terminator by Jim Grosbach · 16 years ago
  30. 2cbe71c Enable -split-phi-edges by default by Jakob Stoklund Olesen · 16 years ago
  31. 6cccc30 MOV64rm should be marked isReMaterializable. by Evan Cheng · 16 years ago
  32. e0f06c7 Remove the optimizations that convert BRCOND and BR_CC into by Dan Gohman · 16 years ago
  33. 76e3e50 Remove debug info attached with an instruction. by Devang Patel · 16 years ago
  34. dc1472b In GlobalVariable::setInitializer, assert that the initializer has the by Jeffrey Yasskin · 16 years ago
  35. 574186f A few more instructions that should be marked re-materializable. by Evan Cheng · 16 years ago
  36. 1187285 Convert to FileCheck by Jim Grosbach · 16 years ago
  37. 727f0c3 Convert to FileCheck by Jim Grosbach · 16 years ago
  38. 2c0fb63 Cleanup. Missed removing these when converting. Oops. by Jim Grosbach · 16 years ago
  39. 9d52e8d Set Rm bits of BX_RET to 0b1110 (R14); and set condition code bits of BRIND to by Johnny Chen · 16 years ago
  40. 1d8c9e7 Fix this test - there don't appear to be any actual Reload Reuses by Dan Gohman · 16 years ago
  41. 10190cc Revert r87049, which was the workaround for the regression triggered by Dan Gohman · 16 years ago
  42. feada94 Revert the test from r88984. It relies on being able to mmap 16GB of by Jeffrey Yasskin · 16 years ago
  43. 9f07f3b Convert to FileCheck by Jim Grosbach · 16 years ago
  44. 834651c Initialize the new AsmPrinterFlags field to 0, fixing uses of by Dan Gohman · 16 years ago
  45. d1ba06b Make X86-64 in the Large model always emit 64-bit calls. by Jeffrey Yasskin · 16 years ago
  46. da589a3 Don't build examples by default, use BUILD_EXAMPLES=1 to build them. The only utility of this is testing that we keep the examples up to date, I will just make the buildbots run with this flag. by Daniel Dunbar · 16 years ago
  47. dee8dbe Add "Unoptimized" build (NO_DEBUG_SYMBOLS=1 ENABLE_OPTIMIZED=1), for reducing by Daniel Dunbar · 16 years ago
  48. 4c269e2 Fix unused variables warnings. by Eric Christopher · 16 years ago
  49. 600c043 - Check memoperand alignment instead of checking stack alignment. Most load / store folding instructions are not referencing spill stack slots. by Evan Cheng · 16 years ago
  50. f76a3d6 Revert r88939. by Devang Patel · 16 years ago
  51. f941d29 by David Greene · 16 years ago
  52. 7bde297 Make the pass class name more explicit. by Jim Grosbach · 16 years ago
  53. 074fb02 make pass name a bit more clear by Jim Grosbach · 16 years ago
  54. 21b8bdd Revert 88957. This file uses CodeGenOpt, which is defined in TargetMachine.h. by Dan Gohman · 16 years ago
  55. 8134450 Remove an unnecessary #include. by Dan Gohman · 16 years ago
  56. 6ac0e76 Sink a #include <map> to where it's actually needed. by Dan Gohman · 16 years ago
  57. aec15e8 Make PseudoSourceValue's classof recognize by Dan Gohman · 16 years ago
  58. 552c0df Fix a typo in a comment. by Dan Gohman · 16 years ago
  59. 2f74603 Convert to FileCheck by Jim Grosbach · 16 years ago
  60. 0d6dd49 Added a testcase for PR5495. by Lang Hames · 16 years ago
  61. 420d23c Add configure options for specifying where to look for libstdc++. by Rafael Espindola · 16 years ago
  62. 4adcade Convert to FileCheck by Jim Grosbach · 16 years ago
  63. 4a504c6 Fix a comment. by Bob Wilson · 16 years ago
  64. 270a974 Add VISIBILITY_HIDDEN marker. by Devang Patel · 16 years ago
  65. 08cbda5 Simplify thumb2 jump table adjustments. Remove unnecessary calculation and by Jim Grosbach · 16 years ago
  66. 9249efe clarify comment by Jim Grosbach · 16 years ago
  67. c4a0c84 Fix some comments. by Bob Wilson · 16 years ago
  68. d34f5d9 Whitespace: be consistent with pointer syntax. by Bob Wilson · 16 years ago
  69. 3cbc312 Clean up whitespace. by Bob Wilson · 16 years ago
  70. c051750 tbb opt off by default by Jim Grosbach · 16 years ago
  71. b2e86bb back off for a bit. tracking down weirdness by Jim Grosbach · 16 years ago
  72. ca215e7 Analyze has to be before checking the condition, obviously. Properly construct an iterator for prior. by Jim Grosbach · 16 years ago
  73. 1546b11 Make ERROR_IF_USED macro work with GCC <= 4.2, Apple GCCs by Douglas Gregor · 16 years ago
  74. 4007324 Make sure that if anyone passes a name by accident for the isSigned by Duncan Sands · 16 years ago
  75. ddff941 by David Greene · 16 years ago
  76. 46785e6 BuildIntCast takes an additional parameter, isSigned. by Duncan Sands · 16 years ago
  77. f63c410 CreateIntCast takes an "isSigned" parameter. Pass "true" for it, rather than by Duncan Sands · 16 years ago
  78. 746d546 Special case FixedStackPseudoSourceValueVal as well. Do we really need to differentiate PseudoSourceValueVal from FixedStackPseudoSourceValueVal at this level? by Evan Cheng · 16 years ago
  79. 39aa725 Check if subreg index is zero. by Evan Cheng · 16 years ago
  80. 285a7d5 For some targets, a copy can use a register multiple times, e.g. ppc. by Evan Cheng · 16 years ago
  81. 2d947263 xfail for now. It has been failing. by Evan Cheng · 16 years ago
  82. add2076 Disable ldc1/sdc1 instructions for mips1 targets. by Bruno Cardoso Lopes · 16 years ago
  83. 6e0b658 - Fix a small bug while handling target constant pools (one param was missing). by Bruno Cardoso Lopes · 16 years ago
  84. d6add15 typo spotted by duncan. by Chris Lattner · 16 years ago
  85. 79ac32d Fixes the bug exposed by Anton's test case in PR 5495: by Lang Hames · 16 years ago
  86. b126d05 Fix for the original bug in PR5495 - Look at uses as well as defs when determining the PHI-copy insert point. by Lang Hames · 16 years ago
  87. a443217 Detect need for autoalignment of the stack earlier to catch spills more by Jim Grosbach · 16 years ago
  88. 6cb6788 set the def of the VLD1q64 properly by Jim Grosbach · 16 years ago
  89. ac57410 disable copying, enforce some invariants. by Chris Lattner · 16 years ago
  90. 800c47e teach LVI to infer edge information from switch instructions. by Chris Lattner · 16 years ago
  91. 5553a3a fix a logic error that would cause LVI-JT to miscompile some conditionals by Chris Lattner · 16 years ago
  92. e564281 implement the first stab at caching queries. This isn't correct by Chris Lattner · 16 years ago
  93. 2c5adf8 refactor a bunch of code forming the new LazyValueInfoCache by Chris Lattner · 16 years ago
  94. 4e447eb make PRE of loads preserve the alignment of the moved load instruction. by Chris Lattner · 16 years ago
  95. 1fb5630 fix a bug handling 'not x' when x is undef. by Chris Lattner · 16 years ago
  96. 5415127 mark getIntrinsicID() 'readonly'. This allows various classof methods by Chris Lattner · 16 years ago
  97. 6f0c67d add attributes for readnone/readonly functions. by Chris Lattner · 16 years ago
  98. 9806f83 add a version of array_pod_sort that takes a custom comparator function. by Chris Lattner · 16 years ago
  99. 93f9f7a Add a complex missed optimization opportunity I came across while investigating by Nick Lewycky · 16 years ago
  100. e0fb75d Add PSP OS Target to Triple, Credit to Bruno Cardoso Lopes. by Edward O'Callaghan · 16 years ago