summaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/Triple.h
Commit message (Expand)AuthorAgeFilesLines
* Undefine NetBSD, it may have been defined by an earlier include ofJoerg Sonnenberger2013-09-251-0/+1
* Clean up some usage of Triple. The base class has methods for determining if...Cameron Esfahani2013-08-291-1/+6
* ADT/Triple: Helper to determine if we are targeting the Windows CRTDavid Majnemer2013-08-211-0/+5
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-0/+1
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-251-1/+0
* [NVPTX] Add support for selecting CUDA vs OCL mode based on tripleJustin Holewinski2013-06-211-2/+5
* Comment update: these things are called "configuration names" these days, notRichard Smith2013-05-201-7/+9
* [SystemZ] Add llvm::Triple::systemzRichard Sandiford2013-05-031-0/+1
* typoJia Liu2013-04-221-1/+1
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+1
* Encapsulate testing that we have an iOS Triple in Triple.h in the method isiOSMichael Gottesman2013-01-301-1/+6
* Initial patch for x32 ABI support.Eli Bendersky2013-01-221-0/+1
* Add convenience accessor to Triple for OS == NaClEli Bendersky2012-12-071-0/+5
* Remove a URL from codeEli Bendersky2012-12-041-1/+1
* Make NaCl naming consistent. The triple OSType is called NaCl and is representedEli Bendersky2012-12-041-2/+2
* Add support for SPIR64 target - the 64bit counterpart of SPIR.Guy Benyei2012-11-151-1/+2
* Remove the CellSPU port.Eric Christopher2012-11-141-1/+0
* Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now.Rafael Espindola2012-10-311-5/+0
* Add powerpc-ibm-aix to Triple. Patch by Kai.Duncan Sands2012-10-121-2/+4
* Support for generating ELF objects on Windows.Andrew Kaylor2012-10-021-1/+2
* Add in support for SPIR to LLVM core. This adds a new target and two new call...Micah Villmow2012-10-011-1/+2
* Fix Doxygen issues:Dmitri Gribenko2012-09-131-9/+6
* Rename ANDROIDEABI to Android.Logan Chien2012-09-021-1/+1
* Add the Freescale vendor to Triple.Hal Finkel2012-08-281-1/+2
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-061-1/+2
* Remove tabs.Bill Wendling2012-07-181-1/+1
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-241-2/+0
* Add Triple::getiOSVersion.Chad Rosier2012-05-091-0/+5
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-041-0/+2
* Add triple support for the IBM BG/P and BG/Q supercomputers.Hal Finkel2012-04-021-2/+5
* Add support for r600 (AMD GPUs HD2XXX - HD6XXX) target triplet.Anton Korobeynikov2012-03-091-0/+1
* Support was removed from LLVM's MIPS backend for the PSP variant of thatChandler Carruth2012-02-221-2/+1
* Pull the parsing helper functions out of the Triple interface entirely.Chandler Carruth2012-02-211-5/+0
* Clean up comments that I missed when changing the triple representation.Chandler Carruth2012-02-211-1/+2
* Switch the llvm::Triple class to immediately parse the triple string onChandler Carruth2012-02-211-27/+11
* Move constructors out-of-line and flesh out their documentation. NoChandler Carruth2012-02-201-9/+4
* Introduce helpers to compute the 32-bit varaints and 64-bit variants ofChandler Carruth2012-02-061-0/+20
* Begin fleshing out more convenience predicates in llvm::Triple andChandler Carruth2012-02-051-14/+34
* Add Triple::getMacOSXVersion to replace crufty code in the clang driver.Bob Wilson2012-01-311-0/+7
* Add various coarse bit-width architecture predicates to llvm::Triple.Chandler Carruth2012-01-311-0/+19
* Cleanup the organization of some methods in llvm::Triple and provideChandler Carruth2012-01-291-15/+19
* Add support for the gnueabihf environment. Patch by Sylvestre Ledru.Rafael Espindola2012-01-181-0/+1
* Teach the triple library about the androideabi environment.Chandler Carruth2012-01-101-1/+2
* Hexagon backend supportTony Linthicum2011-12-121-0/+1
* Remove the Alpha backend.Dan Gohman2011-10-271-1/+0
* Remove the Blackfin backend.Dan Gohman2011-10-251-1/+0
* Remove the SystemZ backend.Dan Gohman2011-10-241-1/+0
* Add mips64 & mips64el to Triple. Patch by Liu with modifications.Akira Hatanaka2011-09-201-0/+2
* Add AMDIL as valid target triple to LLVM.Tobias Grosser2011-08-291-0/+1
* This patch adds support of le32 pseudo-cpu that stands for genericIvan Krasin2011-08-231-0/+1