Port this test from dejagnu to unit testing.
[oota-llvm.git] / test /
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.
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 Chris LattnerFix PR3304
2009-01-09 Dan GohmanPR2659 was fixed by r61847. Add the testcase as a regre...
2009-01-09 Chris LattnerImplement rdar://6480391, extending of equality icmp...
2009-01-09 Chris LattnerFix PR3298, a crash in Jump Threading. Apparently...
2009-01-09 Chris Lattnerthis doesn't depend on the gcc early inliner anymore.
2009-01-09 Chris LattnerPR3290 is now fixed.
2009-01-09 Chris LattnerFix part 3/2 of PR3290, making instcombine zap (gep...
2009-01-09 Chris Lattnerthis test should not run opt -std-compile-opts, it...
2009-01-08 Dale JohannesenDo not inline functions with (dynamic) alloca into
2009-01-08 Chris LattnerValueTracker can't assume that an alloca with no specif...
2009-01-08 Chris Lattnerthis testcase is huge and hasn't regressed ever, I...
2009-01-08 Chris Lattnerthe new scalarrepl changes are optimizing away a tempor...
2009-01-08 Chris LattnerThis implements the second half of the fix for PR3290...
2009-01-07 Misha BrukmanFix off-by-one error in traversing an array; this fixes...
2009-01-07 Duncan SandsRemove alloca tracking from nocapture analysis. Not...
2009-01-07 Chris LattnerImplement the first half of PR3290: if there is a store...
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 Chris Lattnermake m_ConstantInt(int64_t) safely match ConstantInt...
2009-01-05 Bill WendlingStrength test.
2009-01-05 Duncan SandsTeach the internalize pass to also internalize
2009-01-05 Evan ChengFind loop back edges only after empty blocks are elimin...
2009-01-05 Chris Lattnertestcase for bill's patch.
2009-01-05 Duncan SandsDelete unused global aliases with internal linkage.
2009-01-05 Duncan SandsDon't spew bitcode to standard out if this test
2009-01-05 Torok EdwinThis test passes again, unXFAIL.
2009-01-05 Chris Lattneralignment of 0 is not valid.
2009-01-05 Scott MichelCellSPU:
2009-01-05 Scott MichelCellSPU:
2009-01-05 Scott MichelCellSPU:
2009-01-04 Nick LewyckyRun a post-pass that marks known function declarations...
2009-01-04 Bill WendlingXFAIL this test. The xform was removed.
2009-01-03 Dan GohmanFix a DAGCombiner abort on an invalid shift count const...
2009-01-03 Scott MichelCellSPU:
2009-01-02 Nick LewyckyDon't try to analyze this "backward" case. This is...
2009-01-02 Duncan SandsWhen calculating 'nocapture' argument attributes, allow
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
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 Nick LewyckyRemove the cyclic part of this test, it was passing...
2009-01-02 Nick LewyckyMake adding nocapture a bit stronger. FreeInst is nocap...
2009-01-02 Chris Lattnerrename a file to follow naming conventions.
2009-01-02 Duncan SandsAdd tests for two types of traps that escape analysis
2009-01-01 Misha Brukman* Quoted the executable 'runtest' to emphasize the...
next