summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* AVX-512 set: Added BROADCAST instructionsElena Demikhovsky2013-08-07
* [SystemZ] Optimize floating-point comparisons with zeroRichard Sandiford2013-08-07
* [SystemZ] Add floating-point load-and-test instructionsRichard Sandiford2013-08-07
* Simplify code. No functional change intended.Craig Topper2013-08-07
* Initialize SIInsertWaits::ExpInstrTypesSeen in the pass constructor.Evgeniy Stepanov2013-08-07
* Create a pattern for the "trap" instruction.Reed Kotler2013-08-07
* Remove unused functions introduced in r172685 to unbreak the Clang -Werror buildDavid Blaikie2013-08-07
* R600: Add new file from r187831 to CMakeLists.txtTom Stellard2013-08-06
* [mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka2013-08-06
* R600/SI: Use VSrc_* register classes as the default classes for typesTom Stellard2013-08-06
* R600/SI: Add more special cases for opcodes to ensureSRegLimit()Tom Stellard2013-08-06
* [NVPTX] We dont have any target specific flags yet for generating symbol refe...Justin Holewinski2013-08-06
* [mips] Mark instructions defined in Mips64InstrInfo.td that are duplicates ofAkira Hatanaka2013-08-06
* [mips] Delete unnecessary InstAliases. Also, clear some of the InstAlias'Akira Hatanaka2013-08-06
* [mips] Replace usages of register classes with register operands. Also, removeAkira Hatanaka2013-08-06
* Add PPC64 mulli patternHal Finkel2013-08-06
* This corrects creation of operands for t2PLDW. It also removes the definition...Mihai Popa2013-08-06
* Support APSR_nzcv as operand for Thumb2 mrc. Deprecate pre-UAL syntax (pc ins...Mihai Popa2013-08-06
* [NVPTX] Add missing patterns for i1 [s,u]int_to_fpJustin Holewinski2013-08-06
* [NVPTX] Fix bug in stack code generation causes by MC conversionJustin Holewinski2013-08-06
* [NVPTX] Start conversion to MC infrastructureJustin Holewinski2013-08-06
* ARM: implement allowTruncateForTailCallTim Northover2013-08-06
* Refactor isInTailCallPosition handlingTim Northover2013-08-06
* Simplify vector lane handling math a bit. No functional change intended.Craig Topper2013-08-06
* Simplify math a little bit.Craig Topper2013-08-06
* Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...NAKAMURA Takumi2013-08-06
* Replace EVT with MVT in isHorizontalBinOp as it is only called with legal types.Craig Topper2013-08-06
* Simplify code slightly. No functional change.Craig Topper2013-08-06
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-06
* R600: Implement TargetLowering::getVectorIdxTy()Tom Stellard2013-08-05
* Silencing an MSVC11 type conversion warning.Aaron Ballman2013-08-05
* [SystemZ] Use BRCT and BRCTG to eliminate add-&-compare sequencesRichard Sandiford2013-08-05
* [SystemZ] Add definitions for BRCT and BRCTGRichard Sandiford2013-08-05
* [SystemZ] Use LOAD AND TEST to eliminate comparisons against zeroRichard Sandiford2013-08-05
* [SystemZ] Add LOAD AND TEST instructionsRichard Sandiford2013-08-05
* [SystemZ] Split out comparison elimination into a separate passRichard Sandiford2013-08-05
* AVX-512 set: added mask operations, lowering BUILD_VECTOR for i1 vector types.Elena Demikhovsky2013-08-05
* Add the saving of S2. This is needed for some of the floating pointReed Kotler2013-08-04
* X86: Turn fp selects into mask operations.Benjamin Kramer2013-08-04
* AVX-512 set: added VEXTRACTPS instructionElena Demikhovsky2013-08-04
* X86: correct tail return address calculationTim Northover2013-08-04
* Clean up code for Mips16 large frame handling.Reed Kotler2013-08-04
* PPCAsmParser: Stop leaking names.Benjamin Kramer2013-08-03
* ARMAsmParser: Plug a leak.Benjamin Kramer2013-08-03
* Stop leaking register infos in the disassemblers.Benjamin Kramer2013-08-03
* Fix PPC64 64-bit GPR inline asm constraint matchingHal Finkel2013-08-03
* Add a missing 'return' statement.Joey Gouly2013-08-02
* [mips] Expand vector truncating stores and extending loads.Akira Hatanaka2013-08-02
* [ARMv8] Add an assembler warning for the deprecated 'setend' instruction.Joey Gouly2013-08-02
* Fixes ARM LNT bot from SLP change in O3Renato Golin2013-08-02