Re-sort all of the includes with ./utils/sort_includes.py so that
[oota-llvm.git] / lib / Target / ARM / AsmParser / ARMAsmParser.cpp
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...
2013-06-10 Tim NorthoverARM: diagnose ARM/Thumb assembly switches on CPUs only...
2013-06-10 Amaury de la VieuvilleFix misleading comments in ARMAsmParser
2013-06-10 Amaury de la VieuvilleARM: ISB cannot be passed the same options as DMB
2013-05-31 Tim NorthoverARM: permit upper-case BE/LE on setend instruction
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-05-19 Benjamin KramerReplace some bit operations with simpler ones. No funct...
2013-05-10 Logan ChienImplement AsmParser for ARM unwind directives.
2013-05-05 Dmitri GribenkoAdd ArrayRef constructor from None, and do the cleanups...
2013-04-26 Quentin ColombetARM: Fix encoding of hint instruction for Thumb.
2013-04-18 Chad Rosier[asm parser] Add support for predicating MnemonicAlias...
2013-04-17 Quentin ColombetFix treatment of ARM unallocated hint instructions.
2013-04-15 Jim GrosbachARM: Add VACLT and VACLE assembly aliases.
2013-03-19 Chad RosierFix pr13145 - Naming a function like a register name...
2013-03-15 Eric ChristopherSilence anonymous type in anonymous union warnings.
2013-02-23 Jim GrosbachARM: Convenience aliases for 'srs*' instructions.
2013-02-20 Jim GrosbachMCParser: Update method names per coding guidelines.
2013-02-14 Kristof BeylsMake ARMAsmParser accept the correct alignment specifie...
2013-02-06 Jim GrosbachARM: Use MCTargetAsmParser::validateTargetOperandClass().
2013-01-31 Chandler CarruthSwitch the code added in r173885 to use the new, shiny...
2013-01-30 Jack CarterThis patch implements runtime ARM specific
2013-01-09 Joel JonesFix description of ARMOperand
2013-01-09 Eric ChristopherLast in the series of removing unnecessary '0' argument...
2013-01-07 Jordan RoseChange SMRange to be half-open (exclusive end) instead...
2012-12-20 Roman DivackyRemove MCTargetAsmLexer and its derived classes now...
2012-12-14 Kevin EnderbyMake sure the alternate PC+imm syntax of LDR instructio...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-16 Weiming ZhaoRemove hard coded registers in ARM ldrexd and strexd...
2012-10-25 Chad Rosier[ms-inline asm] Add support for creating AsmRewrites...
next