1. a443217 Detect need for autoalignment of the stack earlier to catch spills more by Jim Grosbach · 15 years ago
  2. 6cb6788 set the def of the VLD1q64 properly by Jim Grosbach · 15 years ago
  3. ac57410 disable copying, enforce some invariants. by Chris Lattner · 15 years ago
  4. 800c47e teach LVI to infer edge information from switch instructions. by Chris Lattner · 15 years ago
  5. 5553a3a fix a logic error that would cause LVI-JT to miscompile some conditionals by Chris Lattner · 15 years ago
  6. e564281 implement the first stab at caching queries. This isn't correct by Chris Lattner · 15 years ago
  7. 2c5adf8 refactor a bunch of code forming the new LazyValueInfoCache by Chris Lattner · 15 years ago
  8. 4e447eb make PRE of loads preserve the alignment of the moved load instruction. by Chris Lattner · 15 years ago
  9. 1fb5630 fix a bug handling 'not x' when x is undef. by Chris Lattner · 15 years ago
  10. 5415127 mark getIntrinsicID() 'readonly'. This allows various classof methods by Chris Lattner · 15 years ago
  11. 6f0c67d add attributes for readnone/readonly functions. by Chris Lattner · 15 years ago
  12. 9806f83 add a version of array_pod_sort that takes a custom comparator function. by Chris Lattner · 15 years ago
  13. 93f9f7a Add a complex missed optimization opportunity I came across while investigating by Nick Lewycky · 15 years ago
  14. e0fb75d Add PSP OS Target to Triple, Credit to Bruno Cardoso Lopes. by Edward O'Callaghan · 15 years ago
  15. 2cb097d lit: Factor a new OneCommandPerFileTest out of SyntaxCheckTest. by Daniel Dunbar · 15 years ago
  16. feb8018 Revert r88830 and r88831 which appear to have caused a selfhost buildbot some by Nick Lewycky · 15 years ago
  17. 048bac3 Remove duplicate implementation of excludes functionality, and support excluding by Daniel Dunbar · 15 years ago
  18. 052d9cb Correct typo. by Nick Lewycky · 15 years ago
  19. df772f2 Teach instcombine to look for booleans in wider integers when it encounters a by Nick Lewycky · 15 years ago
  20. e98b4b0 Added an assert to the PBQP allocator to catch infinite cost solutions which might otherwise lead to miscompilations. by Lang Hames · 15 years ago
  21. 40c67b5 lit: Add --repeat=N option, for running each test N times. by Daniel Dunbar · 15 years ago
  22. bfa0929 Remove bogus corei7 and atom entries, the family was incorrect. by Daniel Dunbar · 15 years ago
  23. e11d26b remove xfail by Jim Grosbach · 15 years ago
  24. a7ac3ce Fill out X86 table, although we are missing lots of names for things. We now by Daniel Dunbar · 15 years ago
  25. ba43e07 Report the detected host CPU in --version. by Daniel Dunbar · 15 years ago
  26. 9c477f5 cleanup. by Jim Grosbach · 15 years ago
  27. c04cae9 Do not merge jump tables this early. Branch folding will do any necessary by Jim Grosbach · 15 years ago
  28. 00a6a1f Cleanup flow, and only update the jump table we're analyzing when replacing a destination MBB. by Jim Grosbach · 15 years ago
  29. 68bb60f Add function to replace a destination MBB in a single jump table by Jim Grosbach · 15 years ago
  30. 1b226ab Remove dead variable found by clang++. by Benjamin Kramer · 15 years ago
  31. 13c4fab Add XCore support for arbitrary-sized aggregate returns. by Richard Osborne · 15 years ago
  32. b23f3aa Temporary disable the error - it seems to be too conservative. by Anton Korobeynikov · 15 years ago
  33. f2a39bd Implement DISABLE_INLINE for MSVC. This required changing the position in all by Benjamin Kramer · 15 years ago
  34. 74c10e7 This test doesn't work on arm either. by Benjamin Kramer · 15 years ago
  35. 7b06861 Make NORETURN working with MSVC. MSVC only accepts NORETURN in front of the by Benjamin Kramer · 15 years ago
  36. 067d024 Add llvm::sys::getHostCPUName, for detecting the LLVM name for the host CPU. by Daniel Dunbar · 15 years ago
  37. e79fdde Remove LLVMContext from reassociate. It was threaded through every function but by Nick Lewycky · 15 years ago
  38. 9a501cf revert 88761 as it fails builds. by Sanjiv Gupta · 15 years ago
  39. 6fb01a7 Fix debug info crashes for PIC16. by Sanjiv Gupta · 15 years ago
  40. 20162ac Teach BasicAA that a constant expression can't alias memory provably not by Nick Lewycky · 15 years ago
  41. fae3e92 Added getSubRegIndex(A,B) that returns subreg index of A to B. Use it to replace broken code in VirtRegRewriter. by Evan Cheng · 15 years ago
  42. d57cdd5 - Change TargetInstrInfo::reMaterialize to pass in TargetRegisterInfo. by Evan Cheng · 15 years ago
  43. 4ec01b2 Add an option for running GVN with redundant load processing disabled. by Dan Gohman · 15 years ago
  44. e17ae4f Add radar number. by Evan Cheng · 15 years ago
  45. 8fdd84c Fix PR5412: Fix an inverted check and another missing sub-register check. by Evan Cheng · 15 years ago
  46. ed9bab3 Enable the tail call optimization when the caller returns undef. by Dan Gohman · 15 years ago
  47. 0cd22dd When expanding t2STRDi8 r, r to two stores, add kill markers correctly. by Evan Cheng · 15 years ago
  48. 3b6ced1 Fix bug in -split-phi-edges. by Jakob Stoklund Olesen · 15 years ago
  49. 9aebb61 Update MachineDominator information by Jakob Stoklund Olesen · 15 years ago
  50. b366158 Added an API to the SlotIndexes pass to allow new instructions to be inserted into the numbering. by Lang Hames · 15 years ago
  51. 1f6a3c8 Fix PR5411. Bug in UpdateKills. A reg def partially define its super-registers. by Evan Cheng · 15 years ago
  52. 2b1ffee Remove extraneous commit. by Eric Christopher · 15 years ago
  53. 04458e4 Print out something, even if it's non-parseable later when we've by Eric Christopher · 15 years ago
  54. ce8447c Move the FixedStackPseudoSourceValueVal enum value before InstructionVal by Dan Gohman · 15 years ago
  55. 0c2749f Disable the JITTest.NoStubs test for Darwin PPC. It apparently doesn't implement by Bill Wendling · 15 years ago
  56. 1222287 Fix PHIElimination optimization that uses MBB->getBasicBlock. by Jakob Stoklund Olesen · 15 years ago
  57. ce727d0 Add MachineFunction::verify() to call the machine code verifier directly. by Jakob Stoklund Olesen · 15 years ago
  58. 52cd548 The instruction pointer %RIP is a reserved register on x86_64. by Jakob Stoklund Olesen · 15 years ago
  59. 1dc0fcb Fix polarity of a CFG check in machine verifier. by Jakob Stoklund Olesen · 15 years ago
  60. 24f8e29 Use .data() instead of .c_str() when nul-termination is not needed. by Dan Gohman · 15 years ago
  61. a2b3cdc Do not use value handle to wrap MDNode in DIDescriptor. by Devang Patel · 15 years ago
  62. 1924aab by David Greene · 15 years ago
  63. c4c550c When optimizing for size, don't tail-merge unless it's likely to be a by Dan Gohman · 15 years ago
  64. 236490d Fix PR5410: LiveVariables lost subreg def: by Evan Cheng · 15 years ago
  65. 87d21b9 Allow target to specify regclass for which antideps will only be broken along the critical path. by David Goodwin · 15 years ago
  66. a8173b9 Support fp64 immediate zero, this fixes only part of PR5445 by Bruno Cardoso Lopes · 15 years ago
  67. 01205a8 Don't let a noalias difference disrupt the tailcall optimization. by Dan Gohman · 15 years ago
  68. 0d1680a by David Greene · 15 years ago
  69. 20fd4ec Distinguish "a," from "a". The first one splits into "a" + "" and the second one into by Rafael Espindola · 15 years ago
  70. 3ddf704 Revert r87059 for now. It is failing clang tests. by Devang Patel · 15 years ago
  71. 3fb6bd6 Ignore nameless variables. by Devang Patel · 15 years ago
  72. c78c0c9 by Rafael Espindola · 15 years ago
  73. 1e60881 Adjust isConstantSplat to allow for big-endian targets. by Dale Johannesen · 15 years ago
  74. 0418c10 Remove unnecessary llvm.dbg.declare bitcast by Victor Hernandez · 15 years ago
  75. 5ccac24 Add a new split method to StringRef that puts the substrings in a vector. by Rafael Espindola · 15 years ago
  76. c1a07be Block renumbering by Jim Grosbach · 15 years ago
  77. f4cbc0e use lower case for readability by Jim Grosbach · 15 years ago
  78. 6242495 Update test. by Daniel Dunbar · 15 years ago
  79. dda3978 by David Greene · 15 years ago
  80. 98538b4 Re-enable this code, since redundant PHIs are now being better nuked. by Owen Anderson · 15 years ago
  81. ecc260e Simplify code a bit by Bill Wendling · 15 years ago
  82. ed060dc Refactor code that checks if it's a call to a "nounwind" function. by Bill Wendling · 15 years ago
  83. 4ff4141 use isInstructionTriviallyDead, as pointed out by Duncan by Chris Lattner · 15 years ago
  84. b3bc115 by David Greene · 15 years ago
  85. 89fccca StringRef(const char*) should not be used to turn null pointers into empty by Daniel Dunbar · 15 years ago
  86. 6bedb30 by David Greene · 15 years ago
  87. efae4d3 Remove my Value.h build fix. by Daniel Dunbar · 15 years ago
  88. d7a18e4 by David Greene · 15 years ago
  89. b9c2fd9 by David Greene · 15 years ago
  90. b87bc95 by David Greene · 15 years ago
  91. db99095 Attempt to unbreak LLVM build, David G. please check. by Daniel Dunbar · 15 years ago
  92. bf4af35 Fix -Asserts warning. by Daniel Dunbar · 15 years ago
  93. ac18929 If there's more than one function operand to a call instruction, be conservative by Bill Wendling · 15 years ago
  94. 3f2bf85 by David Greene · 15 years ago
  95. 05872ea Add compare_lower and equals_lower methods to StringRef. Switch all users of by Benjamin Kramer · 15 years ago
  96. cf62632 by David Greene · 15 years ago
  97. 1251443 by David Greene · 15 years ago
  98. e55abe5 by David Greene · 15 years ago
  99. 12dd99d Rename registers to break output dependencies in addition to anti-dependencies. by David Goodwin · 15 years ago
  100. 70d75ca "Attach debug info with llvm instructions" mode was enabled a month ago. Now make it permanent and remove old way of inserting intrinsics to encode debug info for line number and scopes. by Devang Patel · 15 years ago