aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add test for vld{234}_lane instructions.Bob Wilson2009-09-011-0/+187
* Fix pr4843: When an instruction has multiple destination registers that areBob Wilson2009-09-011-0/+9
* SJLJ is arm/darwin only for now. force the triple for the testJim Grosbach2009-09-011-1/+1
* Clean up LSDA name generation and use for SJLJ exception handling. ThisJim Grosbach2009-09-011-0/+103
* Don't mark a register live at an undef use.David Goodwin2009-08-311-0/+26
* Remove .n suffix for some 16-bit opcodes now that Darwin assembler is fixed.Evan Cheng2009-08-311-2/+2
* Fix some misspellings of XTARGET.Dale Johannesen2009-08-313-3/+3
* Mark test as passing on all x86, which it should,Dale Johannesen2009-08-311-1/+1
* llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues.Daniel Dunbar2009-08-313-2/+7
* llvm-mc: Simplify EmitAssignment ('.set' is identical to '=').Daniel Dunbar2009-08-313-6/+6
* llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.Daniel Dunbar2009-08-312-7/+7
* fix a crash building SPASS by tolerating a callsite that doesn't existChris Lattner2009-08-311-0/+57
* fix a bug I introduced with my 'instcombine builder' refactoring Chris Lattner2009-08-311-0/+14
* Fix PR4834, a tricky case where the inliner would resolve anChris Lattner2009-08-311-0/+16
* rename testChris Lattner2009-08-301-0/+0
* merge all sinking tests into one and convert them to filecheck.Chris Lattner2009-08-3013-223/+264
* convert scalar_promote to filecheck style and merge 2003-12-13-VolatilePromot...Chris Lattner2009-08-302-23/+45
* eliminate some uses of prcontext. Any help here would be appreciated :)Chris Lattner2009-08-304-9/+26
* rename test so that name reflects what it is testing for.Chris Lattner2009-08-301-0/+0
* convert to filecheck format.Chris Lattner2009-08-301-2/+14
* suck a bunch more gep tests into getelementptr.ll and filecheckize them all.Chris Lattner2009-08-3019-813/+271
* consolodate various GEP tests into getelementptr.ll using filecheck.Chris Lattner2009-08-308-158/+106
* another huge testcase, this time from 'gs' in llvm-test.Chris Lattner2009-08-301-519/+0
* remove another poorly-reduced testcase which came from ldecod in llvm-test.Chris Lattner2009-08-301-444/+0
* this testcase is 500 lines long and is distilled from bzip2, justChris Lattner2009-08-301-508/+0
* convert to filecheckChris Lattner2009-08-301-25/+44
* Fix PR4748: don't fold gep(bitcast(x)) into bitcast(gep) when x Chris Lattner2009-08-301-0/+21
* Add missed patternAnton Korobeynikov2009-08-301-0/+7