This passes on x86-32 linux at least.
[oota-llvm.git] / test / CodeGen /
2009-02-02 Evan ChengTeach LowerBRCOND to recognize (xor (setcc x), 1)....
2009-02-01 Torok Edwinadd 2 more testcases for -mattr=-sse (r63495).
2009-02-01 Torok EdwinImplement -mno-sse: if SSE is disabled on x86-64, don...
2009-02-01 Duncan SandsFix PR3453 and probably a bunch of other potential
2009-01-31 Duncan SandsFix PR3401: when using large integers, the type
2009-01-31 Mon P WangUsed "-enable-unsafe-fp-math" to allow this transformat...
2009-01-31 Mon P WangIf unsafe FP optimization is not set, don't allow ...
2009-01-29 Owen AndersonXFAIL this test. It only worked before because of...
2009-01-29 Evan ChengLocal register allocator shouldn't assume only the...
2009-01-29 Dan GohmanIn the case of an extractelement on an insertelement...
2009-01-29 Evan ChengExit with nice warnings when register allocator run...
2009-01-29 Dan GohmanMake x86's BT instruction matching more thorough, and...
2009-01-28 Mon P WangFixed lowering of v816 shuffles.
2009-01-28 Bill WendlingMake test platform agnostic.
2009-01-28 Evan ChengThe memory alignment requirement on some of the mov...
2009-01-28 Mon P WangAdded sse test patterns for r62979 and r63193.
2009-01-27 Bill WendlingAdd testcase for r63142.
2009-01-27 Evan ChengImplement multiple with overflow by 2 with an add instr...
2009-01-27 Dan GohmanAdd a regression test for x86-64 red zone usage.
2009-01-26 Duncan SandsFix PR3393, which amounts to a bug in the expensive
2009-01-26 Dan GohmanAt Nick Lewycky's request, rename this test with a...
2009-01-26 Evan ChengEnhance logic in X86DAGToDAGISel::PreprocessForRMW...
2009-01-26 Scott MichelCellSPU:
2009-01-26 Nate BegemanMap address space 256 to gs; similar mappings could...
2009-01-25 Torok Edwinrevert this patch for now, because Codegen does still...
2009-01-25 Torok EdwinIf user explicitly asks not to use SSE, don't force...
2009-01-25 Evan ChengPrivate linkage support for PPC / Darwin.
2009-01-25 Evan ChengTeach 2addr pass to be do more commuting. If both uses...
2009-01-24 Dan GohmanAdd a PR comment to this test.
2009-01-23 Evan ChengUpdate test to reflect command line option name change.
2009-01-22 Dan GohmanDon't create ISD::FNEG nodes after legalize if they...
2009-01-22 Devang PatelDo not use buggy llvm-gcc to generate testcases.
2009-01-21 Bill WendlingNow with RUN line.
2009-01-21 Bill WendlingRun this through -simplifycfg and -mem2reg to test...
2009-01-21 Dan GohmanSimplify ReduceLoadWidth's logic: it doesn't need sever...
2009-01-21 Dan GohmanFix a recent regression. ClrOpcode is not set for i8...
2009-01-21 Duncan SandsLet's try to have our cake and eat it to: move
2009-01-21 Duncan SandsDon't rely on grep -w working.
2009-01-21 Scott MichelCellSPU:
2009-01-21 Evan ChengFavors generating "not" over "xor -1". For example.
2009-01-21 Owen AndersonBe more aggressive about renumbering vregs after splitt...
2009-01-20 Chris LattnerDon't bother running the assembler, we don't know that...
2009-01-20 Evan ChengFix PR3243: a LiveVariables bug. When HandlePhysRegKill...
2009-01-20 Evan ChengAdd test case for PR3154.
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...
next