summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Change ARM VFP VLDM/VSTM instructions to use addressing mode #4, just likeBob Wilson2010-08-271-1/+1
* tidy up test.Chris Lattner2010-08-271-1/+2
* no really, fix the test.Chris Lattner2010-08-271-1/+1
* fix this test. It's not clear what it's really testing.Chris Lattner2010-08-271-1/+1
* Enhance the shift propagator to handle the case when you have:Chris Lattner2010-08-271-0/+15
* Implement a pretty general logical shift propagationChris Lattner2010-08-271-4/+17
* merge and filecheckize testChris Lattner2010-08-272-42/+57
* merge two testsChris Lattner2010-08-272-10/+12
* teach the truncation optimization that an entire chain ofChris Lattner2010-08-271-4/+21
* get this test passing on linux builders.Chris Lattner2010-08-271-8/+8
* Add an instcombine to clean up a common pattern producedChris Lattner2010-08-271-0/+32
* Add alignment arguments to all the NEON load/store intrinsics.Bob Wilson2010-08-2722-302/+336
* Use LVI to eliminate conditional branches where we've tested a related condit...Owen Anderson2010-08-272-5/+12
* X86: Fix an encoding issue with LOCK_ADD64mr, which could lead to very hard t...Daniel Dunbar2010-08-271-0/+22
* filecheckizeChris Lattner2010-08-261-7/+19
* rename test.Chris Lattner2010-08-261-0/+0
* optimize "integer extraction out of the middle of a vector" as producedChris Lattner2010-08-261-0/+25
* optimize bitcast(trunc(bitcast(x))) where the result is a float and 'x'Chris Lattner2010-08-261-0/+22
* filecheckizeChris Lattner2010-08-261-6/+7
* rename testChris Lattner2010-08-261-0/+0
* Make JumpThreading smart enough to properly thread StrSwitch when it's compil...Owen Anderson2010-08-261-0/+162
* Reapply r112091 and r111922, support for metadata linking, with aDan Gohman2010-08-262-0/+24
* Add a hackaround for PR7993 which is causing failures on x86 builders that la...Chris Lattner2010-08-262-2/+9
* I think enough general codegen bugs are fixed to allow this to workChris Lattner2010-08-261-4/+2
* implement SplitVecOp_CONCAT_VECTORS, fixing the included testcase with SSE1.Chris Lattner2010-08-261-0/+6
* Make sure this forces the x86 targetsChris Lattner2010-08-261-1/+2
* fix sse1 only codegen in x86-64 mode, which is something weChris Lattner2010-08-261-0/+7
* Revert r112091, "Remap metadata attached to instructions when remappingDaniel Dunbar2010-08-262-24/+0
* Enable pre-RA virtual frame base register allocation. rdar://8277890Jim Grosbach2010-08-261-2/+2
* Revert svn 107892 (with changes to work with trunk). It caused a crash ifBob Wilson2010-08-261-0/+14
* temporarily disable this, which started failing on the llvm-i686-linuxChris Lattner2010-08-251-2/+4
* Change handling of illegal vector types to widen when possible instead of Chris Lattner2010-08-252-16/+49
* Remap metadata attached to instructions when remapping individualDan Gohman2010-08-252-0/+24
* X86: Fix misencode of RI64mi8. This fixes OpenSSL / x86_64-apple-darwin10 / c...Daniel Dunbar2010-08-251-0/+4
* DIGlobalVariable can be used to encode debug info for globals that are direc...Devang Patel2010-08-251-0/+19
* ARM/Thumb2: Fix a misselect in getARMCmp, when attempting to adjust a signedDaniel Dunbar2010-08-251-0/+14
* Add another basic test cribbed from the x86 fast-isel tests.Eric Christopher2010-08-251-0/+23
* Run this on thumb and arm.Eric Christopher2010-08-251-0/+1
* Make this testcase actually executed with fast-isel on arm.Eric Christopher2010-08-251-1/+1
* Convert test to use filecheck and make it more specificBruno Cardoso Lopes2010-08-251-1/+2
* In the default address space, any GEP off of null results in a trap value if ...Owen Anderson2010-08-251-0/+48
* Fix COFF x86-64 relocations. PR7960.Michael J. Spencer2010-08-243-10/+44
* XFAIL this on mingw, following remove_arguments_test.ll.Dan Gohman2010-08-241-0/+1
* Add a testcase for basic bugpointing in the presence of metadata.Dan Gohman2010-08-241-0/+34
* MC/X86: Tweak imul recognition, previous hack only applies for the imul formDaniel Dunbar2010-08-241-0/+3
* MC/X86: Add custom hack for recognizing "imul $12, %eax" and friends.Daniel Dunbar2010-08-241-0/+3
* MC/AsmParser: Change ParseExpression to use ParseIdentifier(), to supportDaniel Dunbar2010-08-241-0/+2
* MC/X86: Warn on scale factors > 1 without index register, instead of erroring,Daniel Dunbar2010-08-241-1/+8
* MC/Parser: Accept leading dollar signs in identifiers.Daniel Dunbar2010-08-241-0/+5
* Fix X86's isLegalAddressingMode to recognize that static addressesDan Gohman2010-08-241-0/+31