summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Triple.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make NaCl naming consistent. The triple OSType is called NaCl and is representedEli Bendersky2012-12-041-2/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Add support for SPIR64 target - the 64bit counterpart of SPIR.Guy Benyei2012-11-151-2/+10
* Remove the CellSPU port.Eric Christopher2012-11-141-8/+0
* Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now.Rafael Espindola2012-10-311-32/+0
* Add powerpc-ibm-aix to Triple. Patch by Kai.Duncan Sands2012-10-121-0/+4
* Support for generating ELF objects on Windows.Andrew Kaylor2012-10-021-0/+2
* Add in support for SPIR to LLVM core. This adds a new target and two new call...Micah Villmow2012-10-011-0/+9
* Rename ANDROIDEABI to Android.Logan Chien2012-09-021-2/+2
* Add the Freescale vendor to Triple.Hal Finkel2012-08-281-0/+2
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-061-0/+2
* Enable automatic GCC<->LLVM intrinsic translation for mips.Benjamin Kramer2012-06-281-1/+6
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-241-18/+0
* Set the default iOS version to 3.0.Chad Rosier2012-05-091-2/+4
OpenPOWER on IntegriCloud