summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Restore a comment that was lost in the merge.Dan Gohman2009-09-15
* convert to filecheckChris Lattner2009-09-15
* Forbid arrays of function-type and structures with function-typed fields.Nick Lewycky2009-09-15
* fix PR4963: folding insertvalue would sometimes turn a packed struct intoChris Lattner2009-09-15
* this is failing on linux hosts, force a triple.Chris Lattner2009-09-15
* merge one more in.Chris Lattner2009-09-15
* merge some more cmov tests into cmov.llChris Lattner2009-09-15
* merge two cmov tests into one.Chris Lattner2009-09-15
* Don't pull a load through a callseq_start if the load's chainDan Gohman2009-09-15
* Added the first bits of the ARM target assembler to llvm-mc. For now it onlyKevin Enderby2009-09-15
* On x86-64, the 32-bit cmov doesn't actually clear the high 32-bit ofDan Gohman2009-09-15
* When extending a memset range past the front, set the alignment of theDan Gohman2009-09-14
* Add a VALGRIND_EXTRA_ARGS makefile variable, with the obvious semantics.Daniel Dunbar2009-09-14
* Teach 'make check-lit' to run unittests.Daniel Dunbar2009-09-14
* unbreak this test by working around an asmparser bug.Chris Lattner2009-09-13
* Fix a small issue with recent changes to this code.Mikhail Glushenkov2009-09-13
* merge the linux cpool/jtbl pic tests into pic.ll and convert to filecheck.Chris Lattner2009-09-13
* Add LLVMGCCBINDIR to path, since LLVMC expects to find llvm-gcc in the path.Daniel Dunbar2009-09-13
* Switch Ocaml to use llvm_supports_binding.Daniel Dunbar2009-09-13
* tests: Add llvm_supports_binding predicate.Daniel Dunbar2009-09-13
* tests: Use %abs_tmp instead of ./%t to make these tests portable to 'lit'.Daniel Dunbar2009-09-13
* tests: Add a %abs_tmp substitution which is guaranteed to be a full path.Daniel Dunbar2009-09-13
* Sink llvm-gcc dependent tests into distinct subdirs.Daniel Dunbar2009-09-13
* Rewrite tests to not use Tcl substitution.Daniel Dunbar2009-09-13
* Simplify LLVMC tests.Daniel Dunbar2009-09-13
* Define proper subreg sets for arm - this should fix bunch of subtle problemsAnton Korobeynikov2009-09-13
* Add -mattr=+sse2 to the -march=x86 version of this test. WithoutDan Gohman2009-09-12
* Remove an unnecessary -f.Dan Gohman2009-09-11
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-11
* Eliminate more redundant llvm-as calls.Dan Gohman2009-09-11
* Fix this test to test what it was originally intended to test.Dan Gohman2009-09-11
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* turn on -experimental-asm-printer for x86 / AT&T by default.Chris Lattner2009-09-11
* another random updateChris Lattner2009-09-11
* fix a bunch of spurious failures for people whose home directoryChris Lattner2009-09-11
* this test is using invalid "intrinsics".Chris Lattner2009-09-11
* fix test to not get a moduleid that matches 'br'Chris Lattner2009-09-11
* Follow up to 81494. When the folded reload is narrowed to a 32-bit load then ...Evan Cheng2009-09-11
* It's not legal to fold a load from a narrower stack slot into a wider instruc...Evan Cheng2009-09-11
* Reapply r81171 with a fix: don't try to use i64 when itDan Gohman2009-09-11
* Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword andDan Gohman2009-09-11
* Factor out the code for checking that all indices in a getelementptr areDan Gohman2009-09-10
* Don't swap the operands of a subtraction when trying to create aBob Wilson2009-09-10
* Add a test case for r81431.Evan Cheng2009-09-10
* Remove prcontext.Daniel Dunbar2009-09-10
* Revert r81171 which was causing pr4927.Bob Wilson2009-09-10
* Testcase for (llvm-gcc) 81399. Adjust an olderDale Johannesen2009-09-09
* Fix pr4939: Change FPCCToARMCC to translate SETOLE to ARMCC::LS.Bob Wilson2009-09-09
* Fix SplitCriticalEdge to properly update LCSSA form when splitting aDan Gohman2009-09-09
* When widening a vector load, use the correct chain. This fixes PR4891.Dan Gohman2009-09-09