| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename %S metavar to %M (clang uses %S for the basename of the test file). | Daniel Dunbar | 2009-09-05 | 7 | -23/+23 |
* | Temporary test files should use %t. | Daniel Dunbar | 2009-09-05 | 2 | -6/+6 |
* | Don't depend on arch specific global prefix. | Daniel Dunbar | 2009-09-05 | 1 | -1/+1 |
* | Eliminate uses of %prcontext. | Daniel Dunbar | 2009-09-05 | 16 | -27/+67 |
* | Eliminate some Tclisms. | Daniel Dunbar | 2009-09-05 | 2 | -2/+2 |
* | Stabilize the order of live intervals in the priority_queue used by the | Bob Wilson | 2009-09-05 | 2 | -4/+4 |
* | While replacing an MDNode elment, properly update MDNode's operand list. | Devang Patel | 2009-09-04 | 1 | -0/+264 |
* | Test for llvm-gcc commit 81037. | Dale Johannesen | 2009-09-04 | 1 | -0/+7 |
* | Updated tests to use ProfileVerifer to test ProfileLoader and ProfileEstimator. | Andreas Neustifter | 2009-09-04 | 2 | -3/+13 |
* | Include optional subclass flags, such as inbounds, nsw, etc., in the | Dan Gohman | 2009-09-04 | 5 | -82/+68 |
* | Run branch folding if if-converter make some transformations. | Evan Cheng | 2009-09-04 | 2 | -1/+33 |
* | Remove stale greps. | Daniel Dunbar | 2009-09-04 | 1 | -3/+0 |
* | Convert tests to FileCheck. | Bob Wilson | 2009-09-04 | 2 | -6/+55 |
* | Convert a test to FileCheck. | Bob Wilson | 2009-09-04 | 1 | -5/+17 |
* | Revert "--- Reverse-merging r80908 into '.':", I already "fixed" this. | Daniel Dunbar | 2009-09-03 | 3 | -0/+345 |
* | Replace ocamlc tests with ocamlopt tests since they're less noisy. | Erick Tryzelaar | 2009-09-03 | 9 | -17/+17 |
* | --- Reverse-merging r80908 into '.': | Bill Wendling | 2009-09-03 | 3 | -345/+0 |
* | LLVM currently represents floating-point negation as -0.0 - x. Fix | Dan Gohman | 2009-09-03 | 1 | -0/+15 |
* | Disable some parts of the profiling-tool-chain test, which is currently failing | Daniel Dunbar | 2009-09-03 | 1 | -5/+9 |
* | Remove dead greps. | Daniel Dunbar | 2009-09-03 | 1 | -3/+0 |
* | There is not any need to copy metadata while merging modules. | Devang Patel | 2009-09-03 | 2 | -0/+55 |
* | Recognize more opportunities to use SSE min and max instructions, | Dan Gohman | 2009-09-03 | 1 | -0/+73 |
* | Test cases for vector shifts changes r80935 | Mon P Wang | 2009-09-03 | 5 | -12/+126 |
* | Change PHINode::hasConstantValue to have a DominatorTree argument | Dan Gohman | 2009-09-03 | 1 | -1/+1 |
* | Reapply profiling tests. | Daniel Dunbar | 2009-09-03 | 3 | -0/+341 |
* | Reference to hidden symbols do not have to go through non-lazy pointer in non... | Evan Cheng | 2009-09-03 | 6 | -26/+46 |
* | merge all the basic linux/32 pic tests together into one test. | Chris Lattner | 2009-09-03 | 6 | -97/+114 |
* | rename test | Chris Lattner | 2009-09-03 | 1 | -0/+0 |
* | use a darwin triple | Chris Lattner | 2009-09-03 | 1 | -1/+1 |
* | adjust expected lines. | Chris Lattner | 2009-09-03 | 1 | -5/+5 |
* | In C++, code is not allowed to call main. In C it is, this | Chris Lattner | 2009-09-03 | 1 | -15/+0 |
* | update test for alignment value in hex | Chris Lattner | 2009-09-03 | 1 | -1/+1 |
* | More missed vdup patterns | Anton Korobeynikov | 2009-09-02 | 1 | -0/+24 |
* | Removed temporarily because of breaking Darwin builds. | Andreas Neustifter | 2009-09-02 | 3 | -341/+0 |
* | Changed profiling-tool-chain.ll test to use optimal-edge-profiling instead of | Andreas Neustifter | 2009-09-02 | 2 | -7/+164 |
* | Fix DbgStopPointInst->getFileName/getDirectory, broken by the MDNodification in | Edwin Török | 2009-09-02 | 1 | -0/+73 |
* | Fix month. | Chris Lattner | 2009-09-02 | 1 | -0/+0 |
* | fix PR4815: some cases where DeleteDeadInstruction can delete | Chris Lattner | 2009-09-02 | 1 | -0/+26 |
* | fix PR4848 an infinite loop when indexing down through a recursive gep | Chris Lattner | 2009-09-02 | 1 | -0/+24 |
* | fix PR4837, some bugs folding vector compares. These | Chris Lattner | 2009-09-02 | 1 | -0/+6 |
* | Don't force the triple or data layout in this test. We just have to get them | Daniel Dunbar | 2009-09-02 | 1 | -2/+0 |
* | Add support for generating code for vst{234}lane intrinsics. | Bob Wilson | 2009-09-01 | 1 | -0/+113 |
* | Fix incorrect declarations of intrinsics in this test. | Bob Wilson | 2009-09-01 | 1 | -12/+12 |
* | enhance memcpy opt to turn memmoves into memcpy when the src/dest | Chris Lattner | 2009-09-01 | 2 | -107/+37 |
* | testcase for PR3601 | Chris Lattner | 2009-09-01 | 1 | -0/+33 |
* | Change CallGraphNode to maintain it's Function as an AssertingVH | Chris Lattner | 2009-09-01 | 1 | -0/+23 |
* | Add test for vld{234}_lane instructions. | Bob Wilson | 2009-09-01 | 1 | -0/+187 |
* | Fix pr4843: When an instruction has multiple destination registers that are | Bob Wilson | 2009-09-01 | 1 | -0/+9 |
* | SJLJ is arm/darwin only for now. force the triple for the test | Jim Grosbach | 2009-09-01 | 1 | -1/+1 |
* | Clean up LSDA name generation and use for SJLJ exception handling. This | Jim Grosbach | 2009-09-01 | 1 | -0/+103 |