aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
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-21testcase for PR1133Chris 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-19Remove llvm-upgrade and update tests.Tanya 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-19Remove llvm-upgrade and update tests.Tanya Lattner
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-17Remove llvm-upgrade.Tanya Lattner
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-13Teach LegalizeTypes how to expand and promote CTLZ,Duncan Sands
2008-02-13In SDISel, for targets that support FORMAL_ARGUMENTS nodes, lower thisChris Lattner
2008-02-13Add testcase for recent legalizer changeNate Begeman
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-11Determine whether a spill kills the register it's spilling before insertion r...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-06It's PR1925, not PR1609.Evan Cheng
2008-02-06Fix a number of local register allocator issues: PR1609.Evan Cheng
2008-02-05Fix PR1975: dag isel emitter produces patterns that isel wrong flag result.Evan Cheng
2008-02-05If a vr is already marked alive in a bb, then it has PHI uses that are visite...Evan Cheng
2008-02-04Crashes LegalizeTypes with "Do not know how toDuncan Sands
2008-02-04Crashes LegalizeTypes with "Do not know how to splitDuncan Sands
2008-02-04remove target triple to make this test more "generic"Chris Lattner
2008-02-04Crashed the new type legalizer. Not likely to catchDuncan Sands
2008-02-01CBackend: Implement unaligned load/store.Lauro Ramos Venancio
2008-01-29Add target triples to these so they don't fail on linux.Chris Lattner
2008-01-29Overhaul Cell SPU's addressing mode internals so that there are nowScott Michel
2008-01-27Update this test. Due to dag combiner improvements, we now compileChris Lattner