don't revisit instructions off the beginning of the block.
[oota-llvm.git] / test /
2008-11-28 Chris Lattnerdon't call MergeBasicBlockIntoOnlyPred on a block whose...
2008-11-27 Nick LewyckyChris prefers icmp/select over udiv!
2008-11-27 Nick LewyckyAdd a couple of missed optimizations on integer vectors...
2008-11-27 Chris LattnerFix PR3138: if we merge the entry block into another...
2008-11-27 Bill WendlingXFAil test due to reverting of patch.
2008-11-27 Chris LattnerMake jump threading substantially more powerful, in...
2008-11-27 Evan ChengAvoid inserting noop's in the middle of a loop.
2008-11-27 Evan ChengOn x86 favors folding short immediate into some arithme...
2008-11-27 Evan ChengAdd -march=x86.
2008-11-26 Bill WendlingAdd x86-specific test for add-with-overflow intrinsics.
2008-11-26 Chris LattnerTurn on my codegen prepare heuristic by default. It...
2008-11-26 Duncan SandsCheck that running the DAG combiner between type
2008-11-26 Bill WendlingAdd test for rdar://6394879.
2008-11-26 Chris LattnerThis adds in some code (currently disabled unless you...
2008-11-26 Chris LattnerTeach CodeGenPrepare to look through Bitcast instructio...
2008-11-26 Chris Lattnerfix an over-reduced test.
2008-11-26 Chris Lattnerthis doesn't need EH
2008-11-25 Mikhail GlushenkovSince the old llvmc was removed, rename llvmc2 to llvmc.
2008-11-25 Evan ChengconvertToSignExtendedInteger should return opInvalidOp...
2008-11-25 Scott MichelCellSPU:
2008-11-25 Scott MichelCellSPU: test should use shlqby, not shlqbyi
2008-11-25 Bill WendlingXFAIL this test. A recent CellSPU check-in broke it.
2008-11-25 Dan GohmanInitial support for anti-dependence breaking. Currently...
2008-11-24 Bill WendlingTestcase for constant CFStrings.
2008-11-24 Chris Lattnerreenable test
2008-11-24 Bill WendlingTemporarily XFAIL this test. r59976 and r59972 broke it.
2008-11-24 Chris LattnerFix 3113: If we have a dead cyclic PHI, replace the...
2008-11-24 Scott MichelCellSPU:
2008-11-24 Scott MichelCellSPU:
2008-11-24 Bill WendlingTest add-with-overflow with fast ISel.
2008-11-24 Nick LewyckyExtend the 'noalias' attribute to function return value...
2008-11-24 Bill WendlingAdd support for llvm.uadd.with.overflow.
2008-11-22 Scott MichelCellSPU: Fix bug 3056. Varadic extract_element was...
2008-11-21 Nick LewyckyOptimize (x/y)*y into x-(x%y) in general. Div and rem...
2008-11-21 Scott MichelCellSPU:
2008-11-21 Bill WendlingAdd generic test for add with overflow.
2008-11-20 Dan GohmanTest -pre-RA-sched=fast too, for completeness.
2008-11-20 Evan Cheng- Register scavenger should use MachineRegisterInfo...
2008-11-19 Devang PatelIf there are two consecutive llvm.dbg.stoppoint calls...
2008-11-19 Dan GohmanRevert r59640. It broke this test for builds that aren't
2008-11-19 Dan GohmanUse %llvmgcc -xassembler instead of invoking as directl...
2008-11-19 Owen AndersonAdd support for rematerialization in pre-alloc-splitting.
2008-11-19 Daniel DunbarLLVMC2: -emit-llvm stops compilation.
2008-11-19 Daniel DunbarLLVMC2: Teach llvm_gcc_c tool about -include and -fsynt...
2008-11-18 Evan ChengRegister scavenger should process early clobber defs...
2008-11-18 Nick LewyckyAdd a utility function that detects whether a loop...
2008-11-18 Duncan SandsReapply r59464, this time using the correct type
2008-11-18 Bill WendlingA simple test for stack protectors. This should be...
2008-11-18 Bill WendlingRevert r59464. It was causing this failure:
2008-11-18 Devang PatelGive SIToFPInst preference over UIToFPInst because...
2008-11-17 Devang PatelWhile handling floating point IVs lift restrictions...
2008-11-17 Duncan SandsAdd soft float support for a bunch more operations...
2008-11-17 Dale JohannesenRemove these, which test for optimizations that
2008-11-17 Richard OsborneDon't produce ADDC/ADDE when expanding SHL unless they...
2008-11-16 Lang HamesRemoved 2008-10-17-SpillerBug.ll as it does not provide...
2008-11-16 Lang Hames2008-10-17-SpillerBug.ll is currently failing, but...
2008-11-16 Mon P WangImproved shuffle normalization to avoid using extract...
2008-11-16 Chris LattnerHandle the case where there is no "not". It is possibl...
2008-11-16 Chris Lattnermake this actually test what it is trying to.
2008-11-16 Nick LewyckyDon't brute-force analyze cubic or higher polynomials.
2008-11-15 Nick LewyckyCorrect this error message.
2008-11-14 Richard Osborne[XCore] Fix expansion of 64 bit add/sub. Don't custom...
2008-11-14 Richard OsborneAdd XCore intrinsics for getid (returns thread id)...
2008-11-13 Dan GohmanRemove the FlaggedNodes member from SUnit. Instead...
2008-11-13 Dale Johannesentestcase for PR 1779.
2008-11-13 Bill WendlingAdded testcase for r59214.
2008-11-12 Tanya LattnerAdd test case for ptr annotation.
2008-11-12 Duncan SandsCorrect some thinkos in the expansion of ADD/SUB
2008-11-12 Dale JohannesenFix the testb optimization so x86 also bootstraps.
2008-11-11 Andrew Lenharthfix another libgcc blocker
2008-11-11 Bill WendlingUn-XFAIL tests now that they're fixed.
2008-11-11 Bill Wendlingr59009 broke these tests. XFAIL for now.
2008-11-10 Bill WendlingTemporarily revert r58979 and related patch. It's causi...
2008-11-10 Devang PatelIf the sign of exit condition and split condition does...
2008-11-10 Duncan SandsFix PR2667: add soft float support for sint_to_fp/uint_...
2008-11-10 Duncan SandsWhen promoting the result of fp_to_uint/fp_to_sint,
2008-11-10 Dale JohannesenReenable test.
2008-11-09 Bill WendlingThe method of doing the matching with a 'select' instru...
2008-11-09 Duncan SandsXFAIL this while waiting for a fix.
2008-11-09 Bill WendlingIf the LHS of the FCMP is coming from a UIToFP instruct...
2008-11-09 Scott MichelCellSPU: Update expected counts on expected patterns
2008-11-08 Daniel DunbarAdd LLVMC2 tool definitions for Objective-C and Objecti...
2008-11-08 Dale JohannesenGenerated code for generic expansion of SETUGT etc.
2008-11-08 Dale JohannesenXfail an incorrect test.
2008-11-07 Richard OsborneAdd basic test for XCore backend
2008-11-07 Dale JohannesenTestcase for testb optimization.
2008-11-07 Devang PatelHandle (delete) dbg intrinsics while promoting alloca.
2008-11-06 Devang PatelEmit label for llvm.dbg.func.start of the inlined function.
2008-11-06 Devang PatelEmit label for llvm.dbg.func.start of the inlined function.
2008-11-05 Dan GohmanMake ISel ignore dead nodes. The DAGCombiner normally...
2008-11-05 Devang PatelAdd PR number.
2008-11-05 Evan ChengAdd more vector move low and zero-extend patterns.
2008-11-05 Devang PatelNew test case.
2008-11-04 Dan GohmanAdd a new pass to simplify specific half_powr function...
2008-11-04 Anton KorobeynikovFix tests not to emit IR output
2008-11-04 Evan ChengActually ARM / Mac OS X does have UINTTOFP_I64_F{64...
2008-11-04 Evan ChengCustom lower bit_convert i64 -> f64 into FMDRR. This...
2008-11-04 Duncan SandsFix PR3011: LegalizeTypes support for scalarizing
2008-11-03 Dan GohmanThe ANDMask node folds to a constant, and isn't the...
2008-11-03 Devang PatelIgnore conditions that are outside the loop.
next