Add missing check when MatchInstructionImpl() reports failure
[oota-llvm.git] / lib / Target / AArch64 / AsmParser / AArch64AsmParser.cpp
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.