Fix for pr2093: direct operands aren't necessarily addresses, so don't
[oota-llvm.git] / test / CodeGen /
2008-02-26 Eli FriedmanFix for pr2093: direct operands aren't necessarily...
2008-02-26 Chris LattnerFix PR2096, a regression introduced with my patch last...
2008-02-26 Gabor GreifReally feed llvm-as with the testcase, do not let it...
2008-02-26 Evan ChengThis is possible:
2008-02-26 Chris LattnerFix isNegatibleForFree to not return true for ConstantF...
2008-02-26 Evan ChengFix PR2076. CodeGenPrepare now sinks address computatio...
2008-02-23 Scott MichelMerge current work back to tree to minimize diffs and...
2008-02-23 Evan ChengRematerialization logic was overly conservative when...
2008-02-23 Evan ChengUpdate test.
2008-02-23 Evan ChengRemat of pic loads are now on by default.
2008-02-23 Evan ChengReally. Why doesn't every arch support MMX?
2008-02-22 Evan ChengTest case for PR2082.
2008-02-22 Evan ChengAllow re-materialization of pic load (controlled by...
2008-02-22 Chris Lattnercopy mmx values from/to memory with GPRs on x86-32
2008-02-22 Chris LattnerStart using GPR's to copy around mmx value instead...
2008-02-21 Chris LattnerTreat clobber operands like early clobbers: if we have
2008-02-21 Tanya LattnerRemove llvm-upgrade and update tests.
2008-02-21 Chris Lattnertestcase for PR1133
2008-02-21 Chris LattnerFix a (harmless) but where vregs were added to the...
2008-02-20 Evan ChengXFAIL this for now.
2008-02-19 Chris Lattnerthis test requires sse2
2008-02-19 Chris LattnerDon't fold and's into test instructions if they have...
2008-02-19 Chris Lattnerrename tests to avoid a test- prefix when they aren...
2008-02-19 Tanya LattnerRemove llvm-upgrade and update tests.
2008-02-19 Nick LewyckyDon't spew stats to stderr.
2008-02-19 Nick LewyckyFix up the run line for this new test.
2008-02-19 Evan ChengNew test.
2008-02-19 Tanya LattnerRemove llvm-upgrade and update tests.
2008-02-18 Evan Cheng- When DAG combiner is folding a bit convert into a...
2008-02-18 Dan GohmanDon't mark scalar integer multiplication as Expand...
2008-02-17 Tanya LattnerRemove llvm-upgrade.
2008-02-16 Andrew Lenharthllvm.memory.barrier, and impl for x86 and alpha
2008-02-15 Evan ChengThis test is not interesting.
2008-02-14 Chris LattnerFix a miscompilation from Dan's recent apintification.
2008-02-14 Chris LattnerThis readme entry is done, testcase here: CodeGen/X86...
2008-02-14 Evan ChengFix test.
2008-02-13 Duncan SandsTeach LegalizeTypes how to expand and promote CTLZ,
2008-02-13 Chris LattnerIn SDISel, for targets that support FORMAL_ARGUMENTS...
2008-02-13 Nate BegemanAdd testcase for recent legalizer change
2008-02-13 Evan ChengNew tests.
2008-02-12 Evan ChengDon't mask the isel bug.
2008-02-12 Evan ChengThis test assumes no SSE4.1.
2008-02-12 Evan ChengFix some test cases.
2008-02-11 Evan ChengDetermine whether a spill kills the register it's spill...
2008-02-09 Dale JohannesenAlignment of struct containing vectors depends on
2008-02-08 Evan ChengIt's not always safe to fold movsd into xorpd, etc...
2008-02-08 Evan ChengAdded missing entries in X86 load / store folding tables.
2008-02-07 Evan ChengFix a x86-64 codegen deficiency. Allow gv + offset...
2008-02-06 Evan ChengIt's PR1925, not PR1609.
2008-02-06 Evan ChengFix a number of local register allocator issues: PR1609.
2008-02-05 Evan ChengFix PR1975: dag isel emitter produces patterns that...
2008-02-05 Evan ChengIf a vr is already marked alive in a bb, then it has...
2008-02-04 Duncan SandsCrashes LegalizeTypes with "Do not know how to
2008-02-04 Duncan SandsCrashes LegalizeTypes with "Do not know how to split
2008-02-04 Chris Lattnerremove target triple to make this test more "generic"
2008-02-04 Duncan SandsCrashed the new type legalizer. Not likely to catch
2008-02-01 Lauro Ramos VenancioCBackend: Implement unaligned load/store.
2008-01-29 Chris LattnerAdd target triples to these so they don't fail on linux.
2008-01-29 Scott MichelOverhaul Cell SPU's addressing mode internals so that...
2008-01-27 Chris LattnerUpdate this test. Due to dag combiner improvements...
2008-01-27 Chris LattnerImplement some dag combines that allow doing fneg/fabs...
2008-01-26 Chris LattnerNew test to verify that "merging 4 loads into a vec...
2008-01-26 Chris LattnerInfer alignment of loads and increase their alignment...
2008-01-26 Chris Lattnerremove a useless xfailed test.
2008-01-26 Bill WendlingIf there's no instructions being emitted on X86 for...
2008-01-26 Bill WendlingNeed to convert to LLVM code and not C.
2008-01-26 Bill WendlingRename the .c to .ll
2008-01-26 Bill WendlingMove testcase to the code gen directory.
2008-01-26 Chris LattnerFix some bugs in SimplifyNodeWithTwoResults where it...
2008-01-25 Chris LattnerAdd target-specific dag combines for FAND(x,0) and...
2008-01-24 Chris LattnerSignificantly simplify and improve handling of FP funct...
2008-01-24 Chris Lattnertake these with a pr #
2008-01-23 Evan ChengLet each target decide byval alignment. For X86, it...
2008-01-22 Evan ChengSSE varargs arguments are passed in memory.
2008-01-18 Dale JohannesenImplement flt_rounds for PowerPC.
2008-01-18 Chris Lattnerremove extraneous &&'s from tests, as Scott is apparent...
2008-01-18 Dale JohannesenTest is correct again for the moment.
2008-01-18 Chris LattnerFix a latent bug exposed by my truncstore patch. We...
2008-01-17 Scott MichelForward progress: crtbegin.c now compiles successfully!
2008-01-17 Chris LattnerThis commit changes:
2008-01-17 Chris Lattnernew testcase.
2008-01-17 Chris Lattneradd testcase that has been sitting in my tree for awhile.
2008-01-17 Evan ChengWhen a live virtual register is being clobbered by...
2008-01-16 Evan ChengFixes a nasty dag combiner bug that causes a bunch...
2008-01-16 Duncan SandsTrampoline support for x86-64. This looks like
2008-01-16 Chris Lattneradd testcase for regression
2008-01-16 Chris Lattnermake sure to use a cpu that has sse.
2008-01-16 Chris LattnerMy previous commit had an incomplete message, it should...
2008-01-15 Chris Lattnerverify x86 generates ud2 for llvm.trap
2008-01-15 Chris Lattnernew testcase for llvm.trap.
2008-01-11 Scott MichelMore CellSPU refinements:
2008-01-11 Dale JohannesenDisable for now.
2008-01-11 Scott MichelMore CellSPU refinement and progress:
2008-01-10 Duncan SandsOutput sinl for a long double FSIN node, not sin.
2008-01-10 Evan ChengCodegen improvement has reduced one spill.
2008-01-10 Chris Lattnernew testcase for PR1845
2008-01-09 Evan ChengSpecial copy SUnit's do not have SDNode's.
2008-01-09 Evan ChengFix sse2.psrl.w and sse2.psrl.q definitions.
2008-01-08 Chris LattnerMake load->store deletion a bit smarter. This allows...
2008-01-08 Duncan SandsCrashes llc when using Chris's new legalization logic.
next