aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/AArch64
AgeCommit message (Expand)Author
2013-03-08AArch64: expand sincos operations, we don't support them.Tim Northover
2013-02-28AArch64: remove post-encoder method from FCMP (immediate) instructions.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-24TypoFrancois Pichet
2013-02-21Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky
2013-02-20MCParser: Update method names per coding guidelines.Jim Grosbach
2013-02-19Remove some unused private fields from the AArch64MCCodeEmitter. TheseChandler Carruth
2013-02-18Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie
2013-02-17AArch64: Avoid shifts by 64, that's undefined behavior.Benjamin Kramer
2013-02-15AArch64: add branch fixup pass.Tim Northover
2013-02-15AArch64: remove ConstantIsland pass & put literals in separate section.Tim Northover
2013-02-15AArch64: refactor frame handling to use movz/movk for overlarge offsets.Tim Northover
2013-02-14AArch64: switch from neverHasSideEffects to hasSideEffects.Tim Northover
2013-02-14AArch64: stop claiming that NEON registers are usable for now.Tim Northover
2013-02-14AArch64: add block comments where missingTim Northover
2013-02-11AArch64: fix build on some MSVC versionsTim Northover
2013-02-11AArch64: Simplify logic in deciding whether bfi is validTim Northover
2013-02-11Make use of DiagnosticType to provide better AArch64 diagnostics.Tim Northover
2013-02-10Spelling correctionJoel Jones
2013-02-06Implement external weak (ELF) symbols on AArch64Tim Northover
2013-02-06Add AArch64 CRC32 instructionsTim Northover
2013-02-06Add icache prefetch operations to 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 remaining StringRef abuse.Tim Northover
2013-02-05Fix formatting in AArch64 backend.Tim Northover
2013-02-05Remove cyclic dependency in AArch64 librariesTim Northover
2013-02-04Fix some abuses of StringRefTim Northover
2013-02-04Give explicit suffix to integer constant over 32-bits.Tim Northover
2013-02-01Remove currently unused register decoder from AArch64.Tim Northover
2013-01-31Update AArch64 backend to changed eliminateFrameIndex interface.Tim Northover
2013-01-31Add AArch64 as an experimental target.Tim Northover