Add comments.
[oota-llvm.git] / test / CodeGen /
2010-01-07 Jakob Stoklund OlesenAdd comments.
2010-01-06 Jakob Stoklund OlesenAdd Target hook to duplicate machine instructions.
2010-01-06 Evan ChengTeach dag combine to fold the following transformation...
2010-01-05 Dan GohmanMove this test from test/Transforms/IndVarSimplify to
2010-01-05 Bill WendlingDon't assign the shift the same type as the variable...
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2010-01-04 Dan GohmanMake this test more portable.
2010-01-04 Dan GohmanAdd some tests and update an existing test to reflect...
2010-01-04 Anton KorobeynikovFix invalid chain folding for memory variant of sdiv...
2010-01-03 Chris Lattnerfix PR5930, allowing the asmprinter to emit difference...
2010-01-03 Chris Lattneradd PR#
2010-01-03 Chris Lattnerdifferences between two blockaddress's don't cause a
2010-01-02 Chris Lattnerallow this to work on linux hosts.
2010-01-02 Chris LattnerTeach codegen to handle:
2010-01-01 Chris Lattnerrename file.
2010-01-01 Chris LattnerTeach codegen to lower llvm.powi to an efficient (but...
2010-01-01 Chris LattnerMake this more likely to generate a libcall.
2009-12-29 Sanjiv GuptaExtern declaration for unordered.f32 libcall was not...
2009-12-28 Sanjiv GuptaFixed llc crash for zext (i1 -> i8) loads.
2009-12-24 Chris Lattnerhandle equality memcmp of 8 bytes on x86-64 with two...
2009-12-24 Chris Lattnermove an optimization for memcmp out of simplifylibcalls...
2009-12-23 Sanjiv GuptaReapply 91904.
2009-12-23 Sanjiv Guptadeleting empty file.
2009-12-23 Sanjiv GuptaReverting back 91904.
2009-12-23 Dale JohannesenUse more sensible type for flags in asms. PR 5570.
2009-12-23 Eric ChristopherUpdate objectsize intrinsic and associated dependencies...
2009-12-22 Anton KorobeynikovAdd testcase for PR5703
2009-12-22 Evan ChengRemove target attribute break-sse-dep. Instead, do...
2009-12-22 Sanjiv GuptaWhile converting one of the operands to a memory operan...
2009-12-19 Sanjiv GuptaEmit direction operand in binary insns that stores...
2009-12-19 Sanjiv GuptaTest cases for changes done in 91768.
2009-12-18 Evan ChengIncrease opportunities to optimize (brcond (srl (and...
2009-12-18 Evan ChengOn recent Intel u-arch's, folding loads into some unary...
2009-12-18 Dan GohmanTidy up this testcase and add test for tailcall optimiz...
2009-12-18 Bob WilsonHandle ARM inline asm "w" constraints with 64-bit ...
2009-12-18 Dan GohmanRemove "tail" keywords. These calls are not intended...
2009-12-18 Jakob Stoklund OlesenAdd test case for the phi reuse patch.
2009-12-18 Sean CallananInstruction fixes, added instructions, and AsmString...
2009-12-17 Evan ChengRevert this dag combine change:
2009-12-16 Nick LewyckyMake this test pass on Linux.
2009-12-16 Evan ChengRe-enable 91381 with fixes.
2009-12-16 Dale JohannesenDo better with physical reg operands (typically, from...
2009-12-15 Kenneth UildriksFor fastcc on x86, let ECX be used as a return register...
2009-12-15 Evan ChengDisable 91381 for now. It's miscompiling ARMISelDAG2DAG...
2009-12-15 Evan ChengMake 91378 more conservative.
2009-12-15 Evan ChengUse sbb x, x to materialize carry bit in a GPR. The...
2009-12-15 Evan ChengFold (zext (and x, cst)) -> (and (zext x), cst).
2009-12-15 Evan ChengPropagate zest through logical shift.
2009-12-14 Dan GohmanFix integer cast code to handle vector types.
2009-12-12 Evan ChengDisable r91104 for x86. It causes partial register...
2009-12-11 Anton KorobeynikovLower setcc branchless, if this is profitable.
2009-12-11 Dan GohmanImplement vector widening, splitting, and scalarizing...
2009-12-11 Dan GohmanChange this to the correct PR number.
2009-12-11 Dan GohmanFix the result type of SELECT nodes lowered from Select...
2009-12-11 Anton KorobeynikovHonour setHasCalls() set from isel.
2009-12-11 Evan ChengTests for 91103 and 91104.
2009-12-10 Evan ChengIt's not safe to coalesce a move where src and dst...
2009-12-09 Evan ChengFix test.
2009-12-09 Evan ChengOptimize splat of a scalar load into a shuffle of a...
2009-12-09 Evan ChengTeach InferPtrAlignment to infer GV+cst alignment and...
2009-12-08 Evan Cheng- Support inline asm 'w' constraint for 128-bit vector...
2009-12-08 Anton KorobeynikovReduce (cmp 0, and_su (foo, bar)) into (bit foo, bar...
2009-12-07 David GreeneUse FileCheck and set nounwind on calls.
2009-12-07 Dan GohmanDon't enable the post-RA scheduler on x86 except at...
2009-12-06 Anton KorobeynikovDynamic stack realignment use of sp register as source...
2009-12-05 Bill WendlingTemporarily revert r90502. It was causing the llvm...
2009-12-04 Jakob Stoklund OlesenAlso attempt trivial coalescing for live intervals...
2009-12-03 Nate BegemanDon't pull vector sext through both hands of a logical...
2009-12-03 Bob WilsonRecognize canonical forms of vector shuffles where...
2009-12-02 Bill WendlingRemove unnecessary check.
2009-12-01 Evan ChengFix PR5391: support early clobber physical register...
2009-12-01 Jim Grosbachtest case for IV-Users simplification loop improvement
2009-12-01 Jakob Stoklund OlesenUse CFG connectedness as a secondary sort key when...
2009-12-01 Evan ChengFix PR5614: parts of a physical register def may be...
2009-11-30 Jakob Stoklund OlesenNew virtual registers created for spill intervals shoul...
2009-11-30 Mon P WangAdd test case for r90108
2009-11-27 Duncan SandsWhile this test is testing a problem in the generic...
2009-11-26 Evan ChengTest for 89905.
2009-11-25 Evan ChengProcessImplicitDefs should watch out for invalidated...
2009-11-25 Bruno Cardoso LopesSupport PIC loading of constant pool entries
2009-11-24 Dale JohannesenDo not store R31 into the caller's link area on PPC.
2009-11-24 Evan ChengEnable predication of NEON instructions in Thumb2 mode.
2009-11-24 Anton KorobeynikovMaterialize global addresses via movt/movw pair, this...
2009-11-23 Jim Grosbachmove fconst[sd] to UAL. <rdar://7414913>
2009-11-23 Jim Grosbachupdate test for 89694
2009-11-22 Edward O'CallaghanMiss two, PR5307.
2009-11-22 Edward O'CallaghanConvert Thumb2 tests to FileCheck for PR5307.
2009-11-22 Benjamin KramerTurns out stuff gets allocated to different registers...
2009-11-22 Edward O'CallaghanConvert ARM tests to FileCheck for PR5307.
2009-11-22 Benjamin KramerConvert test to FileCheck.
2009-11-22 Edward O'CallaghanForgot to alter RUN line when converting to FileCheck.
2009-11-22 Edward O'CallaghanFix for bad FileCheck converts in revision 89584.
2009-11-22 Edward O'CallaghanConvert a few tests to FileCheck for PR5307.
2009-11-21 Jim GrosbachRevert 89562. We're being sneakier than I was giving...
2009-11-21 Jim GrosbachDarwin requires a frame pointer for all non-leaf functi...
2009-11-21 Jakob Stoklund OlesenDon't leave temporary files in the test directory.
2009-11-21 Dale JohannesenWhen generating a vector the really slow way, via loads
2009-11-20 Evan ChengEnable hoisting load from constant memories.
2009-11-20 Sean CallananRecommitting PALIGNR shift width fixes.
2009-11-20 Dale JohannesenRemove an incorrect overaggressive optimization
next