summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/TargetInfo
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* [AArch64] Create a TargetInfo header. NFCRichard Trieu2019-05-142-8/+31
* AArch64: support binutils-like things on arm64_32.Tim Northover2019-05-141-1/+14
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Add backend name to Target to enable runtime info to be fed back into TableGenDaniel Sanders2017-11-151-3/+3
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-9/+16
* Remove autoconf supportChris Bieneman2016-01-261-15/+0
* AArch64: stop trying to take control of all UnknownArch triples.Tim Northover2014-08-081-2/+3
* AArch64: remove "arm64_be" support in favour of "aarch64_be".Tim Northover2014-07-231-5/+2
* AArch64: remove arm64 triple enumerator.Tim Northover2014-07-231-4/+7
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-244-0/+76
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-244-68/+0
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-241-2/+5
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-111-1/+1
* Whitespaces.NAKAMURA Takumi2013-12-101-1/+0
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-281-2/+0
* [CMake] Prune include_directories() in llvm/lib/Target. add_llvm_target() set...NAKAMURA Takumi2013-11-281-2/+0
* AArch64: clarify -help messageTim Northover2013-05-281-1/+1
* AArch64: enable MCJIT and tests now that everything passes.Tim Northover2013-05-041-1/+1
* AArch64: add block comments where missingTim Northover2013-02-141-0/+4
* Fix formatting in AArch64 backend.Tim Northover2013-02-051-1/+1
* Add AArch64 as an experimental target.Tim Northover2013-01-314-0/+66
OpenPOWER on IntegriCloud