ARM: support TLS accesses on Darwin platforms
[oota-llvm.git] / lib / Target / ARM / ARMInstrInfo.td
2016-01-07 Tim NorthoverARM: support TLS accesses on Darwin platforms
2015-12-28 Roman DivackySupport clrex instruction on ARMv6k. Patch by Andrew...
2015-12-16 Reid KlecknerRevert "[ARM] Add ARMv8.2-A FP16 scalar instructions"
2015-12-16 Oliver Stannard[ARM] Add ARMv8.2-A FP16 scalar instructions
2015-12-08 Renato Golin[ARM] Allowing SP/PC for AND/BIC mod_imm_not
2015-12-01 Oliver Stannard[ARM] Add subtarget features for ARMv8.2-A
2015-11-13 James Molloy[ARM] Replace ARMISD::RBIT with ISD::BITREVERSE
2015-10-29 Artyom SkrobovRecognize that ARM1176JZ[F]-S support TrustZone
2015-10-19 Asiri RathnayakeFix mapping of @llvm.arm.ssat/usat intrinsics to ssat...
2015-10-05 Scott Douglass[ARM] Modify codegen for memcpy intrinsic to prefer...
2015-09-25 Saleem AbdulrasoolARM: address WoA division limitation
2015-09-24 Artyom Skrobov[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTar...
2015-08-11 James Molloy[ARM] Replace ARMISD::VMINNM/VMAXNM with ISD::FMINNUM...
2015-07-16 Matthias BraunFix __builtin_setjmp in combination with sjlj exception...
2015-07-08 Mehdi AminiRemove IsLittleEndian from TargetLowering and redirect...
2015-06-05 Peter CollingbourneRevert r238473, "Thumb2: Modify codegen for memcpy...
2015-06-01 Luke CheesemanRe-commit of r238201 with fix for building with shared...
2015-05-31 Tim NorthoverARM: recommit r237590: allow jump tables to be placed...
2015-05-28 Peter CollingbourneThumb2: Modify codegen for memcpy intrinsic to prefer...
2015-05-26 Diego NovilloRevert "Re-commit changes in r237579 with fix for bug...
2015-05-26 Luke CheesemanRe-commit changes in r237579 with fix for bug breaking...
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
next