aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-10-17Simplify some code (first hunk) and fix PR5208 (second hunk) byChris Lattner
2009-10-17Reclaim a lost month.Daniel Dunbar
2009-10-17Enhance CodePlacementOpt's unconditional intra-loop branch elimination logicDan Gohman
2009-10-17Autoupgrade malloc insts to malloc calls.Victor Hernandez
2009-10-16HeapAllocSRoA also needs to check if malloc array size can be computed.Victor Hernandez
2009-10-16Update tests to use FileCheckMon P Wang
2009-10-16Add test case for r84279Mon P Wang
2009-10-16Move zext and sext casts fed by loads into the same block as theDan Gohman
2009-10-16Parse PHI instruction with attached metadata.Devang Patel
2009-10-16If there is not any llvm instruction associated with each lexical scope encod...Devang Patel
2009-10-16Invert isSafeToGetMallocArraySize check because we return NULL when we don't ...Victor Hernandez
2009-10-16Force triple in tests.Daniel Dunbar
2009-10-16Check that GVN performs this transform even if the callsDuncan Sands
2009-10-16Enable post-alloc scheduling for all ARM variants except for Thumb1.Evan Cheng
2009-10-16MC: Tweak variable assignment diagnostics, and make reassignment of non-absoluteDaniel Dunbar
2009-10-16MC: When parsing a variable reference, substitute absolute variables immediatelyDaniel Dunbar
2009-10-15Branches must be the last instruction in a Thumb2 IT block. Approved by Evan ...Sandeep Patel
2009-10-15Re-apply 84180 with the fixed test case.Sanjiv Gupta
2009-10-15Move Blackfin intrinsics into the Target/Blackfin directory.Jakob Stoklund Olesen
2009-10-15Make CodePlacementOpt align loops, rather than loop headers. TheDan Gohman
2009-10-14When LiveVariables is adding implicit-def to model "partial dead", add the ea...Evan Cheng
2009-10-14Make use of the result of the loads even though that means adding -instcombine.Nick Lewycky
2009-10-14make instcombine's instruction sinking more aggressive in theChris Lattner
2009-10-14Another BasicAA fix. If a value does not alias a GEP's base pointer, then itEvan Cheng
2009-10-14Replace test with a simpler hand crafted one.Evan Cheng
2009-10-14Use llvmgxx for C++ test.Dale Johannesen
2009-10-14Fix this test to account for a movl $0 being emitted as an xor now,Dan Gohman
2009-10-14Testcases for msasm bit (llvm-gcc 84062).Dale Johannesen
2009-10-13Teach basic AA about PHI nodes. If all operands of a phi NoAlias another valu...Evan Cheng
2009-10-13Optimizer may remove debug info. This test checks debug info for include hea...Devang Patel
2009-10-13Revise ARM inline assembly memory operands to require the memory address toBob Wilson
2009-10-13Add an "msasm" flag to inline asm as suggested in PR 5125.Dale Johannesen
2009-10-13These tests now pass.Devang Patel
2009-10-13Add ARMv6T2 SBFX/UBFX instructions. Approved by Anton Korobeynikov.Sandeep Patel
2009-10-13change simplifycfg to not duplicate 'unwind' instructions. HopefullyChris Lattner
2009-10-13convert to filecheckChris Lattner
2009-10-13rename testChris Lattner
2009-10-13don't use dead loads as tests.Chris Lattner
2009-10-13Disable this test for now.Devang Patel
2009-10-13Teach BasicAA a little something about the atomic intrinsics: they can onlyNick Lewycky
2009-10-13Add new "memory use marker" intrinsics. These indicate lifetimes and invariantNick Lewycky
2009-10-13remove notcast, it is now dead!Chris Lattner
2009-10-13remove two old and nearly useless tests.Chris Lattner
2009-10-13XFAIL these tests for now.Devang Patel
2009-10-13Memory dependence analysis was incorrectly stopping to scan for stores to a p...Victor Hernandez
2009-10-12allow this testcase to pass with recent changes. The test hasn't beenChris Lattner
2009-10-12Don't forget to mark RAX as live-out of the function when arranging forDan Gohman
2009-10-12Eliminate some redundant llvm-as calls.Benjamin Kramer
2009-10-12Missing CHECK: lines makes test exit abnormally.Edward O'Callaghan
2009-10-12FileCheck not CheckFile, oops.Edward O'Callaghan