aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAgeFilesLines
* Make this test x86-specific for now; targets that don't useDan Gohman2008-03-121-0/+16
* Testcase for PR2137Anton Korobeynikov2008-03-111-0/+37
* Update testcase for recent aliases changeAnton Korobeynikov2008-03-111-2/+8
* Add a test to ensure that all-ones vectors are materialized with pcmpeqd.Dan Gohman2008-03-111-0/+14
* Use the correct value for InSignBit.Dan Gohman2008-03-111-0/+23
* Implement basic support for the 'f' register class constraint. This basicallyChris Lattner2008-03-111-0/+14
* When the register allocator runs out of registers, spill a physical register ...Evan Cheng2008-03-111-0/+14
* Don't emit FP_REG_KILL into a block that just returns. NothingChris Lattner2008-03-101-1/+3
* Fix mul expansion to check the correct number of bits forDan Gohman2008-03-101-0/+27
* These tests don't work unless SSE2 is active.Dale Johannesen2008-03-102-3/+3
* 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