Re-sort all of the includes with ./utils/sort_includes.py so that
[oota-llvm.git] / lib / Target / AArch64 / AsmParser / AArch64AsmParser.cpp
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.