summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
...
* Temporarily disable tail calls on ARM to work around some linker problems.Bob Wilson2010-08-13
* Move the Thumb2 SSAT and USAT optional shift operator out of theBob Wilson2010-08-13
* Add comments to some pattern fragments in x86Bruno Cardoso Lopes2010-08-13
* Refactor the code for disassembling Thumb2 saturate instructions along theBob Wilson2010-08-13
* Revert 110491. While not wrong, it was based on aDale Johannesen2010-08-13
* Fix comment to reflect code, and remove an unused argumentBruno Cardoso Lopes2010-08-13
* Improve comment to make explicit why not to touch this could before JIT goes MCBruno Cardoso Lopes2010-08-13
* Revert last patch and r110954 as I meant to.Eric Christopher2010-08-13
* Revert r110954 for now, pseudo instructions can't make it through to the JIT.Eric Christopher2010-08-13
* Some small clean-up: use of pseudo instructionsBruno Cardoso Lopes2010-08-12
* Cleaned up the for-disassembly-only entries in the arm instruction table so thatJohnny Chen2010-08-12
* Make sure ARM constant island pass does not break up an IT block. If the spli...Evan Cheng2010-08-12
* - Teach SSEDomainFix to switch between different levels of AVX instructions. ...Bruno Cardoso Lopes2010-08-12
* Define AVX 128-bit pattern versions of SET0PS/PD.Bruno Cardoso Lopes2010-08-12
* Fix comment orderBruno Cardoso Lopes2010-08-12
* Begin to support some vector operations for AVX 256-bit intructions. The longBruno Cardoso Lopes2010-08-12
* The autogened decoder was confusing the ARM STRBT for ARM USAT, because the .tdJohnny Chen2010-08-12
* MC/X86/AsmParser: Give an explicit error message when we reject an instructionDaniel Dunbar2010-08-12
* MC/AsmParser: Push the burdon of emitting diagnostics about unmatchedDaniel Dunbar2010-08-12
* tblgen/AsmMatcher: Always emit the match function as 'MatchInstructionImpl',Daniel Dunbar2010-08-12
* Changed the format of DMBsy, DSBsy, and friends from Pseudo to MiscFrm.Johnny Chen2010-08-11
* Move the ARM SSAT and USAT optional shift amount operand out of theBob Wilson2010-08-11
* Fix <rdar://problem/8282498> even if it doesn't reproduce on trunk.Jakob Stoklund Olesen2010-08-11
* Don't use unsigned char for alignments in TargetData. There aren'tDan Gohman2010-08-11
* Use ISD::ADD instead of ISD::SUB with a negated constant. ThisDan Gohman2010-08-11
* cortex m4 has floating point support, but only single precision.Jim Grosbach2010-08-11
* Consider this code snippet:Bill Wendling2010-08-11
* Report error if codegen tries to instantiate a ARM target when the cpu does s...Evan Cheng2010-08-11
* ArchV7M implies HW division instructions.Evan Cheng2010-08-11
* ArchV6T2, V7A, and V7M implies Thumb2; Archv7A implies NEON.Evan Cheng2010-08-11
* Add ARM Archv6M and let it implies FeatureDB (having dmb, etc.)Evan Cheng2010-08-11
* MC/ARM: Add basic support for handling predication by parsing it out of the m...Daniel Dunbar2010-08-11
* MC/ARM: Split mnemonic on '.' characters.Daniel Dunbar2010-08-11
* MC/ARM: Fill in ARMOperand::dump a bit.Daniel Dunbar2010-08-11
* MCAsmParser: Add dump() hook to MCParsedAsmOperand.Daniel Dunbar2010-08-11
* MC/ARM: Add an ARMOperand class for condition codes.Daniel Dunbar2010-08-11
* Really control isel of barrier instructions with cpu feature.Evan Cheng2010-08-11
* Add Cortex-M0 support. It's a ARMv6m device (no ARM mode) with some 32-bitEvan Cheng2010-08-11
* - Add subtarget feature -mattr=+db which determine whether an ARM cpu has theEvan Cheng2010-08-11
* MC/ARM: Switch to using the generated match functions instead of stub impleme...Daniel Dunbar2010-08-11
* MC/ARM: Enable generation of the ARM asm matcher, not that it can do much.Daniel Dunbar2010-08-11
* ARM: Mark some disassembler only instructions as not available for matching --Daniel Dunbar2010-08-11
* ARM: Quote $p in an asm string.Daniel Dunbar2010-08-11
* Handle ARM compares as well as converting for ARM adds, subs, and thumb2's adds.Bill Wendling2010-08-11
* Mark ARM compare instructions as isCompare.Bill Wendling2010-08-11
* Add a separate ARM instruction format for Saturate instructions.Bob Wilson2010-08-11
* CBZ and CBNZ are implemented.Evan Cheng2010-08-10
* Add AVX matching patterns to Packed Bit Test intrinsics.Bruno Cardoso Lopes2010-08-10
* Turn optimize compares back on with fix. We needed to test that a machine op wasBill Wendling2010-08-10
* Delete some unused instructions.Evan Cheng2010-08-10