summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-14
* ARM-BE: test files for vector argument passingChristian Pirker2014-05-14
* [ARM64-BE] Fix byte order of CIE and FDE frames for exception handlingChristian Pirker2014-05-14
* X86: If we have an instruction that sets a flag and a zero test on the input ...Benjamin Kramer2014-05-14
* [mips][mips64r6] Add sel.s and sel.dDaniel Sanders2014-05-14
* ARM64: remove unneeded InstPrinter hacksTim Northover2014-05-14
* ARM: implement support for the UDF mnemonicSaleem Abdulrasool2014-05-14
* Fix typo in function name.Eric Christopher2014-05-14
* R600/SI: Try to fix BFE operands when moving to VALUMatt Arsenault2014-05-13
* Save the optimization level the subtarget was created with in aEric Christopher2014-05-13
* ARMEB: Fix byte order of EH frame unwinding instructions, with modified test ...Christian Pirker2014-05-13
* Revert "ARMEB: Fix byte order of EH frame unwinding instructions"Rafael Espindola2014-05-13
* [mips] Marked up instructions added in MIPS32r2 and tested that IAS for -mcpu...Daniel Sanders2014-05-13
* ARMEB: Fix byte order of EH frame unwinding instructionsChristian Pirker2014-05-13
* [mips] Free up two values in SubtargetFeatureFlag by folding the redundant Is...Daniel Sanders2014-05-13
* [un]wrap extracted from lib/Target/Target[MachineC].cpp, lib/ExecutionEngine/...Artyom Skrobov2014-05-13
* [ARM64] Fix the misleading diagnostic on bad extend amount of reg+reg address...Kevin Qin2014-05-13
* Folding into CSEL when there is ZEXT between SETCC and ADDWeiming Zhao2014-05-13
* Try to fix an SDAG dependence issue with sretReid Kleckner2014-05-12
* Use cast<> for unchecked useMatt Arsenault2014-05-12
* Add support bswap16 to/from memory compiling to rev16 on ARM/ThumbLouis Gerbarg2014-05-12
* Use cast<> for unchecked useMatt Arsenault2014-05-12
* Use range forMatt Arsenault2014-05-12
* TableGen: use PrintMethods to print more aliasesTim Northover2014-05-12
* AArch64/ARM64: use InstAliases for NEON logical (imm) instructions.Tim Northover2014-05-12
* AArch64/ARM64: implement "mov $Rd, $Imm" aliases in TableGen.Tim Northover2014-05-12
* R600: Add mul24 intrinsicsMatt Arsenault2014-05-12
* Revert: r208582 - [mips][mips64r6] Add sel.s and sel.dDaniel Sanders2014-05-12
* [mips][mips64r6] Add sel.s and sel.dDaniel Sanders2014-05-12
* [mips][mips64r6] Add d?div, d?mod, d?divu, d?moduDaniel Sanders2014-05-12
* [mips][mips64r6] Added mul/mulu/muh/muhuDaniel Sanders2014-05-12
* Silencing an MSVC warning about not all control paths returning a value (even...Aaron Ballman2014-05-12
* ARM64: remove dead validation code from the AsmParser.Tim Northover2014-05-12
* ARM64: merge "extend" and "shift" addressing-mode enums.Tim Northover2014-05-12
* Remove an always true argument.Rafael Espindola2014-05-12
* X86: Make sure that we have SSE4.1 before we generate insertps nodes.Benjamin Kramer2014-05-12
* [mips] Marked up instructions added in MIPS32 and tested that IAS for -mcpu=m...Daniel Sanders2014-05-12
* Remove MCUseCFI from TargetMachine.Rafael Espindola2014-05-12
* [mips] Marked up instructions added in MIPS-V and tested that IAS for -mcpu=m...Daniel Sanders2014-05-12
* [mips] Fold FeatureBitCount into FeatureMips32 and FeatureMips64Daniel Sanders2014-05-12
* [mips] Fold FeatureSEInReg into FeatureMips32r2Daniel Sanders2014-05-12
* [mips] Fold FeatureSwap into FeatureMips32r2 and FeatureMips64r2Daniel Sanders2014-05-12
* [mips] Replace FeatureFPIdx with FeatureMips4_32r2Daniel Sanders2014-05-12
* [ARM64] Add proper bounds checking/diagnostics to logical shiftsBradley Smith2014-05-12
* ARM: Implement big endian bit-conversion for NEON typeChristian Pirker2014-05-12
* X86ISelLowering.cpp:LowerINTRINSIC_W_CHAIN(): Prune impossible "default:" [-W...NAKAMURA Takumi2014-05-12
* [ARM64] Add diagnostics for bitfield extract/insert instructionsBradley Smith2014-05-12
* [ARM64] Correct more bounds checks/diagnostics for arithmetic shift operandsBradley Smith2014-05-12
* [ARM64] Move register/register MOV handling into tablegen and improve diagnos...Bradley Smith2014-05-12
* Fixed compilation issueElena Demikhovsky2014-05-12