summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Teach TableGen to evaluate DAG expressions as set operations.Jakob Stoklund Olesen2011-06-04
* Reapply r131781 (revert r131809), now that some BasicAA shortcomingsDan Gohman2011-06-04
* Fix BasicAA's recursion detection so that it doesn't pessimizeDan Gohman2011-06-04
* Reapply 132424 with fixes. This fixes PR10068.Stuart Hastings2011-06-03
* Fix some tests that depend on register allocation.Jakob Stoklund Olesen2011-06-03
* Another possible bug. Stopgap until we can autogenerate tables andEric Christopher2011-06-03
* Testcase for llvm-gcc commit r132591.Eric Christopher2011-06-03
* Fix an off by one error.Eric Christopher2011-06-03
* Remove testcase. It's problematic for the buildbots.Bill Wendling2011-06-03
* Switch AllocationOrder to using RegisterClassInfo instead of a BitVectorJakob Stoklund Olesen2011-06-03
* When merging MustAlias and PartialAlias, chose PartialAlias insteadDan Gohman2011-06-03
* Accomodate front-ends which use private instead of internal here.Bill Wendling2011-06-03
* Make the Uv constraint a memory operand. This doesn't solve theEric Christopher2011-06-03
* Fix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant.Roman Divacky2011-06-03
* Bail on unswitching a switch statement for a case with a critical edge. We nameNick Lewycky2011-06-03
* Add ARM fast-isel support for materializing the address of a global in cases ...Eli Friedman2011-06-03
* Test case pasto (failed when run with IR verifier).Andrew Trick2011-06-02
* This should have been a C++ testcase.Bill Wendling2011-06-02
* Testcase for r132493.Bill Wendling2011-06-02
* Update for r132493 change.Bill Wendling2011-06-02
* PR10067: Add missing safety check to call return transformation in MemCpyOpt:...Eli Friedman2011-06-02
* During post RA scheduling, do not try to chase reg defs. to preserve DBG_VALU...Devang Patel2011-06-02
* Add test for PR10068.Rafael Espindola2011-06-02
* Revert 132424 to fix PR10068.Rafael Espindola2011-06-02
* Andy pointed out a dumb omission in this test case. Thanks Andy!Stuart Hastings2011-06-02
* Jakob pointed out a dumb omission in this test case. Thanks Jakob!Stuart Hastings2011-06-02
* Omit unnecessary stack copy when x87 input is a load.Stuart Hastings2011-06-02
* Tweak testcase for ARM bot. rdar://problem/5993888Stuart Hastings2011-06-02
* Detect FI|cst pattern in MipsDAGToDAGISel::SelectAddr. Patch by Sasa Stankovic.Akira Hatanaka2011-06-02
* Test case for r132444.Akira Hatanaka2011-06-02
* When marking a block as being unanalyzable, use "Clobber" on the terminator i...Eli Friedman2011-06-02
* Do not drop constant values when a variable's content is described using .deb...Devang Patel2011-06-01
* Recommit 132404 with fixes. rdar://problem/5993888Stuart Hastings2011-06-01
* Allow bitcasts between valid types of the same size and vectorEric Christopher2011-06-01
* Revert 132404 to appease a buildbot. rdar://problem/5993888Stuart Hastings2011-06-01
* Add a testcase, enabled only on arm, for llvm-gcc r132366.Eric Christopher2011-06-01
* Cleanup test case. rdar://problem/5660695Stuart Hastings2011-06-01
* Add support for x86 CMPEQSS and friends. These instructions do aStuart Hastings2011-06-01
* Reapply 132348 with fixes. rdar://problem/6501862Stuart Hastings2011-06-01
* A forthcoming SSE patch will break this test; since the test is alsoStuart Hastings2011-06-01
* Test case for 132396. rdar://problem/5660695Stuart Hastings2011-06-01
* This patch is another step in the direction of adding vector select. In thisNadav Rotem2011-06-01
* First, do no harm -- even if we can't find a selector for an enclosingJohn McCall2011-06-01
* Reverted r132135 per Xerxes request. These tests are passing for his setup. R...Galina Kistanova2011-05-31
* scev: Better sign-extend removal. Normalize postincrement recurrencesAndrew Trick2011-05-31
* Revert to pacify a buildbot. rdar://problem/6501862Stuart Hastings2011-05-31
* Followup to 132316; accept arbitrary constants, add with a constant,Stuart Hastings2011-05-31
* Add XCore intrinsic for crc8.Richard Osborne2011-05-31
* Add XCore intrinsic for crc32.Richard Osborne2011-05-31
* Convert test to FileCheck.Richard Osborne2011-05-31