aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Revert r80926. It causes loop unswitch assertion and slow down some JIT tests...Evan Cheng2009-09-061-0/+52
* Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", thisDaniel Dunbar2009-09-065-68/+82
* Fix spacing.Daniel Dunbar2009-09-061-1/+1
* Quote another '%S' in a test.Daniel Dunbar2009-09-051-2/+2
* Rename %S metavar to %M (clang uses %S for the basename of the test file).Daniel Dunbar2009-09-057-23/+23
* Temporary test files should use %t.Daniel Dunbar2009-09-052-6/+6
* Don't depend on arch specific global prefix.Daniel Dunbar2009-09-051-1/+1
* Eliminate uses of %prcontext.Daniel Dunbar2009-09-0516-27/+67
* Eliminate some Tclisms.Daniel Dunbar2009-09-052-2/+2
* Stabilize the order of live intervals in the priority_queue used by theBob Wilson2009-09-052-4/+4
* While replacing an MDNode elment, properly update MDNode's operand list. Devang Patel2009-09-041-0/+264
* Test for llvm-gcc commit 81037.Dale Johannesen2009-09-041-0/+7
* Updated tests to use ProfileVerifer to test ProfileLoader and ProfileEstimator.Andreas Neustifter2009-09-042-3/+13
* Include optional subclass flags, such as inbounds, nsw, etc., in theDan Gohman2009-09-045-82/+68
* Run branch folding if if-converter make some transformations.Evan Cheng2009-09-042-1/+33
* Remove stale greps.Daniel Dunbar2009-09-041-3/+0
* Convert tests to FileCheck.Bob Wilson2009-09-042-6/+55
* Convert a test to FileCheck.Bob Wilson2009-09-041-5/+17
* Revert "--- Reverse-merging r80908 into '.':", I already "fixed" this.Daniel Dunbar2009-09-033-0/+345
* Replace ocamlc tests with ocamlopt tests since they're less noisy.Erick Tryzelaar2009-09-039-17/+17
* --- Reverse-merging r80908 into '.':Bill Wendling2009-09-033-345/+0
* LLVM currently represents floating-point negation as -0.0 - x. FixDan Gohman2009-09-031-0/+15
* Disable some parts of the profiling-tool-chain test, which is currently failingDaniel Dunbar2009-09-031-5/+9
* Remove dead greps.Daniel Dunbar2009-09-031-3/+0
* There is not any need to copy metadata while merging modules.Devang Patel2009-09-032-0/+55
* Recognize more opportunities to use SSE min and max instructions,Dan Gohman2009-09-031-0/+73
* Test cases for vector shifts changes r80935Mon P Wang2009-09-035-12/+126
* Change PHINode::hasConstantValue to have a DominatorTree argumentDan Gohman2009-09-031-1/+1
* Reapply profiling tests.Daniel Dunbar2009-09-033-0/+341
* Reference to hidden symbols do not have to go through non-lazy pointer in non...Evan Cheng2009-09-036-26/+46
* merge all the basic linux/32 pic tests together into one test.Chris Lattner2009-09-036-97/+114
* rename testChris Lattner2009-09-031-0/+0
* use a darwin tripleChris Lattner2009-09-031-1/+1
* adjust expected lines.Chris Lattner2009-09-031-5/+5
* In C++, code is not allowed to call main. In C it is, thisChris Lattner2009-09-031-15/+0
* update test for alignment value in hexChris Lattner2009-09-031-1/+1
* More missed vdup patternsAnton Korobeynikov2009-09-021-0/+24
* Removed temporarily because of breaking Darwin builds.Andreas Neustifter2009-09-023-341/+0
* Changed profiling-tool-chain.ll test to use optimal-edge-profiling instead ofAndreas Neustifter2009-09-022-7/+164
* Fix DbgStopPointInst->getFileName/getDirectory, broken by the MDNodification inTorok Edwin2009-09-021-0/+73
* Fix month.Chris Lattner2009-09-021-0/+0
* fix PR4815: some cases where DeleteDeadInstruction can deleteChris Lattner2009-09-021-0/+26
* fix PR4848 an infinite loop when indexing down through a recursive gepChris Lattner2009-09-021-0/+24
* fix PR4837, some bugs folding vector compares. TheseChris Lattner2009-09-021-0/+6
* Don't force the triple or data layout in this test. We just have to get themDaniel Dunbar2009-09-021-2/+0
* Add support for generating code for vst{234}lane intrinsics.Bob Wilson2009-09-011-0/+113
* Fix incorrect declarations of intrinsics in this test.Bob Wilson2009-09-011-12/+12
* enhance memcpy opt to turn memmoves into memcpy when the src/destChris Lattner2009-09-012-107/+37
* testcase for PR3601Chris Lattner2009-09-011-0/+33
* Change CallGraphNode to maintain it's Function as an AssertingVHChris Lattner2009-09-011-0/+23