summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/AsmParser
Commit message (Expand)AuthorAge
* ARM IAS: properly handle expression operandsSaleem Abdulrasool2014-01-08
* Add ARM fconsts/fconstd aliases for vmov.f32/vmov.f64David Peixotto2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* ARM IAS: allow more depth in contextual diagnosticsSaleem Abdulrasool2014-01-07
* ARM IAS: refactor unwind contextSaleem Abdulrasool2014-01-07
* ARM IAS: improve .eabi_attribute handlingSaleem Abdulrasool2014-01-07
* MCParser: introduce Note and use it for ARM AsmParserSaleem Abdulrasool2014-01-07
* ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.Tim Northover2014-01-06
* ARM IAS: account for predicated pre-UAL mnemonicsSaleem Abdulrasool2013-12-30
* ARM IAS: fix after r198172Saleem Abdulrasool2013-12-29
* ARM: provide VFP aliases for pre-V6 mnemonicsSaleem Abdulrasool2013-12-29
* ARM: fix a few typos in commentsSaleem Abdulrasool2013-12-29
* ARM IAS: handle errors more appropriatelySaleem Abdulrasool2013-12-28
* ARMAsmParser: fix typo in commentSaleem Abdulrasool2013-12-28
* Recognize armv7a and friends as aliases for armv7-a etc. for the purposeJoerg Sonnenberger2013-12-26
* ARM IAS: support .even directiveSaleem Abdulrasool2013-12-26
* ARM IAS: add support for the .pool directiveSaleem Abdulrasool2013-12-20
* Ensure deterministic when printing ARM assembler constant poolsDavid Peixotto2013-12-19
* Implement the .ltorg directive for ARM assemblyDavid Peixotto2013-12-19
* Implement the ldr-pseudo opcode for ARM assemblyDavid Peixotto2013-12-19
* ARM IAS: support .inst directiveSaleem Abdulrasool2013-12-19
* [arm] Implement ARM .arch directive.Logan Chien2013-12-11
* Correct word hyphenationsAlp Toker2013-12-05
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-28
* [CMake] Prune include_directories() in llvm/lib/Target. add_llvm_target() set...NAKAMURA Takumi2013-11-28
* 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