Adjust this test for recent sroa improvements.
[oota-llvm.git] / test / CodeGen /
2009-03-12 Chris LattnerMove 3 "(add (select cc, 0, c), x) -> (select cc, x...
2009-03-12 Evan ChengOn x86, if the only use of a i64 load is a i64 store...
2009-03-12 Chris Lattneradd no-unwind, remove duplicate run line.
2009-03-12 Chris Lattneradd nounwinds
2009-03-11 Dan GohmanRevert r66024. The JIT encoding for CALLpcrel32 is...
2009-03-11 Rafael Espindolaoptimize i8 and i16 tls values.
2009-03-11 Evan ChengMy last coalescer fix introduced a subtler one. It...
2009-03-11 Mon P WangFor yonah, fix a vector shuffle case for v16i8 where...
2009-03-11 Mon P WangFixed a v8i16 shuffle case that should generate a pshuf...
2009-03-11 Chris Lattnerreapply my previous patch (r66358) with a tweak to...
2009-03-11 Evan ChengTwo coalescer fixes in one.
2009-03-10 Bill WendlingReadd test, but XFAIL it.
2009-03-10 Evan ChengRevert 66358 for now. It's breaking povray, 450.soplex...
2009-03-10 Bill WendlingAdd radar number.
2009-03-10 Chris Lattnerwire up support for emitting "special" values from...
2009-03-09 Chris LattnerFix PR3763 by using proper APInt methods instead of...
2009-03-09 Evan ChengARM isLegalAddressImmediate should check if type is...
2009-03-09 Evan ChengYet another case where the spiller marked two uses...
2009-03-08 Evan ChengRecognize triplets starting with armv5-, armv6- etc...
2009-03-08 Evan ChengIf a MI uses the same register more than once, only...
2009-03-08 Chris Lattnerimplement an optimization to codegen c ? 1.0 : 2.0...
2009-03-07 Dan GohmanArithmetic instructions don't set EFLAGS bits OF and...
2009-03-06 Dan GohmanFix ScheduleDAGRRList::CopyAndMoveSuccessors' handling...
2009-03-05 Dan GohmanFix the "test" optimization to recognize "dec" as an...
2009-03-05 Dan GohmanMake this test more thorough. Not only should there...
2009-03-05 Evan ChengDo not split edges to EH landing pads. It will cause...
2009-03-04 Dan GohmanRe-apply 66008, now that the unfoldMemoryOperand bug...
2009-03-04 Owen AndersonAdd a restore folder, which shaves a dozen or so machin...
2009-03-04 Evan ChengFix PR3666: isel calls to constant addresses.
2009-03-04 Eli FriedmanPR3686: make the legalizer handle bitcast from i80...
2009-03-04 Dan GohmanRevert r66004 for now; it's causing a variety of test...
2009-03-04 Evan ChengRename test.
2009-03-04 Dan GohmanTeach the x86 backend to eliminate "test" instructions...
2009-03-04 Evan ChengFix PR3701. 1. X86 target renamed eflags register to...
2009-03-04 Bill WendlingThe DAG combiner was performing a BT combine. The BT...
2009-03-01 Nate BegemanFix a problem with DAGCombine on 64b targets where...
2009-03-01 Evan ChengMinor optimization:
2009-02-28 Evan ChengLast commit accidentially deleted this code.
2009-02-27 Rafael EspindolaRefactor TLS code and add some tests. The tests and...
2009-02-27 Evan ChengMake sure this test passes on linux-ppc.
2009-02-27 Evan ChengMachineLICM CSE should match destination register class...
2009-02-26 Evan ChengADDS{D|S}rr_Int and MULS{D|S}rr_Int are not commutable...
2009-02-26 Evan ChengThe last commit was overly conservative. It's ok to...
2009-02-25 Evan ChengRevert BuildVectorSDNode related patches: 65426, 65427...
2009-02-23 Dan GohmanFast-isel can't do TLS yet, so it should fall back...
2009-02-23 Dan GohmanUse the -stack-alignment option instead of using a...
2009-02-23 Evan ChengOnly v1i16 (i.e. _m64) is returned via RAX / RDX.
2009-02-23 Nate BegemanMake this test use darwin targe triple, to avoid stack...
2009-02-23 Nate BegemanGenerate better code for v8i16 shuffles on SSE2
2009-02-22 Scott MichelIntroduce the BuildVectorSDNode class that encapsulates...
2009-02-22 Richard Penningtonbug 3610: Test case.
2009-02-22 Evan ChengIf a use operand is marked isKill, don't forget to...
2009-02-22 Evan ChengBe bug compatible with gcc by returning MMX values...
2009-02-21 Anton KorobeynikovDrop bunch of half-working stuff in the ext_weak linkag...
2009-02-21 Evan ChengIf two-address def is dead and the instruction does...
2009-02-21 Evan ChengTeach LSR sink to sink the immediate portion of the...
2009-02-20 Evan ChengFix strange logic in CollectIVUsers used to determine...
2009-02-20 Evan ChengSupport return of MMX values in 64-bit mode.
2009-02-20 Owen AndersonFix a crash in the pre-alloc splitter exposed by recent...
2009-02-20 Chris Lattnermake these tests pass when run on a G5.
2009-02-20 Dan GohmanImplement "superhero" strength reduction, or full strength
2009-02-18 Evan ChengGV with null value initializer shouldn't go to BSS...
2009-02-17 Evan ChengA couple of places where reused use operands should...
2009-02-16 Dan GohmanChange these tests to use regular loads instead of...
2009-02-15 Evan ChengFix PR3522. It's not safe to sink into landing pad...
2009-02-13 Evan ChengTeach x86 target -soft-float.
2009-02-13 Dan GohmanFix the code that checked if a SCEVAddRecExpr Start...
2009-02-13 Dan GohmanFix LSR's IV sorting function to explicitly sort by...
2009-02-12 Dale JohannesenArrange to print constants that match "n" and "i" const...
2009-02-12 Chris Lattnerfix the X86 backend to just drop llvm.declare nodes...
2009-02-12 Chris Lattneradd PR
2009-02-12 Evan ChengIt's (currently) not safe to keep certain physical...
2009-02-12 Evan ChengReplace one of burr scheduling heuristic with something...
2009-02-12 Chris Lattnerfix PR3537: if resetting bbi back to the start of a...
2009-02-12 Chris Lattnerrename test to avoid messing with tab completion of...
2009-02-11 Evan ChengRemove a bogus assertion. It's possible a live-in avail...
2009-02-11 Dan GohmanDon't use special heuristics for nodes with no data...
2009-02-11 Dale JohannesenMake a transformation added in 63266 a bit less aggressive.
2009-02-11 Evan ChengImplement PR3495: local spiller optimization. The local...
2009-02-10 Evan ChengHandle llvm.x86.sse2.maskmov.dqu in 64-bit.
2009-02-10 Evan ChengFix PR3457: Ignore control successors when looking...
2009-02-09 Evan ChengImplement FpSET_ST1_*.
2009-02-09 Evan ChengMake sure constant subscript is truncated to ptr size...
2009-02-09 Evan ChengRe-enable machine sinking pass now that the coalescer...
2009-02-08 Evan ChengFix PR3486. Fix a bug in code that manually patch physi...
2009-02-08 Evan Chenggit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2009-02-08 Bill WendlingRevert r63999. It was breaking self-hosting builds.
2009-02-07 Evan ChengEnable machine sinking pass in non-fast mode.
2009-02-06 Evan ChengFix test. It produces unexpected code if sse4.1 is on.
2009-02-05 Evan ChengisAsCheapAsMove instructions can have register src...
2009-02-05 Evan ChengTurn on machine LICM in non-fast mode.
2009-02-05 Chris Lattnerif we have a large GEP offset on a 32-bit or other...
2009-02-04 Mon P WangAdd test case for r63760.
2009-02-04 Mon P WangFixes a case where we generate an incorrect mask for...
2009-02-03 Duncan SandsFix PR3411. When replacing values, nodes are analyzed
2009-02-03 Chris Lattnerrearrange how SRoA handles promotion of allocas to...
2009-02-03 Dan GohmanAdd explicit -march=x86 to these tests so that they...
2009-02-02 Dan GohmanFix another test to not use -mcpu=yonah with 64-bit...
2009-02-02 Dan GohmanYonah does not support x86-64. Change the -mcpu value...
2009-02-02 Chris Lattnerxfail this for now, will fix shortly.
next