aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/AArch64ISelLowering.cpp
AgeCommit message (Expand)Author
2013-03-08AArch64: expand sincos operations, we don't support them.Tim Northover
2013-02-28AArch64: be more careful resorting to inefficient addressing for weak vars.Tim Northover
2013-02-28AArch64: don't drop GlobalAddress offset when handling extern_weak decls.Tim Northover
2013-02-28AArch64: Use cbnz instead of cmp/b.ne pair for atomic operations.Tim Northover
2013-02-17AArch64: Avoid shifts by 64, that's undefined behavior.Benjamin Kramer
2013-02-15AArch64: remove ConstantIsland pass & put literals in separate section.Tim Northover
2013-02-14AArch64: stop claiming that NEON registers are usable for now.Tim Northover
2013-02-10Spelling correctionJoel Jones
2013-02-06Implement external weak (ELF) symbols on AArch64Tim Northover
2013-02-05Move MRI liveouts to AArch64 return instructions.Jakob Stoklund Olesen
2013-02-05Fix signed-unsigned comparison warning.Tim Northover
2013-02-05Fix formatting in AArch64 backend.Tim Northover
2013-02-05Remove cyclic dependency in AArch64 librariesTim Northover
2013-01-31Add AArch64 as an experimental target.Tim Northover