Add a simple script for getting a version tag from a svn/git-svn/git
[oota-llvm.git] / test /
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...
2010-01-12 Evan ChengAdd nounwind.
2010-01-12 Duncan SandsRevert commit 93204, since it causes the assembler...
2010-01-12 Dan GohmanMake several tests less fragile.
2010-01-12 Dan GohmanReapply the MOV64r0 patch, with a fix: MOV64r0 clobbers...
2010-01-12 Chris LattnerTeach jump threading to duplicate small blocks when...
2010-01-11 Chris Lattnerdisable this testcase, PR5997
2010-01-11 Evan ChengAdd manual ISD::OR fastisel selection routines. TableGe...
2010-01-11 Evan ChengExtend r93152 to work on OR r, r. If the source set...
2010-01-11 Chris Lattnerreduce this to a sensible testcase.
2010-01-11 David GreeneShorten up this testcase.
2010-01-11 Evan ChengRevert 93158. It's breaking quite a few x86_64 tests.
2010-01-11 Jakob Stoklund OlesenAvoid adding PHI arguments for a predecessor that has...
2010-01-11 Dan GohmanUse a 32-bit and with implicit zero-extension instead...
2010-01-11 Dan GohmanRe-instate MOV64r0 and MOV16r0, with adjustments to...
2010-01-11 Dan GohmanGeneralize this check to avoid depending on a specific...
2010-01-11 Dan GohmanMake this test less trivial, to avoid spurious failures.
2010-01-11 Evan ChengSelect an OR with immediate as an ADD if the input...
2010-01-11 David GreeneImplement a feature (-vector-unaligned-mem) to allow...
2010-01-11 Chris Lattneradd one more bitfield optimization, allowing clang...
2010-01-11 Chris LattnerExtend CanEvaluateZExtd to handle and/or/xor more aggre...
2010-01-11 Chris LattnerRemove the dead TD argument to CanEvaluateZExtd, and...
2010-01-10 Chris Lattnerteach sext optimization to handle truncs from types...
2010-01-10 Chris Lattnerteach zext optimization how to deal with truncs that...
2010-01-10 Chris Lattnernow that the cost model has changed, we can always...
2010-01-10 Chris Lattnerchange the preferred canonical form for a sign extensio...
2010-01-10 Chris Lattnertwo changes:
2010-01-10 Chris Lattnerenhance CanEvaluateZExtd to handle shift left and sext...
2010-01-09 Chris Lattnerfix bogus test
2010-01-09 Chris Lattnerfix bogus test
2010-01-09 Jeffrey YasskinFix llvm.org/PR5729: x86-64 tail calls were putting...
2010-01-09 Dan GohmanUse WriteAsOperand instead of getName() to print loop...
2010-01-09 Chris Lattneronly factor from expressions whose uses are empty and...
2010-01-09 Dan GohmanRevert an earlier change to SIGN_EXTEND_INREG for vecto...
2010-01-08 Evan ChengFix a critical bug in 64-bit atomic operation lowering...
2010-01-08 Chris Lattnerteach instcombine to delete sign extending shift pairs...
2010-01-08 Chris Lattnerfix PR5978 by peeling the loop so that we avoid shiftin...
2010-01-08 Evan ChengReplaceAllUsesOfValueWith may delete other nodes that...
next