1. 9bc243b Remove llvm-upgrade and update tests. by Tanya Lattner · 17 years ago
  2. 65201f5 DCE'ed this testcase. by Bill Wendling · 17 years ago
  3. 97e3c01 If we reload a virtual register that's already been assigned, we want to mark by Bill Wendling · 17 years ago
  4. 9d34c4d fix a bug Anders ran into where scalarrepl would crash when promoting by Chris Lattner · 17 years ago
  5. 5ebd936 Folding or(fcmp,fcmp) only works if the operands of the fcmps are the same fp type. by Chris Lattner · 17 years ago
  6. 9b80bd8 Update testcase. by Lauro Ramos Venancio · 17 years ago
  7. 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
  8. e526d8a Set to default: x86 no longer fold and into test if it has more than one use. by Evan Cheng · 17 years ago
  9. 0154e47 New test for misaligned Altivec laod/store. by Dale Johannesen · 17 years ago
  10. ec59b95 Don't hard-code the mask size to be 32, which is incorrect on ppc64 by Dan Gohman · 17 years ago
  11. 21b3f31 Fix a bug in dead spill slot elimination. by Evan Cheng · 17 years ago
  12. e416b7d actually run llc, thanks Dan :) by Chris Lattner · 17 years ago
  13. 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
  14. b09916b Make X86TargetLowering::LowerSINT_TO_FP return without creating a dead by Chris Lattner · 17 years ago
  15. d0ba2a9 Compile x86-64-and-mask.ll into: by Chris Lattner · 17 years ago
  16. d365312 Spiller now remove unused spill slots. by Evan Cheng · 17 years ago
  17. cc48318 Upgrade testcase. by Bill Wendling · 17 years ago
  18. bf931bb Add PR number to testcase. by Owen Anderson · 17 years ago
  19. 77db50f Fix an issue where GVN had the sizes of the two memcpy's reverse, resulting by Owen Anderson · 17 years ago
  20. 4d535ca Enable -coalescer-commute-instrs by default. by Evan Cheng · 17 years ago
  21. d4cf992 Avoid aborting on invalid shift counts. by Dan Gohman · 17 years ago
  22. 9ec8095 Fix for pr2093: direct operands aren't necessarily addresses, so don't by Eli Friedman · 17 years ago
  23. 36ab301 fix this test so that the fn name doesn't match the regex by Chris Lattner · 17 years ago
  24. aeecb6c Fix PR2096, a regression introduced with my patch last night. This by Chris Lattner · 17 years ago
  25. 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
  26. 1514010 unbreak check-one by supplying a dummy "verbose" procedure by Gabor Greif · 17 years ago
  27. 684ed3d While hunting for two hanging tests, by Gabor Greif · 17 years ago
  28. c886c46 This is possible: by Evan Cheng · 17 years ago
  29. 0254e70 Fix isNegatibleForFree to not return true for ConstantFP nodes by Chris Lattner · 17 years ago
  30. 9bf12b5 Fix PR2076. CodeGenPrepare now sinks address computation for inline asm memory by Evan Cheng · 17 years ago
  31. d9d99ff Update bitcode reader and writer to handle multiple return values. Take 2. by Devang Patel · 17 years ago
  32. c0808a7 Fix an issue where GVN was performing the return slot optimization when it was by Owen Anderson · 17 years ago
  33. b9a9057 Temporarily reverting 46959. by Evan Cheng · 17 years ago
  34. 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
  35. 1df4397 Backing out r47521 for now. This has broken a number of tests. by Evan Cheng · 17 years ago
  36. a59d469 Merge current work back to tree to minimize diffs and drift. Major highlights by Scott Michel · 17 years ago
  37. f65a0f7 Testcase for Revision 47478. by Zhou Sheng · 17 years ago
  38. 249ded3 Rematerialization logic was overly conservative when it comes to loads from fixed stack slots. by Evan Cheng · 17 years ago
  39. aaa1d42 Update test. by Evan Cheng · 17 years ago
  40. 18924f1 Remat of pic loads are now on by default. by Evan Cheng · 17 years ago
  41. 61e015f Fix a bug that caused opt and other tools to silently ignore by Dan Gohman · 17 years ago
  42. e9fabd9 Properly read and write bitcodes for multiple return values. by Devang Patel · 17 years ago
  43. 28c9fc6 Really. Why doesn't every arch support MMX? by Evan Cheng · 17 years ago
  44. 530d47f Test case for PR2082. by Evan Cheng · 17 years ago
  45. d8850a5 Allow re-materialization of pic load (controlled by -remat-pic-load for now). by Evan Cheng · 17 years ago
  46. d2b1fb2 copy mmx values from/to memory with GPRs on x86-32 by Chris Lattner · 17 years ago
  47. 149a4e5 Start using GPR's to copy around mmx value instead of mmx regs. by Chris Lattner · 17 years ago
  48. 0fe71e9 Treat clobber operands like early clobbers: if we have by Chris Lattner · 17 years ago
  49. 33eefff Remove llvm-upgrade and update tests. by Tanya Lattner · 17 years ago
  50. 2bedd73 testcase for PR1133 by Chris Lattner · 17 years ago
  51. 7cbeb24 Fix a (harmless) but where vregs were added to the used reg lists for by Chris Lattner · 17 years ago
  52. db71d63 Let invoke return aggregate value. by Devang Patel · 17 years ago
  53. bb4f8d4 Let function call return aggregate. by Devang Patel · 17 years ago
  54. ad9153e XFAIL for now. by Devang Patel · 17 years ago
  55. 2102cab Now functions can return aggregate values. by Devang Patel · 17 years ago
  56. 3e63076 Add 'umax' similar to 'smax' SCEV. Closes PR2003. by Nick Lewycky · 17 years ago
  57. 359026e XFAIL this for now. by Evan Cheng · 17 years ago
  58. b476f98 this test requires sse2 by Chris Lattner · 17 years ago
  59. ce2bcc8 Don't fold and's into test instructions if they have multiple uses. by Chris Lattner · 17 years ago
  60. 22c3176 rename tests to avoid a test- prefix when they aren't related to the test instruction. by Chris Lattner · 17 years ago
  61. cfab3da Remove llvm-upgrade and update tests. by Tanya Lattner · 17 years ago
  62. 1459c5d dead pass by Chris Lattner · 17 years ago
  63. 689e8b2 Fix PR2060 by rejecting invalid types for integer constants. by Chris Lattner · 17 years ago
  64. 7ad3920 Don't spew stats to stderr. by Nick Lewycky · 17 years ago
  65. 9103ba1 Fix up the run line for this new test. by Nick Lewycky · 17 years ago
  66. acfab64 New test. by Evan Cheng · 17 years ago
  67. 2ad38be Remove llvm-upgrade and update tests. by Tanya Lattner · 17 years ago
  68. 53a66d1 Remove llvm-upgrade and update tests. by Tanya Lattner · 17 years ago
  69. 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
  70. e0cfecf Correctly fold divide-by-constant, even when faced with overflow. by Nick Lewycky · 17 years ago
  71. 339ffed Don't mark scalar integer multiplication as Expand on x86, since x86 by Dan Gohman · 17 years ago
  72. ea04159 make this just a bit more strict. by Chris Lattner · 17 years ago
  73. 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
  74. bf1d8a7 optimize away stackrestore calls that have no intervening alloca or call. by Chris Lattner · 17 years ago
  75. 28cb205 upgrade this test. by Chris Lattner · 17 years ago
  76. dd12f96 Fold (-x + -y) -> -(x+y) which promotes better association, fixing by Chris Lattner · 17 years ago
  77. 0b0803a Split up subtracts into add+negate if they have a reassociable use or operand by Chris Lattner · 17 years ago
  78. f06c3c2 upgrade and simplify this test. by Chris Lattner · 17 years ago
  79. 6263f94 Remove llvm-upgrade. by Tanya Lattner · 17 years ago
  80. 5f13724 fix this test. by Chris Lattner · 17 years ago
  81. d349a4e Remove llvm-upgrade by Tanya Lattner · 17 years ago
  82. 2d290f9 Remove llvm-upgrade. by Tanya Lattner · 17 years ago
  83. 26fdb11 this test isn't useful since we added @ notation for globals. by Chris Lattner · 17 years ago
  84. 8a39257 this line was commented out. by Chris Lattner · 17 years ago
  85. 709f6ec Remove llvm-upgrade and update tests. by Tanya Lattner · 17 years ago
  86. 9197493 Removing llvm upgrade, so remove tests specific to llvm-upgrade and update the tests that used it. by Tanya Lattner · 17 years ago
  87. 3d5378f Remove any 'nest' parameter attributes if the function by Duncan Sands · 17 years ago
  88. 22c5c1b llvm.memory.barrier, and impl for x86 and alpha by Andrew Lenharth · 17 years ago
  89. d1bb1c2 upgrade this test, which wasn't testing the right thing since llvm-upgrade came around. by Chris Lattner · 17 years ago
  90. 0104234 rename llx -> ll by Chris Lattner · 17 years ago
  91. de7f560 This test is not interesting. by Evan Cheng · 17 years ago
  92. 35e11cd Modify test to expect improved code. by Dale Johannesen · 17 years ago
  93. 31fdedd Fix this test on linux, which returns S242 using sret. by Duncan Sands · 17 years ago
  94. 9d9b204 Fix PR2028 by Devang Patel · 17 years ago
  95. 9b03daa If loop header is also loop exiting block then OrigPN is incoming value for B loop header. by Devang Patel · 17 years ago
  96. 8c5c22f Fix PR2029 by Chris Lattner · 17 years ago
  97. 423be62 Fix a miscompilation from Dan's recent apintification. by Chris Lattner · 17 years ago
  98. 6e9bcee Remove llvm-upgrade by Tanya Lattner · 17 years ago
  99. c91b49b Testcase for PR2032. by Nick Lewycky · 17 years ago
  100. dcd188d Remove llvm-upgrade. by Tanya Lattner · 17 years ago