aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* FileCheck'ize and expand LDA testcases.Andreas Bolka2009-07-2310-137/+292
* testcase for PR4590Chris Lattner2009-07-231-0/+34
* merge vector-casts-0.ll into vector-casts.llChris Lattner2009-07-232-55/+56
* Make some existing optimizations that would only trigger on scalarsChris Lattner2009-07-231-2/+31
* convert a test to filecheck format. This fixes an endemic problemChris Lattner2009-07-231-5/+12
* rename testChris Lattner2009-07-231-0/+0
* merge one more sse41 test into sse41.llChris Lattner2009-07-232-19/+44
* merge another sse41 test into sse41.llChris Lattner2009-07-232-12/+23
* merge sse41-pmovx.ll into sse41.llChris Lattner2009-07-232-54/+69
* change a test to run in filecheck style. Rename it to be a generalChris Lattner2009-07-232-12/+23
* Support insertps via the intrinsic and add a couple of simpleEric Christopher2009-07-231-0/+13
* Add test for pinsrd and pinsrb instructions.Eric Christopher2009-07-231-0/+12
* Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel2009-07-234-17/+7
* Revert r75663 (and r76805), as it is causing regressions on powerpc.Dan Gohman2009-07-231-20/+12
* x86 isel tweak: use lea (%reg,%reg) instead of lea (,%reg,2).Dan Gohman2009-07-221-0/+8
* Rename the new unsigned and signed keywords to nuw and nsw,Dan Gohman2009-07-224-54/+54
* Add -march=ppc32 lines so that this test doesn't ever default to ppc64.Dan Gohman2009-07-221-2/+2
* Use getTargetConstant instead of getConstant since it's meant as an constant ...Evan Cheng2009-07-221-0/+95
* Make the grep line in this test more specific, to avoidDan Gohman2009-07-221-2/+2
* Ignore undef uses.Evan Cheng2009-07-221-0/+94
* Remove empty test.Devang Patel2009-07-221-0/+0
* Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel2009-07-222-7/+5
* Revert commit 76707, it was breaking the llvm-gcc buildDuncan Sands2009-07-221-6/+3
* set the ELF "small" flag on objects that end up in .rodata.cst4 consistently,Chris Lattner2009-07-221-3/+6
* Replace the original ad-hoc code for determining whether (v pred w) impliesDan Gohman2009-07-211-0/+37
* Remove a big test case.Evan Cheng2009-07-211-5384/+0
* Fix ocaml tests for 64-bit MacOS systems. LLVM is currently builtBob Wilson2009-07-211-1/+6
* Do not select tSXTB / tSXTH in thumb2 mode.Evan Cheng2009-07-211-0/+34
* convert this test to filecheck format, which is faster and avoids false match...Chris Lattner2009-07-211-4/+16
* add a testcase for the pic16 section handling stuff.Chris Lattner2009-07-211-0/+15
* Another rewriter bug exposed by recent coalescer changes. ReuseInfo::GetRegFo...Evan Cheng2009-07-211-0/+5384
* remove a very large testcase for now.Chris Lattner2009-07-211-2891/+0
* Fix a dagga combiner bug: avoid creating illegal constant.Evan Cheng2009-07-211-0/+29
* Add a testcase for PR2831.Dan Gohman2009-07-211-0/+35
* Add a testcase for PR4569, which is now fixed.Dan Gohman2009-07-211-0/+24
* Fix ARM isle code that optimize multiply by constants which are power-of-2 +/...Evan Cheng2009-07-212-0/+35
* Cross RC coalescing is now on by default.Evan Cheng2009-07-211-1/+1
* The upper argument of ConstantRange is exclusive, not inclusive.Dan Gohman2009-07-201-0/+27
* Re-apply 75490, 75806 and 76177 with fixes and tests. Efficiency comesDavid Greene2009-07-204-1/+2925
* Forgot this test earlier.Evan Cheng2009-07-201-0/+1323
* Assembly and Bitcode support for unsigned/signed overflow flags andDan Gohman2009-07-205-0/+202
* Use TII->findCommutedOpIndices to find the commute operands (rather than gues...Evan Cheng2009-07-201-0/+11
* Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API asKevin Enderby2009-07-201-8/+0
* Fix some sub-reg coalescing bugs where the coalescer wasn't updating the resu...Evan Cheng2009-07-202-0/+198
* Revert the addition of hasNoPointerOverflow to GEPOperator.Dan Gohman2009-07-205-132/+35
* xfail for now.Evan Cheng2009-07-201-0/+1
* implement a new magic global "llvm.compiler.used" which is like llvm.used, butChris Lattner2009-07-201-0/+9
* Restore AsmWriterEmitter.cpp back to 74742. The recent changes broke Thumb.Evan Cheng2009-07-201-0/+288
* This test should be run with -m32.Daniel Dunbar2009-07-191-1/+1
* Fix http://llvm.org/bugs/show_bug.cgi?id=4583Jakob Stoklund Olesen2009-07-191-0/+11