summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Triple.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [SystemZ] Support transactional execution on zEC12Ulrich Weigand2015-04-011-1/+1
* Default to armv7 cpu for NaCl when march=armDerek Schuff2015-03-261-0/+2
* [AArch64, ARM] Add v8.1a architecture and generic cpuVladimir Sukharev2015-03-261-0/+3
* Note that we don't support COFF on PPC.Rafael Espindola2015-03-191-0/+7
* Teach getDefaultFormat that we only support ELF on some architectures.Rafael Espindola2015-03-181-0/+17
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-1/+1
* [ARM] Add support for ARMV6K subtarget (LLVM)Renato Golin2015-03-171-2/+3
* Add support for Nuxi CloudABI.Ed Schouten2015-03-091-0/+2
* Make Triple::getOSVersion make sense for Android.Dan Albert2015-03-031-0/+8
* Triple: Make setEnvironment not override the object formatReid Kleckner2015-02-131-1/+5
* [ARM] Add armv6s[-]m as an alias to armv6[-]mBradley Smith2015-02-101-2/+3
* The canonical CPU variant for ARM according to config.guess uses aJoerg Sonnenberger2015-01-261-5/+21
* Add the triple for the Sony Playstation®4.Alex Rosenberg2015-01-251-0/+2
* BPF backendAlexei Starovoitov2015-01-241-0/+8
* Triple: Add amdgcn tripleTom Stellard2015-01-061-1/+8
* Triple: Add AMDHSA operating system typeTom Stellard2014-12-021-0/+2
* Fix ARM triple parsingRenato Golin2014-11-171-13/+48
* Add hsail and amdil64 to TripleMatt Arsenault2014-09-191-5/+29
* Add support for le64.JF Bastien2014-09-121-2/+9
* Use armv6k default for FreeBSD/ARMEd Maste2014-09-091-0/+1
* Removed white-spaceMatthew Gardiner2014-09-051-2/+0
* Adding kalimba variants as Triple sub-architectures.Matthew Gardiner2014-09-051-1/+6
* Delete support for AuroraUX.Rafael Espindola2014-08-141-2/+0
* ADT: remove MinGW32 and Cygwin OSType enumSaleem Abdulrasool2014-08-091-9/+13
* Remove dead code.Rafael Espindola2014-07-251-28/+0
* AArch64: remove "arm64_be" support in favour of "aarch64_be".Tim Northover2014-07-231-2/+0
* AArch64: remove arm64 triple enumerator.Tim Northover2014-07-231-16/+5
* Add MIPS Technologies to the vendors in llvm::Triple.Daniel Sanders2014-07-181-0/+2
* Refactor ARM subarchitecture parsingRenato Golin2014-07-181-0/+25
* Fix the prefix for arm64 tripleYi Kong2014-07-171-3/+2
* Move the API and implementation of clang::driver::getARMCPUForMArch() to llvm...Argyrios Kyrtzidis2014-07-111-0/+82
* Add the CSR company and the Kalimba DSP processor to Triple.Eric Christopher2014-07-101-0/+9
OpenPOWER on IntegriCloud