aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* In thumb2 mode, add pc is unpredictable. Use add + mov pc instead (that is un...Evan Cheng2009-07-281-1/+1
* Remove support for ORN to workaround <rdar://problem/7096522>.David Goodwin2009-07-282-0/+2
* Add workaround for <rdar://problem/7098328>.David Goodwin2009-07-281-2/+2
* fix testcase for previous patch.Chris Lattner2009-07-281-1/+1
* Fix PR4639, a ELF-TLS regression from some of my refactoring.Chris Lattner2009-07-281-0/+14
* Add Thumb-2 patterns for ARMsrl_flag and ARMsra_flag.David Goodwin2009-07-281-0/+19
* tADDrSPI doesn't have a predicate operand, but tADDhirr and tADDi3 have.Evan Cheng2009-07-281-0/+26
* - More refactoring. This gets rid of all of the getOpcode calls.Evan Cheng2009-07-281-0/+28
* Teach instcombine to respect and preserve inbounds. Add inboundsDan Gohman2009-07-283-10/+10
* ORN does not require (and can not have) the ".w" suffix. "Orthogonality" is a...David Goodwin2009-07-271-5/+5
* llvm-mc: Implement .abort fully in the front endDaniel Dunbar2009-07-271-4/+2
* Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman2009-07-272-0/+24
* Add ".w" suffix for wide thumb-2 instructions.David Goodwin2009-07-2747-121/+124
* Test case to check that separate section is created for a global variable spe...Sanjiv Gupta2009-07-271-0/+5
* Change the assembly syntax for nsw, nuw, and exact, putting themDan Gohman2009-07-275-53/+53
* update testcase.Chris Lattner2009-07-271-1/+1
* put normal data into .data instead of .data.rel on elf systems.Chris Lattner2009-07-261-1/+16
* finish simplifying DarwinTargetAsmInfo::SelectSectionForGlobalChris Lattner2009-07-261-0/+17
* simplify DarwinTargetAsmInfo::SelectSectionForGlobal a bitChris Lattner2009-07-261-0/+17
* Add support for ARM Neon VREV instructions.Bob Wilson2009-07-261-0/+113
* add the most expedient hack to fix PR4619, along with a testcase.Chris Lattner2009-07-251-0/+8
* When attempting to sign-extend an addrec by interpretingDan Gohman2009-07-251-0/+74
* remove this test. It is currently failing because we now emit the stringChris Lattner2009-07-251-11/+0
* Teach ScalarEvolution to make use of no-overflow flags whenDan Gohman2009-07-251-0/+40
* I've lost my mind. PR4572 has not been fixed.Evan Cheng2009-07-251-29/+0
* Change Thumb2 jumptable codegen to one that uses two level jumps:Evan Cheng2009-07-251-0/+3
* Remove a duplicated test.Evan Cheng2009-07-251-26/+0
* Forgot this test earlier.Evan Cheng2009-07-241-0/+29
* Fix these tests.Evan Cheng2009-07-242-2/+2
* Fix assert assembling zero-argument constant GEP.Eli Friedman2009-07-241-0/+5
* Move insertps tests to sse41 combo test file, convert to filecheckEric Christopher2009-07-242-13/+31
* Convert a test to FileCheck.Evan Cheng2009-07-241-4/+3
* Remove SectionKind::Small*. This was only used on mips, and is apparentlyChris Lattner2009-07-241-32/+0
* Add tests for handling of globals and tls on the XCore. These currently failRichard Osborne2009-07-242-0/+58
* Remove the IA-64 backend.Dan Gohman2009-07-2412-57/+6
* Thumb2 does not allow the use of "pc" register as part of the load / store ad...Evan Cheng2009-07-232-8/+37
* Fix up ARM constant island pass for Thumb2.Evan Cheng2009-07-231-0/+22
* 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