aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add methods to support the integer-promotion of vector types. Methods toNadav Rotem2011-06-061-1/+72
* This directory was missing the dg.exp to cause the tests to run. Some time sinceNick Lewycky2011-06-062-0/+4
* Test case for PR10085.Stuart Hastings2011-06-061-0/+8
* PR10077: fix fast-isel of extractvalue of aggregate constants.Eli Friedman2011-06-061-0/+11
* Harden tests for windows path separators.Benjamin Kramer2011-06-051-1/+1
* Basic support for macros with explicit arguments.Rafael Espindola2011-06-051-0/+10
* Fix a test that keeps breaking when allocation orders change.Jakob Stoklund Olesen2011-06-041-8/+28
* TypeLegalizer: Add support for passing of vector-promoted types in registers ...Nadav Rotem2011-06-041-0/+20
* Add support for @GOTPTOFF in i386 mode.Nick Lewycky2011-06-041-0/+8
* If the block that we're threading through is jumped to by an indirect branch,Bill Wendling2011-06-041-0/+69
* Add a testcase to demonstrate the problem where phi translation isDan Gohman2011-06-041-0/+27
* Reapply r131781, now that the GVN bug with partially-aliasing loadsDan Gohman2011-06-042-1/+132
* Disable the main feature of 130180, the elimination of loads that areDan Gohman2011-06-041-12/+12
* Remove this test, which should have been reverted along with r131781.Dan Gohman2011-06-041-131/+0
* Revert r131781 again. Apparently there is more going on here.Dan Gohman2011-06-041-1/+1
* Teach TableGen to evaluate DAG expressions as set operations.Jakob Stoklund Olesen2011-06-041-0/+167
* Reapply r131781 (revert r131809), now that some BasicAA shortcomingsDan Gohman2011-06-042-1/+132
* Fix BasicAA's recursion detection so that it doesn't pessimizeDan Gohman2011-06-041-0/+41
* Reapply 132424 with fixes. This fixes PR10068.Stuart Hastings2011-06-033-12/+25
* Fix some tests that depend on register allocation.Jakob Stoklund Olesen2011-06-034-12/+12
* Another possible bug. Stopgap until we can autogenerate tables andEric Christopher2011-06-031-0/+8
* Testcase for llvm-gcc commit r132591.Eric Christopher2011-06-031-0/+11
* Fix an off by one error.Eric Christopher2011-06-031-0/+9
* Remove testcase. It's problematic for the buildbots.Bill Wendling2011-06-031-93/+0
* Switch AllocationOrder to using RegisterClassInfo instead of a BitVectorJakob Stoklund Olesen2011-06-031-1/+1
* When merging MustAlias and PartialAlias, chose PartialAlias insteadDan Gohman2011-06-031-0/+39
* Accomodate front-ends which use private instead of internal here.Bill Wendling2011-06-031-1/+1
* Make the Uv constraint a memory operand. This doesn't solve theEric Christopher2011-06-031-0/+8
* Fix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant.Roman Divacky2011-06-031-0/+4
* Bail on unswitching a switch statement for a case with a critical edge. We nameNick Lewycky2011-06-031-0/+28
* Add ARM fast-isel support for materializing the address of a global in cases ...Eli Friedman2011-06-031-1/+27
* Test case pasto (failed when run with IR verifier).Andrew Trick2011-06-021-2/+2
* This should have been a C++ testcase.Bill Wendling2011-06-021-2/+4
* Testcase for r132493.Bill Wendling2011-06-021-0/+91
* Update for r132493 change.Bill Wendling2011-06-021-4/+4
* PR10067: Add missing safety check to call return transformation in MemCpyOpt:...Eli Friedman2011-06-021-0/+36
* During post RA scheduling, do not try to chase reg defs. to preserve DBG_VALU...Devang Patel2011-06-021-3/+5
* Add test for PR10068.Rafael Espindola2011-06-021-0/+22
* Revert 132424 to fix PR10068.Rafael Espindola2011-06-023-25/+12
* Andy pointed out a dumb omission in this test case. Thanks Andy!Stuart Hastings2011-06-021-1/+1
* Jakob pointed out a dumb omission in this test case. Thanks Jakob!Stuart Hastings2011-06-021-1/+1
* Omit unnecessary stack copy when x87 input is a load.Stuart Hastings2011-06-021-0/+15
* Tweak testcase for ARM bot. rdar://problem/5993888Stuart Hastings2011-06-021-1/+1
* Detect FI|cst pattern in MipsDAGToDAGISel::SelectAddr. Patch by Sasa Stankovic.Akira Hatanaka2011-06-022-20/+11
* Test case for r132444.Akira Hatanaka2011-06-021-0/+12
* When marking a block as being unanalyzable, use "Clobber" on the terminator i...Eli Friedman2011-06-021-0/+61
* Do not drop constant values when a variable's content is described using .deb...Devang Patel2011-06-011-0/+34
* Recommit 132404 with fixes. rdar://problem/5993888Stuart Hastings2011-06-013-12/+25
* Allow bitcasts between valid types of the same size and vectorEric Christopher2011-06-011-0/+10
* Revert 132404 to appease a buildbot. rdar://problem/5993888Stuart Hastings2011-06-013-25/+12