summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Triple.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Myriad into enum VendorTypeDouglas Katzman2015-09-021-0/+2
* Stop calling the flat out insane ARM target parsing code unless theChandler Carruth2015-08-301-8/+20
* Teach the target parsing framework to directly compute the length of allChandler Carruth2015-08-301-4/+4
* [Triple] Stop abusing a class to have only static methods and just useChandler Carruth2015-08-301-9/+9
* [WebAssembly] Don't default to ELF in the triple.Dan Gohman2015-08-171-0/+5
* [WebAssembly] Make getArchTypePrefix return "wasm".Dan Gohman2015-08-171-2/+2
* Add a target environment for CoreCLR.Pat Gavlin2015-08-141-0/+2
* Add amdopencl environment to tripleMatt Arsenault2015-07-301-0/+2
* [Triple] Add a helper to switch between big/little endian variantsBenjamin Kramer2015-07-061-0/+116
* Drop the OS from the WebAssembly target triple for now.Dan Gohman2015-06-301-2/+0
* [WebAssembly] Initial WebAssembly backendDan Gohman2015-06-291-0/+16
* Add 'shave' processor name to TripleDouglas Katzman2015-06-121-0/+7
* [bpf] rename triple names bpf_be -> bpfebAlexei Starovoitov2015-06-051-16/+16
* Simplify ARMTargetParser::getArchSynonymArtyom Skrobov2015-06-041-2/+1
* [bpf] add big- and host- endian supportAlexei Starovoitov2015-06-041-7/+30
* [Support] Simplify Triple::getOSVersionDavid Majnemer2015-06-011-9/+1
* [ADT] Add Triple::getEnvironmentVersionDavid Majnemer2015-06-011-16/+40
* ARMTargetParser: Make BSD Thumb/BE armv6 workRenato Golin2015-05-271-2/+2
* Move parseSubArch to ARMTargetParser. NFCRenato Golin2015-05-241-30/+58
* Adding profile and version parsers to ARMTargetParserRenato Golin2015-05-221-2/+10
* Make Triple::parseARMArch use ARMTargetParserRenato Golin2015-05-211-49/+43
* Remove unnecessary FIXME commentRenato Golin2015-05-211-2/+0
* Get Triple::getARMCPUForArch() to use TargetParserRenato Golin2015-05-201-69/+33
* TargetParser: FPU/ARCH/EXT parsing refactory - NFCRenato Golin2015-05-081-1/+6
* [ARM] Reject invalid -march valuesJohn Brawn2015-05-081-35/+40
* Fix regression in parsing armv{6,7}hl- triples. These are used by SUSEIsmail Donmez2015-05-051-2/+3
* Fix omission from adding sparcel (original http://reviews.llvm.org/D9263)Douglas Katzman2015-05-011-0/+1
* New architecture name - 'sparcel' for Sparc little-endian.Douglas Katzman2015-04-291-0/+6
* [ARM] Rename v8.1a from "extension" to "architecture": follow-upVladimir Sukharev2015-04-021-1/+1
OpenPOWER on IntegriCloud