Check that the "don't barf on k8" fix is not
[oota-llvm.git] / test / CodeGen /
2009-01-20 Bill WendlingTestcase for limited precision stuff.
2009-01-20 Dan GohmanFix a dagcombine to not generate loads of non-round...
2009-01-20 Evan ChengMake linear scan's trivial coalescer slightly more...
2009-01-19 Dale JohannesenMove & restructure test per review.
2009-01-19 Dan GohmanFix SelectionDAG::ReplaceAllUsesWith to behave correctl...
2009-01-19 Dale Johannesencompile-time fmod was done incorrectly. PR 3316.
2009-01-19 Devang PatelVerify Intrinsic::dbg_declare.
2009-01-19 Evan ChengDIVREM isel deficiency: If sign bit is known zero,...
2009-01-19 Evan ChengNow not UINT_TO_FP is legal (it's marked custom), dag...
2009-01-18 Chris LattnerFix rdar://6505632, an llc crash on 483.xalancbmk
2009-01-17 Bill WendlingTestcase for last commit.
2009-01-17 Evan ChengFix MatchAddress bug that's preventing negative displac...
2009-01-17 Mon P WangSimplify extract element of a scalar to vector.
2009-01-16 Evan ChengFix PPC ISD::Declare isel and eliminate the need for...
2009-01-16 Dan GohmanDisable the post-RA scheduler on this test, since it...
2009-01-16 Evan ChengCreateVirtualRegisters does trivial copy coalescing...
2009-01-16 Bill WendlingAdd support for non-zero __builtin_return_address value...
2009-01-15 Mon P WangAdded missing support to widen an operand from a bit...
2009-01-15 Rafael EspindolaFix Alpha test and support for private linkage.
2009-01-15 Mon P WangExpand insert/extract of a <4 x i32> with a variable...
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-15 Richard OsborneDon't fold address calculations which use negative...
2009-01-15 Scott Michel- Convert remaining i64 custom lowering into custom...
2009-01-14 Richard OsborneAdd pseudo instructions to the XCore for (load|store...
2009-01-13 Dan GohmanDisable the register+memory forms of the bt instruction...
2009-01-13 Dan GohmanThe list-td and list-tdrr schedulers don't yet support...
2009-01-13 Duncan SandsWhen replacing uses and the same node is reached
2009-01-13 Evan ChengFIX llvm-gcc bootstrap on x86_64 linux. If a virtual...
2009-01-13 Devang PatelUse DebugInfo interface to lower dbg_* intrinsics.
2009-01-12 Evan ChengFix PR3241: Currently EmitCopyFromReg emits a copy...
2009-01-10 Evan ChengThis is a dup of pr2659.ll.
2009-01-09 Evan ChengDuplicated node may produce a non-physical register...
2009-01-09 Evan ChengAdd test case from PR2659.
2009-01-09 Dan GohmanPR2659 was fixed by r61847. Add the testcase as a regre...
2009-01-09 Chris Lattnerthis test should not run opt -std-compile-opts, it...
2009-01-07 Misha BrukmanFix off-by-one error in traversing an array; this fixes...
2009-01-07 Evan ChengThe coalescer does not coalesce a virtual register...
2009-01-07 Chris Lattneradd a testcase.
2009-01-07 Dan GohmanAdd patterns to match conditional moves with loads...
2009-01-07 Dan GohmanX86_COND_C and X86_COND_NC are alternate mnemonics for
2009-01-06 Dan GohmanNow that fold-pcmpeqd-0.ll is effectively testing that...
2009-01-06 Dan GohmanRevert r42653 and forward-port the code that lets INC64...
2009-01-06 Dan GohmanFix a bug in ComputeLinearIndex computation handling...
2009-01-06 Scott MichelCellSPU:
2009-01-06 Dan GohmanDelete this test; it's a duplicate of 2006-07-03-schedu...
2009-01-06 Dan GohmanUse a latency value of 0 for the artificial edges inser...
2009-01-05 Evan ChengFind loop back edges only after empty blocks are elimin...
2009-01-05 Scott MichelCellSPU:
2009-01-05 Scott MichelCellSPU:
2009-01-05 Scott MichelCellSPU:
2009-01-03 Dan GohmanFix a DAGCombiner abort on an invalid shift count const...
2009-01-03 Scott MichelCellSPU:
2009-01-02 Evan ChengDo not isel load folding bt instructions for pentium...
2009-01-02 Evan ChengUse movaps / movd to extract vector element 0 even...
2009-01-02 Chris Lattnerrename a file to follow naming conventions.
2009-01-01 Duncan SandsFix PR3274: when promoting the condition of a BRCOND...
2008-12-31 Bill WendlingThis is not failing on Darwin for some reason. XFAIL...
2008-12-31 Scott MichelXFAIL this for now until I can figure out what's going on.
2008-12-30 Scott MichelFix test erratum (which is wierd: works locally for...
2008-12-30 Scott Michel- Start moving target-dependent nodes that could be...
2008-12-27 Scott Michel- Remove Tilmann's custom truncate lowering: it complet...
2008-12-25 Chris Lattneradd PR #
2008-12-25 Chris LattnerAdd a simple pattern for matching 'bt'.
2008-12-24 Bill WendlingRevert the changes in this testcase until Anton can...
2008-12-24 Dan GohmanFix a compiler-abort on a testcase where the stack...
2008-12-23 Dale JohannesenAdd another permutation where we should get rid of...
2008-12-23 Anton KorobeynikovUpdate test
2008-12-23 Mon P WangAdded shuffle and splat test cases for r61365.
2008-12-23 Dale JohannesenOne more permutation of subtracting off a base value.
2008-12-20 Dan GohmanFix fast-isel to not emit invalid assembly when present...
2008-12-20 Dan GohmanUse the correct Preds and Succs lists in setHeightDirty()
2008-12-19 Evan ChengFix PR3149. If an early clobber def is a physical regis...
2008-12-19 Evan Cheng- CodeGenPrepare does not split loop back edges but...
2008-12-19 Rafael EspindolaFix bug 3202.
2008-12-18 Mon P WangFix test to account for generating some vector code...
2008-12-18 Mon P WangAdded some basic test cases for r61209
2008-12-17 Eli FriedmanFix for PR3225: disable a broken optimization in
2008-12-16 Dale JohannesenA new dag combine; several permutations of this
2008-12-16 Evan ChengWe have decided not to support inline asm where an...
2008-12-16 Dan GohmanEnable anti-dependence breaking by default when post...
2008-12-16 Dan GohmanFix some register-alias-related bugs in the post-RA...
2008-12-15 Mon P WangAdded support for splitting and scalarizing vector...
2008-12-15 Mon P WangAdded support to LegalizeType for expanding the operand...
2008-12-12 Bill Wendling- Use patterns instead of creating completely new instr...
2008-12-10 Bill WendlingIf ADD, SUB, or MUL have an overflow bit that's used...
2008-12-10 Duncan SandsFor amusement, implement SADDO, SSUBO, UADDO, USUBO
2008-12-10 Mon P WangFixed a bug when trying to optimize a extract vector...
2008-12-09 Bill WendlingImplement fast-isel conversion of a branch instruction...
2008-12-09 Bill WendlingAdd sub/mul overflow intrinsics. This currently doesn...
2008-12-09 Duncan SandsFix PR3117: not all nodes being legalized. The
2008-12-09 Scott MichelCellSPU:
2008-12-09 Mon P WangFix getNode to allow a vector for the shift amount...
2008-12-08 Dan GohmanFactor out the code for sign-extending/truncating gep...
2008-12-06 Evan ChengClean up some ARM GV asm printing out; minor fixes...
2008-12-05 Dale JohannesenFix test to pass on Linux.
2008-12-05 Dale JohannesenMake LoopStrengthReduce smarter about hoisting things...
2008-12-05 Evan ChengThis test also requires -mattr=+sse41.
2008-12-05 Evan ChengEffectively undo 60461 in PIC mode which simply transfo...
2008-12-05 Evan ChengRe-did 60519. It turns out Darwin's handling of hidden...
2008-12-05 Scott MichelCellSPU: Add new directory under tests/CodeGen/CellSPU...
next