Be more careful about invariance reasoning on "store" queries. Stores still need
[oota-llvm.git] / test /
2009-10-28 Owen AndersonBe more careful about invariance reasoning on "store...
2009-10-28 Owen AndersonAdd trivial support for the invariance intrinsics to...
2009-10-28 Chris Lattneradd bitcode reader support for blockaddress. We can...
2009-10-28 Dan GohmanTeach MachineLICM to unfold loads from constant memory...
2009-10-28 Evan ChengUse fconsts and fconstd to materialize small fp constants.
2009-10-28 Dan GohmanMark dead physregdefs dead immediately. This helps...
2009-10-28 Dan GohmanAllow constants of different types to share constant...
2009-10-28 Chris Lattnerrename indbr -> indirectbr to appease the residents...
2009-10-27 Dale JohannesenAdd radar number.
2009-10-27 Dale JohannesenTestcase for llvm-gcc patch 85284.
2009-10-27 Chris Lattneradd enough support for indirect branch for the feature...
2009-10-27 Rafael EspindolaAdd missing testcase.
2009-10-27 Chris Lattnerchange of mind :)
2009-10-27 Chris Lattnerrename test.
2009-10-27 Edward O'CallaghanConvert Analysis tests to FileCheck in regards to PR5307.
2009-10-27 Bob WilsonFix Thumb2 failures by converting them to FileCheck.
2009-10-27 Bob WilsonFix the rest of the ARM failures by converting them...
2009-10-27 Bob WilsonFix some more failures by converting to FileCheck.
2009-10-27 Chris LattnerFix a pretty serious misfeature of the inliner: if...
2009-10-27 Chris Lattnerconvert to filecheck.
2009-10-27 Bob WilsonConvert to FileCheck, fixing failure due to tab change...
2009-10-26 Edward O'CallaghanConvert a few tests to FileCheck for PR5307.
2009-10-26 Dan GohmanCode that checks WillNotOverflowSignedAdd before creati...
2009-10-26 Dan GohmanTeach BasicAA how to analyze Select instructions, and...
2009-10-26 David GoodwinBreak anti-dependence breaking out into its own class.
2009-10-26 Chris Lattnerreapply r85085 with a bugfix to avoid infinite looping.
2009-10-26 Dan GohmanMake LSR's OptimizeShadowIV ignore induction variables...
2009-10-26 Evan Cheng- Revert some changes from 85044, 85045, and 85047...
2009-10-26 Evan ChengRevert 85085. It causes infinite looping during llvm...
2009-10-26 Edward O'CallaghanFix gmake check for AuroraUX triple.
2009-10-26 Chris LattnerImplement PR3266 & PR5276, folding:
2009-10-25 Chris Lattnerconvert or.ll to filecheck and merge or2 into it.
2009-10-25 Chris Lattnerfix PR5295 where the .ll parser didn't reject a functio...
2009-10-25 Evan ChengAdd a couple of ARM cross-rc coalescing tests.
2009-10-25 Evan ChengUpdate tests.
2009-10-25 Mikhail GlushenkovAdd a test for OptionPreprocessor.
2009-10-24 Dan GohmanUpdate these tests to match what Loop::print now prints.
2009-10-24 Dan GohmanMake these tests more interesting by using
2009-10-24 Daniel DunbarTeach macho-dump to dump UUIDs.
2009-10-24 Chris Lattnerfix PR5287, a serious regression from my previous patch...
2009-10-24 Victor HernandezAuto-upgrade free instructions to calls to the builtin...
2009-10-23 Dan GohmanAPInt-ify the gep scaling code, so that it correctly...
2009-10-23 Dan GohmanMake LoopDeletion check the maximum backedge taken...
2009-10-23 Chris Lattnerteach libanalysis to simplify vector loads with bitcast...
2009-10-23 Chris Lattnerenhance FoldReinterpretLoadFromConstPtr to handle loads...
2009-10-23 Chris Lattnerteach libanalysis to fold int and fp loads from almost...
2009-10-23 Evan ChengUpdate tests for 84931.
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.
next