Revert "Centralize the information about which object format we are using."
[oota-llvm.git] / lib / Target / ARM / AsmParser / ARMAsmParser.cpp
2015-08-14 Rafael EspindolaRevert "Centralize the information about which object...
2015-08-14 Rafael EspindolaCentralize the information about which object format...
2015-08-01 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-07-27 Alexandros Lamprineas- Added support for parsing HWDiv features using Target...
2015-07-27 Colin LeMahieu[llvm-mc] Pushing plumbing through for --fatal-warnings...
2015-07-14 Hans WennborgARMAsmParser: Take MCInst param by const-ref
2015-07-13 Scott Douglass[ARM] Handle commutativity when converting to tADDhirr...
2015-07-13 Scott Douglass[ARM] Add Thumb2 ADD with SP narrowing from 3 operand...
2015-07-13 Scott Douglass[ARM] Small refactor of tryConvertingToTwoOperandForm...
2015-07-10 Duncan P. N. Exon... MC: Only allow changing feature bits in MCSubtargetInfo
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo::InitCPUSched()
2015-07-09 Scott Douglass[ARM] Thumb1 3 to 2 operand convertion for commutative...
2015-07-09 Scott Douglass[ARM] Don't be overzealous converting Thumb1 3 to 2...
2015-07-09 Scott Douglass[ARM] Add Thumb2 ADD with PC narrowing from 3 operand...
2015-07-09 Scott Douglass[ARM] Refactor converting Thumb1 from 3 to 2 operand...
2015-06-30 Ranjeet SinghReverting r241058 because it's causing buildbot failures.
2015-06-30 Ranjeet SinghThere are a few places where subtarget features are...
2015-06-22 Pete CooperChange .thumb_set to have the same error checks as...
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-09 Aaron BallmanRemoving spurious semi colons; NFC.
2015-06-05 John Brawn[ARM] Add knowledge of FPU subtarget features to Target...
2015-05-30 Renato GolinComment change. NFC
2015-05-30 Renato Golin[ARMTargetParser] Move IAS arch ext parser. NFC
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-27 Rafael EspindolaUse operator<< instead of print in a few more places.
2015-05-26 Michael KupersteinUse std::bitset for SubtargetFeatures.
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-05-13 Michael KupersteinReverting r237234, "Use std::bitset for SubtargetFeatures"
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-05-12 Renato GolinChange TargetParser enum names to avoid macro conflicts...
2015-05-08 Renato GolinTargetParser: FPU/ARCH/EXT parsing refactory - NFC
2015-04-16 Vladimir Sukharev[ARM] Add v8.1a "Privileged Access Never" extension
2015-04-15 Charlie TurnerFix BXJ is undefined in AArch32.
2015-04-14 Alexander KornienkoRefactor: Simplify boolean expressions in ARM target
2015-04-01 Vladimir Sukharev[ARM] Rename v8.1a from "extension" to "architecture"
2015-03-26 Vladimir Sukharev[AArch64, ARM] Add v8.1a architecture and generic cpu
2015-03-24 Michael KupersteinRevert "Use std::bitset for SubtargetFeatures"
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-12 Asiri RathnayakeARM: Fix another regression introduced in r223113
2015-02-04 Bradley Smith[ARM] Fix subtarget feature set truncation when using...
2015-02-04 Frederic RissFix some unnoticed/unwanted behavior change from r222319.
2015-01-31 Saleem AbdulrasoolARM: make a table more readable (NFC)
2015-01-30 Saleem AbdulrasoolARM: further correct .fpu directive handling
2015-01-30 Saleem AbdulrasoolARM: improve caret diagnostics for invalid FPU name
2015-01-30 Saleem AbdulrasoolARM: correct handling of .fpu directive
2015-01-14 Jyoti AllurCorrect POP handling for v7m
2015-01-13 Saleem AbdulrasoolARM: prepare prefix parsing for improved AAELF support
2015-01-07 Asiri RathnayakeFix regression in r225266.
2015-01-06 Asiri Rathnayake[ARM] Cleanup so_imm* tblgen defintions
2015-01-05 Charlie TurnerParse Tag_compatibility correctly.
2015-01-03 Craig TopperMinor cleanup to all the switches after MatchInstructio...
2014-12-18 Saleem AbdulrasoolARM: fix an off-by-one in the register list access
2014-12-18 Saleem AbdulrasoolARM: improve instruction validation for thumb mode
2014-12-09 Asiri RathnayakeFix modified immediate bug reported by MC Hammer.
2014-12-04 Roman DivackyAdd a FIXME as requested by Renato Golin.
2014-12-04 Asiri RathnayakeFix yet another unseen regression caused by r223113
2014-12-04 Asiri RathnayakeFix a minor regression introduced in r223113
2014-12-04 Rafael EspindolaRevert "[Thumb/Thumb2] Added restrictions on PC, LR...
2014-12-04 Jyoti Allur[Thumb/Thumb2] Added restrictions on PC, LR, SP in...
2014-12-03 Roman DivackyChange the name to be in style.
2014-12-02 Roman DivackyIntroduce CPUStringIsValid() into MCSubtargetInfo and...
2014-12-02 Asiri RathnayakeAdd support for ARM modified-immediate assembly syntax.
2014-12-01 Charlie TurnerAdd ARM ERET and HVC virtualisation extension instructions.
2014-11-21 Joerg SonnenbergerFix transformation of add with pc argument to adr for...
2014-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
2014-11-11 Rafael EspindolaMCAsmParserExtension has a copy of the MCAsmParser...
2014-11-05 Oliver Stannard[ARM] Honor FeatureD16 in the assembler and disassembler
2014-10-22 Jyoti Allur[Thumb/Thumb2] Implement restrictions on SP in register...
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-10-01 Oliver Stannard[ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP...
2014-09-26 Renato GolinElide repeated register operand in Thumb1 instructions
2014-09-25 Renato GolinAdd aliases for VAND imm to VBIC ~imm
2014-09-24 Oliver Stannard[Thumb] 32-bit encodings of 'cps' are not valid for v7M
2014-09-18 Saleem AbdulrasoolARM: prevent crash on ELF directives on COFF
2014-09-18 Saleem AbdulrasoolARM: use a more precise check for MachO
2014-09-01 Renato GolinThumb2 M-class MSR instruction support changes
2014-08-18 Tim NorthoverTableGen: allow use of uint64_t for available features...
2014-08-17 Saleem AbdulrasoolARM: correct toggling behaviour
2014-08-16 Nico Weberarm asm: Let .fpu enable instructions, PR20447.
2014-08-15 Tim NorthoverARM: implement MRS/MSR (banked reg) system instructions.
2014-08-04 Renato GolinAllow CP10/CP11 operations on ARMv5/v6
2014-08-01 Tilmann Scheller[ARM] Make the assembler reject unpredictable pre/post...
2014-08-01 Tilmann Scheller[ARM] Make the assembler reject unpredictable pre/post...
2014-08-01 Tilmann Scheller[ARM] Make the assembler reject unpredictable pre/post...
2014-07-27 Saleem AbdulrasoolARM: correct handling of features in arch_extension
2014-07-27 Saleem AbdulrasoolARM: convert loop to range based
2014-07-24 Tilmann Scheller[ARM] Make the assembler reject unpredictable pre/post...
2014-07-23 Tilmann Scheller[ARM] Make the assembler reject unpredictable pre/post...
2014-07-23 Tilmann Scheller[ARM] Make the assembler reject unpredictable pre/post...
2014-06-26 Renato GolinAdded parsing co-processor names starting with "cr"
2014-06-08 David BlaikieAsmMatchers: Use unique_ptr to manage ownership of...
2014-05-17 Saleem AbdulrasoolARM: whitespace
2014-05-14 Saleem AbdulrasoolARM: implement support for the UDF mnemonic
2014-05-01 Richard BartonCorrection to assert statemtent to allow 32-bit unsigne...
2014-04-27 Rafael EspindolaAdd emitThumbSet to the arm target streamer.
2014-04-27 Rafael EspindolaAvoid using MCSymbolData on the asm streamer.
next