Remove unneeded checks from configure.ac.
[oota-llvm.git] / test /
2010-01-26 Dan GohmanFix the the ceiling-division used in computing the...
2010-01-26 Victor HernandezIn mem2reg, for all alloca/stores that get promoted...
2010-01-26 Evan ChengImplement cond ? -1 : 0 with sbb.
2010-01-26 Dale JohannesenGenerate DEBUG_VALUE comments on x86. The (limited)
2010-01-25 Dan GohmanFix the bitcode reader to deserialize nuw/nsw/etc....
2010-01-25 Chris Lattnerwirte up .file and .file to the mc asmparser.
2010-01-25 Victor HernandezRevert r94260 until findDbgDeclare() is made more efficient
2010-01-25 Rafael EspindolaUpdate test for darwin.
2010-01-25 Chris Lattnerwe removed support for darwin8 tools.
2010-01-25 Rafael EspindolaFix PR6134.
2010-01-25 Daniel DunbarAttempt to unbreak test on Linux. Chris, please check.
2010-01-24 Chris Lattnerjust remove this test, it is not reduced, is not clear...
2010-01-24 Chris Lattnerthis test has been failing or a long time, just disable...
2010-01-24 Chris Lattnerfix a parsing problem on instructions like:
2010-01-24 Mon P WangIt seems better to scalarize vectors of size 1 instead...
2010-01-24 Chris Lattnerchange the canonical form of "cond ? -1 : 0" to be
2010-01-24 Mon P WangImproved widening loads by adding support for wider...
2010-01-23 Nick LewyckySpeculatively revert r94322 to see if it fixes darwin...
2010-01-23 Chris Lattnerthird bug from PR6119: the xor dupe extension allows
2010-01-23 Nick LewyckyTeach DAE that even though it can't modify the function...
2010-01-23 Chris Lattneradd an early out to ProcessBranchOnXOR to speed it up,
2010-01-23 Chris Lattnerfix a crash in jump threading, PR6119
2010-01-23 Chris Lattnerimplement a simple instcombine xform that has been...
2010-01-23 Chris LattnerChange constantexpr global variable initializers to...
2010-01-23 Eric ChristopherDon't lower splat vector load to relative to the esp...
2010-01-23 Chris Lattnerstop testing for invalid output.
2010-01-23 Chris Lattneremit .ascii and .asciz through MCStreamer.
2010-01-23 Mon P WangInstCombine should not fold sext/zext of a vector and...
2010-01-23 Chris Lattnerremove this test.
2010-01-23 Evan ChengFix test.
2010-01-23 Evan ChengFix tests.
2010-01-23 Victor HernandezIn mem2reg, for all alloca/stores that get promoted...
2010-01-23 Chris Lattnerteach MCAsmStreamer::EmitBytes to use .ascii and .asciz
2010-01-22 Daniel DunbarMark EH_RETURN64 as CodeGenOnly.
2010-01-22 Chris Lattnermake this less constrained, we want blank lines between...
2010-01-22 Dan GohmanRevert LoopStrengthReduce.cpp to pre-r94061 for now.
2010-01-21 Chris Lattnertestcase for r94095
2010-01-21 Nick LewyckyFix a crasher trying to fold each element in a comparis...
2010-01-21 Dan GohmanRe-implement the main strength-reduction portion of...
2010-01-20 Chris Lattneremit basic block labels with mcstreamer.
2010-01-20 Chris Lattneremit integer and fp zeros as (e.g.) .byte 0 instead...
2010-01-20 Chris Lattnersignficant cleanups to EmitGlobalConstant (including...
2010-01-20 Devang PatelIf a instruction belongs to another function (and not...
2010-01-19 Dan GohmanFold (add x, shl(0 - y, n)) -> sub(x, shl(y, n)), to...
2010-01-19 Dan GohmanMake SCEVAddRecExpr's getType return a pointer type...
2010-01-19 Dan GohmanAdd nounwinds.
2010-01-19 Jakob Stoklund OlesenRemove predicates when changing an add into an unpredic...
2010-01-19 Evan ChengDo not extend extension results beyond the use of a...
2010-01-19 Chris Lattneradd an MCAsmStreamer::EmitFill specialization of EmitFi...
2010-01-19 Chris Lattneroptimize ~(~X >>s Y) --> (X >>s Y), patch by Edmund...
2010-01-19 Chris Lattnerdon't let asm-verbose break the check-next lines in...
2010-01-19 Chris Lattneronly darwin has zerofill
2010-01-19 Chris LattnerNow that we have everything nicely factored (e.g. asmpr...
2010-01-19 Bob WilsonFix a crash in scalarrepl for memcpy/memmove where...
2010-01-19 Chris Lattnerfix a significant difference between llvm and gcc on...
2010-01-19 Chris Lattnerthere is no need to emit a .section above .comm on...
2010-01-19 Evan ChengTest case for r93758.
2010-01-19 Dale JohannesenReverting.
2010-01-18 Dale JohannesenEnable code to emit dbg.declare as DEBUG_VALUE
2010-01-18 Chris Lattnermy instcombine transformations to make extension elimin...
2010-01-18 Chris Lattnerfilecheckize this.
2010-01-18 Chris Lattnerfilecheckize
2010-01-18 Chris Lattnerremove a redundant test, filecheckize another.
2010-01-18 Evan ChengCanonicalize -1 - x to ~x.
2010-01-18 Devang PatelWhile mapping llvm.dbg.declare intrinsic manually map...
2010-01-17 Rafael EspindolaReally fix this. I checked that on ARM I get
2010-01-17 Chris Lattnerreduce this test and convert to filecheck, hopefully...
2010-01-17 Bob WilsonThe Neon "vtst" instruction takes a suffix that is...
2010-01-17 Rafael EspindolaLooks like XFAIL has to list every unsupported arch
2010-01-17 Rafael EspindolaAdd test for pr5406
2010-01-17 Bill WendlingReduce fsub-fadd.ll and merge it into fsub-fsub.ll...
2010-01-16 Kenneth UildriksWhen checking for sret-demotion, it needs to use legal...
2010-01-16 Tobias GrosserFix PR6047
2010-01-16 Chris Lattnerthis teestcase takes a long time to crash, remove it...
2010-01-16 Bob WilsonRun the pre-register allocation tail duplication pass...
2010-01-16 Daniel DunbarFix llvm_supports_binding for lit, problem noticed...
2010-01-15 David GreeneFix PR6019. A load has more than one use if it feeds...
2010-01-15 Jim Grosbachadd testcase for r93564
2010-01-15 Anton KorobeynikovReenable tests
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-15 Victor HernandezRevert r93504 because older uses of llvm.dbg.declare...
2010-01-15 Jay FoadTest case for http://llvm.org/PR6028.
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-15 Anton KorobeynikovTemporary disable tests
2010-01-15 Devang PatelDo not use AT_specification die for static variables...
2010-01-15 Devang Patelnew test case for r93485.
2010-01-14 Anton KorobeynikovAdd variable-width shifts for MSP430
2010-01-14 Dan GohmanFix a codegen abort seen in 483.xalancbmk.
2010-01-14 Evan ChengTest for r93409.
2010-01-14 Victor HernandezExtend testcase to also test llvm.dbg.value intrinsic
2010-01-14 Victor HernandezNow that LLParser, AsmWriter, BitcodeReader, and Bitcod...
2010-01-13 Bill WendlingWhen the visitSub method was split into visitSub and...
2010-01-13 Chris Lattnerthis test requires SSE, thanks to jyasskin for pointing...
2010-01-13 Evan ChengCommit some changes I had managed to lose last night...
2010-01-13 Evan ChengRe-enable extension optimization pass.
2010-01-13 Chris Lattnerremove uses of deprecated functions, this generates...
2010-01-13 Evan ChengDisable opt-ext pass to unbreak the build for now.
2010-01-13 Jeffrey YasskinTry to fix the ARM and PPC buildbots. The -mattr=vector...
2010-01-13 Evan ChengAdd a quick pass to optimize sign / zero extension...
2010-01-12 Chris Lattner1) Use the new SimplifyInstructionsInBlock routine...
next