1. 653456c X86_COND_C and X86_COND_NC are alternate mnemonics for by Dan Gohman · 17 years ago
  2. 0a79a2f Now that fold-pcmpeqd-0.ll is effectively testing that scheduling helps by Dan Gohman · 17 years ago
  3. cca2983 Revert r42653 and forward-port the code that lets INC64_32r be by Dan Gohman · 17 years ago
  4. 2c91d10 Fix a bug in ComputeLinearIndex computation handling multi-level by Dan Gohman · 17 years ago
  5. dd95009 CellSPU: by Scott Michel · 17 years ago
  6. 5ddefda Delete this test; it's a duplicate of 2006-07-03-schedulers.ll. by Dan Gohman · 17 years ago
  7. fd2163b Use a latency value of 0 for the artificial edges inserted by by Dan Gohman · 17 years ago
  8. 06ebbcc make m_ConstantInt(int64_t) safely match ConstantInt's that are larger than i64. by Chris Lattner · 17 years ago
  9. e6a1fe5 Strength test. by Bill Wendling · 17 years ago
  10. 27a5300 Teach the internalize pass to also internalize global aliases. by Duncan Sands · 17 years ago
  11. 7e66c0d Find loop back edges only after empty blocks are eliminated. by Evan Cheng · 17 years ago
  12. c6c22e2 testcase for bill's patch. by Chris Lattner · 17 years ago
  13. 1da5f2d Delete unused global aliases with internal linkage. by Duncan Sands · 17 years ago
  14. 4050a23 Don't spew bitcode to standard out if this test fails, like it is right now. by Duncan Sands · 17 years ago
  15. 8019ff1 This test passes again, unXFAIL. by Torok Edwin · 17 years ago
  16. d31a672 alignment of 0 is not valid. by Chris Lattner · 17 years ago
  17. 1c7a81b CellSPU: by Scott Michel · 17 years ago
  18. 31aa1a1 CellSPU: - Add an 8-bit operation test, which doesn't do much at this point. by Scott Michel · 17 years ago
  19. ed741dd CellSPU: by Scott Michel · 17 years ago
  20. 0f8df9a Run a post-pass that marks known function declarations by name. by Nick Lewycky · 17 years ago
  21. a96658c XFAIL this test. The xform was removed. by Bill Wendling · 17 years ago
  22. cc91d63 Fix a DAGCombiner abort on an invalid shift count constant. This fixes PR3250. by Dan Gohman · 17 years ago
  23. 52d0001 CellSPU: by Scott Michel · 17 years ago
  24. ae285bf Don't try to analyze this "backward" case. This is overly conservative by Nick Lewycky · 17 years ago
  25. 338cd6b When calculating 'nocapture' argument attributes, allow by Duncan Sands · 17 years ago
  26. df98617 Reimplement the old and horrible bison parser for .ll files with a nice by Chris Lattner · 17 years ago
  27. ccb6976 Do not isel load folding bt instructions for pentium m, core, core2, and AMD processors. These are significantly slower than a load followed by a bt of a register. by Evan Cheng · 17 years ago
  28. 52ceafa Use movaps / movd to extract vector element 0 even with sse4.1. It's still cheaper than pextrw especially if the value is in memory. by Evan Cheng · 17 years ago
  29. 8439653 Remove the cyclic part of this test, it was passing for the wrong by Nick Lewycky · 17 years ago
  30. 6b05686 Make adding nocapture a bit stronger. FreeInst is nocapture. Also, by Nick Lewycky · 17 years ago
  31. aca3e68 rename a file to follow naming conventions. by Chris Lattner · 17 years ago
  32. 29ab02b Add tests for two types of traps that escape analysis might one day fall into. by Duncan Sands · 17 years ago
  33. 33d0a03 * Quoted the executable 'runtest' to emphasize the binary needed; by Misha Brukman · 17 years ago
  34. 5480c04 Fix PR3274: when promoting the condition of a BRCOND node, by Duncan Sands · 17 years ago
  35. 3479be9 Add transformation: by Bill Wendling · 17 years ago
  36. 1010941 Look through phi nodes and select instructions when by Duncan Sands · 17 years ago
  37. 587cbd0 This is not failing on Darwin for some reason. XFAIL for other platforms. by Bill Wendling · 17 years ago
  38. 5eb009a Removed extra spaces. by Misha Brukman · 17 years ago
  39. 9e89ba3 Rename AddReadAttrs to FunctionAttrs, and teach it how by Duncan Sands · 17 years ago
  40. 67b9a2a XFAIL test caused by r61493. Apparently, this is expected? by Bill Wendling · 17 years ago
  41. 477dc85 XFAIL this for now until I can figure out what's going on. by Scott Michel · 17 years ago
  42. 87142b1 Fix test erratum (which is wierd: works locally for me?) by Scott Michel · 17 years ago
  43. 02d711b - Start moving target-dependent nodes that could be represented by an by Scott Michel · 17 years ago
  44. 516ec62 Allow readnone functions to read (and write!) global by Duncan Sands · 17 years ago
  45. 3037eda Check that the function prototypes are correct before assuming that the by Nick Lewycky · 17 years ago
  46. 7c3f161 add testcase for type parsing. by Chris Lattner · 17 years ago
  47. f0569be - Remove Tilmann's custom truncate lowering: it completely hosed over by Scott Michel · 17 years ago
  48. 1323e8b add PR # by Chris Lattner · 17 years ago
  49. e55484e Add a simple pattern for matching 'bt'. by Chris Lattner · 17 years ago
  50. e5b7e0e Revert the changes in this testcase until Anton can fix them. by Bill Wendling · 17 years ago
  51. 8277970 Fix a compiler-abort on a testcase where the stack-pointer is added to by Dan Gohman · 17 years ago
  52. f9cbc1f Add another permutation where we should get rid of a-a. by Dale Johannesen · 17 years ago
  53. 42a8bbc Update test by Anton Korobeynikov · 17 years ago
  54. 2e24342 Testcase to show we can tie together integers and pointers of the same size. by Chris Lattner · 17 years ago
  55. 2fe269d Added shuffle and splat test cases for r61365. by Mon P Wang · 17 years ago
  56. 58e39b0 One more permutation of subtracting off a base value. by Dale Johannesen · 17 years ago
  57. a01ce00 Use ignore & grep instead of XFAIL. by Mikhail Glushenkov · 17 years ago
  58. 13a09e2 Turn strcmp into memcmp, such as strcmp(P, "x") --> memcmp(P, "x", 2). by Nick Lewycky · 17 years ago
  59. b12b1a2 Fix fast-isel to not emit invalid assembly when presented with a by Dan Gohman · 17 years ago
  60. f89e6e6 Use the correct Preds and Succs lists in setHeightDirty() by Dan Gohman · 17 years ago
  61. b8fd419 More precise XFAIL. by Bill Wendling · 17 years ago
  62. c6acb57 Un-XFAIL this test because it's passing and John doesn't seem interested in un-XFAILing it. by Bill Wendling · 17 years ago
  63. 5379f41 Fix PR3149. If an early clobber def is a physical register and it is tied to an input operand, it effectively extends the live range of the physical register. Currently we do not have a good way to represent this. by Evan Cheng · 17 years ago
  64. 94920c1 This test works again for Darwin because a patch was reverted. by Bill Wendling · 17 years ago
  65. ab63152 - CodeGenPrepare does not split loop back edges but it only knows about back edges of single block loops. It now does a DFS walk to find loop back edges. by Evan Cheng · 17 years ago
  66. 2f6fea9 Fix bug 3202. by Rafael Espindola · 17 years ago
  67. f23d0d3 Resubmit support for the 'nocapture' attribute. by Nick Lewycky · 17 years ago
  68. 7538454 Fix test to account for generating some vector code for mul v2i64 instead by Mon P Wang · 17 years ago
  69. 82c19ae Re-XFAIL this test until debug stuff settles down. by Bill Wendling · 17 years ago
  70. 1d04548 Added some basic test cases for r61209 by Mon P Wang · 17 years ago
  71. 2a8f659 Make all the vector elements positive in an srem of constant vector. by Nick Lewycky · 17 years ago
  72. a5d5c02 XFAIL on Linux. by Bill Wendling · 17 years ago
  73. 10ef02e Do not XFAIL. by Bill Wendling · 17 years ago
  74. 3ac619e by Devang Patel · 17 years ago
  75. 965c415 Xfail these tests for now. by Devang Patel · 17 years ago
  76. bce4afe Enhance heap sra to be substantially more aggressive w.r.t PHI by Chris Lattner · 17 years ago
  77. 28dc98f Fix for PR3225: disable a broken optimization in by Eli Friedman · 17 years ago
  78. fd3b7b7 A new dag combine; several permutations of this by Dale Johannesen · 17 years ago
  79. 85d3d4f Fix another crash found by inspection. If we have a PHI node merging by Chris Lattner · 17 years ago
  80. 542dc1a fix a crash found by inspection. by Chris Lattner · 17 years ago
  81. 080efb8 Add a helper to remove a branch and DCE the condition, and use it by Eli Friedman · 17 years ago
  82. 43445c1 Remove empty test. by Bill Wendling · 17 years ago
  83. 6fa311c Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release by Bill Wendling · 17 years ago
  84. 09dc9c0 We have decided not to support inline asm where an output operand with a matching input operand with incompatible type (i.e. either one is a floating point and the other is an integer or the sizes of the types differ). SelectionDAGBuild will catch these and exit with an error. by Evan Cheng · 17 years ago
  85. 367cdff add testcase for -print-dbginfo by Torok Edwin · 17 years ago
  86. 1447f5c Generalize support for analyzing loops to include SLE/SGE loop exit conditions by Nick Lewycky · 17 years ago
  87. f478951 fix PR3217: fully cached queries need to be verified against the by Chris Lattner · 17 years ago
  88. 812d750 Enable anti-dependence breaking by default when post-RA scheduling is enabled. by Dan Gohman · 17 years ago
  89. 3f23744 Fix some register-alias-related bugs in the post-RA scheduler liveness by Dan Gohman · 17 years ago
  90. 657084a add testcase for r61051 by Chris Lattner · 17 years ago
  91. 93b3b92 Added support for splitting and scalarizing vector shifts. by Mon P Wang · 17 years ago
  92. ca17422 add a basic test for heap-sra by Chris Lattner · 17 years ago
  93. 1314f20 Teach basicaa to use the nocapture attribute when possible. When the by Chris Lattner · 17 years ago
  94. 8f416f3 Add a testcase for GCC PR 23455, which lpre handles now. Add some by Chris Lattner · 17 years ago
  95. d17c030 Added support to LegalizeType for expanding the operands of scalar to vector by Mon P Wang · 17 years ago
  96. ef423eb gvn now hoists this load out of the hot non-call path. by Chris Lattner · 17 years ago
  97. 4807e07 Adjust testcase to make it more stable across visitation order changes, by Chris Lattner · 17 years ago
  98. f331316 make GVN try to rename inputs to the resultant replaced values, which by Chris Lattner · 17 years ago
  99. 9e59c64 Implement initial support for PHI translation in memdep. This means that by Chris Lattner · 17 years ago
  100. 5c6d91c another random testcase that shouldn't crash gvn and is by Chris Lattner · 17 years ago