Remove extra whitespace. NFC.
[oota-llvm.git] / lib / Target / AArch64 / InstPrinter /
2015-12-25 Craig TopperRemove extra forward declarations and scrub includes...
2015-12-01 Oliver Stannard[AArch64] Add ARMv8.2-A Statistical Profiling Extension
2015-11-26 Oliver Stannard[AArch64] Add ARMv8.2-A new AT instruction variants
2015-11-26 Oliver Stannard[AArch64] Add ARMv8.2-A persistent memory instruction
2015-10-18 Craig TopperMake a bunch of static arrays const.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-10 Craig TopperRemove unnecessary conversion from StringRef to std...
2015-06-09 Matt ArsenaultMC: Add target hook to control symbol quoting
2015-06-02 Vladimir Sukharev[AArch64] Add v8.1a atomic instructions
2015-05-30 Jim GrosbachMC: Clean up MCExpr 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-03-30 Eric ChristopherRemove unused MCSubtargetInfo argument from the AArch64...
2015-03-27 Akira Hatanaka[AArch64InstPrinter] Use the feature bits of the subtar...
2015-03-27 Akira Hatanaka[MCInstPrinter] Enable MCInstPrinter to change its...
2015-03-27 Vladimir Sukharev[AArch64] Don't store available subtarget features...
2014-10-01 Tom Coxon[AArch64] Allow access to all system registers with...
2014-09-03 Benjamin KramerAdd override to overriden virtual methods, remove virtu...
2014-09-02 Alexey SamsonovFix left shifts of negative integers in AArch64 InstPri...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-25 Benjamin KramerRun sort_includes.py on the AArch64 backend.
2014-06-18 Craig TopperReplace some assert(0)'s with llvm_unreachable.
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-05-12 Tim NorthoverTableGen: use PrintMethods to print more aliases
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-24 Tim NorthoverAArch64: print NEON lists with a space.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target responsible...
2013-11-28 NAKAMURA Takumi[CMake] Prune include_directories() in llvm/lib/Target...
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-06 Jiangning LiuImplement AArch64 Neon instruction set Bitwise Extract.
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-17 Kevin QinImplement 3 AArch64 neon instructions : umov smov ins.
2013-09-13 Tim NorthoverAArch64: use RegisterOperand for NEON registers.
2013-08-01 Tim NorthoverAArch64: add initial NEON support
2013-02-05 Tim NorthoverFix formatting in AArch64 backend.
2013-02-05 Tim NorthoverRemove cyclic dependency in AArch64 libraries
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.