ARMv8 IfConversion must skip narrow instructions that a) define CPSR and b) wouldn...
[oota-llvm.git] / lib / Target / ARM / AsmParser / ARMAsmParser.cpp
2014-02-26 Artyom SkrobovARMv8 IfConversion must skip narrow instructions that...
2014-02-23 Saleem AbdulrasoolARMAsmParser: whitespace
2014-02-23 Saleem AbdulrasoolARM IAS: support .align without parameters
2014-02-23 Saleem AbdulrasoolARM IAS: support .short and .hword
2014-02-20 Benjamin KramerRemove unnecessary copy of array_lengthof.
2014-02-17 Kevin EnderbyFix the arm assembler so that this malformed instruction:
2014-02-16 Saleem AbdulrasoolARM IAS: (partially) support .arch_extension directive
2014-02-04 Rafael EspindolaUse the default values.
2014-02-04 David PeixottoFix PR18345: ldr= pseudo instruction produces incorrect...
2014-01-30 Saleem AbdulrasoolARM IAS: support .object_arch
2014-01-30 Saleem AbdulrasoolARM IAS: support .movsp
2014-01-30 Saleem AbdulrasoolARM: suuport .tlsdescseq directive
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-26 Saleem AbdulrasoolARM: improve diagnostics for .word directive
2014-01-23 Rafael EspindolaInitToTextSection is redundant with InitSections. Remov...
2014-01-23 Weiming Zhao[Thumbv8] Fix the value of BLXOperandIndex of isV8Eligi...
2014-01-21 Saleem AbdulrasoolARM IAS: add support for .unwind_raw directive
2014-01-21 Saleem AbdulrasoolARM IAS: support .personalityindex
2014-01-19 Saleem AbdulrasoolMove ARM build attributes into Support
2014-01-19 Saleem AbdulrasoolARM IAS: remove unnecessary special case
2014-01-14 Rafael EspindolaMake getTargetStreamer return a possibly null pointer.
2014-01-13 Saleem Abdulrasoolcorrect target directive handling error handling
2014-01-12 Saleem AbdulrasoolARM IAS: fix diagnostics of improper qualification
2014-01-12 Saleem AbdulrasoolARM: change implicit immediate forms of {ld,st}r{,b...
2014-01-10 Saleem AbdulrasoolARM IAS: support #:{lower,upper}16: for GNU compatibility
2014-01-10 Saleem AbdulrasoolARM IAS: support GNU extension for ldrd, strd
2014-01-08 Saleem AbdulrasoolARM IAS: properly handle expression operands
2014-01-07 David PeixottoAdd ARM fconsts/fconstd aliases for vmov.f32/vmov.f64
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-07 Saleem AbdulrasoolARM IAS: allow more depth in contextual diagnostics
2014-01-07 Saleem AbdulrasoolARM IAS: refactor unwind context
2014-01-07 Saleem AbdulrasoolARM IAS: improve .eabi_attribute handling
2014-01-07 Saleem AbdulrasoolMCParser: introduce Note and use it for ARM AsmParser
2014-01-06 Tim NorthoverARM MachO: sort out isTargetDarwin/isTargetIOS/......
2013-12-30 Saleem AbdulrasoolARM IAS: account for predicated pre-UAL mnemonics
2013-12-29 Saleem AbdulrasoolARM IAS: fix after r198172
2013-12-29 Saleem AbdulrasoolARM: provide VFP aliases for pre-V6 mnemonics
2013-12-29 Saleem AbdulrasoolARM: fix a few typos in comments
2013-12-28 Saleem AbdulrasoolARM IAS: handle errors more appropriately
2013-12-28 Saleem AbdulrasoolARMAsmParser: fix typo in comment
2013-12-26 Joerg SonnenbergerRecognize armv7a and friends as aliases for armv7-a...
2013-12-26 Saleem AbdulrasoolARM IAS: support .even directive
2013-12-20 Saleem AbdulrasoolARM IAS: add support for the .pool directive
2013-12-19 David PeixottoEnsure deterministic when printing ARM assembler consta...
2013-12-19 David PeixottoImplement the .ltorg directive for ARM assembly
2013-12-19 David PeixottoImplement the ldr-pseudo opcode for ARM assembly
2013-12-19 Saleem AbdulrasoolARM IAS: support .inst directive
2013-12-11 Logan Chien[arm] Implement ARM .arch directive.
2013-12-05 Alp TokerCorrect word hyphenations
2013-11-12 Tim NorthoverARM: diagnose invalid system LDM/STM
2013-11-09 Benjamin KramerRemove some unnecessary temporary strings.
2013-11-08 Artyom Skrobov[ARM] In ARMAsmParser, MatchCoprocessorOperandName...
2013-10-28 Logan Chien[arm] Implement eabi_attribute, cpu, and fpu directives.
2013-10-25 Tim NorthoverARM: allow .thumb_func to be separated from symbol...
2013-10-24 Tim NorthoverARM: fix assert on unpredictable POP instruction.
2013-10-23 Artyom SkrobovMake ARM hint ranges consistent, and add tests for...
2013-10-22 Tim NorthoverARM: provide diagnostics on more writeback LDM/STM...
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-10-07 Tim NorthoverARM: allow cortex-m0 to use hint instructions
2013-10-05 Rafael EspindolaRemove some really nasty uses of hasRawTextSupport.
2013-10-03 Amara Emerson[ARM] Warn on deprecated IT blocks in v8 AArch32 assembly.
2013-10-01 Joey Gouly[ARM] Introduce the 'sevl' instruction in ARMv8.
2013-09-30 Tilmann Scheller[ARM] Clean up ARMAsmParser::validateInstruction().
2013-09-30 Tilmann Scheller[ARM] Assembler: ARM LDRD with writeback requires the...
2013-09-27 Tilmann SchellerARM: Teach assembler to enforce constraints for ARM...
2013-09-27 Tilmann SchellerFix comment.
2013-09-27 Tilmann SchellerARM: Teach assembler to enforce constraint for Thumb2...
2013-09-19 Amara Emerson[ARMv8] Add support for the v8 cryptography extensions.
2013-09-18 Joey Gouly[ARMv8] Add CRC instructions.
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-27 Joey Gouly[ARMv8] Add MC support for the new load/store acquire...
2013-08-21 Mihai PopaMake "mov" work for all Thumb2 MOV encodings
2013-08-16 Mihai PopaAdd support for Thumb2 literal loads with negative...
2013-08-16 Mihai PopaFix Thumb2 aliasing complementary instructions taking...
2013-08-15 Mihai PopaThis fixes three issues related to Thumb literal loads:
2013-08-09 Mihai PopaFix assembling of Thumb2 branch instructions.
2013-08-03 Benjamin KramerARMAsmParser: Plug a leak.
2013-08-02 Joey GoulyAdd a missing 'return' statement.
2013-08-02 Joey Gouly[ARMv8] Add an assembler warning for the deprecated...
2013-07-31 Kevin EnderbyAdded the B9.3.19 SUBS PC, LR, #imm (Thumb2) system...
2013-07-22 Mihai PopaThis adds range checking for "ldr Rn, [pc, #imm]" Thumb
2013-07-22 Tim NorthoverARM: remove now unneeded custom Asm converters
2013-07-19 Joey GoulyAdd a line that got missed off somehow. Sorry about...
2013-07-19 Joey Gouly[ARMv8] Implement the NEON instructions VRINT{N, X...
2013-07-09 Joey GoulyAdd MC assembly/disassembly support for VRINT{A, N...
2013-07-09 Joey GoulyAdd MC assembly/disassembly support for VCVT{A, N,...
2013-07-06 Joey GoulyAdd MC support for the v8fp instructions: vmaxnm and...
2013-07-04 Joey GoulyAdd support for MC assembling and disassembling of...
2013-07-03 Tilmann SchellerARM: Prevent ARMAsmParser::shouldOmitCCOutOperand(...
2013-07-03 Mihai PopaThis corrects the implementation of Thumb ADR instruct...
2013-07-01 Chad Rosier[ARMAsmParser] Sort the ARM register lists based on...
2013-06-26 Joey GoulyAdd a subtarget feature 'v8' to the ARM backend.
2013-06-26 Tim NorthoverARM: fix more cases where predication may or may not...
2013-06-26 Tim NorthoverARM: allow predicated barriers in Thumb mode
2013-06-18 Kevin EnderbyChange the arm assembler to support this from the v7c...
2013-06-18 Amaury de la VieuvilleARM: fix literal load with positive offset encoding
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-06-11 Mihai PopaIt adds support for negative zero offsets for loads...
next