aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* tbb / tbh instructions only branch forward, not backwards.Evan Cheng2009-07-292-0/+124
* Add VFP3 D registers to the DPR register class.Evan Cheng2009-07-291-0/+108
* Change Neon VLDn intrinsics to return multiple values instead of reallyBob Wilson2009-07-292-40/+40
* fix PR4584 with a trivial patch now that the pieces are in place.Chris Lattner2009-07-291-0/+13
* Optimize Thumb2 jumptable to use tbb / tbh when all the offsets fit in byte /...Evan Cheng2009-07-292-2/+87
* Add a couple more tests for the ptest intrinsics to make sure we'reEric Christopher2009-07-291-0/+27
* Add support for gcc __builtin_ia32_ptest{z,c,nzc} intrinsics. LowerEric Christopher2009-07-291-1/+16
* 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
* ORN does not require (and can not have) the ".w" suffix. "Orthogonality" is a...David Goodwin2009-07-271-5/+5
* 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
* 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
* 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
* 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-246-51/+0
* 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
* 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
* Revert r75663 (and r76805), as it is causing regressions on powerpc.Dan Gohman2009-07-231-20/+12
* x86 isel tweak: use lea (%reg,%reg) instead of lea (,%reg,2).Dan Gohman2009-07-221-0/+8
* Add -march=ppc32 lines so that this test doesn't ever default to ppc64.Dan Gohman2009-07-221-2/+2
* Use getTargetConstant instead of getConstant since it's meant as an constant ...Evan Cheng2009-07-221-0/+95
* Make the grep line in this test more specific, to avoidDan Gohman2009-07-221-2/+2
* Ignore undef uses.Evan Cheng2009-07-221-0/+94
* Revert commit 76707, it was breaking the llvm-gcc buildDuncan Sands2009-07-221-6/+3
* set the ELF "small" flag on objects that end up in .rodata.cst4 consistently,Chris Lattner2009-07-221-3/+6