Switch from an O(n) method to an O(1) method for changing non-constant
[oota-llvm.git] / test / 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.
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-18 Duncan SandsSoftfloat support for FDIV. Patch by
2008-07-18 Dan GohmanIn the CBackend, use casts to force integer add, subtra...
2008-07-17 Evan ChengSubreg live interval valno may not have a corresponding...
2008-07-17 Evan ChengAdd nounwind.
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-07-17 Duncan SandsLegalizeTypes support for what seems to be the
2008-07-17 Duncan SandsTurn LegalizeTypes back off again for the moment:
2008-07-16 Duncan SandsAdd support for promoting and expanding AssertZext
2008-07-16 Duncan SandsTest passing of integer parameters for integers
2008-07-16 Duncan SandsTest codegen of loads and stores of all integer
2008-07-16 Duncan SandsTurn on LegalizeTypes by default.
2008-07-16 Duncan SandsThe atomic.cmp.swap promotion logic is wrong: it
2008-07-15 Duncan SandsLegalizeTypes support for fabs on ppc long double.
2008-07-15 Duncan SandsLegalizeTypes support for promotion of bswap.
2008-07-15 Duncan SandsLegalizeTypes support for promotion of SIGN_EXTEND_INREG.
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 Bill WendlingPut CPPBackend tests into their own directory and run...
2008-07-10 Chris LattnerFix an altivec constant miscompilation that Duncan...
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 Dan GohmanRefactor the tablegen DAGISelEmitter code for outputing...
2008-07-07 Evan ChengFix two serious LSR bugs.
2008-07-01 Dale JohannesenConsidering predecessors of exit blocks gets
2008-06-30 Chris LattnerImplement split and scalarize for SELECT_CC, fixing...
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 WendlingThis situation can occur:
next