summaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Use mtocrf when availableUlrich Weigand2013-07-031-10/+10
* Prefix failing commands with not to make clear they are expected to fail.Rafael Espindola2013-07-036-6/+6
* Remove another old test.Rafael Espindola2013-07-031-99/+0
* Remove test for the old EH system. It doesn't parse anymore.Rafael Espindola2013-07-031-19/+0
* [SystemZ] Fold more spillsRichard Sandiford2013-07-0355-0/+3654
* ARM: relax the atomic release barrier to "dmb ishst" on SwiftTim Northover2013-07-033-56/+101
* [XCore] Add ISel pattern for LDWCPRichard Osborne2013-07-031-0/+9
* [PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLDUlrich Weigand2013-07-023-3/+3
* [SystemZ] Use DSGFR over DSGR in more casesRichard Sandiford2013-07-022-0/+37
* [SystemZ] Use MVC to spill loads and storesRichard Sandiford2013-07-023-0/+469
* [XCore] Fix instruction selection for zext, mkmsk instructions.Richard Osborne2013-07-022-0/+18
* DAGCombiner: fix use-counting issue when forming zextloadTim Northover2013-07-021-0/+16
* Cleanup PPC Altivec registers in CSR lists and improve VRSAVE handlingHal Finkel2013-07-021-0/+34
* Index: test/CodeGen/PowerPC/reloc-align.llBill Schmidt2013-07-011-0/+34
* [mips] Fix test case to check that mips64 instructions are generated.Akira Hatanaka2013-07-011-4/+4
* Really fix the test. Sorry for the breakage...Anton Korobeynikov2013-07-011-1/+1
* Fix the test which relies on uncommitted changeAnton Korobeynikov2013-07-011-1/+1
* Add jump tables handling for MSP430.Anton Korobeynikov2013-07-011-0/+54
* Fix PR16508.Cameron Zwarich2013-07-011-0/+28
* Don't form PPC CTR loops for over-sized exit countsHal Finkel2013-07-011-0/+23
* AArch64: correct CodeGen of MOVZ/MOVK combinations.Tim Northover2013-07-011-0/+14
* Revert r185339 (ARM: relax the atomic release barrier to "dmb ishst")Tim Northover2013-07-012-90/+56
* ARM: relax the atomic release barrier to "dmb ishst"Tim Northover2013-07-012-56/+90
* [NVPTX] Add support for module-scope inline asmJustin Holewinski2013-07-011-0/+10
* [NVPTX] 64-bit ADDC/ADDE are not legalJustin Holewinski2013-07-011-0/+19
* [NVPTX] Fix vector loads from parameters that span multiple loads, and fix so...Justin Holewinski2013-07-011-0/+13
* [NVPTX] Handle signext/zeroext attributes properlyJustin Holewinski2013-07-011-0/+16
* [NVPTX] Add support for native SIGN_EXTEND_INREG where availableJustin Holewinski2013-07-011-0/+111
* [NVPTX] Add isel patterns for [reg+offset] form of ldg/ldu.Justin Holewinski2013-07-011-0/+21
* [NVPTX] Make sure we zero out high-order 24 bits for 8-bit load into 32-bit v...Justin Holewinski2013-07-011-0/+14
* R600: Support schedule and packetization of trans-only instVincent Lejeune2013-06-296-16/+16
* PPC: Ignore spill/restore requests for VRSAVE (except on Darwin)Hal Finkel2013-06-281-0/+15
* Fix CodeGen/PowerPC/stack-protector.ll on OpenBSDHal Finkel2013-06-281-2/+3
* Fix a PPC rlwimi instruction-selection bugHal Finkel2013-06-281-0/+44
* Add missing case to switch statement - DAGTypeLegalizer::ExpandIntegerResultLang Hames2013-06-281-0/+15
* [NVPTX] Add (1.0 / sqrt(x)) => rsqrt(x) generation when allowable by FP flagsJustin Holewinski2013-06-281-0/+13
* [NVPTX] Calling conventions fixJustin Holewinski2013-06-285-40/+63
* [NVPTX] Add support for cttz/ctlz/ctpopJustin Holewinski2013-06-283-0/+114
* [NVPTX] Clean up comparison/select/convert patterns and factor out PTX instru...Justin Holewinski2013-06-281-4/+4
* [NVPTX] Remove i8 register class. PTX support for i8 (.b8, .u8, .s8) is rath...Justin Holewinski2013-06-286-44/+44
* [NVPTX] Add support for vectorized function return valuesJustin Holewinski2013-06-281-0/+10
* [NVPTX] Clean up handling of formal arguments and enable generation of vector...Justin Holewinski2013-06-281-4/+2
* Bug 13662: Enable GPRPair for all i64 operands of inline asm on ARMWeiming Zhao2013-06-281-3/+36
* R600: Add local memory support via LDSTom Stellard2013-06-281-0/+82
* R600: Add support for GROUP_BARRIER instructionTom Stellard2013-06-281-0/+24
* ARM: ensure fixed-point conversions have sane typesTim Northover2013-06-282-0/+82
* Debug Info: clean up usage of Verify.Manman Ren2013-06-283-9/+11
* R600: Remove alu-split.ll testTom Stellard2013-06-271-851/+0
* Add a Subtarget feature 'v8fp' to the ARM backend.Joey Gouly2013-06-271-0/+10
* [SystemZ] Fix some embarrassing test typosRichard Sandiford2013-06-2714-30/+30