Fix a typo
[oota-llvm.git] / test /
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...
2009-01-16 Evan ChengCreateVirtualRegisters does trivial copy coalescing...
2009-01-16 Chris LattnerFix PR3335 by not turning a store to one address space...
2009-01-16 Bill WendlingAdd support for non-zero __builtin_return_address value...
2009-01-16 Evan ChengThis is now passing.
2009-01-16 Evan ChengClean up previous cast optimization a bit. Also make...
2009-01-16 Devang PatelDo not stumble over forward declared struct member.
2009-01-15 Devang PatelValidate dbg_* intrinsics before lowering them.
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 Devang PatelUse lightweight DebugInfo objects directly.
2009-01-15 Devang PatelUse variable's context to identify respective DbgScope.
2009-01-15 Evan Cheng- Teach CanEvaluateInDifferentType of this xform: sext...
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 Chris LattnerFix PR3325, a miscompilation of invokes by IPSCCP....
2009-01-14 Devang Patelxfail for now.
2009-01-14 Richard OsborneAdd pseudo instructions to the XCore for (load|store...
2009-01-14 Dale JohannesenFix the time regression I introduced in 464.h264ref...
2009-01-14 Chris Lattnerrewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid...
2009-01-13 Dan GohmanDisable the register+memory forms of the bt instruction...
2009-01-13 Dale JohannesenFix testsuite regressions from recursive inlining.
2009-01-13 Dan GohmanThe list-td and list-tdrr schedulers don't yet support...
2009-01-13 Dan GohmanMake instcombine ensure that all allocas are explicitly...
2009-01-13 Duncan SandsWhen replacing uses and the same node is reached
2009-01-13 Duncan SandsMark this XFAIL for the moment.
2009-01-13 Nick LewyckyWind SCEV back in time, to Nov 18th. This 'fixes' PR327...
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 Dale JohannesenEnable recursive inlining. Reduce inlining threshold
2009-01-12 Evan ChengSecond test is only valid in 32-bit mode.
2009-01-12 Evan ChengTest for r62076.
next