Temporary revert of 175320.
[oota-llvm.git] / lib / Target / AArch64 /
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-14 Tim NorthoverAArch64: switch from neverHasSideEffects to hasSideEffects.
2013-02-14 Tim NorthoverAArch64: stop claiming that NEON registers are usable...
2013-02-14 Tim NorthoverAArch64: add block comments where missing
2013-02-11 Tim NorthoverAArch64: fix build on some MSVC versions
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-10 Joel JonesSpelling correction
2013-02-06 Tim NorthoverImplement external weak (ELF) symbols on AArch64
2013-02-06 Tim NorthoverAdd AArch64 CRC32 instructions
2013-02-06 Tim NorthoverAdd icache prefetch operations to AArch64
2013-02-05 Jakob Stoklund OlesenMove MRI liveouts to AArch64 return instructions.
2013-02-05 Tim NorthoverFix signed-unsigned comparison warning.
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-02-04 Tim NorthoverGive explicit suffix to integer constant over 32-bits.
2013-02-01 Tim NorthoverRemove currently unused register decoder from AArch64.
2013-01-31 Tim NorthoverUpdate AArch64 backend to changed eliminateFrameIndex...
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.