Remove trailing spaces.
[oota-llvm.git] / test /
2009-02-02 Chris Lattnerxfail this for now, will fix shortly.
2009-02-02 Chris Lattnerupdate test
2009-02-02 Chris LattnerFix a bug which caused us to miscompile a couple of Ada
2009-02-02 Devang PatelDo not add redundant arguments in a method definition...
2009-02-02 Devang PatelMake this test case smaller.
2009-02-02 Duncan SandsThis passes on x86-32 linux at least.
2009-02-02 Duncan SandsMake the XFAIL line actually match x86-32 targets.
2009-02-02 Evan ChengTeach LowerBRCOND to recognize (xor (setcc x), 1)....
2009-02-02 Chris LattnerFix PR3372
2009-02-02 Chris Lattnerreduce testcase.
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 Nick LewyckyReinstate this optimization to fold icmp of xor when...
2009-01-31 Chris LattnerFix PR3452 (an infinite loop bootstrapping) by disablin...
2009-01-31 Duncan SandsFix PR3401: when using large integers, the type
2009-01-31 Chris Lattnernow that all the pieces are in place, teach instcombine's
2009-01-31 Chris Lattnermake sure to set Changed=true when instcombine hacks...
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-31 Chris LattnerSimplify and generalize the SROA "convert to scalar...
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
next