summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMInstrInfo.td
Commit message (Expand)AuthorAge
* ARM: Fix TPsoft for Thumb modeChristian Pirker2014-06-24
* ARM: mark UBFX as not allowing PC.Tim Northover2014-06-23
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-18
* ARM: add VLA extension for WoA Itanium ABISaleem Abdulrasool2014-06-09
* ARM: introduce llvm.arm.undefined intrinsicSaleem Abdulrasool2014-05-22
* TableGen/ARM64: print aliases even if they have syntax variants.Tim Northover2014-05-15
* ARM: implement support for the UDF mnemonicSaleem Abdulrasool2014-05-14
* Add support bswap16 to/from memory compiling to rev16 on ARM/ThumbLouis Gerbarg2014-05-12
* ARM: remove @llvm.arm.sevlSaleem Abdulrasool2014-04-25
* ARM: provide a new generic hint intrinsicSaleem Abdulrasool2014-04-25
* For the ARM integrated assembler add checking of theKevin Enderby2014-04-10
* Revert "For the ARM integrated assembler add checking of the alignments on vl...Reid Kleckner2014-04-10
* For the ARM integrated assembler add checking of theKevin Enderby2014-04-09
* Fix for PR18921 (LDRD/STRD part)::Stepan Dyatkovskiy2014-04-04
* ARM: tell LLVM about zext properties of ldrexb/ldrexhTim Northover2014-04-03
* ARM: expand atomic ldrex/strex loops in IRTim Northover2014-04-03
* ARM: add cyclone CPU with ZeroCycleZeroing feature.Tim Northover2014-04-01
* ARM: add intrinsics for the v8 ldaex/stlexTim Northover2014-03-26
* ARM: simplify EmitAtomicBinary64Tim Northover2014-03-11
* Fix unsupported addressing mode assertion for pldDavid Peixotto2014-01-27
* ARM: use litpools for normal i32 imms when compiling minsize.Tim Northover2014-01-23
* ARM: Let the assembler reject v5 instructions in v4 mode.Benjamin Kramer2014-01-18
* Add MLA alias for ARMv4 support.Renato Golin2014-01-17
* ARM: add constraint that RdLo != Rn != RdHi for v5 MLA insts.Tim Northover2014-01-14
* ARM: remove unused UMAALv5 nodeTim Northover2014-01-14
* ARM: change implicit immediate forms of {ld,st}r{,b}t to psuedo-instructionsSaleem Abdulrasool2014-01-12
* Add missing mul aliases for armv4 support. Add checks that armv4 canJoerg Sonnenberger2014-01-12
* ARM: fix regression caused by r198914Saleem Abdulrasool2014-01-10
* ARM IAS: support GNU extension for ldrd, strdSaleem Abdulrasool2014-01-10
* ARM IAS: support implicit immediate 0s for {LD,ST}R{B,}TSaleem Abdulrasool2014-01-10
* ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.Tim Northover2014-01-06
* ARM: style changes to LDRD, STRD definitionSaleem Abdulrasool2014-01-05
* ARM: bkpt has an implicit immediate constant 0Saleem Abdulrasool2013-12-23
* Update the UseFusedMAC definition to directly specify its dependence on havingChad Rosier2013-12-04
* ARM: add pseudo-instructions for lit-pool global materialisationTim Northover2013-12-02
* ARM: remove special cases for Darwin dynamic-no-pic mode.Tim Northover2013-11-25
* ARM: remove unused patterns.Tim Northover2013-11-25
* [ARM] Handling for coprocessor instructions that are undefined starting from ...Artyom Skrobov2013-11-08
* ARM: Add subtarget feature for CRCBernard Ogden2013-10-29
* ARM: Mark double-precision instructions as suchTim Northover2013-10-24
* Make ARM hint ranges consistent, and add tests for these rangesArtyom Skrobov2013-10-23
* Add hardware division as a default feature on Cortex-A15. Also add test cases...Silviu Baranga2013-10-18
* ARM: allow cortex-m0 to use hint instructionsTim Northover2013-10-07
* [ARM] Warn on deprecated IT blocks in v8 AArch32 assembly.Amara Emerson2013-10-03
* ARM: support interrupt attributeTim Northover2013-10-01
* [ARM] Introduce the 'sevl' instruction in ARMv8.Joey Gouly2013-10-01
* [ARM] Use the load-acquire/store-release instructions optimally in AArch32.Amara Emerson2013-09-26
* [ARM] Split A/R class into separate subtarget features.Amara Emerson2013-09-23
* [ARMv8] Add support for the v8 cryptography extensions.Amara Emerson2013-09-19
* [ARMv8] Add CRC instructions.Joey Gouly2013-09-18