1. 673d1bc sync ops on ptrs, was breaking libgomp by Andrew Lenharth · 17 years ago
  2. 6af4a75 Fix test not to emit junk into source directory by Anton Korobeynikov · 17 years ago
  3. 038557d Testcase for PR2054 by Anton Korobeynikov · 17 years ago
  4. ec4a567 Generalize FP constant shrinking optimization to apply to any vt by Chris Lattner · 17 years ago
  5. 6fd599f Add a target lowering hook to control whether it's worthwhile to compress fp constant. by Evan Cheng · 17 years ago
  6. 3fab77e Use -enable-ppc-regscavenger flag for these checks by Bill Wendling · 17 years ago
  7. 3796355 Use cast instead of dyn_cast. by Devang Patel · 17 years ago
  8. dc00d42 Handle multiple return values. by Devang Patel · 17 years ago
  9. a26e0fe Really fix the test. by Evan Cheng · 17 years ago
  10. 6a2286a Fix broken test. by Evan Cheng · 17 years ago
  11. f92dd28 Add PR1501 test case. by Evan Cheng · 17 years ago
  12. 7194aaf This is the initial check-in for adding register scavenging to PPC. (Currently, by Bill Wendling · 17 years ago
  13. c2a324f new testcase by Chris Lattner · 17 years ago
  14. 767486b Evan implemented these. by Chris Lattner · 17 years ago
  15. 3be4893 Evan implemented this. by Chris Lattner · 17 years ago
  16. a4239e7 add a testcase for misc vector stuff by Chris Lattner · 17 years ago
  17. f58d4de Oops, can't unwind to the entry block (entry block may have no preds). by Nick Lewycky · 17 years ago
  18. fc82fab Add an unwind_to field to basic blocks, making them Users instead of Values. by Nick Lewycky · 17 years ago
  19. ec9a35a Remove llvm-upgrade and update test cases. by Tanya Lattner · 17 years ago
  20. ab3b778 Fix PR2113 by verifying allocations. by Chris Lattner · 17 years ago
  21. ad23d43 Fix this test. by Chris Lattner · 17 years ago
  22. 9bc243b Remove llvm-upgrade and update tests. by Tanya Lattner · 17 years ago
  23. 65201f5 DCE'ed this testcase. by Bill Wendling · 17 years ago
  24. 97e3c01 If we reload a virtual register that's already been assigned, we want to mark by Bill Wendling · 17 years ago
  25. 9d34c4d fix a bug Anders ran into where scalarrepl would crash when promoting by Chris Lattner · 17 years ago
  26. 5ebd936 Folding or(fcmp,fcmp) only works if the operands of the fcmps are the same fp type. by Chris Lattner · 17 years ago
  27. 9b80bd8 Update testcase. by Lauro Ramos Venancio · 17 years ago
  28. c0734e3 Fix http://llvm.org/bugs/show_bug.cgi?id=2104 by ordering lexicographically what gets printed. Be const-correct in PrintResults and uninline it too by Gabor Greif · 17 years ago
  29. e526d8a Set to default: x86 no longer fold and into test if it has more than one use. by Evan Cheng · 17 years ago
  30. 0154e47 New test for misaligned Altivec laod/store. by Dale Johannesen · 17 years ago
  31. ec59b95 Don't hard-code the mask size to be 32, which is incorrect on ppc64 by Dan Gohman · 17 years ago
  32. 21b3f31 Fix a bug in dead spill slot elimination. by Evan Cheng · 17 years ago
  33. e416b7d actually run llc, thanks Dan :) by Chris Lattner · 17 years ago
  34. be680dc Don't track max alignment during stack object allocations since they can be deleted later. Let PEI compute it. by Evan Cheng · 17 years ago
  35. b09916b Make X86TargetLowering::LowerSINT_TO_FP return without creating a dead by Chris Lattner · 17 years ago
  36. d0ba2a9 Compile x86-64-and-mask.ll into: by Chris Lattner · 17 years ago
  37. d365312 Spiller now remove unused spill slots. by Evan Cheng · 17 years ago
  38. cc48318 Upgrade testcase. by Bill Wendling · 17 years ago
  39. bf931bb Add PR number to testcase. by Owen Anderson · 17 years ago
  40. 77db50f Fix an issue where GVN had the sizes of the two memcpy's reverse, resulting by Owen Anderson · 17 years ago
  41. 4d535ca Enable -coalescer-commute-instrs by default. by Evan Cheng · 17 years ago
  42. d4cf992 Avoid aborting on invalid shift counts. by Dan Gohman · 17 years ago
  43. 9ec8095 Fix for pr2093: direct operands aren't necessarily addresses, so don't by Eli Friedman · 17 years ago
  44. 36ab301 fix this test so that the fn name doesn't match the regex by Chris Lattner · 17 years ago
  45. aeecb6c Fix PR2096, a regression introduced with my patch last night. This by Chris Lattner · 17 years ago
  46. 72c8f0d Really feed llvm-as with the testcase, do not let it read from stdin. This fixes the hangs seen on solaris10. by Gabor Greif · 17 years ago
  47. 1514010 unbreak check-one by supplying a dummy "verbose" procedure by Gabor Greif · 17 years ago
  48. 684ed3d While hunting for two hanging tests, by Gabor Greif · 17 years ago
  49. c886c46 This is possible: by Evan Cheng · 17 years ago
  50. 0254e70 Fix isNegatibleForFree to not return true for ConstantFP nodes by Chris Lattner · 17 years ago
  51. 9bf12b5 Fix PR2076. CodeGenPrepare now sinks address computation for inline asm memory by Evan Cheng · 17 years ago
  52. d9d99ff Update bitcode reader and writer to handle multiple return values. Take 2. by Devang Patel · 17 years ago
  53. c0808a7 Fix an issue where GVN was performing the return slot optimization when it was by Owen Anderson · 17 years ago
  54. b9a9057 Temporarily reverting 46959. by Evan Cheng · 17 years ago
  55. 0f7ea1a Fix an issue where GVN would try to use an instruction before its definition when performing return slot optimization. by Owen Anderson · 17 years ago
  56. 1df4397 Backing out r47521 for now. This has broken a number of tests. by Evan Cheng · 17 years ago
  57. a59d469 Merge current work back to tree to minimize diffs and drift. Major highlights by Scott Michel · 17 years ago
  58. f65a0f7 Testcase for Revision 47478. by Zhou Sheng · 17 years ago
  59. 249ded3 Rematerialization logic was overly conservative when it comes to loads from fixed stack slots. by Evan Cheng · 17 years ago
  60. aaa1d42 Update test. by Evan Cheng · 17 years ago
  61. 18924f1 Remat of pic loads are now on by default. by Evan Cheng · 17 years ago
  62. 61e015f Fix a bug that caused opt and other tools to silently ignore by Dan Gohman · 17 years ago
  63. e9fabd9 Properly read and write bitcodes for multiple return values. by Devang Patel · 17 years ago
  64. 28c9fc6 Really. Why doesn't every arch support MMX? by Evan Cheng · 17 years ago
  65. 530d47f Test case for PR2082. by Evan Cheng · 17 years ago
  66. d8850a5 Allow re-materialization of pic load (controlled by -remat-pic-load for now). by Evan Cheng · 17 years ago
  67. d2b1fb2 copy mmx values from/to memory with GPRs on x86-32 by Chris Lattner · 17 years ago
  68. 149a4e5 Start using GPR's to copy around mmx value instead of mmx regs. by Chris Lattner · 17 years ago
  69. 0fe71e9 Treat clobber operands like early clobbers: if we have by Chris Lattner · 17 years ago
  70. 33eefff Remove llvm-upgrade and update tests. by Tanya Lattner · 17 years ago
  71. 2bedd73 testcase for PR1133 by Chris Lattner · 17 years ago
  72. 7cbeb24 Fix a (harmless) but where vregs were added to the used reg lists for by Chris Lattner · 17 years ago
  73. db71d63 Let invoke return aggregate value. by Devang Patel · 17 years ago
  74. bb4f8d4 Let function call return aggregate. by Devang Patel · 17 years ago
  75. ad9153e XFAIL for now. by Devang Patel · 17 years ago
  76. 2102cab Now functions can return aggregate values. by Devang Patel · 17 years ago
  77. 3e63076 Add 'umax' similar to 'smax' SCEV. Closes PR2003. by Nick Lewycky · 17 years ago
  78. 359026e XFAIL this for now. by Evan Cheng · 17 years ago
  79. b476f98 this test requires sse2 by Chris Lattner · 17 years ago
  80. ce2bcc8 Don't fold and's into test instructions if they have multiple uses. by Chris Lattner · 17 years ago
  81. 22c3176 rename tests to avoid a test- prefix when they aren't related to the test instruction. by Chris Lattner · 17 years ago
  82. cfab3da Remove llvm-upgrade and update tests. by Tanya Lattner · 17 years ago
  83. 1459c5d dead pass by Chris Lattner · 17 years ago
  84. 689e8b2 Fix PR2060 by rejecting invalid types for integer constants. by Chris Lattner · 17 years ago
  85. 7ad3920 Don't spew stats to stderr. by Nick Lewycky · 17 years ago
  86. 9103ba1 Fix up the run line for this new test. by Nick Lewycky · 17 years ago
  87. acfab64 New test. by Evan Cheng · 17 years ago
  88. 2ad38be Remove llvm-upgrade and update tests. by Tanya Lattner · 17 years ago
  89. 53a66d1 Remove llvm-upgrade and update tests. by Tanya Lattner · 17 years ago
  90. efec751 - When DAG combiner is folding a bit convert into a BUILD_VECTOR, it should check if it's essentially a SCALAR_TO_VECTOR. Avoid turning (v8i16) <10, u, u, u> to <10, 0, u, u, u, u, u, u>. Instead, simply convert it to a SCALAR_TO_VECTOR of the proper type. by Evan Cheng · 17 years ago
  91. e0cfecf Correctly fold divide-by-constant, even when faced with overflow. by Nick Lewycky · 17 years ago
  92. 339ffed Don't mark scalar integer multiplication as Expand on x86, since x86 by Dan Gohman · 17 years ago
  93. ea04159 make this just a bit more strict. by Chris Lattner · 17 years ago
  94. 5aa4f2a Add support to GVN for performing sret return slot optimization. This means that, if an sret function tail calls by Owen Anderson · 17 years ago
  95. bf1d8a7 optimize away stackrestore calls that have no intervening alloca or call. by Chris Lattner · 17 years ago
  96. 28cb205 upgrade this test. by Chris Lattner · 17 years ago
  97. dd12f96 Fold (-x + -y) -> -(x+y) which promotes better association, fixing by Chris Lattner · 17 years ago
  98. 0b0803a Split up subtracts into add+negate if they have a reassociable use or operand by Chris Lattner · 17 years ago
  99. f06c3c2 upgrade and simplify this test. by Chris Lattner · 17 years ago
  100. 6263f94 Remove llvm-upgrade. by Tanya Lattner · 17 years ago