Optimize DAGCombiner's worklist processing. Previously it started
[oota-llvm.git] / test / CodeGen / X86 /
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 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-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-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 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-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 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 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 Dan GohmanEnable rematerialization of constants using AliasAnalys...
2008-07-24 Dan GohmanAdd target triples so these tests behave as expected...
2008-07-24 Evan ChengNew test case.
2008-07-23 Evan ChengFix PR2485: do all 4-element SSE shuffles in max. of...
2008-07-22 Duncan SandsLegalizeTypes support for VSETCC. Fixes PR2575.
2008-07-22 Evan ChengFix pr2566: incorrect assumption about bit_convert...
2008-07-22 Evan ChengFix PR2574: implement v2f32 scalar_to_vector.
2008-07-20 Bill WendlingFix for first part of PR2562. Generate the "pinsrw...
2008-07-19 Anton KorobeynikovTestcase for PR2549
2008-07-17 Evan ChengSubreg live interval valno may not have a corresponding...
2008-07-17 Evan ChengAdd nounwind.
2008-07-12 Evan ChengFix PR2536: a nasty spiller bug. If a two-address instr...
2008-07-11 Duncan SandsPort a shift-by-1 optimization from LegalizeDAG: it
2008-07-11 Bill WendlingThe frame address on an x86-64 box needs to be offset...
2008-07-10 Evan ChengFix for PR2472. Use movss to set lower 32-bits of a...
2008-07-09 Anton KorobeynikovTestcase for PR2024
2008-07-07 Evan ChengFix two serious LSR bugs.
2008-07-01 Dale JohannesenConsidering predecessors of exit blocks gets
2008-06-27 Chris Lattnertest doesn't need eh info
2008-06-26 Dale JohannesenAllow for rounding up of stack frame.
2008-06-26 Chris Lattnerwhen we know the signbit of an input to uint_to_fp...
2008-06-25 Evan Cheng- Fix a x86 vector isel bug: illegal transformation...
2008-06-25 Mon P WangAdded MemOperands to Atomic operations since Atomics...
2008-06-25 Evan ChengEnable two-address remat by default.
2008-06-24 Dale Johannesenv2f32 is now a valid (MMX) type which breaks this
2008-06-24 Evan ChengIf it's determined safe, remat MOV32r0 (i.e. xor r...
2008-06-23 Bill WendlingMake test work on non-x86 machines (like my G4 PPC).
2008-06-21 Evan ChengUndo spill weight tweak. Need to investigate the perfor...
2008-06-19 Eli FriedmanFix a bug with <8 x i16> shuffle lowering on X86 where...
2008-06-19 Evan ChengNew test case.
2008-06-19 Evan ChengThis also got better (55 - 51 instructions). But doing...
2008-06-19 Evan ChengThis got better.
2008-06-16 Evan ChengDo not issue identity copies.
2008-06-16 Evan Cheng- Add "Commutative" property to intrinsics. This allows...
2008-06-13 Evan ChengTeach the spiller to commute instructions in order...
2008-06-13 Duncan SandsDisable some DAG combiner optimizations that may be
2008-06-12 Evan ChengFix some tests.
2008-06-10 Dale JohannesenFix parameter spelling: sse not sse1
2008-06-10 Matthijs KooijmanFix some more quoting issues in RUN lines, this time...
2008-06-10 Matthijs KooijmanRemove double pipes in RUN commandlines.
2008-06-10 Dan GohmanConvert several tests to use temporary files instead...
2008-06-09 Rafael Espindolaadd support for PIC on linux x86-64
2008-06-04 Evan ChengFix a memcpy lowering bug. Even though the memcpy align...
2008-06-02 Dan GohmanFix the position of MemOperands in nodes that use varia...
next