AArch64: Avoid shifts by 64, that's undefined behavior.
[oota-llvm.git] / lib / Target / AArch64 / AArch64ISelLowering.cpp
2013-02-17 Benjamin KramerAArch64: Avoid shifts by 64, that's undefined behavior.
2013-02-15 Tim NorthoverAArch64: remove ConstantIsland pass & put literals...
2013-02-14 Tim NorthoverAArch64: stop claiming that NEON registers are usable...
2013-02-10 Joel JonesSpelling correction
2013-02-06 Tim NorthoverImplement external weak (ELF) symbols on 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 formatting in AArch64 backend.
2013-02-05 Tim NorthoverRemove cyclic dependency in AArch64 libraries
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.