summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* Revert 112442 and 112440 until the compile time problems introducedDan Gohman2010-09-01
* We have a chance for an optimization. Consider this code:Bill Wendling2010-08-31
* Update test for 112609Jim Grosbach2010-08-31
* Fix borken testAnton Korobeynikov2010-08-30
* Remove NEON vmovn intrinsic, replacing it with vector truncate operations.Bob Wilson2010-08-30
* two changes:Chris Lattner2010-08-30
* Correct bogus module triple specifications.Duncan Sands2010-08-30
* Make IVUsers iterative instead of recursive.Dan Gohman2010-08-29
* Make this test less dependent on register allocation choices.Dan Gohman2010-08-29
* Fix lowering of INSERT_VECTOR_ELT in SPU. Kalle Raiskila2010-08-29
* Remove NEON vaddl, vaddw, vsubl, and vsubw intrinsics. Instead, use llvmBob Wilson2010-08-29
* merge a bunch of shuffle tests into sse2.llChris Lattner2010-08-29
* add some nounwind'sChris Lattner2010-08-29
* fix the buildvector->insertp[sd] logic to not always create a redundantChris Lattner2010-08-28
* fix the BuildVector -> unpcklps logic to not do pointless shuffles Chris Lattner2010-08-28
* Completely disable tail calls when fast-isel is enabled, as fast-iselDan Gohman2010-08-28
* Change ARM VFP VLDM/VSTM instructions to use addressing mode #4, just likeBob Wilson2010-08-27
* get this test passing on linux builders.Chris Lattner2010-08-27
* Add alignment arguments to all the NEON load/store intrinsics.Bob Wilson2010-08-27
* X86: Fix an encoding issue with LOCK_ADD64mr, which could lead to very hard t...Daniel Dunbar2010-08-27
* 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
* 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
* 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
* Fix X86's isLegalAddressingMode to recognize that static addressesDan Gohman2010-08-24
* Fix SPU BE to use all the available return registers.Kalle Raiskila2010-08-24
* Add a new llvm.x86.int intrinsic, allowing access to the Chris Lattner2010-08-23
* Fix x86 fast-isel's cmp+branch folding to avoid folding when theDan Gohman2010-08-21
* Replace some NEON vmovl intrinsic that I missed earlier.Bob Wilson2010-08-20
* Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend andBob Wilson2010-08-20
* It's possible to sink a def if its local uses are PHI's.Evan Cheng2010-08-19
* When sending stats output to stdout for grepping, don't emit normalDan Gohman2010-08-18
* When sending stats output to stdout for grepping, don't emit normalDan Gohman2010-08-18
* Fix a bug with insertelement on SPU. Kalle Raiskila2010-08-18
* Remove all traces of v2[i,f]32 on SPU. Kalle Raiskila2010-08-18
* Change SPU C calling convention to match that described in Kalle Raiskila2010-08-18
* Expand ZERO_EXTEND operations for NEON vector types.Bob Wilson2010-08-18
* Tweak IVUsers' concept of "interesting" to exclude add recurrencesDan Gohman2010-08-17
* Add nounwind.Evan Cheng2010-08-17
* Make fast scheduler handle asm clobbers correctly.Dale Johannesen2010-08-17