| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | Torok Edwin | 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 |
* | Don't mark a register live at an undef use. | David Goodwin | 2009-08-31 | 1 | -0/+26 |
* | Remove .n suffix for some 16-bit opcodes now that Darwin assembler is fixed. | Evan Cheng | 2009-08-31 | 1 | -2/+2 |
* | Fix some misspellings of XTARGET. | Dale Johannesen | 2009-08-31 | 3 | -3/+3 |
* | Mark test as passing on all x86, which it should, | Dale Johannesen | 2009-08-31 | 1 | -1/+1 |
* | llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues. | Daniel Dunbar | 2009-08-31 | 3 | -2/+7 |
* | llvm-mc: Simplify EmitAssignment ('.set' is identical to '='). | Daniel Dunbar | 2009-08-31 | 3 | -6/+6 |
* | llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue. | Daniel Dunbar | 2009-08-31 | 2 | -7/+7 |
* | fix a crash building SPASS by tolerating a callsite that doesn't exist | Chris Lattner | 2009-08-31 | 1 | -0/+57 |
* | fix a bug I introduced with my 'instcombine builder' refactoring | Chris Lattner | 2009-08-31 | 1 | -0/+14 |
* | Fix PR4834, a tricky case where the inliner would resolve an | Chris Lattner | 2009-08-31 | 1 | -0/+16 |
* | rename test | Chris Lattner | 2009-08-30 | 1 | -0/+0 |
* | merge all sinking tests into one and convert them to filecheck. | Chris Lattner | 2009-08-30 | 13 | -223/+264 |
* | convert scalar_promote to filecheck style and merge 2003-12-13-VolatilePromot... | Chris Lattner | 2009-08-30 | 2 | -23/+45 |
* | eliminate some uses of prcontext. Any help here would be appreciated :) | Chris Lattner | 2009-08-30 | 4 | -9/+26 |
* | rename test so that name reflects what it is testing for. | Chris Lattner | 2009-08-30 | 1 | -0/+0 |
* | convert to filecheck format. | Chris Lattner | 2009-08-30 | 1 | -2/+14 |
* | suck a bunch more gep tests into getelementptr.ll and filecheckize them all. | Chris Lattner | 2009-08-30 | 19 | -813/+271 |
* | consolodate various GEP tests into getelementptr.ll using filecheck. | Chris Lattner | 2009-08-30 | 8 | -158/+106 |
* | another huge testcase, this time from 'gs' in llvm-test. | Chris Lattner | 2009-08-30 | 1 | -519/+0 |
* | remove another poorly-reduced testcase which came from ldecod in llvm-test. | Chris Lattner | 2009-08-30 | 1 | -444/+0 |
* | this testcase is 500 lines long and is distilled from bzip2, just | Chris Lattner | 2009-08-30 | 1 | -508/+0 |
* | convert to filecheck | Chris Lattner | 2009-08-30 | 1 | -25/+44 |
* | Fix PR4748: don't fold gep(bitcast(x)) into bitcast(gep) when x | Chris Lattner | 2009-08-30 | 1 | -0/+21 |
* | Add missed pattern | Anton Korobeynikov | 2009-08-30 | 1 | -0/+7 |