- 653456c X86_COND_C and X86_COND_NC are alternate mnemonics for by Dan Gohman · 17 years ago
- 0a79a2f Now that fold-pcmpeqd-0.ll is effectively testing that scheduling helps by Dan Gohman · 17 years ago
- cca2983 Revert r42653 and forward-port the code that lets INC64_32r be by Dan Gohman · 17 years ago
- 2c91d10 Fix a bug in ComputeLinearIndex computation handling multi-level by Dan Gohman · 17 years ago
- dd95009 CellSPU: by Scott Michel · 17 years ago
- 5ddefda Delete this test; it's a duplicate of 2006-07-03-schedulers.ll. by Dan Gohman · 17 years ago
- fd2163b Use a latency value of 0 for the artificial edges inserted by by Dan Gohman · 17 years ago
- 06ebbcc make m_ConstantInt(int64_t) safely match ConstantInt's that are larger than i64. by Chris Lattner · 17 years ago
- e6a1fe5 Strength test. by Bill Wendling · 17 years ago
- 27a5300 Teach the internalize pass to also internalize global aliases. by Duncan Sands · 17 years ago
- 7e66c0d Find loop back edges only after empty blocks are eliminated. by Evan Cheng · 17 years ago
- c6c22e2 testcase for bill's patch. by Chris Lattner · 17 years ago
- 1da5f2d Delete unused global aliases with internal linkage. by Duncan Sands · 17 years ago
- 4050a23 Don't spew bitcode to standard out if this test fails, like it is right now. by Duncan Sands · 17 years ago
- 8019ff1 This test passes again, unXFAIL. by Torok Edwin · 17 years ago
- d31a672 alignment of 0 is not valid. by Chris Lattner · 17 years ago
- 1c7a81b CellSPU: by Scott Michel · 17 years ago
- 31aa1a1 CellSPU: - Add an 8-bit operation test, which doesn't do much at this point. by Scott Michel · 17 years ago
- ed741dd CellSPU: by Scott Michel · 17 years ago
- 0f8df9a Run a post-pass that marks known function declarations by name. by Nick Lewycky · 17 years ago
- a96658c XFAIL this test. The xform was removed. by Bill Wendling · 17 years ago
- cc91d63 Fix a DAGCombiner abort on an invalid shift count constant. This fixes PR3250. by Dan Gohman · 17 years ago
- 52d0001 CellSPU: by Scott Michel · 17 years ago
- ae285bf Don't try to analyze this "backward" case. This is overly conservative by Nick Lewycky · 17 years ago
- 338cd6b When calculating 'nocapture' argument attributes, allow by Duncan Sands · 17 years ago
- df98617 Reimplement the old and horrible bison parser for .ll files with a nice by Chris Lattner · 17 years ago
- 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
- 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
- 8439653 Remove the cyclic part of this test, it was passing for the wrong by Nick Lewycky · 17 years ago
- 6b05686 Make adding nocapture a bit stronger. FreeInst is nocapture. Also, by Nick Lewycky · 17 years ago
- aca3e68 rename a file to follow naming conventions. by Chris Lattner · 17 years ago
- 29ab02b Add tests for two types of traps that escape analysis might one day fall into. by Duncan Sands · 17 years ago
- 33d0a03 * Quoted the executable 'runtest' to emphasize the binary needed; by Misha Brukman · 17 years ago
- 5480c04 Fix PR3274: when promoting the condition of a BRCOND node, by Duncan Sands · 17 years ago
- 3479be9 Add transformation: by Bill Wendling · 17 years ago
- 1010941 Look through phi nodes and select instructions when by Duncan Sands · 17 years ago
- 587cbd0 This is not failing on Darwin for some reason. XFAIL for other platforms. by Bill Wendling · 17 years ago
- 5eb009a Removed extra spaces. by Misha Brukman · 17 years ago
- 9e89ba3 Rename AddReadAttrs to FunctionAttrs, and teach it how by Duncan Sands · 17 years ago
- 67b9a2a XFAIL test caused by r61493. Apparently, this is expected? by Bill Wendling · 17 years ago
- 477dc85 XFAIL this for now until I can figure out what's going on. by Scott Michel · 17 years ago
- 87142b1 Fix test erratum (which is wierd: works locally for me?) by Scott Michel · 17 years ago
- 02d711b - Start moving target-dependent nodes that could be represented by an by Scott Michel · 17 years ago
- 516ec62 Allow readnone functions to read (and write!) global by Duncan Sands · 17 years ago
- 3037eda Check that the function prototypes are correct before assuming that the by Nick Lewycky · 17 years ago
- 7c3f161 add testcase for type parsing. by Chris Lattner · 17 years ago
- f0569be - Remove Tilmann's custom truncate lowering: it completely hosed over by Scott Michel · 17 years ago
- 1323e8b add PR # by Chris Lattner · 17 years ago
- e55484e Add a simple pattern for matching 'bt'. by Chris Lattner · 17 years ago
- e5b7e0e Revert the changes in this testcase until Anton can fix them. by Bill Wendling · 17 years ago
- 8277970 Fix a compiler-abort on a testcase where the stack-pointer is added to by Dan Gohman · 17 years ago
- f9cbc1f Add another permutation where we should get rid of a-a. by Dale Johannesen · 17 years ago
- 42a8bbc Update test by Anton Korobeynikov · 17 years ago
- 2e24342 Testcase to show we can tie together integers and pointers of the same size. by Chris Lattner · 17 years ago
- 2fe269d Added shuffle and splat test cases for r61365. by Mon P Wang · 17 years ago
- 58e39b0 One more permutation of subtracting off a base value. by Dale Johannesen · 17 years ago
- a01ce00 Use ignore & grep instead of XFAIL. by Mikhail Glushenkov · 17 years ago
- 13a09e2 Turn strcmp into memcmp, such as strcmp(P, "x") --> memcmp(P, "x", 2). by Nick Lewycky · 17 years ago
- b12b1a2 Fix fast-isel to not emit invalid assembly when presented with a by Dan Gohman · 17 years ago
- f89e6e6 Use the correct Preds and Succs lists in setHeightDirty() by Dan Gohman · 17 years ago
- b8fd419 More precise XFAIL. by Bill Wendling · 17 years ago
- 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
- 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
- 94920c1 This test works again for Darwin because a patch was reverted. by Bill Wendling · 17 years ago
- 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
- 2f6fea9 Fix bug 3202. by Rafael Espindola · 17 years ago
- f23d0d3 Resubmit support for the 'nocapture' attribute. by Nick Lewycky · 17 years ago
- 7538454 Fix test to account for generating some vector code for mul v2i64 instead by Mon P Wang · 17 years ago
- 82c19ae Re-XFAIL this test until debug stuff settles down. by Bill Wendling · 17 years ago
- 1d04548 Added some basic test cases for r61209 by Mon P Wang · 17 years ago
- 2a8f659 Make all the vector elements positive in an srem of constant vector. by Nick Lewycky · 17 years ago
- a5d5c02 XFAIL on Linux. by Bill Wendling · 17 years ago
- 10ef02e Do not XFAIL. by Bill Wendling · 17 years ago
- 3ac619e by Devang Patel · 17 years ago
- 965c415 Xfail these tests for now. by Devang Patel · 17 years ago
- bce4afe Enhance heap sra to be substantially more aggressive w.r.t PHI by Chris Lattner · 17 years ago
- 28dc98f Fix for PR3225: disable a broken optimization in by Eli Friedman · 17 years ago
- fd3b7b7 A new dag combine; several permutations of this by Dale Johannesen · 17 years ago
- 85d3d4f Fix another crash found by inspection. If we have a PHI node merging by Chris Lattner · 17 years ago
- 542dc1a fix a crash found by inspection. by Chris Lattner · 17 years ago
- 080efb8 Add a helper to remove a branch and DCE the condition, and use it by Eli Friedman · 17 years ago
- 43445c1 Remove empty test. by Bill Wendling · 17 years ago
- 6fa311c Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release by Bill Wendling · 17 years ago
- 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
- 367cdff add testcase for -print-dbginfo by Torok Edwin · 17 years ago
- 1447f5c Generalize support for analyzing loops to include SLE/SGE loop exit conditions by Nick Lewycky · 17 years ago
- f478951 fix PR3217: fully cached queries need to be verified against the by Chris Lattner · 17 years ago
- 812d750 Enable anti-dependence breaking by default when post-RA scheduling is enabled. by Dan Gohman · 17 years ago
- 3f23744 Fix some register-alias-related bugs in the post-RA scheduler liveness by Dan Gohman · 17 years ago
- 657084a add testcase for r61051 by Chris Lattner · 17 years ago
- 93b3b92 Added support for splitting and scalarizing vector shifts. by Mon P Wang · 17 years ago
- ca17422 add a basic test for heap-sra by Chris Lattner · 17 years ago
- 1314f20 Teach basicaa to use the nocapture attribute when possible. When the by Chris Lattner · 17 years ago
- 8f416f3 Add a testcase for GCC PR 23455, which lpre handles now. Add some by Chris Lattner · 17 years ago
- d17c030 Added support to LegalizeType for expanding the operands of scalar to vector by Mon P Wang · 17 years ago
- ef423eb gvn now hoists this load out of the hot non-call path. by Chris Lattner · 17 years ago
- 4807e07 Adjust testcase to make it more stable across visitation order changes, by Chris Lattner · 17 years ago
- f331316 make GVN try to rename inputs to the resultant replaced values, which by Chris Lattner · 17 years ago
- 9e59c64 Implement initial support for PHI translation in memdep. This means that by Chris Lattner · 17 years ago
- 5c6d91c another random testcase that shouldn't crash gvn and is by Chris Lattner · 17 years ago