Commit fixes for half precision I noted in review, so
[oota-llvm.git] / test /
2009-10-23 Bill WendlingThis is passing on Darwin PPC.
2009-10-22 David GoodwinAllow the target to select the level of anti-dependence...
2009-10-22 Bob WilsonRevert 84843. Evan, this was breaking some of the...
2009-10-22 Duncan SandsCheck that accessing a struct field that occurs before...
2009-10-22 Duncan SandsTest handling of record fields with negative offsets.
2009-10-22 Evan ChengMove if-conversion before post-regalloc scheduling...
2009-10-22 Chris Lattnertestcase for PR4678 & rdar://7309675
2009-10-22 Evan ChengDon't generate sbfx / ubfx with negative lsb field...
2009-10-22 Chris Lattnerfix PR5262.
2009-10-22 Anton KorobeynikovUse special DAG-to-DAG preprocessing to allow mem-mem...
2009-10-22 Dan GohmanRevert the main portion of r31856. It was causing Branc...
2009-10-21 Chris Lattnerrevert r84754, it isn't the right approach. Edwin...
2009-10-21 Dale JohannesenAdjust testcases for msasm -> alignstack.
2009-10-21 Bill WendlingXFAIL this test for PPC.
2009-10-21 Jim GrosbachImprove handling of immediates by splitting 32-bit...
2009-10-21 Anton KorobeynikovAdd DAG printing for RMW stuff debugging
2009-10-21 Anton KorobeynikovRMW preprocessing stuff was incorrect. Grab the stuff...
2009-10-21 Victor HernandezMake changes to rev 84292 as requested by Chris Lattner.
2009-10-21 Torok EdwinFix PR5262: when folding select into PHI, make sure...
2009-10-21 Evan ChengMatch more patterns to movt.
2009-10-21 Dan GohmanRevert r84658 and r84691. They were causing llvm-gcc...
2009-10-21 Bill WendlingThis is passing on Darwin PPC.
2009-10-21 Anton KorobeynikovAdd reg-imm tests
2009-10-20 Anton KorobeynikovFix invalid for vector types fneg(bitconvert(x)) =...
2009-10-20 Chris Lattneradd a real testcase for PR4313
2009-10-20 Chris Lattneradd a test similar to that needed for PR4313, but that...
2009-10-20 Chris Lattnerthe date on this testcase is wrong, it is unreduced...
2009-10-20 Chris Lattnermerge and filecheckize
2009-10-20 Chris Lattnermerge two tests and convert to filecheck.
2009-10-20 Chris Lattneralternate fix for PR5258 which avoids worklist problems...
2009-10-20 David GoodwinCheckpoint more aggressive anti-dependency breaking...
2009-10-20 Dan GohmanMake TranslateX86CC return COND_INVALID instead of...
2009-10-20 Torok EdwinFix PR5258, jump-threading creating invalid PHIs.
2009-10-20 Torok EdwinFix PR4313: IPSCCP was not setting the lattice value...
2009-10-20 Dan GohmanRe-apply r84295, with fixes to how the loop "top" and...
2009-10-20 Evan ChengIf the physical register being spilled does not have...
2009-10-19 Jim GrosbachEnable allocation of R3 in Thumb1
2009-10-19 Chris Lattnerconvert to filecheck syntax and make a lot more aggressive.
2009-10-19 Anton KorobeynikovRevert r84295, this unbreaks llvm-gcc bootstrap on...
2009-10-19 Chris Lattnerrename test
2009-10-19 Dan GohmanFix SplitBlockPredecessors' LoopInfo updating code...
2009-10-19 Torok EdwinFix PR5247, "lock addq" pattern (and other atomics...
2009-10-19 Chris Lattnereliminate md_on_instruction.ll, md_on_instruction2...
2009-10-19 Daniel DunbarTeach lit that the .c files in 'test/CodeGen/CellSPU...
2009-10-19 Nate BegemanAdd support for matching shuffle patterns with palignr.
2009-10-18 Evan ChengTurn on post-alloc scheduling for x86.
2009-10-18 Chris Lattnerremove a now-pointless regtest
2009-10-18 Chris Lattnerremove testcase for dead pass
2009-10-18 Chris Lattnerfix test
2009-10-18 Chris Lattnertighten up test3, add test3a for the converse
2009-10-18 Chris Lattnertighten test2, add a test that it doesn't get transform...
2009-10-18 Nick LewyckyMerge tests into modref.ll. Also add a test for r84174...
2009-10-18 Nick LewyckyAdd a couple new testcases.
2009-10-17 Chris Lattnerreplace a useless test with a useful one
2009-10-17 Nick LewyckyFix test/Bindings/Ocaml/vmcore.ml. When IRBuilder:...
2009-10-17 Chris LattnerTeach vm core to more aggressively fold 'trunc' constan...
2009-10-17 Chris Lattnerremove # uses from FileCheck lines.
2009-10-17 Chris Lattnerrename test
2009-10-17 Mikhail GlushenkovDisallow multiple instances of PluginPriority.
2009-10-17 Chris LattnerSimplify some code (first hunk) and fix PR5208 (second...
2009-10-17 Daniel DunbarReclaim a lost month.
2009-10-17 Dan GohmanEnhance CodePlacementOpt's unconditional intra-loop...
2009-10-17 Victor HernandezAutoupgrade malloc insts to malloc calls.
2009-10-16 Victor HernandezHeapAllocSRoA also needs to check if malloc array size...
2009-10-16 Mon P WangUpdate tests to use FileCheck
2009-10-16 Mon P WangAdd test case for r84279
2009-10-16 Dan GohmanMove zext and sext casts fed by loads into the same...
2009-10-16 Devang PatelParse PHI instruction with attached metadata.
2009-10-16 Devang PatelIf there is not any llvm instruction associated with...
2009-10-16 Victor HernandezInvert isSafeToGetMallocArraySize check because we...
2009-10-16 Daniel DunbarForce triple in tests.
2009-10-16 Duncan SandsCheck that GVN performs this transform even if the...
2009-10-16 Evan ChengEnable post-alloc scheduling for all ARM variants excep...
2009-10-16 Daniel DunbarMC: Tweak variable assignment diagnostics, and make...
2009-10-16 Daniel DunbarMC: When parsing a variable reference, substitute absol...
2009-10-15 Sandeep PatelBranches must be the last instruction in a Thumb2 IT...
2009-10-15 Sanjiv GuptaRe-apply 84180 with the fixed test case.
2009-10-15 Jakob Stoklund OlesenMove Blackfin intrinsics into the Target/Blackfin direc...
2009-10-15 Dan GohmanMake CodePlacementOpt align loops, rather than loop...
2009-10-14 Evan ChengWhen LiveVariables is adding implicit-def to model...
2009-10-14 Nick LewyckyMake use of the result of the loads even though that...
2009-10-14 Chris Lattnermake instcombine's instruction sinking more aggressive...
2009-10-14 Evan ChengAnother BasicAA fix. If a value does not alias a GEP...
2009-10-14 Evan ChengReplace test with a simpler hand crafted one.
2009-10-14 Dale JohannesenUse llvmgxx for C++ test.
2009-10-14 Dan GohmanFix this test to account for a movl $0 being emitted...
2009-10-14 Dale JohannesenTestcases for msasm bit (llvm-gcc 84062).
2009-10-13 Evan ChengTeach basic AA about PHI nodes. If all operands of...
2009-10-13 Devang PatelOptimizer may remove debug info. This test checks...
2009-10-13 Bob WilsonRevise ARM inline assembly memory operands to require...
2009-10-13 Dale JohannesenAdd an "msasm" flag to inline asm as suggested in PR...
2009-10-13 Devang PatelThese tests now pass.
2009-10-13 Sandeep PatelAdd ARMv6T2 SBFX/UBFX instructions. Approved by Anton...
2009-10-13 Chris Lattnerchange simplifycfg to not duplicate 'unwind' instructio...
2009-10-13 Chris Lattnerconvert to filecheck
2009-10-13 Chris Lattnerrename test
2009-10-13 Chris Lattnerdon't use dead loads as tests.
2009-10-13 Devang PatelDisable this test for now.
2009-10-13 Nick LewyckyTeach BasicAA a little something about the atomic intri...
2009-10-13 Nick LewyckyAdd new "memory use marker" intrinsics. These indicate...
next