summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Update ocaml test.Benjamin Kramer2010-08-28
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-28
* remove the ABCD and SSI passes. They don't have any clients thatChris Lattner2010-08-28
* handle the constant case of vector insertion. For somethingChris Lattner2010-08-28
* optimize bitcasts from large integers to vector into vectorChris Lattner2010-08-28
* Completely disable tail calls when fast-isel is enabled, as fast-iselDan Gohman2010-08-28
* Add a prototype of a new peephole optimizing pass that uses LazyValue info to...Owen Anderson2010-08-27
* Change ARM VFP VLDM/VSTM instructions to use addressing mode #4, just likeBob Wilson2010-08-27
* tidy up test.Chris Lattner2010-08-27
* no really, fix the test.Chris Lattner2010-08-27
* fix this test. It's not clear what it's really testing.Chris Lattner2010-08-27
* Enhance the shift propagator to handle the case when you have:Chris Lattner2010-08-27
* Implement a pretty general logical shift propagationChris Lattner2010-08-27
* merge and filecheckize testChris Lattner2010-08-27
* merge two testsChris Lattner2010-08-27
* teach the truncation optimization that an entire chain ofChris Lattner2010-08-27
* get this test passing on linux builders.Chris Lattner2010-08-27
* Add an instcombine to clean up a common pattern producedChris Lattner2010-08-27
* Add alignment arguments to all the NEON load/store intrinsics.Bob Wilson2010-08-27
* Use LVI to eliminate conditional branches where we've tested a related condit...Owen Anderson2010-08-27
* X86: Fix an encoding issue with LOCK_ADD64mr, which could lead to very hard t...Daniel Dunbar2010-08-27
* filecheckizeChris Lattner2010-08-26
* rename test.Chris Lattner2010-08-26
* optimize "integer extraction out of the middle of a vector" as producedChris Lattner2010-08-26
* optimize bitcast(trunc(bitcast(x))) where the result is a float and 'x'Chris Lattner2010-08-26
* filecheckizeChris Lattner2010-08-26
* rename testChris Lattner2010-08-26
* Make JumpThreading smart enough to properly thread StrSwitch when it's compil...Owen Anderson2010-08-26
* Reapply r112091 and r111922, support for metadata linking, with aDan Gohman2010-08-26
* Add a hackaround for PR7993 which is causing failures on x86 builders that la...Chris Lattner2010-08-26
* I think enough general codegen bugs are fixed to allow this to workChris Lattner2010-08-26
* implement SplitVecOp_CONCAT_VECTORS, fixing the included testcase with SSE1.Chris Lattner2010-08-26
* Make sure this forces the x86 targetsChris Lattner2010-08-26
* fix sse1 only codegen in x86-64 mode, which is something weChris Lattner2010-08-26
* Revert r112091, "Remap metadata attached to instructions when remappingDaniel Dunbar2010-08-26
* Enable pre-RA virtual frame base register allocation. rdar://8277890Jim Grosbach2010-08-26
* Revert svn 107892 (with changes to work with trunk). It caused a crash ifBob Wilson2010-08-26
* temporarily disable this, which started failing on the llvm-i686-linuxChris Lattner2010-08-25
* Change handling of illegal vector types to widen when possible instead of Chris Lattner2010-08-25
* Remap metadata attached to instructions when remapping individualDan Gohman2010-08-25
* X86: Fix misencode of RI64mi8. This fixes OpenSSL / x86_64-apple-darwin10 / c...Daniel Dunbar2010-08-25
* DIGlobalVariable can be used to encode debug info for globals that are direc...Devang Patel2010-08-25
* ARM/Thumb2: Fix a misselect in getARMCmp, when attempting to adjust a signedDaniel Dunbar2010-08-25
* Add another basic test cribbed from the x86 fast-isel tests.Eric Christopher2010-08-25
* Run this on thumb and arm.Eric Christopher2010-08-25
* Make this testcase actually executed with fast-isel on arm.Eric Christopher2010-08-25
* Convert test to use filecheck and make it more specificBruno Cardoso Lopes2010-08-25
* In the default address space, any GEP off of null results in a trap value if ...Owen Anderson2010-08-25
* Fix COFF x86-64 relocations. PR7960.Michael J. Spencer2010-08-24
* XFAIL this on mingw, following remove_arguments_test.ll.Dan Gohman2010-08-24