1. 526bc31 Add a testcase for the current llvm-gcc build failure. by Nick Lewycky · 15 years ago
  2. 8b6a20a Add test case for r90108 by Mon P Wang · 15 years ago
  3. d11ba72 Fix this test on 64-bit systems which seem to use i64 for gep indices sometimes by Nick Lewycky · 15 years ago
  4. b2944bc Commit r90099 made LLVM simplify one of these constant expressions a little by Nick Lewycky · 15 years ago
  5. fac554a Teach ConstantFolding to do a better job when folding gep(bitcast). by Nick Lewycky · 15 years ago
  6. cd188e9 add testcases for the foo_with_overflow op xforms added recently and by Chris Lattner · 15 years ago
  7. ff0a883 add PR# by Chris Lattner · 15 years ago
  8. 78c6d4f Add a testcase for: by Chris Lattner · 15 years ago
  9. 9fed3c2 add a testcase for by Chris Lattner · 15 years ago
  10. 3f40e23 Implement PR5634. by Chris Lattner · 15 years ago
  11. d801c10 Teach memdep to look for memory use intrinsics during dependency queries. Fixes by Nick Lewycky · 15 years ago
  12. 0c264b1 reenable load address insertion in load pre. This allows us to by Chris Lattner · 15 years ago
  13. ab9530e implement a FIXME: limit the depth that DecomposeGEPExpression goes the same by Chris Lattner · 15 years ago
  14. 971fd57 disable value insertion for now, I need to figure out how by Chris Lattner · 15 years ago
  15. 253be4d I accidentally implemented this :) by Chris Lattner · 15 years ago
  16. 11c6bab add support for recursive phi translation and phi by Chris Lattner · 15 years ago
  17. 9a5c22c add two simple test cases we now optimize (to one load in the loop each) and one we don't (corresponding to the fixme I added yesterday). by Chris Lattner · 15 years ago
  18. 8976e59 fix PR5436 by making the 'simple' case of SRoA not promote out of range by Chris Lattner · 15 years ago
  19. fc159fd filecheckize by Chris Lattner · 15 years ago
  20. fb245e2 While this test is testing a problem in the generic part of codegen, by Duncan Sands · 15 years ago
  21. 616613d teach GVN's load PRE to insert computations of the address in predecessors by Chris Lattner · 15 years ago
  22. d280d85 add some tests for memdep phi translation + PRE. by Chris Lattner · 15 years ago
  23. 852dfbd this test is failing, and is expected to. by Chris Lattner · 15 years ago
  24. 8dca876 filecheckize by Chris Lattner · 15 years ago
  25. 9b15d60 rename test. by Chris Lattner · 15 years ago
  26. 62deff0 Fix phi translation in load PRE to agree with the phi by Chris Lattner · 15 years ago
  27. b99be5b redisable this, my bootstrap worked because it wasn't an optimized build, whoops. by Chris Lattner · 15 years ago
  28. cca130b try again. by Chris Lattner · 15 years ago
  29. 518c988 this is causing buildbot failures, disable for now. by Chris Lattner · 15 years ago
  30. e19e4ba teach phi translation of GEPs to simplify geps like 'gep x, 0'. by Chris Lattner · 15 years ago
  31. 3040762 teach memdep to do trivial PHI translation of GEPs. More to come. by Chris Lattner · 15 years ago
  32. cc3d0eb Teach memdep to phi translate bitcasts. This allows us to compile by Chris Lattner · 15 years ago
  33. 3802865 convert to filecheck by Chris Lattner · 15 years ago
  34. 21f83a2 Fix PR5471 by removing an instcombine xform. Some pieces of the code by Chris Lattner · 15 years ago
  35. 3c47f2d @test9 is a testcase for r89958. Before 89958, we misanalyzed the by Chris Lattner · 15 years ago
  36. 1ce0eaa Implement PR1143 (at -m64) by making basicaa look through extensions. We by Chris Lattner · 15 years ago
  37. fa39668 teach GetLinearExpression to be a bit more aggressive. by Chris Lattner · 15 years ago
  38. 856a72c update status of this. basicaa is much improved now, by Chris Lattner · 15 years ago
  39. 5d5261c Teach basicaa that x|c == x+c when the c bits of x are clear. This by Chris Lattner · 15 years ago
  40. f6ac4d9 teach basicaa that A[i] != A[i+1]. by Chris Lattner · 15 years ago
  41. 61d2462 rename test by Chris Lattner · 15 years ago
  42. d84eb91 Change the other half of aliasGEP (which handles GEP differencing) to use DecomposeGEPExpression. This dramatically simplifies and shrinks the code by eliminating the horrible CheckGEPInstructions method, fixes a miscompilation (@test3) and makes the code more aggressive. In particular, we now handle the @test4 case, which is reduced from the SmallPtrSet constructor. Missing this caused us to emit a variable length memset instead of a fixed size one. by Chris Lattner · 15 years ago
  43. 4b7d0d9 add a new random feature test by Chris Lattner · 15 years ago
  44. 695b9f3 Test for 89905. by Evan Cheng · 15 years ago
  45. 36ccdd4 Test for llvm-gcc checkin 89898. by Dale Johannesen · 15 years ago
  46. e7c9195 ProcessImplicitDefs should watch out for invalidated iterator and extra implicit operands on copies. by Evan Cheng · 15 years ago
  47. d71cebf Support PIC loading of constant pool entries by Bruno Cardoso Lopes · 15 years ago
  48. 2579843 Reverting patch in revision 89758, initial attempt at fixing PR5373 has proven to be bogus. by Edward O'Callaghan · 15 years ago
  49. f7801b4 Do not store R31 into the caller's link area on PPC. by Dale Johannesen · 15 years ago
  50. de8d3b7 Fix for PR5373, Credit to Jakub Staszak. by Edward O'Callaghan · 15 years ago
  51. d7f0810 Enable predication of NEON instructions in Thumb2 mode. by Evan Cheng · 15 years ago
  52. 5cdc3a9 Materialize global addresses via movt/movw pair, this is always better by Anton Korobeynikov · 15 years ago
  53. 77b02be move fconst[sd] to UAL. <rdar://7414913> by Jim Grosbach · 15 years ago
  54. bbf56bb update test for 89694 by Jim Grosbach · 15 years ago
  55. 01b97dd Make ConstantFoldConstantExpression recursively visit the entire by Dan Gohman · 15 years ago
  56. 8f3817f Fix a use of an invalidated iterator in the case where there are multiple by Dan Gohman · 15 years ago
  57. 55bd8bd Reapply r88830 with a bugfix: this transform only applies to icmp eq/ne. This by Nick Lewycky · 15 years ago
  58. 4723303 remove a silly condition that doesn't make a lot of sense anymore. by Chris Lattner · 15 years ago
  59. 18d18b7 Miss two, PR5307. by Edward O'Callaghan · 15 years ago
  60. f4a93dd Convert Thumb2 tests to FileCheck for PR5307. by Edward O'Callaghan · 15 years ago
  61. bfd987b Turns out stuff gets allocated to different registers depending on the subtarget. by Benjamin Kramer · 15 years ago
  62. 11cc4fa Convert ARM tests to FileCheck for PR5307. by Edward O'Callaghan · 15 years ago
  63. 3ebd44d Convert test to FileCheck. by Benjamin Kramer · 15 years ago
  64. de9b6b1 Forgot to alter RUN line when converting to FileCheck. by Edward O'Callaghan · 15 years ago
  65. 85d1aab Fix for bad FileCheck converts in revision 89584. by Edward O'Callaghan · 15 years ago
  66. 81fff07 Convert a few tests to FileCheck for PR5307. by Edward O'Callaghan · 15 years ago
  67. 2214dc0 Fix pr5470. Tablegen handles template arguments by temporarily setting their by Bob Wilson · 15 years ago
  68. 21ce2e3 Revert 89562. We're being sneakier than I was giving us credit for, and this by Jim Grosbach · 15 years ago
  69. f3b33d0 Darwin requires a frame pointer for all non-leaf functions to support correct by Jim Grosbach · 15 years ago
  70. b99b63c Don't leave temporary files in the test directory. by Jakob Stoklund Olesen · 15 years ago
  71. 5b8bce1 When generating a vector the really slow way, via loads by Dale Johannesen · 15 years ago
  72. c26abd9 Enable hoisting load from constant memories. by Evan Cheng · 15 years ago
  73. b9e6b34 Recommitting PALIGNR shift width fixes. by Sean Callanan · 15 years ago
  74. 5ca1246 Remove an incorrect overaggressive optimization (PPC specific). by Dale Johannesen · 15 years ago
  75. 1bbf6d1 Reverting PALIGNR fix until I figure out how this broke the Clang testsuite. by Sean Callanan · 15 years ago
  76. 201dfa7 Fixed PALIGNR to take 8-bit rotations in all cases. by Sean Callanan · 15 years ago
  77. a58a049 Make Loop::getLoopLatch() work on loops which don't have preheaders, as by Dan Gohman · 15 years ago
  78. 6a23921 Fix IPSCCP's code for deleting dead blocks to tolerate outstanding by Dan Gohman · 15 years ago
  79. 4aedb61 Remat VLDRD from constpool. Clean up some instruction property specifications. by Evan Cheng · 15 years ago
  80. c088ae8 Fix PR5558, which was caused by a wrong fix for PR3393 (see commit 63048), by Duncan Sands · 15 years ago
  81. 5da1536 Try to work around grep's "Binary file (standard input) matches" complaints seen by Benjamin Kramer · 15 years ago
  82. f6ed782 Fix -march= name for x86-64. by Daniel Dunbar · 15 years ago
  83. b4afb13 Fix fast-isel to avoid selecting the return instruction if a by Dan Gohman · 15 years ago
  84. 9b82425 Also CSE non-pic load from constant pools. by Evan Cheng · 15 years ago
  85. ac14665 Teach getSmallConstantTripMultiple about Shl operators. by Dan Gohman · 15 years ago
  86. 9ef4835 Fix codegen of conditional move of immediates. We were not making use of the immediate forms of cmov instructions at all. by Evan Cheng · 15 years ago
  87. 0fe60c7 Specify proper arch and triple for 64-bit. by Bill Wendling · 15 years ago
  88. b3fa7e4 Testcase for r89415. by Bill Wendling · 15 years ago
  89. f94b5ed Extend CaptureTracking to indicate when a value is never stored, even by Dan Gohman · 15 years ago
  90. dab249b Enable hoisting of loads from constant memory by default. In cases where by Dan Gohman · 15 years ago
  91. 2b86caf Unbreak test, Bruno please check. by Daniel Dunbar · 15 years ago
  92. 2ef9c8a More consistent thumb1 asm printing. by Evan Cheng · 15 years ago
  93. 5b397c9 Shrink ldr / str [sp, imm0-1024] to 16-bit instructions. by Evan Cheng · 15 years ago
  94. 2045c47 - Add sugregister logic to handle f64=(f32,f32). by Bruno Cardoso Lopes · 15 years ago
  95. 77bd09b Test from Dhrystone to make sure that we're not emitting an aligned load for a by Bill Wendling · 15 years ago
  96. 41a0456 Fix buildbots. by Bob Wilson · 15 years ago
  97. bea7df5 Add XCore support for indirectbr / blockaddress. by Richard Osborne · 15 years ago
  98. 60f34b9 Tail duplication still needs to iterate. Duplicating new instructions onto by Bob Wilson · 15 years ago
  99. 9b5928b Not all ASM has # for comments. by Bill Wendling · 15 years ago
  100. 0b25ae1 Fix PR5300. by Jakob Stoklund Olesen · 15 years ago