Add missing breaks to AArch64InstrInfo::isGPRCopy
[oota-llvm.git] / lib / Target / AArch64 / AArch64InstrInfo.cpp
2014-08-01 Renato GolinAdd missing breaks to AArch64InstrInfo::isGPRCopy
2014-07-29 Jiangning LiuImplement AArch64 TTI interface isAsCheapAsAMove.
2014-07-25 Akira Hatanaka[stack protector] Fix a potential security bug in stack...
2014-06-18 Craig TopperReplace some assert(0)'s with llvm_unreachable.
2014-06-17 Tim NorthoverAArch64: estimate inline asm length during branch relax...
2014-06-10 Eric ChristopherRemove a method that was just replacing direct access...
2014-06-10 Eric ChristopherRemove the uses of AArch64TargetMachine and AArch64Subt...
2014-05-27 Tim NorthoverAArch64: implement copies to/from NZCV as a last ditch...
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-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-07 Rafael EspindolaSimplify. No functionality change.
2014-02-13 Hao Liu[AArch64]Add support for spilling FPR8/FPR16.
2014-02-10 Hao Liu[AArch64]Implement the copy of two FPR8 registers by...
2014-01-24 Alp TokerFix known typos
2014-01-24 Kevin Qin[AArch64 NEON] Fix a bug in implementing register copy...
2014-01-17 Hao Liu[AArch64]Fix the problem can't select f16_to_f32 and...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-07 Hao Liu[AArch64]Add support to spill/fill D tuples such as...
2014-01-07 Hao Liu[AArch64]Add support to copy D tuples such as DPair...
2013-12-30 Hao Liu[AArch64]Add code to spill/fill Q register tuples such...
2013-11-26 Kevin Qin[AArch64]Implement 128 bit register copy with NEON.
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-09-17 Kevin QinImplement 3 AArch64 neon instructions : umov smov ins.
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-06-07 Bill WendlingDon't cache the instruction info and register info...
2013-03-27 Tim NorthoverSwitch to LLVM support function abs64 to keep VS2008...
2013-02-15 Tim NorthoverAArch64: add branch fixup pass.
2013-02-15 Tim NorthoverAArch64: remove ConstantIsland pass & put literals...
2013-02-15 Tim NorthoverAArch64: refactor frame handling to use movz/movk for...
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.