summaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Duplicated node may produce a non-physical register def.Evan Cheng2009-01-091-0/+41
* Add test case from PR2659.Evan Cheng2009-01-091-0/+30
* PR2659 was fixed by r61847. Add the testcase as a regression test.Dan Gohman2009-01-091-0/+33
* this test should not run opt -std-compile-opts, it should run Chris Lattner2009-01-091-114/+40
* Fix off-by-one error in traversing an array; this fixes a test.Misha Brukman2009-01-071-2/+0
* The coalescer does not coalesce a virtual register to a physical register if ...Evan Cheng2009-01-071-0/+24
* add a testcase.Chris Lattner2009-01-071-0/+56
* Add patterns to match conditional moves with loads foldedDan Gohman2009-01-071-0/+10
* X86_COND_C and X86_COND_NC are alternate mnemonics forDan Gohman2009-01-072-3/+3
* Now that fold-pcmpeqd-0.ll is effectively testing that scheduling helpsDan Gohman2009-01-061-0/+83
* Revert r42653 and forward-port the code that lets INC64_32r beDan Gohman2009-01-061-0/+21
* Fix a bug in ComputeLinearIndex computation handling multi-levelDan Gohman2009-01-061-0/+67
* CellSPU:Scott Michel2009-01-063-102/+345
* Delete this test; it's a duplicate of 2006-07-03-schedulers.ll.Dan Gohman2009-01-061-27/+0
* Use a latency value of 0 for the artificial edges inserted byDan Gohman2009-01-061-1/+1
* Find loop back edges only after empty blocks are eliminated.Evan Cheng2009-01-051-1/+1
* CellSPU:Scott Michel2009-01-052-172/+307
* CellSPU:Scott Michel2009-01-051-0/+25
* CellSPU:Scott Michel2009-01-052-59/+289
* Fix a DAGCombiner abort on an invalid shift count constant. This fixes PR3250.Dan Gohman2009-01-031-0/+17
* CellSPU:Scott Michel2009-01-031-1/+1
* Do not isel load folding bt instructions for pentium m, core, core2, and AMD ...Evan Cheng2009-01-021-0/+2
* Use movaps / movd to extract vector element 0 even with sse4.1. It's still ch...Evan Cheng2009-01-027-15/+15
* rename a file to follow naming conventions.Chris Lattner2009-01-021-0/+0
* Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands2009-01-011-0/+31
* This is not failing on Darwin for some reason. XFAIL for other platforms.Bill Wendling2008-12-311-1/+1
* XFAIL this for now until I can figure out what's going on.Scott Michel2008-12-311-1/+3
* Fix test erratum (which is wierd: works locally for me?)Scott Michel2008-12-301-1/+1
* - Start moving target-dependent nodes that could be represented by anScott Michel2008-12-305-18/+126
* - Remove Tilmann's custom truncate lowering: it completely hosed overScott Michel2008-12-277-25/+361
* add PR #Chris Lattner2008-12-251-0/+1
* Add a simple pattern for matching 'bt'.Chris Lattner2008-12-251-0/+20
* Revert the changes in this testcase until Anton can fix them.Bill Wendling2008-12-241-11/+15
* Fix a compiler-abort on a testcase where the stack-pointer is added toDan Gohman2008-12-241-0/+33
* Add another permutation where we should get rid of a-a.Dale Johannesen2008-12-231-0/+24
* Update testAnton Korobeynikov2008-12-231-15/+11
* Added shuffle and splat test cases for r61365.Mon P Wang2008-12-233-0/+192
* One more permutation of subtracting off a base value.Dale Johannesen2008-12-231-0/+14
* Fix fast-isel to not emit invalid assembly when presented with aDan Gohman2008-12-201-0/+7
* Use the correct Preds and Succs lists in setHeightDirty()Dan Gohman2008-12-202-1/+30
* Fix PR3149. If an early clobber def is a physical register and it is tied to ...Evan Cheng2008-12-192-1/+33
* - CodeGenPrepare does not split loop back edges but it only knows about back ...Evan Cheng2008-12-192-1/+51
* Fix bug 3202.Rafael Espindola2008-12-192-0/+22
* Fix test to account for generating some vector code for mul v2i64 insteadMon P Wang2008-12-181-2/+2
* Added some basic test cases for r61209Mon P Wang2008-12-1818-0/+564
* Fix for PR3225: disable a broken optimization inEli Friedman2008-12-171-0/+19
* A new dag combine; several permutations of thisDale Johannesen2008-12-161-0/+14
* We have decided not to support inline asm where an output operand with a matc...Evan Cheng2008-12-161-0/+1
* Enable anti-dependence breaking by default when post-RA scheduling is enabled.Dan Gohman2008-12-161-1/+1
* Fix some register-alias-related bugs in the post-RA scheduler livenessDan Gohman2008-12-161-4/+2