aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAgeFilesLines
* There is no "-mattr=+sse1" flag; fix test for non-x86 hosts.Dale Johannesen2008-03-101-4/+4
* - Fix a subtle bug in RemoveCopyByCommutingDef. ALR is the live range where t...Evan Cheng2008-03-101-0/+21
* Avoid creating BUILD_VECTOR of all zero elements of "non-normalized" type (e....Evan Cheng2008-03-101-0/+24
* teach X86InstrInfo::copyRegToReg how to copy into ST(0) from Chris Lattner2008-03-091-0/+16
* Add ScheduleDAG support for copytoreg where the src/dst register areChris Lattner2008-03-091-0/+13
* reduce this testcase moreChris Lattner2008-03-091-14/+0
* Finish implementing a readme entry: when inserting an i64 variableChris Lattner2008-03-091-0/+24
* Implement a readme entry, compilingChris Lattner2008-03-091-0/+6
* make this test harderChris Lattner2008-03-091-0/+1
* Teach SD some vector identities, allowing us to compile vec_set-9 into:Chris Lattner2008-03-081-0/+8
* Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ...Evan Cheng2008-03-081-0/+15
* mark frem as expand for all legal fp types on x86, regardless of whetherChris Lattner2008-03-071-0/+7
* Generalize FP constant shrinking optimization to apply to any vtChris Lattner2008-03-051-0/+7
* Add a target lowering hook to control whether it's worthwhile to compress fp ...Evan Cheng2008-03-051-0/+7
* Really fix the test.Evan Cheng2008-03-041-1/+1
* Fix broken test.Evan Cheng2008-03-041-1/+1
* Add PR1501 test case.Evan Cheng2008-03-041-0/+30
* Evan implemented these.Chris Lattner2008-03-021-0/+34
* 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