summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Triple.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Imagination Technologies to the vendors in llvm::TripleDaniel Sanders2014-07-091-0/+2
* Fix some Twine locals.Benjamin Kramer2014-07-081-3/+2
* Revert "Refactor ARM subarchitecture parsing"Renato Golin2014-07-081-23/+0
* Refactor ARM subarchitecture parsingRenato Golin2014-07-071-0/+23
* [ARM64] Add big endian target arm64_be.James Molloy2014-04-141-1/+9
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-071-3/+3
* Support: generalise object type handling for WindowsSaleem Abdulrasool2014-03-311-7/+15
* ARM64: remove -m32/-m64 mapping with ARM.Tim Northover2014-03-301-2/+2
* Support: correct Windows normalisationSaleem Abdulrasool2014-03-301-2/+12
* ARM64: initial backend importTim Northover2014-03-291-3/+13
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-281-1/+18
* Canonicalise Windows target triple spellingsSaleem Abdulrasool2014-03-271-1/+23
* Fix inconsistent whitespace.Bob Wilson2014-03-091-1/+1
* Support: split object format out of environmentSaleem Abdulrasool2014-03-061-7/+45
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-241-42/+49
* [x86] Support i386-*-*-code16 triple for emitting 16-bit codeDavid Woodhouse2014-01-201-0/+2
* Recognize EABIHF as environment and use it for RTAPI + VFP.Joerg Sonnenberger2013-12-161-0/+2
* Darwin: update default iOS version to 5.0Tim Northover2013-12-101-3/+3
* X86: Encode the 'h' cpu subtype in the MachO header for x86.Jim Grosbach2013-11-161-1/+1
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-0/+8
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-251-9/+0
* [NVPTX] Add support for selecting CUDA vs OCL mode based on tripleJustin Holewinski2013-06-211-0/+6
* Recognize sparc64 as an alias for sparcv9 triples.Jakob Stoklund Olesen2013-05-141-1/+1
* [SystemZ] Add llvm::Triple::systemzRichard Sandiford2013-05-031-0/+8
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+8
* Initial patch for x32 ABI support.Eli Bendersky2013-01-221-0/+2
OpenPOWER on IntegriCloud