Revert "Centralize the information about which object format we are using."
[oota-llvm.git] / lib / Target / AArch64 / AsmParser / AArch64AsmParser.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-13 Ahmed Bougacha[AArch64] Provide "too few operands" diags on short...
2015-07-27 Colin LeMahieu[llvm-mc] Pushing plumbing through for --fatal-warnings...
2015-07-01 Arnaud A. de Grand... [AArch64] Implement add/adds/sub/subs/cmp/cmn with...
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-08 Ranjeet Singh[AArch64] AsmParser should be case insensitive about...
2015-06-02 Vladimir Sukharev[AArch64] Add v8.1a atomic instructions
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-28 Chad RosierReuse Loc variable. NFC.
2015-05-27 Rafael EspindolaUse operator<< instead of print in a few more places.
2015-05-23 Benjamin Kramer[AArch64] Move AArch64TargetStreamer out of MCStreamer.h
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-04-30 Tim NorthoverAArch64: add BFC alias for the BFI/BFM instructions.
2015-04-16 Vladimir Sukharev[AArch64] Refactor AArch64NamedImmMapper to become...
2015-04-07 Tim NorthoverAArch64: disallow "fmov sD, #-0.0" during assembly.
2015-03-27 Vladimir Sukharev[AArch64] Don't store available subtarget features...
2015-03-26 Vladimir Sukharev[AArch64] Move initializations of AArch64NamedImmMapper...
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-03-08 Benjamin KramerMake static variables const if possible. Makes them...
2015-02-04 Frederic RissFix some unnoticed/unwanted behavior change from r222319.
2015-01-22 Tim NorthoverAArch64: decode all MRS/MSR forms early to avoid saving...
2015-01-03 Craig TopperMinor cleanup to all the switches after MatchInstructio...
2014-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
2014-11-11 Rafael EspindolaMCAsmParserExtension has a copy of the MCAsmParser...
2014-10-22 Chad Rosier[AArch64] Add support for the .inst directive.
2014-09-23 Jim GrosbachAArch64: allow constant expressions for shifted reg...
2014-08-29 Alexey SamsonovMake isValidMCLOHType take unsigned instead of enum...
2014-08-18 Tim NorthoverTableGen: allow use of uint64_t for available features...
2014-07-25 Benjamin KramerRun sort_includes.py on the AArch64 backend.
2014-07-23 Tim NorthoverAArch64: remove "arm64_be" support in favour of "aarch6...
2014-07-18 David PeixottoMC: support different sized constants in constant pools
2014-07-17 Arnaud A. de Grand... [AArch64] Cleanup AsmParser: no need to use dyn_cast...
2014-07-10 Arnaud A. de Grand... [AArch64] Add logical alias instructions to MC AsmParser
2014-07-08 Arnaud A. de Grand... Truncate the immediate in logical operation to the...
2014-07-02 Saleem Abdulrasoolaarch64: support target-specific .req assembler directive
2014-06-24 Weiming ZhaoResubmit commit r211533
2014-06-23 Rafael EspindolaThis reverts commit r211533 and r211539.
2014-06-23 Weiming ZhaoFix PR20056: Implement pseudo LDR <reg>, =<literal...
2014-06-19 Craig TopperConvert some assert(0) to llvm_unreachable or fold...
2014-06-10 Artyom SkrobovCondition codes AL and NV are invalid in the aliases...
2014-06-08 David BlaikieAsmMatchers: Use unique_ptr to manage ownership of...
2014-05-29 Artyom SkrobovAdd missing check when MatchInstructionImpl() reports...
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-24 Tim NorthoverAArch64/ARM64: remove AArch64 from tree prior to renami...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-03-30 Stepan DyatkovskiyPR18929:
2014-03-04 Kevin Qin[AArch64]Fix improper diagnostics about offset range...
2014-02-24 Christian PirkerAdd AArch64 big endian Target (aarch64_be)
2014-02-10 Chad Rosier[AArch64] Handle aliases of conditional branches withou...
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-20 Kevin Qin[AArch64 NEON] Accept both #0.0 and #0 for comparing...
2014-01-13 Saleem Abdulrasoolcorrect target directive handling error handling
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-11-22 Hao LiuFix a Cygwin build failure caused by enum values starti...
2013-11-22 Hao LiuRevert last change by haoliu because of buildbot failure.
2013-11-22 Hao LiuFix a Cygwin build failure caused by enum values starti...
2013-11-19 Hao LiuImplement AArch64 neon instructions class SIMD lsone...
2013-11-19 Kevin Qinimplement MC layer of AArch64 neon instruction PMULL...
2013-11-15 Alexey SamsonovHopefully fix uninitialized memory read in AArch64AsmPa...
2013-11-09 Benjamin KramerRemove some unnecessary temporary strings.
2013-11-05 Hao LiuImplement AArch64 post-index vector load/store multiple...
2013-10-31 Chad Rosier[AArch64] Add support for NEON scalar shift immediate...
2013-10-10 Hao LiuImplement AArch64 vector load/store multiple N-element...
2013-10-10 Rafael EspindolaRevert "Implement AArch64 vector load/store multiple...
2013-10-10 Hao LiuImplement AArch64 vector load/store multiple N-element...
2013-09-13 Tim NorthoverAArch64: use RegisterOperand for NEON registers.
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-09-04 Hao LiuInplement aarch64 neon instructions in AdvSIMD(shift...
2013-08-01 Tim NorthoverAArch64: add initial NEON support
2013-07-15 Craig TopperMake some arrays 'static const'
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-03-15 Eric ChristopherSilence anonymous type in anonymous union warnings.
2013-02-20 Jim GrosbachMCParser: Update method names per coding guidelines.
2013-02-14 Tim NorthoverAArch64: add block comments where missing
2013-02-11 Tim NorthoverAArch64: Simplify logic in deciding whether bfi is...
2013-02-11 Tim NorthoverMake use of DiagnosticType to provide better AArch64...
2013-02-05 Tim NorthoverFix remaining StringRef abuse.
2013-02-05 Tim NorthoverFix formatting in AArch64 backend.
2013-02-05 Tim NorthoverRemove cyclic dependency in AArch64 libraries
2013-02-04 Tim NorthoverFix some abuses of StringRef
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.