aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a small issue with recent changes to this code.Mikhail Glushenkov2009-09-132-12/+7
* merge the linux cpool/jtbl pic tests into pic.ll and convert to filecheck.Chris Lattner2009-09-133-92/+100
* Add LLVMGCCBINDIR to path, since LLVMC expects to find llvm-gcc in the path.Daniel Dunbar2009-09-131-1/+2
* Switch Ocaml to use llvm_supports_binding.Daniel Dunbar2009-09-133-5/+5
* tests: Add llvm_supports_binding predicate.Daniel Dunbar2009-09-133-0/+17
* tests: Use %abs_tmp instead of ./%t to make these tests portable to 'lit'.Daniel Dunbar2009-09-139-9/+9
* tests: Add a %abs_tmp substitution which is guaranteed to be a full path.Daniel Dunbar2009-09-131-0/+2
* Sink llvm-gcc dependent tests into distinct subdirs.Daniel Dunbar2009-09-1317-21/+25
* Rewrite tests to not use Tcl substitution.Daniel Dunbar2009-09-1311-11/+11
* Simplify LLVMC tests.Daniel Dunbar2009-09-133-10/+12
* Define proper subreg sets for arm - this should fix bunch of subtle problemsAnton Korobeynikov2009-09-131-0/+61
* Add -mattr=+sse2 to the -march=x86 version of this test. WithoutDan Gohman2009-09-121-1/+1
* Remove an unnecessary -f.Dan Gohman2009-09-111-1/+1
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-1186-181/+112
* Eliminate more redundant llvm-as calls.Dan Gohman2009-09-1120-26/+26
* Fix this test to test what it was originally intended to test.Dan Gohman2009-09-111-1/+1
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111273-1366/+1366
* turn on -experimental-asm-printer for x86 / AT&T by default.Chris Lattner2009-09-112-494/+494
* another random updateChris Lattner2009-09-111-1/+1
* fix a bunch of spurious failures for people whose home directoryChris Lattner2009-09-1115-20/+16
* this test is using invalid "intrinsics".Chris Lattner2009-09-111-20/+0
* fix test to not get a moduleid that matches 'br'Chris Lattner2009-09-111-1/+1
* Follow up to 81494. When the folded reload is narrowed to a 32-bit load then ...Evan Cheng2009-09-111-1/+1
* It's not legal to fold a load from a narrower stack slot into a wider instruc...Evan Cheng2009-09-111-0/+48
* Reapply r81171 with a fix: don't try to use i64 when itDan Gohman2009-09-111-3/+4