aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-2190-1460/+1482
* testcase for PR1133Chris Lattner2008-02-211-0/+9
* Fix a (harmless) but where vregs were added to the used reg lists for Chris Lattner2008-02-211-0/+15
* XFAIL this for now.Evan Cheng2008-02-201-0/+1
* this test requires sse2Chris Lattner2008-02-191-1/+1
* Don't fold and's into test instructions if they have multiple uses.Chris Lattner2008-02-191-0/+29
* rename tests to avoid a test- prefix when they aren't related to the test ins...Chris Lattner2008-02-1910-0/+0
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-1951-1306/+1302
* Don't spew stats to stderr.Nick Lewycky2008-02-191-1/+1
* Fix up the run line for this new test.Nick Lewycky2008-02-191-1/+1
* New test.Evan Cheng2008-02-191-0/+219
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-19162-3373/+3173
* - When DAG combiner is folding a bit convert into a BUILD_VECTOR, it should c...Evan Cheng2008-02-181-0/+17
* Don't mark scalar integer multiplication as Expand on x86, since x86Dan Gohman2008-02-181-0/+8
* Remove llvm-upgrade.Tanya Lattner2008-02-1750-906/+906
* llvm.memory.barrier, and impl for x86 and alphaAndrew Lenharth2008-02-166-0/+79
* This test is not interesting.Evan Cheng2008-02-151-21/+0
* Fix a miscompilation from Dan's recent apintification.Chris Lattner2008-02-141-0/+8
* This readme entry is done, testcase here: CodeGen/X86/zero-remat.llChris Lattner2008-02-141-0/+2
* Fix test.Evan Cheng2008-02-141-1/+1
* Teach LegalizeTypes how to expand and promote CTLZ,Duncan Sands2008-02-131-12/+11
* In SDISel, for targets that support FORMAL_ARGUMENTS nodes, lower thisChris Lattner2008-02-131-0/+18
* Add testcase for recent legalizer changeNate Begeman2008-02-131-0/+8
* New tests.Evan Cheng2008-02-133-0/+71
* Don't mask the isel bug.Evan Cheng2008-02-123-3/+3
* This test assumes no SSE4.1.Evan Cheng2008-02-121-1/+1
* Fix some test cases.Evan Cheng2008-02-123-3/+3
* Determine whether a spill kills the register it's spilling before insertion r...Evan Cheng2008-02-111-0/+10
* Alignment of struct containing vectors depends onDale Johannesen2008-02-091-1/+1
* It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...Evan Cheng2008-02-081-0/+99
* Added missing entries in X86 load / store folding tables.Evan Cheng2008-02-081-0/+20
* Fix a x86-64 codegen deficiency. Allow gv + offset when using rip addressing ...Evan Cheng2008-02-072-33/+46
* It's PR1925, not PR1609.Evan Cheng2008-02-061-1/+1
* Fix a number of local register allocator issues: PR1609.Evan Cheng2008-02-061-0/+19
* Fix PR1975: dag isel emitter produces patterns that isel wrong flag result.Evan Cheng2008-02-051-0/+12
* If a vr is already marked alive in a bb, then it has PHI uses that are visite...Evan Cheng2008-02-051-0/+67
* Crashes LegalizeTypes with "Do not know how toDuncan Sands2008-02-041-0/+22
* Crashes LegalizeTypes with "Do not know how to splitDuncan Sands2008-02-041-0/+14
* remove target triple to make this test more "generic"Chris Lattner2008-02-041-2/+0
* Crashed the new type legalizer. Not likely to catchDuncan Sands2008-02-041-0/+21
* CBackend: Implement unaligned load/store.Lauro Ramos Venancio2008-02-011-0/+15
* Add target triples to these so they don't fail on linux.Chris Lattner2008-01-292-0/+4
* Overhaul Cell SPU's addressing mode internals so that there are nowScott Michel2008-01-296-194/+79
* Update this test. Due to dag combiner improvements, we now compileChris Lattner2008-01-271-1/+1
* Implement some dag combines that allow doing fneg/fabs/fcopysign in integerChris Lattner2008-01-271-0/+21
* New test to verify that "merging 4 loads into a vec load" continues to work and Chris Lattner2008-01-261-0/+35
* Infer alignment of loads and increase their alignment when we can tell they are Chris Lattner2008-01-261-0/+22
* remove a useless xfailed test.Chris Lattner2008-01-261-27/+0
* If there's no instructions being emitted on X86 for a function, emit aBill Wendling2008-01-261-0/+6
* Need to convert to LLVM code and not C.Bill Wendling2008-01-261-5/+4