summaryrefslogtreecommitdiffstats
path: root/lib/Support/Triple.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for Ananas platformEd Schouten2017-06-251-0/+2
* [Linker] Remove warning when linking ARM and Thumb IR modules.Florian Hahn2017-06-071-0/+15
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* ADT: handle special case of ARM environment for SUSESaleem Abdulrasool2017-06-031-0/+4
* Revert r304117 - WebAssembly object format isn't ready to be the defaultJacob Gravelle2017-06-021-4/+2
* [Nios2] Target registrationNikolai Bozhenov2017-05-291-0/+11
* Support: adjust the default obj format for wasmSaleem Abdulrasool2017-05-291-2/+4
* [ThinLTO] Do not assert when adding a module with a different butAkira Hatanaka2017-05-181-0/+18
* [Triple] Add a "macos" OS type that acts as a synonym for "macosx"Alex Lorenz2017-05-031-1/+3
* Add SUSE vendorIsmail Donmez2017-04-241-0/+2
* Set default CPU for OpenBSD/arm to Cortex-A8Brad Smith2017-02-281-0/+1
* [ARM] Add support for armv7ve triple in llvm (PR31358).George Burgess IV2017-02-091-0/+2
* [WebAssembly] Add triple support for the new wasm object formatDan Gohman2017-01-171-0/+2
* Revert "[Triple] Add Facebook vendor"Daniel Berlin2016-11-231-2/+0
* [Triple] Add Facebook vendorShoaib Meenai2016-11-221-0/+2
* Add a little endian variant of TCE.Pekka Jaaskelainen2016-11-161-1/+10
* [RISCV] Recognise riscv32 and riscv64 in triple parsing codeAlex Bradbury2016-11-011-0/+21
* Define "contiki" OS specifier.David L Kreitzer2016-10-141-0/+2
* [ARM]: Add Cortex-R52 target to LLVMJaved Absar2016-10-071-0/+2
* [Triple] Add triple for FuchsiaPetr Hosek2016-10-061-0/+2
* Use StringRef in Triple API (NFC)Mehdi Amini2016-10-011-7/+7
* Triple: Add opencl environment typeTom Stellard2016-09-231-0/+2
* [mips] Recognise the triple used by Debian stretch for mips64el.Daniel Sanders2016-07-191-0/+2
* IR: Set a TargetPrefix for nvvm intrinsicsJustin Bogner2016-07-081-2/+3
* Add RenderScript ArchTypePirama Arumuga Nainar2016-07-021-73/+91
* [Triple] Reimplement isLittleEndian(). Now it works for arm too.Davide Italiano2016-06-291-30/+25
* [Triple] Add isLittleEndian().Davide Italiano2016-06-291-0/+4
* Add support for musl-libc on ARM Linux.Rafael Espindola2016-06-241-0/+5
* Add a Musl environment to the triple.Rafael Espindola2016-06-141-0/+2
* Add AMDGPU related triple vendors/OSesMatt Arsenault2016-02-131-0/+6
* ARMv7k: use Cortex-A7 by default even for tvOSTim Northover2016-02-111-0/+1
* [lanai] Add Lanai triple.Jacques Pienaar2016-02-111-0/+10
* AMDGPU: Fix getArchTypePrefixMatt Arsenault2016-01-221-2/+2
* parseArch() supports more variations of arch names for PowerPC buildsKelvin Li2016-01-191-4/+4
* [ARM] Add ARMv8-M Baseline/Mainline LLVM targetingBradley Smith2016-01-151-0/+4
* Mark arm as the 32bit variant of aarch64 in TripleTamas Berghammer2016-01-071-28/+28
* [MC] Don't use the architecture to govern which object file format to useDavid Majnemer2015-12-221-11/+37
* [WebAssembly] Experimental ELF writer supportDan Gohman2015-12-171-5/+2
* [ARM] Add ARMv8.2-A to TargetParserOliver Stannard2015-12-011-0/+2
* Avoid duplicate entry for cortex-a7 in the TargetParser (NFC)Artyom Skrobov2015-11-201-0/+6
* Handle ARMv6-J as an alias, instead of fake architectureArtyom Skrobov2015-11-201-1/+0
* Handle ARMv6KZ namingArtyom Skrobov2015-11-161-2/+1
* Cull non-standard variants of ARM architectures (NFC)Artyom Skrobov2015-11-121-7/+0
* ARM: add watchOS default version support function.Tim Northover2015-10-281-1/+26
* ARM: support .watchos_version_min and .tvos_version_min.Tim Northover2015-10-281-0/+10
* [X86] Make elfiamcu an OS, not an environment.Michael Kuperstein2015-10-271-2/+2
* [X86] Add support for elfiamcu tripleMichael Kuperstein2015-10-251-0/+2
* Initial migration of AVR backendDylan McKay2015-10-161-0/+10
* [ADT] Micro-optimize the Triple constructor by doing a single split andChandler Carruth2015-09-101-8/+21
* [ADT] Add a single-character version of the small vector split routineChandler Carruth2015-09-101-1/+1