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