- Doh. Pass vector by value is bad.
[oota-llvm.git] / test / CodeGen /
2008-09-07 Evan ChengHandle x86 truncate to i8 with target hook for now.
2008-09-05 Eli FriedmanFix for PR2687: Add patterns to match sint_to_fp and...
2008-09-05 Evan ChengFix test.
2008-09-05 Evan ChengIf SSE2 is available, x86 should pass first 3 f32/f64...
2008-09-04 Evan ChengFor whatever the reason, x86 CallingConv::Fast (i.e...
2008-09-04 Owen AndersonFix the ordering of operands to the store (inverted...
2008-09-04 Owen AndersonAdd a first attempt at implementing stores for X86...
2008-09-04 Evan ChengLoad from GV stub should be locally CSE'd.
2008-09-04 Evan ChengRemove code that pad number of bytes to pop for X86_Fas...
2008-09-03 Evan ChengAdd X86 target hook to implement load (even from Global...
2008-09-01 Duncan SandsTurn this legalize types test on.
2008-08-31 Bill WendlingRevert the "XFAIL" for the rotate_ops.ll testcase....
2008-08-31 Bill WendlingCellSPU doesn't appear to support fully the "ISD::ROTR...
2008-08-30 Evan ChengRe-apply 55467 with fix. If copy is being replaced...
2008-08-30 Evan ChengTransform (x << (y&31)) -> (x << y). This takes advanta...
2008-08-30 Dale JohannesenTestcases for ppc atomics.
2008-08-29 Evan ChengSwap fp comparison operands and change predicate to...
2008-08-29 Evan Chengxfail this.
2008-08-29 Chris Lattnerallow this to pass.
2008-08-28 Evan ChengSwap fp comparison operands and change predicate to...
2008-08-28 Mon P WangIn lowering SELECT_CC, removed cases where we can't...
2008-08-28 Dan GohmanOptimize DAGCombiner's worklist processing. Previously...
2008-08-28 Dan GohmanRevert r55467; it causes regressions in UnitTests/Vecto...
2008-08-28 Evan ChengIf a copy isn't coalesced, but its src is defined by...
2008-08-28 Dale JohannesenThis test crashes on non-x86 host; make SSE explicit.
2008-08-27 Dan GohmanBasic FastISel support for floating-point constants.
2008-08-26 Chris LattnerIf an xmm register is referenced explicitly in an inlin...
2008-08-25 Evan ChengTry approach to moving call address load inside of...
2008-08-25 Owen AndersonAdd support for fast isel of (integer) immediate materi...
2008-08-25 Dale JohannesenAdjust grep's for new code sequence.
2008-08-25 Evan ChengFix asm printing of MOVSDto64mr and MOV64toSDrm.
2008-08-24 Bill WendlingFix this test. Don't null out the file, just XFAIL...
2008-08-24 Bill WendlingTemporarily reverting r55292. It's causing a bootstrapi...
2008-08-24 Evan ChengMove callseq_start above the call address load to allow...
2008-08-23 Anton KorobeynikovTestcase for 64bit maskmovq
2008-08-22 Dale JohannesenTest all currently supported atomic builtins on x86...
2008-08-22 Dan GohmanFactor out the predicate check code from DAGISelEmitter.cpp
2008-08-21 Bill WendlingTestcase for PR2585.
2008-08-21 Dan GohmanAdd -mattr=sse2 so this test doesn't fail on non-x86...
2008-08-21 Dale JohannesenMake x86 and sse2 explicit for non-x86 hosts.
2008-08-21 Evan ChengFix a number of byval / memcpy / memset related codegen...
2008-08-21 Dan Gohmangetelementptr doesn't work on x86-64 yet, because it
2008-08-21 Dan GohmanMVT::getMVT uses iPTR for pointer types, while we need...
2008-08-21 Dan GohmanBasic fast-isel support for instructions with constant...
2008-08-20 Dan GohmanAdd a -march line for this test, and run it on x86...
2008-08-20 Dan GohmanAdd FastISel support for floating-point operations.
2008-08-20 Dan GohmanAdd FastISel support for several more binary operators.
2008-08-19 Bill WendlingAdd support for the __sync_sub_and_fetch atomics and...
2008-08-19 Dan GohmanFast-isel is now *minimally* functional. Add a testcase to
2008-08-19 Dale JohannesenAdd support for 8 and 16 bit forms of __sync
2008-08-17 Evan ChengFix a (u)comiss intrinsic lowering bug. It was using...
2008-08-14 Dan GohmanImprove support for vector casts in LLVM IR and CodeGen.
2008-08-13 Dan GohmanAllow SelectionDAG to create EXTRACT_VECTOR_ELT nodes...
2008-08-11 Dan GohmanImprove the grep commands for this test to be tolerant...
2008-08-11 Dan GohmanTake the FrameOffset into account when computing the...
2008-08-08 Dan GohmanAdd an EXTRACTPSmr pattern to match the pattern that
2008-08-08 Evan ChengIt's not legal to output a GV in a coalesced section...
2008-08-08 Nick LewyckyDon't crash printing the asm for a ConstantExpr PtrToIn...
2008-08-08 Bruno Cardoso LopesSupport added for ctlz intrinsic, test case added.
2008-08-08 Bruno Cardoso Lopes[Last] Batch 7 of Mips CodeGen tests
2008-08-08 Bruno Cardoso LopesBatch 6 of Mips CodeGen tests
2008-08-08 Bruno Cardoso LopesBatch 5 of Mips CodeGen tests
2008-08-08 Bruno Cardoso LopesBatch 4 of Mips CodeGen tests
2008-08-08 Bruno Cardoso LopesBatch 3 of Mips CodeGen tests
2008-08-08 Bruno Cardoso LopesBatch 2 of Mips CodeGen tests
2008-08-08 Bruno Cardoso LopesBatch 1 of Mips CodeGen tests, more coming...
2008-08-07 Anton KorobeynikovPrint section flags ok on platforms, which use '@'...
2008-08-07 Dan GohmanRe-enable elimination of unnecessary SUBREG_TO_REG...
2008-08-07 Dan GohmanAdd an extra example that shouldn't get an and instruction.
2008-08-06 Dan GohmanRe-introduce the 8-bit subreg zext-inreg patterns for...
2008-08-05 Evan ChengFix PR2620: Fix X86cmppd selection code so it expects...
2008-08-05 Evan ChengFix PR2596: out of bound reference.
2008-08-05 Owen AndersonUpdate the remaining tests not to use -disable-correct...
2008-08-05 Owen AndersonOne more -disable-correct-folding case removed.
2008-08-05 Owen AndersonRemove another -disable-correct-folding use.
2008-08-05 Owen AndersonEliminate another use of -disable-correct-folding.
2008-08-05 Owen AndersonThis check is unnecessary, and getting rid of it remove...
2008-08-05 Owen AndersonRemove the need for -disable-correct-folding from this...
2008-08-05 Evan ChengFix PR2568: Fix bug that cause redudant kill marker...
2008-08-04 Owen AndersonUpdate these tests to work by disabling the new correct...
2008-08-04 Dan GohmanFix SDISel lowering of PHI nodes to use ComputeValueVTs.
2008-08-04 Dan GohmanFix SDISel lowering of zeroinitializer and undef to...
2008-07-31 Dale JohannesenMake sse2 explicit, for non-x86 hosts.
2008-07-31 Dan GohmanImprove dagcombining for sext-loads and sext-in-reg...
2008-07-30 Dan GohmanDon't look for leaf values to store when lowering stores of
2008-07-30 Dan GohmanI missed this file in r54223. movzbl is now used instead
2008-07-30 Dan GohmanReapply r54147 with a constraint to only use the 8-bit
2008-07-30 Mon P WangAdded support for overloading intrinsics (atomics)...
2008-07-29 Duncan SandsFix PR2609. If a label is deleted, then it needs
2008-07-29 Dan GohmanRevert 54147.
2008-07-28 Dan GohmanAdd x86 isel patterns to match what would be a ZERO_EXT...
2008-07-27 Dan GohmanFix embedded CRLF characters.
2008-07-25 Nate BegemanFix test RUN line
2008-07-25 Nate BegemanDisable mov{L, LP, HP, HLP, *DUP} shuffles for mmx
2008-07-25 Dan GohmanThis test needs -aggressive-remat enabled.
2008-07-25 Evan ChengTeach ARM isLegalAddressingMode to handle unknown type...
2008-07-25 Dan GohmanEnable rematerialization of constants using AliasAnalys...
2008-07-24 Dan GohmanAdd target triples so these tests behave as expected...
2008-07-24 Evan ChengFix a catastrophic PPC64 ABI bug: i32 operands which...
2008-07-24 Evan ChengNew test case.
next