aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Enable -coalescer-commute-instrs by default.Evan Cheng2008-02-263-3/+3
* Avoid aborting on invalid shift counts.Dan Gohman2008-02-261-0/+30
* Fix for pr2093: direct operands aren't necessarily addresses, so don't Eli Friedman2008-02-261-0/+17
* Fix PR2096, a regression introduced with my patch last night. ThisChris Lattner2008-02-261-0/+50
* Really feed llvm-as with the testcase, do not let it read from stdin. This fi...Gabor Greif2008-02-261-1/+1
* This is possible:Evan Cheng2008-02-261-0/+55
* Fix isNegatibleForFree to not return true for ConstantFP nodes Chris Lattner2008-02-261-0/+14
* Fix PR2076. CodeGenPrepare now sinks address computation for inline asm memoryEvan Cheng2008-02-261-0/+33
* Merge current work back to tree to minimize diffs and drift. Major highlightsScott Michel2008-02-231-3/+2
* Rematerialization logic was overly conservative when it comes to loads from f...Evan Cheng2008-02-231-0/+49
* Update test.Evan Cheng2008-02-231-11/+13
* Remat of pic loads are now on by default.Evan Cheng2008-02-231-1/+1
* Really. Why doesn't every arch support MMX?Evan Cheng2008-02-231-1/+1
* Test case for PR2082.Evan Cheng2008-02-221-0/+55
* Allow re-materialization of pic load (controlled by -remat-pic-load for now).Evan Cheng2008-02-221-0/+45
* copy mmx values from/to memory with GPRs on x86-32 Chris Lattner2008-02-221-2/+3
* Start using GPR's to copy around mmx value instead of mmx regs.Chris Lattner2008-02-221-0/+14
* Treat clobber operands like early clobbers: if we haveChris Lattner2008-02-211-2/+11
* 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