aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Peer through zext and sext to eliminate them when it is safe to do so.Nick Lewycky2009-09-201-0/+3
* Fold 'icmp eq (icmp), true' into an xor(icmp).Nick Lewycky2009-09-201-0/+9
* Add an intel syntax MCInstPrinter implementation. You can nowChris Lattner2009-09-201-0/+1
* Rewrite this check so that it checks what it's supposed to and doesn't useNick Lewycky2009-09-201-27/+20
* Teach the constant folder how to not a cmpinst.Nick Lewycky2009-09-201-0/+6
* Add 'make check-all', which runs the LLVM tests along with the clang tests ifDaniel Dunbar2009-09-201-0/+17
* Try turning icmp(bitcast(x), bitcast(y)) into icmp(bitcast(bitcast(x)), y) inNick Lewycky2009-09-201-0/+5
* Clean up the usage of evaluateICmpRelation's return value.Nick Lewycky2009-09-201-0/+1
* When computing live intervals for earlyclobber operands,Dale Johannesen2009-09-201-0/+15
* Teach the constant folder how to handle a few simple i1 cases.Nick Lewycky2009-09-201-0/+25
* Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b...Evan Cheng2009-09-191-0/+30
* Delete the label names from this test to make it less fragile.Dan Gohman2009-09-181-4/+4
* Make a new X8632_MachoTargetObjectFile TLOF implementation whose Chris Lattner2009-09-181-3/+4
* Model the carry bit on ppc32. Without this we couldDale Johannesen2009-09-181-0/+62
* Add support for using the FLAGS result of or, xor, and and instructionsDan Gohman2009-09-183-4/+91
* Write and read metadata attachments.Devang Patel2009-09-181-0/+22
* Allow symbols to start from the digit if target requests it. This allows, e.g...Anton Korobeynikov2009-09-181-0/+22
* make this testcase check darwin32 alsoChris Lattner2009-09-171-0/+8
* rename testChris Lattner2009-09-171-0/+0
* convert to filecheckChris Lattner2009-09-171-1/+4
* rename fileChris Lattner2009-09-171-0/+0
* A testcase!Devang Patel2009-09-171-0/+23
* Teach ScalarEvolution how to reason about no-wrap flags on loopsDan Gohman2009-09-171-0/+76
* Remove test cases using -regalloc=simple.Daniel Dunbar2009-09-172-22/+0
* Fix PR4910: Broken logic in coalescer means when a physical register liveness...Evan Cheng2009-09-171-0/+64
* Fix the comment in this test.Dan Gohman2009-09-161-1/+2
* Don't sink gep operators through phi nodes if the result would requireDan Gohman2009-09-161-0/+101
* Convert more tests to FileCheck.Bob Wilson2009-09-156-45/+153
* fix PR4984 by ensuring that fastisel adds properly sign extended GEP displace...Chris Lattner2009-09-151-2/+22
* rename testChris Lattner2009-09-151-0/+0
* convert to filecheckChris Lattner2009-09-151-4/+20
* Fix superreg use in ARMAsmPrinter. Approved by Anton Korobeynikov.Sandeep Patel2009-09-151-0/+41
* several major improvements to the sparc backend: support for weak linkageChris Lattner2009-09-152-0/+15
* When a constant's type is refined, update the constant in placeDan Gohman2009-09-152-0/+44
* Use llvm-link -S instead of using llvm-dis.Dan Gohman2009-09-1521-24/+24
* Restore a comment that was lost in the merge.Dan Gohman2009-09-151-0/+4
* convert to filecheckChris Lattner2009-09-151-9/+10
* Forbid arrays of function-type and structures with function-typed fields.Nick Lewycky2009-09-151-0/+6
* fix PR4963: folding insertvalue would sometimes turn a packed struct intoChris Lattner2009-09-151-0/+6
* this is failing on linux hosts, force a triple.Chris Lattner2009-09-151-1/+1
* merge one more in.Chris Lattner2009-09-152-12/+10
* merge some more cmov tests into cmov.llChris Lattner2009-09-153-87/+95
* merge two cmov tests into one.Chris Lattner2009-09-153-49/+48
* Don't pull a load through a callseq_start if the load's chainDan Gohman2009-09-151-0/+23
* Added the first bits of the ARM target assembler to llvm-mc. For now it onlyKevin Enderby2009-09-153-5/+12
* On x86-64, the 32-bit cmov doesn't actually clear the high 32-bit ofDan Gohman2009-09-151-0/+19
* When extending a memset range past the front, set the alignment of theDan Gohman2009-09-141-0/+18
* Add a VALGRIND_EXTRA_ARGS makefile variable, with the obvious semantics.Daniel Dunbar2009-09-141-1/+1
* Teach 'make check-lit' to run unittests.Daniel Dunbar2009-09-142-1/+81
* unbreak this test by working around an asmparser bug.Chris Lattner2009-09-131-1/+1