[ARM64] Add WZR to isGPR32Register, since every use needs to check for this anyway.
[oota-llvm.git] / lib / Target / ARM64 / AsmParser / ARM64AsmParser.cpp
2014-04-09 Bradley Smith[ARM64] Add WZR to isGPR32Register, since every use...
2014-04-09 Bradley Smith[ARM64] Move CPSRField and DBarrier operands over to...
2014-04-09 Bradley Smith[ARM64] Switch the decoder, disassembler, instprinter...
2014-04-09 Bradley Smith[ARM64] Move ARM64BaseInfo.{cpp,h} into a Utils/ subdir...
2014-04-09 Bradley Smith[ARM64] Add support for NV condition code (exists only...
2014-04-09 Bradley Smith[ARM64] Add parsing for vector lists such as {v0.8b...
2014-04-09 Bradley Smith[ARM64] Correctly alias LSL to UXTW for 32bit instructi...
2014-04-01 Aaron BallmanFixing warnings in the MSVC build. No functional change...
2014-03-30 Chandler Carruth[ARM64] Fix a heap-use-after-free spotted by ASan.
2014-03-29 Dmitri GribenkoFix a few -Wdocumentation warnings
2014-03-29 Tim NorthoverARM64: initial backend import