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