Move CurDebugLoc into SelectionDAGLowering.
[oota-llvm.git] / test /
2009-01-30 Devang Patel Each input file is encoded as a separate compile unit...
2009-01-30 Zhou ShengThis is case is to uncover the bug in IntrinsicLowering...
2009-01-30 Devang PatelEnable target tripple.
2009-01-30 Devang PatelLinux and other target's encoding for DW_AT_declaratio...
2009-01-30 Devang PatelAdd DW_AT_declaration for class methods.
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 ChengAdd a always_inline test case.
2009-01-29 Evan ChengAdd a test case for Chris lvalue alignment fixes.
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 Dan GohmanGive this test an explicit target, to make it host...
2009-01-28 Devang PatelDo not forget to derived type while constructing an...
2009-01-28 Chris LattnerFix some issues with volatility, move "CanConvertToScal...
2009-01-28 Chris Lattnerstrengthen this test.
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-28 Mikhail GlushenkovAdd three new option properties.
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 Evan ChengForgot this test case.
2009-01-27 Dan GohmanAdd a FrontendC testcase for the x86-64 Red Zone feature,
2009-01-27 Devang PatelAssorted debug info fixes.
2009-01-27 Dan GohmanAdd a regression test for x86-64 red zone usage.
2009-01-26 Dale JohannesenTestcase for 6522054.
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 Mon P WangFixed optimization of combining two shuffles where...
2009-01-26 Scott MichelCellSPU:
2009-01-26 Chris LattnerHandle single-entry phi nodes gracefully in condprop.
2009-01-26 Chris LattnerFix PR3408 by making a non-obvious assumption very...
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 Edwintestcase for llvm-gcc part of PR3402.
2009-01-25 Torok EdwinIf user explicitly asks not to use SSE, don't force...
2009-01-25 Nick LewyckyActually run the test in this directory.
2009-01-25 Nick LewyckyThe function that does nothing but call malloc is noali...
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-24 Torok Edwintestcase for PR3381.
2009-01-24 Chris LattnerMake InstCombineStoreToCast handle aggregates more...
2009-01-23 Devang PatelFix test case. Use valid file name and directory in...
2009-01-23 Chris Lattnerfix two more cases where we could let the NLPDI cache...
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-22 Duncan SandsRemove no-longer relevant comment. Pointed out
2009-01-22 Duncan SandsThis passes on linux.
2009-01-22 Chris Lattnerfix a testcase.
2009-01-22 Chris LattnerFix PR3358, a really nasty bug where recursive phi...
2009-01-21 Bill WendlingNow with RUN line.
2009-01-21 Bill WendlingRun this through -simplifycfg and -mem2reg to test...
2009-01-21 Dale JohannesenDo not use host floating point types when emitting
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 Mikhail GlushenkovAllow hooks with arguments.
2009-01-21 Duncan SandsThis was causing invalid memory accesses when
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 Dale JohannesenDisable on x86_64 until I figure out what's wrong.
2009-01-21 Dale JohannesenMake special cases (0 inf nan) work for frem.
2009-01-21 Owen AndersonBe more aggressive about renumbering vregs after splitt...
2009-01-20 Devang PatelAppropriately mark fowrad decls.
2009-01-20 Devang PatelNeed compile unit to find location.
2009-01-20 Dale JohannesenCalls to fmod, it turns out, are constant-folded by
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 Duncan SandsCheck that the "don't barf on k8" fix is not
2009-01-20 Bill WendlingTemporarily XFAIL until this can be looked at. r62557...
2009-01-20 Bill WendlingTestcase for limited precision stuff.
2009-01-20 Chris Lattneranother fix for PR3354
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 Chris LattnerFix a problem exposed by PR3354: simplifycfg was making...
2009-01-19 Dale JohannesenMove & restructure test per review.
2009-01-19 Chris Lattnerconvert this to an unfoldable potentially trapping...
2009-01-19 Dan GohmanFix SelectionDAG::ReplaceAllUsesWith to behave correctl...
2009-01-19 Chris LattnerFix PR3353, infinitely jump threading an infinite loop...
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 Nick LewyckyPort this test from dejagnu to unit testing.
2009-01-19 Bill WendlingTemporarily revert r62487. It's causing this error...
2009-01-19 Evan ChengNow not UINT_TO_FP is legal (it's marked custom), dag...
2009-01-19 Chris LattnerFix PR3016, a bug which can occur do to an invalid...
2009-01-18 Chris LattnerFix rdar://6505632, an llc crash on 483.xalancbmk
2009-01-18 Nick LewyckyForgot this in the previous checkin: fopen now has...
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...
next