Revert r237590, "ARM: allow jump tables to be placed as constant islands."
[oota-llvm.git] / lib / Target / ARM / ARMInstrInfo.td
2015-05-21 Peter CollingbourneRevert r237590, "ARM: allow jump tables to be placed...
2015-05-18 Tim NorthoverARM: allow jump tables to be placed as constant islands.
2015-05-18 Oliver StannardRevert r237579, as it broke windows buildbots
2015-05-18 Oliver Stannard[LLVM - ARM/AArch64] Add ACLE special register intrinsics
2015-05-13 Tim NorthoverARM: remove custom jump table UID
2015-04-29 Tim NorthoverARM: mark branch-like instructions with correct flags.
2015-04-28 Sergey DmitroukReapply r235977 "[DebugInfo] Add debug locations to...
2015-04-28 Daniel JasperRevert "[DebugInfo] Add debug locations to constant...
2015-04-28 Sergey Dmitrouk[DebugInfo] Add debug locations to constant SD nodes
2015-04-16 Vladimir Sukharev[ARM] Add v8.1a "Privileged Access Never" extension
2015-04-07 Ahmed Bougacha[ARM] Mark a bunch of .td Operands with type _MEMORY.
2015-04-01 Vladimir Sukharev[ARM] Rename v8.1a from "extension" to "architecture"
2015-03-26 Vladimir Sukharev[ARM] Add v8.1a "Rounding Double Multiply Add/Subtract...
2015-03-17 Renato Golin[ARM] Add support for ARMV6K subtarget (LLVM)
2015-01-06 Asiri Rathnayake[ARM] Cleanup so_imm* tblgen defintions
2014-12-20 Saleem AbdulrasoolARM: further improve deprecated diagnosis (LDM)
2014-12-16 Saleem AbdulrasoolARM: diagnose deprecated syntax
2014-12-11 Tim NorthoverARM: convert isTargetIOS checks to isTargetDarwin.
2014-12-10 Tim NorthoverARM: correctly expand LDR-lit based globals.
2014-12-02 Asiri RathnayakeRemove unused function.
2014-12-02 Asiri RathnayakeAdd support for ARM modified-immediate assembly syntax.
2014-12-01 Charlie TurnerAdd ARM ERET and HVC virtualisation extension instructions.
2014-11-28 Charlie TurnerFix wrong encoding of MRSBanked.
2014-11-26 Craig TopperReplace neverHasSideEffects=1 with hasSideEffects=0...
2014-11-13 Tim NorthoverARM: add @llvm.arm.space intrinsic for testing Constant...
2014-10-20 Oliver Stannard[ARM] Do not select SMULW[BT] or SMLAW[BT]
2014-09-02 Renato GolinOnly emit movw on ARMv6T2+
2014-08-26 Yi KongARM: Add patterns for dbg
2014-08-18 Robin MorissetMake use of isAtLeastRelease/Acquire in the ARM/AArch64...
2014-08-15 Tim NorthoverARM: implement MRS/MSR (banked reg) system instructions.
2014-07-31 Pete CooperFix bit initializer which was one bit too long, but...
2014-07-23 Tim NorthoverARM: add patterns for [su]xta[bh] from just a shift.
2014-07-23 Tilmann Scheller[ARM] Add earlyclobber constraint to pre/post-indexed...
2014-07-18 Tilmann Scheller[ARM] Add earlyclobber constraint to pre/post-indexed...
2014-07-04 Eric ChristopherMove function dependent resetting of a subtarget variab...
2014-07-03 Yi Kong[ARM] Implement ISB memory barrier intrinsic
2014-06-24 Christian PirkerARM: Fix TPsoft for Thumb mode
2014-06-23 Tim NorthoverARM: mark UBFX as not allowing PC.
2014-06-18 Craig TopperReplace some assert(0)'s with llvm_unreachable.
2014-06-09 Saleem AbdulrasoolARM: add VLA extension for WoA Itanium ABI
2014-05-22 Saleem AbdulrasoolARM: introduce llvm.arm.undefined intrinsic
2014-05-15 Tim NorthoverTableGen/ARM64: print aliases even if they have syntax...
2014-05-14 Saleem AbdulrasoolARM: implement support for the UDF mnemonic
2014-05-12 Louis GerbargAdd support bswap16 to/from memory compiling to rev16...
2014-04-25 Saleem AbdulrasoolARM: remove @llvm.arm.sevl
2014-04-25 Saleem AbdulrasoolARM: provide a new generic hint intrinsic
2014-04-10 Kevin EnderbyFor the ARM integrated assembler add checking of the
2014-04-10 Reid KlecknerRevert "For the ARM integrated assembler add checking...
2014-04-09 Kevin EnderbyFor the ARM integrated assembler add checking of the
2014-04-04 Stepan DyatkovskiyFix for PR18921 (LDRD/STRD part)::
2014-04-03 Tim NorthoverARM: tell LLVM about zext properties of ldrexb/ldrexh
2014-04-03 Tim NorthoverARM: expand atomic ldrex/strex loops in IR
2014-04-01 Tim NorthoverARM: add cyclone CPU with ZeroCycleZeroing feature.
2014-03-26 Tim NorthoverARM: add intrinsics for the v8 ldaex/stlex
2014-03-11 Tim NorthoverARM: simplify EmitAtomicBinary64
2014-01-27 David PeixottoFix unsupported addressing mode assertion for pld
2014-01-23 Tim NorthoverARM: use litpools for normal i32 imms when compiling...
2014-01-18 Benjamin KramerARM: Let the assembler reject v5 instructions in v4...
2014-01-17 Renato GolinAdd MLA alias for ARMv4 support.
2014-01-14 Tim NorthoverARM: add constraint that RdLo != Rn != RdHi for v5...
2014-01-14 Tim NorthoverARM: remove unused UMAALv5 node
2014-01-12 Saleem AbdulrasoolARM: change implicit immediate forms of {ld,st}r{,b...
2014-01-12 Joerg SonnenbergerAdd missing mul aliases for armv4 support. Add checks...
2014-01-10 Saleem AbdulrasoolARM: fix regression caused by r198914
2014-01-10 Saleem AbdulrasoolARM IAS: support GNU extension for ldrd, strd
2014-01-10 Saleem AbdulrasoolARM IAS: support implicit immediate 0s for {LD,ST}R...
2014-01-06 Tim NorthoverARM MachO: sort out isTargetDarwin/isTargetIOS/......
2014-01-05 Saleem AbdulrasoolARM: style changes to LDRD, STRD definition
2013-12-23 Saleem AbdulrasoolARM: bkpt has an implicit immediate constant 0
2013-12-04 Chad RosierUpdate the UseFusedMAC definition to directly specify...
2013-12-02 Tim NorthoverARM: add pseudo-instructions for lit-pool global materi...
2013-11-25 Tim NorthoverARM: remove special cases for Darwin dynamic-no-pic...
2013-11-25 Tim NorthoverARM: remove unused patterns.
2013-11-08 Artyom Skrobov[ARM] Handling for coprocessor instructions that are...
2013-10-29 Bernard OgdenARM: Add subtarget feature for CRC
2013-10-24 Tim NorthoverARM: Mark double-precision instructions as such
2013-10-23 Artyom SkrobovMake ARM hint ranges consistent, and add tests for...
2013-10-18 Silviu BarangaAdd hardware division as a default feature on Cortex...
2013-10-07 Tim NorthoverARM: allow cortex-m0 to use hint instructions
2013-10-03 Amara Emerson[ARM] Warn on deprecated IT blocks in v8 AArch32 assembly.
2013-10-01 Tim NorthoverARM: support interrupt attribute
2013-10-01 Joey Gouly[ARM] Introduce the 'sevl' instruction in ARMv8.
2013-09-26 Amara Emerson[ARM] Use the load-acquire/store-release instructions...
2013-09-23 Amara Emerson[ARM] Split A/R class into separate subtarget features.
2013-09-19 Amara Emerson[ARMv8] Add support for the v8 cryptography extensions.
2013-09-18 Joey Gouly[ARMv8] Add CRC instructions.
2013-09-13 Joey Gouly[ARMv8] Change hasV8Fp to hasFPARMv8, and other command...
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-09-05 Joey Gouly[ARMv8] Implement the new DMB/DSB operands.
2013-09-05 Richard BartonAdd AArch32 DCPS{1,2,3} and HLT instructions.
2013-08-28 Joey Gouly[ARMv8]
2013-08-27 Joey Gouly[ARMv8] Add MC support for the new load/store acquire...
2013-08-23 Joey Gouly[ARMv8] Add CodeGen for VMAXNM/VMINNM.
2013-08-23 Tim NorthoverARM: make sure ARM-mode pseudo-inst requires IsARM
2013-08-22 Tim NorthoverARM: use TableGen patterns to select CMOV operations.
2013-08-21 Mihai PopaMake "mov" work for all Thumb2 MOV encodings
2013-08-13 Joey GoulyARMv8: SWP and SWPB are obsoleted on ARMv8.
2013-07-29 Silviu BarangaAllow generation of vmla.f32 instructions when targetin...
2013-07-22 Tim NorthoverARM: remove now unneeded custom Asm converters
2013-07-16 Tim NorthoverARM: implement ldrex, strex and clrex intrinsics
next