summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64
Commit message (Expand)AuthorAge
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-11
* Remove unused argument.Rafael Espindola2013-05-10
* AArch64: enable MCJIT and tests now that everything passes.Tim Northover2013-05-04
* AArch64: implement first relocation required for MCJITTim Northover2013-05-04
* Build system changes to enable MCJIT on AArch64Tim Northover2013-05-04
* AArch64: assert code model is small for TLS accessesTim Northover2013-05-04
* AArch64: support literal pool access in large memory model.Tim Northover2013-05-04
* AArch64: support large code model for jump-tablesTim Northover2013-05-04
* AArch64: implement support for blockaddress in large code modelTim Northover2013-05-04
* AArch64: implement large code model access to global variables.Tim Northover2013-05-04
* AArch64 InstrFormats:Jia Liu2013-04-28
* AArch64: remove unnecessary check that RS is validTim Northover2013-04-23
* AArch64: remove useless commentTim Northover2013-04-20
* Remove unused ShouldFoldAtomicFences flag.Tim Northover2013-04-20
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* Fix undefined behavior in AArch64David Majnemer2013-04-11
* AArch64: remove barriers from AArch64 atomic operations.Tim Northover2013-04-08
* AArch64: implement ETMv4 trace system registers.Tim Northover2013-04-03
* AArch64: switch patterns to be type-based rather than RegClass-basedTim Northover2013-04-03
* AArch64: implement GICv3 system registersTim Northover2013-03-28
* Switch to LLVM support function abs64 to keep VS2008 happy.Tim Northover2013-03-27
* Allow the register scavenger to spill multiple registersHal Finkel2013-03-22
* Silence anonymous type in anonymous union warnings.Eric Christopher2013-03-15
* Move estimateStackSize from ARM into MachineFrameInfoHal Finkel2013-03-14
* AArch64: expand sincos operations, we don't support them.Tim Northover2013-03-08
* AArch64: remove post-encoder method from FCMP (immediate) instructions.Tim Northover2013-02-28
* 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
* TypoFrancois Pichet2013-02-24
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-21
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-20
* Remove some unused private fields from the AArch64MCCodeEmitter. TheseChandler Carruth2013-02-19
* Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie2013-02-18
* AArch64: Avoid shifts by 64, that's undefined behavior.Benjamin Kramer2013-02-17
* AArch64: add branch fixup pass.Tim Northover2013-02-15
* AArch64: remove ConstantIsland pass & put literals in separate section.Tim Northover2013-02-15
* AArch64: refactor frame handling to use movz/movk for overlarge offsets.Tim Northover2013-02-15
* AArch64: switch from neverHasSideEffects to hasSideEffects.Tim Northover2013-02-14
* AArch64: stop claiming that NEON registers are usable for now.Tim Northover2013-02-14
* AArch64: add block comments where missingTim Northover2013-02-14
* AArch64: fix build on some MSVC versionsTim Northover2013-02-11
* AArch64: Simplify logic in deciding whether bfi is validTim Northover2013-02-11
* Make use of DiagnosticType to provide better AArch64 diagnostics.Tim Northover2013-02-11
* Spelling correctionJoel Jones2013-02-10
* Implement external weak (ELF) symbols on AArch64Tim Northover2013-02-06
* Add AArch64 CRC32 instructionsTim Northover2013-02-06
* Add icache prefetch operations to AArch64Tim Northover2013-02-06
* Move MRI liveouts to AArch64 return instructions.Jakob Stoklund Olesen2013-02-05