aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Fix PPC64 CR spill location for callee-saved registersHal Finkel2013-04-151-19/+10
* Use i32 for all SPARC shift amounts, even in 64-bit mode.Jakob Stoklund Olesen2013-04-141-0/+10
* Add support for the abs64 SPARC v9 code model.Jakob Stoklund Olesen2013-04-142-0/+20
* Add support for the SPARC v9 abs44 code model.Jakob Stoklund Olesen2013-04-142-0/+16
* Also put target flags on SPARC constant pool references.Jakob Stoklund Olesen2013-04-141-0/+30
* Fix patterns for 64-bit pointers.Jakob Stoklund Olesen2013-04-141-0/+9
* Define SPARC code models.Jakob Stoklund Olesen2013-04-131-0/+23
* Spill and restore PPC CR registers using the FP when we have oneHal Finkel2013-04-131-1/+14
* Further generalize this scheduler test.Andrew Trick2013-04-131-2/+2
* Fix a dislexic regex.Andrew Trick2013-04-131-1/+1
* Add a missing REQUIRES: assertsAndrew Trick2013-04-131-0/+1
* MI-Sched: schedule physreg copies.Andrew Trick2013-04-131-0/+48
* [mips] Reapply r179420 and r179421.Akira Hatanaka2013-04-131-7/+106
* Revert r179420 and r179421.Akira Hatanaka2013-04-121-106/+7
* [mips] Instruction selection patterns for carry-setting and using addAkira Hatanaka2013-04-121-0/+11
* [mips] v4i8 and v2i16 add, sub and mul instruction selection patterns.Akira Hatanaka2013-04-121-7/+95
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-1215-365/+231
* Fix the test on linux by setting the triple and the align formatNadav Rotem2013-04-121-4/+4
* Add a flag to align all basic blocks in the function.Nadav Rotem2013-04-121-0/+22
* Use FileCheck instead of grep.Preston Gurd2013-04-112-17/+12
* Mips specific inline asm memory operand modifier test caseJack Carter2013-04-111-0/+16
* Add a CHECK-NOT for a more faithful translation of the original grep | count 2.Eli Bendersky2013-04-111-0/+1
* Add missing colons to check lines.Benjamin Kramer2013-04-111-1/+1
* FileCheckize a bunch of tests.Benjamin Kramer2013-04-112-7/+31
* Optimize vector select from all 0s or all 1sMichael Liao2013-04-111-0/+72
* Enhance bool simplifcation in X86 to handle more casesMichael Liao2013-04-113-2/+299
* Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grepEli Bendersky2013-04-1011-15/+31
* Manually remove successors in if conversion when CopyAndPredicateBlock is usedHal Finkel2013-04-102-1/+1
* Mips specific inline asm memory operand modifier test caseJack Carter2013-04-101-5/+12
* R600/SI: Add pattern for AMDGPUurecipMichel Danzer2013-04-101-0/+12
* This is for an experimental option -mips-os16. The idea is to compile allReed Kotler2013-04-102-0/+226
* R600: Add VTX_READ_* and RAT_WRITE_CACHELESS_* when computing cf addrVincent Lejeune2013-04-101-0/+44
* R600/SI: dynamical figure out the reg class of MIMGChristian Konig2013-04-101-15/+15
* R600/SI: adjust writemask to only the used componentsChristian Konig2013-04-101-31/+65
* R600/SI: remove image sample writemaskChristian Konig2013-04-101-17/+17
* __sincosf_stret returns sinf / cosf in bits 0:31 and 32:63 of xmm0, not inEvan Cheng2013-04-101-1/+3
* Mips specific inline asm operand modifier 'D' Jack Carter2013-04-091-0/+17
* Allow PPC B and BLR to be if-converted into some predicated formsHal Finkel2013-04-092-0/+89
* This patch enables llvm to switch between compiling for mips32/mips64 Reed Kotler2013-04-099-0/+575
* DAGCombiner: Fold a shuffle on CONCAT_VECTORS into a new CONCAT_VECTORS if po...Benjamin Kramer2013-04-091-0/+23
* Use virtual base registers on PPCHal Finkel2013-04-092-0/+52
* Convert test PowerPC/2007-09-07-LoadStoreIdxForms to FileCheckHal Finkel2013-04-091-1/+5
* Compute correct frame sizes for SPARC v9 64-bit frames.Jakob Stoklund Olesen2013-04-091-0/+16
* Generate PPC early conditional returnsHal Finkel2013-04-082-4/+58
* AArch64: remove barriers from AArch64 atomic operations.Tim Northover2013-04-082-180/+207
* Cleanup and improve PPC fsel generationHal Finkel2013-04-071-0/+137
* Implement LowerCall_64 for the SPARC v9 64-bit ABI.Jakob Stoklund Olesen2013-04-071-3/+147
* Implement LowerReturn_64 for SPARC v9.Jakob Stoklund Olesen2013-04-061-0/+84
* SPARC v9 stack pointer bias.Jakob Stoklund Olesen2013-04-061-7/+5
* Implement PPCInstrInfo::FoldImmediateHal Finkel2013-04-061-0/+14