summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/AsmParser
Commit message (Expand)AuthorAge
* ARM: diagnose invalid system LDM/STMTim Northover2013-11-12
* Remove some unnecessary temporary strings.Benjamin Kramer2013-11-09
* [ARM] In ARMAsmParser, MatchCoprocessorOperandName() permitted p10 and p11 as...Artyom Skrobov2013-11-08
* [arm] Implement eabi_attribute, cpu, and fpu directives.Logan Chien2013-10-28
* ARM: allow .thumb_func to be separated from symbol definitionTim Northover2013-10-25
* ARM: fix assert on unpredictable POP instruction.Tim Northover2013-10-24
* Make ARM hint ranges consistent, and add tests for these rangesArtyom Skrobov2013-10-23
* ARM: provide diagnostics on more writeback LDM/STM instructionsTim Northover2013-10-22
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* ARM: allow cortex-m0 to use hint instructionsTim Northover2013-10-07
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-05
* [ARM] Warn on deprecated IT blocks in v8 AArch32 assembly.Amara Emerson2013-10-03
* [ARM] Introduce the 'sevl' instruction in ARMv8.Joey Gouly2013-10-01
* [ARM] Clean up ARMAsmParser::validateInstruction().Tilmann Scheller2013-09-30
* [ARM] Assembler: ARM LDRD with writeback requires the base register to be dif...Tilmann Scheller2013-09-30
* ARM: Teach assembler to enforce constraints for ARM LDRD destination register...Tilmann Scheller2013-09-27
* Fix comment.Tilmann Scheller2013-09-27
* ARM: Teach assembler to enforce constraint for Thumb2 LDRD (literal/immediate...Tilmann Scheller2013-09-27
* [ARMv8] Add support for the v8 cryptography extensions.Amara Emerson2013-09-19
* [ARMv8] Add CRC instructions.Joey Gouly2013-09-18
* 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] Add MC support for the new load/store acquire/release instructions.Joey Gouly2013-08-27
* Make "mov" work for all Thumb2 MOV encodingsMihai Popa2013-08-21
* Add support for Thumb2 literal loads with negative zero offsetMihai Popa2013-08-16
* Fix Thumb2 aliasing complementary instructions taking modified immediatesMihai Popa2013-08-16
* This fixes three issues related to Thumb literal loads:Mihai Popa2013-08-15
* Fix assembling of Thumb2 branch instructions.Mihai Popa2013-08-09
* ARMAsmParser: Plug a leak.Benjamin Kramer2013-08-03
* Add a missing 'return' statement.Joey Gouly2013-08-02
* [ARMv8] Add an assembler warning for the deprecated 'setend' instruction.Joey Gouly2013-08-02
* Added the B9.3.19 SUBS PC, LR, #imm (Thumb2) system instruction.Kevin Enderby2013-07-31
* This adds range checking for "ldr Rn, [pc, #imm]" Thumb Mihai Popa2013-07-22
* ARM: remove now unneeded custom Asm convertersTim Northover2013-07-22
* Add a line that got missed off somehow. Sorry about that!Joey Gouly2013-07-19
* [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}.Joey Gouly2013-07-19
* Add MC assembly/disassembly support for VRINT{A, N, P, M} to V8FP.Joey Gouly2013-07-09
* Add MC assembly/disassembly support for VCVT{A, N, P, M} to V8FP.Joey Gouly2013-07-09
* Add MC support for the v8fp instructions: vmaxnm and vminnm.Joey Gouly2013-07-06
* Add support for MC assembling and disassembling of vsel{ge, gt, eq, vs} instr...Joey Gouly2013-07-04
* ARM: Prevent ARMAsmParser::shouldOmitCCOutOperand() from misidentifying certa...Tilmann Scheller2013-07-03
* This corrects the implementation of Thumb ADR instruction. There are three i...Mihai Popa2013-07-03
* [ARMAsmParser] Sort the ARM register lists based on the encoding value, not theChad Rosier2013-07-01
* 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
* ARM: allow predicated barriers in Thumb modeTim Northover2013-06-26
* Change the arm assembler to support this from the v7c spec:Kevin Enderby2013-06-18
* ARM: fix literal load with positive offset encodingAmaury de la Vieuville2013-06-18
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18