aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* eliminate md_on_instruction.ll, md_on_instruction2.ll is a superset of it.Chris Lattner2009-10-192-24/+1
* Teach lit that the .c files in 'test/CodeGen/CellSPU/useful-harnesses' aren't...Daniel Dunbar2009-10-191-0/+1
* Add support for matching shuffle patterns with palignr.Nate Begeman2009-10-193-15/+70
* Turn on post-alloc scheduling for x86.Evan Cheng2009-10-1813-50/+38
* remove a now-pointless regtestChris Lattner2009-10-181-15/+0
* remove testcase for dead passChris Lattner2009-10-182-16/+0
* fix testChris Lattner2009-10-181-1/+1
* tighten up test3, add test3a for the converse Chris Lattner2009-10-181-3/+22
* tighten test2, add a test that it doesn't get transformed in the invalid edge...Chris Lattner2009-10-181-1/+12
* Merge tests into modref.ll. Also add a test for r84174 at Chris' behest!Nick Lewycky2009-10-183-31/+41
* Add a couple new testcases.Nick Lewycky2009-10-182-0/+30
* replace a useless test with a useful oneChris Lattner2009-10-171-13/+19
* Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed,Nick Lewycky2009-10-171-3/+3
* Teach vm core to more aggressively fold 'trunc' constantexprs,Chris Lattner2009-10-171-0/+18
* remove # uses from FileCheck lines.Chris Lattner2009-10-171-14/+15
* rename testChris Lattner2009-10-171-0/+0
* Disallow multiple instances of PluginPriority.Mikhail Glushenkov2009-10-171-0/+10
* Simplify some code (first hunk) and fix PR5208 (second hunk) byChris Lattner2009-10-171-1/+32
* Reclaim a lost month.Daniel Dunbar2009-10-172-0/+0
* Enhance CodePlacementOpt's unconditional intra-loop branch elimination logicDan Gohman2009-10-172-1/+208
* Autoupgrade malloc insts to malloc calls.Victor Hernandez2009-10-179-12/+17
* HeapAllocSRoA also needs to check if malloc array size can be computed.Victor Hernandez2009-10-161-0/+26
* Update tests to use FileCheckMon P Wang2009-10-1619-55/+70
* Add test case for r84279Mon P Wang2009-10-161-0/+12
* Move zext and sext casts fed by loads into the same block as theDan Gohman2009-10-162-2/+22
* Parse PHI instruction with attached metadata.Devang Patel2009-10-161-0/+13
* If there is not any llvm instruction associated with each lexical scope encod...Devang Patel2009-10-161-0/+33
* Invert isSafeToGetMallocArraySize check because we return NULL when we don't ...Victor Hernandez2009-10-161-0/+30
* Force triple in tests.Daniel Dunbar2009-10-162-2/+2
* Check that GVN performs this transform even if the callsDuncan Sands2009-10-161-14/+14
* Enable post-alloc scheduling for all ARM variants except for Thumb1.Evan Cheng2009-10-161-5/+5
* MC: Tweak variable assignment diagnostics, and make reassignment of non-absoluteDaniel Dunbar2009-10-161-0/+17
* MC: When parsing a variable reference, substitute absolute variables immediatelyDaniel Dunbar2009-10-162-9/+24
* Branches must be the last instruction in a Thumb2 IT block. Approved by Evan ...Sandeep Patel2009-10-151-0/+44
* Re-apply 84180 with the fixed test case.Sanjiv Gupta2009-10-151-3/+3
* Move Blackfin intrinsics into the Target/Blackfin directory.Jakob Stoklund Olesen2009-10-151-0/+3
* Make CodePlacementOpt align loops, rather than loop headers. TheDan Gohman2009-10-152-2/+13
* When LiveVariables is adding implicit-def to model "partial dead", add the ea...Evan Cheng2009-10-141-0/+15
* Make use of the result of the loads even though that means adding -instcombine.Nick Lewycky2009-10-141-5/+5
* make instcombine's instruction sinking more aggressive in theChris Lattner2009-10-141-1/+37
* Another BasicAA fix. If a value does not alias a GEP's base pointer, then itEvan Cheng2009-10-141-0/+30
* Replace test with a simpler hand crafted one.Evan Cheng2009-10-141-76/+19
* Use llvmgxx for C++ test.Dale Johannesen2009-10-141-1/+1
* Fix this test to account for a movl $0 being emitted as an xor now,Dan Gohman2009-10-141-2/+3
* Testcases for msasm bit (llvm-gcc 84062).Dale Johannesen2009-10-142-0/+46
* Teach basic AA about PHI nodes. If all operands of a phi NoAlias another valu...Evan Cheng2009-10-131-0/+86
* Optimizer may remove debug info. This test checks debug info for include hea...Devang Patel2009-10-131-3/+1
* Revise ARM inline assembly memory operands to require the memory address toBob Wilson2009-10-131-1/+3
* Add an "msasm" flag to inline asm as suggested in PR 5125.Dale Johannesen2009-10-131-0/+36
* These tests now pass.Devang Patel2009-10-133-3/+1