LegalizeTypes can sometimes have deleted nodes
[oota-llvm.git] / test / CodeGen / X86 /
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 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-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-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 Chris LattnerIn SDISel, for targets that support FORMAL_ARGUMENTS...
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-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-05 Evan ChengFix PR1975: dag isel emitter produces patterns that...
2008-01-29 Chris LattnerAdd target triples to these so they don't fail on linux.
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-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 JohannesenTest is correct again for the moment.
2008-01-17 Chris LattnerThis commit changes:
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 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-11 Dale JohannesenDisable for now.
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-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.
2008-01-07 Nate BegemanUpdate test to catch recent x86 insert regression and...
2008-01-02 Chris Lattnerfix this to use a valid triple.
2008-01-02 Chris Lattnerverify that aligned common support doesn't break.
2007-12-29 Chris LattnerOne readme entry is done, one is really easy (Evan...
2007-12-29 Chris Lattnerupgrade this test
2007-12-29 Chris LattnerFold comparisons against a constant nan, and optimize...
2007-12-29 Chris Lattnerthis xform is implemented.
2007-12-29 Chris LattnerCodegen:
2007-12-29 Chris Lattneravoid going through a stack slot to convert from fpstac...
2007-12-26 Chris Lattnerone fewer uncond branch with my codegenprepare hack...
2007-12-18 Evan ChengFix PR1872: SrcValue and SrcValueOffset should not...
2007-12-18 Evan ChengFIX for PR1799: When a load is unfolded from an instruc...
2007-12-15 Evan ChengMake better use of instructions that clear high bits...
2007-12-14 Evan ChengFix ctlz and cttz. llvm definition requires them to...
2007-12-14 Evan ChengImplement ctlz and cttz with bsr and bsf.
2007-12-13 Evan ChengBe extra careful with extension use optimation. Now...
2007-12-13 Evan ChengFold some and + shift in x86 addressing mode.
2007-12-12 Evan ChengImplicit def instructions, e.g. X86::IMPLICIT_DEF_GR32...
2007-12-12 Dan GohmanAllow vector integer constants to be created with
2007-12-12 Evan ChengUse shuffles to implement insert_vector_elt for i32...
2007-12-12 Evan ChengAdd a test case for -optimize-ext-uses.
2007-12-12 Evan ChengLower a build_vector with all constants into a constpoo...
2007-12-11 Evan Cheng- Improved v8i16 shuffle lowering. It now uses pshuflw...
2007-12-10 Christopher LambImprove branch folding by recgonizing that explict...
2007-12-07 Evan ChengMuch improved v8i16 shuffles. (Step 1).
2007-12-07 Evan ChengNew test case.
2007-12-06 Evan ChengFix a bogus test case.
2007-12-06 Evan ChengTurning simple splitting on. Start testing new coalesce...
2007-12-06 Chris Lattnerthird time around: instead of disabling this completely,
2007-12-06 Chris LattnerActually, disable this code for now. More analysis...
2007-12-06 Chris Lattnerimplement a readme entry, compiling the code into:
2007-12-06 Chris Lattnerfix this when run on non x86 hosts.
2007-12-01 Evan ChengAllow some reloads to be folded in multi-use cases...
2007-11-30 Evan ChengDo not fold reload into an instruction with multiple...
2007-11-27 Dan GohmanRemove unnecessary && from the RUN lines of this test.
2007-11-26 Dan GohmanDon't lower srem/urem X%C to X-X/C*C unless the divisio...
2007-11-25 Chris LattnerFix a long standing deficiency in the X86 backend:...
2007-11-24 Chris Lattnerupgrade this test
2007-11-19 Dan GohmanAdd support in SplitVectorOp for remainder operators.
2007-11-18 Chris Lattnerfix bogus test that the more strict lexer is finding.
2007-11-16 Evan ChengTypo.
2007-11-15 Evan ChengFix a thinko in post-allocation coalescer.
2007-11-14 Anton KorobeynikovFix PIC jump table codegen on x86-32/linux. In fact...
2007-11-10 Arnold SchwaighoferUpdate tailcall code to include inline attribute operan...
2007-11-09 Evan ChengFix tests.
2007-11-08 Evan ChengIf both parts of smul_lohi, etc. are used, don't simpli...
2007-11-06 Evan ChengAdd pseudo dependency to force two-address instruction...
2007-11-05 Dan GohmanAdd support for vector remainder operations.
2007-11-05 Dale JohannesenMake labels work in asm blocks; allow labels as
next