aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* It's possible to sink a def if its local uses are PHI's.Evan Cheng2010-08-191-0/+39
* When sending stats output to stdout for grepping, don't emit normalDan Gohman2010-08-181-1/+1
* When sending stats output to stdout for grepping, don't emit normalDan Gohman2010-08-188-9/+9
* Fix a bug with insertelement on SPU. Kalle Raiskila2010-08-181-0/+15
* Remove all traces of v2[i,f]32 on SPU. Kalle Raiskila2010-08-183-10/+10
* Change SPU C calling convention to match that described in Kalle Raiskila2010-08-181-0/+33
* Expand ZERO_EXTEND operations for NEON vector types.Bob Wilson2010-08-181-0/+7
* Tweak IVUsers' concept of "interesting" to exclude add recurrencesDan Gohman2010-08-172-1/+52
* Add nounwind.Evan Cheng2010-08-171-1/+1
* Make fast scheduler handle asm clobbers correctly.Dale Johannesen2010-08-171-0/+17
* Change ARM PKHTB and PKHBT instructions to use a shift_imm operand to avoidBob Wilson2010-08-172-2/+2
* Allow more cases of undef shuffle indices and add tests for them.Bob Wilson2010-08-175-0/+119
* PHI elimination should not break back edge. It can cause some significant cod...Evan Cheng2010-08-172-2/+31
* Add a testcase for svn 111208.Bob Wilson2010-08-161-0/+14
* Generalize a pattern for PKHTB: an SRL of 16-31 bits will guaranteeBob Wilson2010-08-162-1/+19
* Convert test to FileCheck.Bob Wilson2010-08-161-4/+19
* Convert a test to use FileCheck.Bob Wilson2010-08-161-4/+19
* Test expects SSE, give him SSE.Benjamin Kramer2010-08-151-1/+1
* Restore arch on these test, they fail on arm.Benjamin Kramer2010-08-152-2/+2
* Mark as XFAIL on darwin 8. PR 7886.Dale Johannesen2010-08-151-0/+2
* Temporarily disable tail calls on ARM to work around some linker problems.Bob Wilson2010-08-134-0/+4
* Revert 110491. While not wrong, it was based on aDale Johannesen2010-08-131-27/+0
* - Teach SSEDomainFix to switch between different levels of AVX instructions. ...Bruno Cardoso Lopes2010-08-121-0/+12
* Begin to support some vector operations for AVX 256-bit intructions. The longBruno Cardoso Lopes2010-08-121-0/+15
* This is x86 only test.Devang Patel2010-08-121-1/+1
* Add testcases for all AVX 256-bit intrinsics added in the last couple daysBruno Cardoso Lopes2010-08-111-0/+751
* Reapply r109881 using a more strict command line for llc.Bruno Cardoso Lopes2010-08-112-0/+2006
* fix silly typoJim Grosbach2010-08-111-2/+2
* Add a target triple, as the runtime library invocation varies a bit byJim Grosbach2010-08-111-3/+3
* Fix test and re-enable it.Evan Cheng2010-08-111-4/+4
* Temporarily disable some failing tests, until they can beDan Gohman2010-08-111-2/+2
* cortex m4 has floating point support, but only single precision.Jim Grosbach2010-08-111-0/+24
* Temporarily disable some failing tests, until they can beDan Gohman2010-08-111-2/+2
* Consider this code snippet:Bill Wendling2010-08-111-0/+25
* Report error if codegen tries to instantiate a ARM target when the cpu does s...Evan Cheng2010-08-112-11/+1
* Add ARM Archv6M and let it implies FeatureDB (having dmb, etc.)Evan Cheng2010-08-111-6/+6
* Add Cortex-M0 support. It's a ARMv6m device (no ARM mode) with some 32-bitEvan Cheng2010-08-111-5/+12
* - Add subtarget feature -mattr=+db which determine whether an ARM cpu has theEvan Cheng2010-08-112-0/+34
* Update test to match output of optimize compares for ARM.Bill Wendling2010-08-111-4/+2
* The optimize comparisons pass removes the "cmp" instruction this is checking ...Bill Wendling2010-08-101-1/+0
* Re-apply r110655 with fixes. Epilogue must restore sp from fp if the function...Evan Cheng2010-08-102-7/+75
* Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FPDaniel Dunbar2010-08-101-22/+7
* Fix test for more architectures. Patch by Tobias Grosser.Jakob Stoklund Olesen2010-08-101-1/+1
* Fix failing testcase.Tobias Grosser2010-08-101-1/+1
* Handle TAG_constant for integers.Devang Patel2010-08-101-0/+25
* Fix ARM hasFP() semantics. It should return true whenever FP register isEvan Cheng2010-08-101-7/+22
* Have SPU handle halfvec stores aligned by 8 bytes.Kalle Raiskila2010-08-092-3/+15
* Use sdmem and sse_load_f64 (etc.) for the vectorDale Johannesen2010-08-071-0/+27
* Fix eabi calling convention when a 64 bit value shadows r3.Rafael Espindola2010-08-061-0/+14
* Add an option to always emit realignment code for a particular module.Eric Christopher2010-08-051-0/+21