aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAgeFilesLines
* Set to default: x86 no longer fold and into test if it has more than one use.Evan Cheng2008-02-281-1/+0
* Fix a bug in dead spill slot elimination.Evan Cheng2008-02-271-0/+66
* actually run llc, thanks Dan :)Chris Lattner2008-02-271-1/+3
* Don't track max alignment during stack object allocations since they can be d...Evan Cheng2008-02-271-0/+33
* Make X86TargetLowering::LowerSINT_TO_FP return without creating a dead Chris Lattner2008-02-271-0/+10
* Compile x86-64-and-mask.ll into:Chris Lattner2008-02-271-0/+12
* Spiller now remove unused spill slots.Evan Cheng2008-02-271-0/+1
* 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
* This is possible:Evan Cheng2008-02-261-0/+55
* Fix PR2076. CodeGenPrepare now sinks address computation for inline asm memoryEvan Cheng2008-02-261-0/+33
* 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
* 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
* 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
* - 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
* llvm.memory.barrier, and impl for x86 and alphaAndrew Lenharth2008-02-164-0/+63
* 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
* In SDISel, for targets that support FORMAL_ARGUMENTS nodes, lower thisChris Lattner2008-02-131-0/+18
* 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
* 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
* Fix PR1975: dag isel emitter produces patterns that isel wrong flag result.Evan Cheng2008-02-051-0/+12
* Add target triples to these so they don't fail on linux.Chris Lattner2008-01-291-0/+2
* 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