aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2008-01-18UnXFAIL this test.Tanya 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-16add testcase for regressionChris Lattner
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
2008-01-15verify x86 generates ud2 for llvm.trapChris Lattner
2008-01-15new testcase for llvm.trap.Chris Lattner
2008-01-11More CellSPU refinements:Scott Michel
2008-01-11Disable for now.Dale Johannesen
2008-01-11More CellSPU refinement and progress:Scott Michel
2008-01-10Output sinl for a long double FSIN node, not sin.Duncan Sands
2008-01-10Codegen improvement has reduced one spill.Evan Cheng
2008-01-10new testcase for PR1845Chris Lattner
2008-01-09Special copy SUnit's do not have SDNode's.Evan Cheng
2008-01-09Fix sse2.psrl.w and sse2.psrl.q definitions.Evan Cheng
2008-01-08Make load->store deletion a bit smarter. This allows us to compile this:Chris Lattner
2008-01-08Crashes llc when using Chris's new legalization logic.Duncan Sands
2008-01-08remove darwin/i386 t-tChris Lattner
2008-01-08Finally implement correct ordered comparisons for PPC, even thoughChris Lattner
2008-01-07Update test to catch recent x86 insert regression and improvementsNate Begeman
2008-01-07Setting GlobalDirective in TargetAsmInfo by default rather thanGordon Henriksen
2008-01-07With this patch, the LowerGC transformation becomes theGordon Henriksen
2008-01-02fix this to use a valid triple.Chris Lattner
2008-01-02verify that aligned common support doesn't break.Chris Lattner
2007-12-31Fix PR1833 - eh.exception and eh.selector return twoDuncan Sands
2007-12-29One readme entry is done, one is really easy (Evan, want to investigateChris Lattner
2007-12-29upgrade this testChris Lattner
2007-12-29Fold comparisons against a constant nan, and optimize ORD/UNORD Chris Lattner
2007-12-29this xform is implemented.Chris Lattner
2007-12-29Codegen:Chris Lattner
2007-12-29avoid going through a stack slot to convert from fpstack to xmm regChris Lattner
2007-12-26one fewer uncond branch with my codegenprepare hack for single-mbb backedges.Chris Lattner
2007-12-26Tests for changes made in r45356, where IPO optimizations would dropGordon Henriksen
2007-12-25GC poses hazards to the inliner. Consider:Gordon Henriksen
2007-12-25Noting and enforcing that GC intrinsics are valid only within aGordon Henriksen
2007-12-25Adjusting verification of "llvm.gc*" intrinsic prototypes to matchGordon Henriksen
2007-12-20Remove xfail. This is fixed.Evan Cheng
2007-12-20More working CellSPU tests:Scott Michel
2007-12-19CellSPU testcase, extract_elt.ll: extract vector element.Scott Michel
2007-12-19More working CellSPU test cases:Scott Michel
2007-12-19Two more test cases: or_ops.ll (arithmetic or operations) and vecinsert.llScott Michel
2007-12-19Add new immed16.ll test case, fix CellSPU errata to make test case work.Scott Michel
2007-12-18Fix PR1872: SrcValue and SrcValueOffset should not be used to compute load / ...Evan Cheng
2007-12-18FIX for PR1799: When a load is unfolded from an instruction, check if it is a...Evan Cheng
2007-12-17i32 immediate constant test case for CellSPUScott Michel
2007-12-17- Restore some i8 functionality in CellSPUScott Michel
2007-12-17Make invokes of inline asm legal. Teach codegenDuncan Sands
2007-12-15Make better use of instructions that clear high bits; fix various 2-wide shuf...Evan Cheng