summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMInstrInfo.td
Commit message (Expand)AuthorAge
* [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
* [ARMv8] Change hasV8Fp to hasFPARMv8, and other command line optionsJoey Gouly2013-09-13
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12
* [ARMv8] Implement the new DMB/DSB operands.Joey Gouly2013-09-05
* Add AArch32 DCPS{1,2,3} and HLT instructions.Richard Barton2013-09-05
* [ARMv8]Joey Gouly2013-08-28
* [ARMv8] Add MC support for the new load/store acquire/release instructions.Joey Gouly2013-08-27
* [ARMv8] Add CodeGen for VMAXNM/VMINNM.Joey Gouly2013-08-23
* ARM: make sure ARM-mode pseudo-inst requires IsARMTim Northover2013-08-23
* ARM: use TableGen patterns to select CMOV operations.Tim Northover2013-08-22
* Make "mov" work for all Thumb2 MOV encodingsMihai Popa2013-08-21
* ARMv8: SWP and SWPB are obsoleted on ARMv8.Joey Gouly2013-08-13
* Allow generation of vmla.f32 instructions when targeting Cortex-A15. The patc...Silviu Baranga2013-07-29
* ARM: remove now unneeded custom Asm convertersTim Northover2013-07-22
* ARM: implement ldrex, strex and clrex intrinsicsTim Northover2013-07-16
* ARM: Add a pack pattern for matching arithmetic shift rightArnold Schwaighofer2013-07-05
* ARM: Fix incorrect pack patternArnold Schwaighofer2013-07-05
* Add a V8FP instruction 'vcvt{b,t}' to convert between half and double precision.Joey Gouly2013-07-04
* This corrects the implementation of Thumb ADR instruction. There are three i...Mihai Popa2013-07-03
* ARM: Fix pseudo-instructions for SRS (Store Return State).Tilmann Scheller2013-06-28
* Add a subtarget feature 'v8' to the ARM backend.Joey Gouly2013-06-26
* ARM: fix more cases where predication may or may not be allowedTim Northover2013-06-26
* This reverts r155000.Joey Gouly2013-06-20
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* ARM: ISB cannot be passed the same options as DMBAmaury de la Vieuville2013-06-10
* ARM: fix CPS decoding when ambiguous with QADDAmaury de la Vieuville2013-06-08
* ARM sched model: Add branch instructionsArnold Schwaighofer2013-06-06
* ARM sched model: Add preload instructionsArnold Schwaighofer2013-06-06
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-06
* ARM sched model: Add more ALU and CMP instructionsArnold Schwaighofer2013-06-05
* This is a simple patch that changes RRX and RRXS to accept all registers as o...Mihai Popa2013-06-05
* Revert series of sched model patches until I figure out what is going on.Arnold Schwaighofer2013-06-04
* ARM sched model: Add branch instructionsArnold Schwaighofer2013-06-04
* ARM sched model: Add preload instructionsArnold Schwaighofer2013-06-04
* ARM sched model: Add more ALU and CMP instructionsArnold Schwaighofer2013-06-04
* The purpose of the patch is to fix the syntax of ARM mrc and mrc2 instruction...Mihai Popa2013-05-13
* s tightens up the encoding description for ARM post-indexed ldr instructions....Mihai Popa2013-04-30
* ARM: Fix encoding of hint instruction for Thumb.Quentin Colombet2013-04-26