aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
AgeCommit message (Expand)Author
2008-02-23Really. Why doesn't every arch support MMX?Evan Cheng
2008-02-22Test case for PR2082.Evan Cheng
2008-02-22Allow re-materialization of pic load (controlled by -remat-pic-load for now).Evan Cheng
2008-02-22copy mmx values from/to memory with GPRs on x86-32 Chris Lattner
2008-02-22Start using GPR's to copy around mmx value instead of mmx regs.Chris Lattner
2008-02-21Treat clobber operands like early clobbers: if we haveChris Lattner
2008-02-21Remove llvm-upgrade and update tests.Tanya Lattner
2008-02-21Fix a (harmless) but where vregs were added to the used reg lists for Chris Lattner
2008-02-20XFAIL this for now.Evan Cheng
2008-02-19this test requires sse2Chris Lattner
2008-02-19Don't fold and's into test instructions if they have multiple uses.Chris Lattner
2008-02-19rename tests to avoid a test- prefix when they aren't related to the test ins...Chris Lattner
2008-02-19Don't spew stats to stderr.Nick Lewycky
2008-02-19Fix up the run line for this new test.Nick Lewycky
2008-02-19New test.Evan Cheng
2008-02-18- When DAG combiner is folding a bit convert into a BUILD_VECTOR, it should c...Evan Cheng
2008-02-18Don't mark scalar integer multiplication as Expand on x86, since x86Dan Gohman
2008-02-16llvm.memory.barrier, and impl for x86 and alphaAndrew Lenharth
2008-02-15This test is not interesting.Evan Cheng
2008-02-14Fix a miscompilation from Dan's recent apintification.Chris Lattner
2008-02-14This readme entry is done, testcase here: CodeGen/X86/zero-remat.llChris Lattner
2008-02-14Fix test.Evan Cheng
2008-02-13In SDISel, for targets that support FORMAL_ARGUMENTS nodes, lower thisChris Lattner
2008-02-13New tests.Evan Cheng
2008-02-12Don't mask the isel bug.Evan Cheng
2008-02-12This test assumes no SSE4.1.Evan Cheng
2008-02-12Fix some test cases.Evan Cheng
2008-02-09Alignment of struct containing vectors depends onDale Johannesen
2008-02-08It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...Evan Cheng
2008-02-08Added missing entries in X86 load / store folding tables.Evan Cheng
2008-02-07Fix a x86-64 codegen deficiency. Allow gv + offset when using rip addressing ...Evan Cheng
2008-02-05Fix PR1975: dag isel emitter produces patterns that isel wrong flag result.Evan Cheng
2008-01-29Add target triples to these so they don't fail on linux.Chris Lattner
2008-01-27Implement some dag combines that allow doing fneg/fabs/fcopysign in integerChris Lattner
2008-01-26New test to verify that "merging 4 loads into a vec load" continues to work and Chris Lattner
2008-01-26Infer alignment of loads and increase their alignment when we can tell they are Chris Lattner
2008-01-26remove a useless xfailed test.Chris Lattner
2008-01-26If there's no instructions being emitted on X86 for a function, emit aBill Wendling
2008-01-25Add target-specific dag combines for FAND(x,0) and FOR(x,0). This allowsChris Lattner
2008-01-24Significantly simplify and improve handling of FP function results on x86-32.Chris Lattner
2008-01-24take these with a pr #Chris Lattner
2008-01-23Let each target decide byval alignment. For X86, it's 4-byte unless the aggre...Evan Cheng
2008-01-22SSE varargs arguments are passed in memory.Evan Cheng
2008-01-18Test is correct again for the moment.Dale Johannesen
2008-01-17This commit changes:Chris Lattner
2008-01-17When a live virtual register is being clobbered by an implicit def, it is spi...Evan Cheng
2008-01-16Fixes a nasty dag combiner bug that causes a bunch of tests to fail at -O0.Evan Cheng
2008-01-16Trampoline support for x86-64. This looks likeDuncan Sands
2008-01-16make sure to use a cpu that has sse.Chris Lattner
2008-01-16My previous commit had an incomplete message, it should have been:Chris Lattner