summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/Triple.h
Commit message (Expand)AuthorAge
* [ARM64] Add big endian target arm64_be.James Molloy2014-04-14
* Quick fix: Triple::isOSMSVCRT() should be false for targeting cygwin.NAKAMURA Takumi2014-04-06
* ARM64: initial backend importTim Northover2014-03-29
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-28
* Canonicalise Windows target triple spellingsSaleem Abdulrasool2014-03-27
* Support: split object format out of environmentSaleem Abdulrasool2014-03-06
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-24
* [x86] Support i386-*-*-code16 triple for emitting 16-bit codeDavid Woodhouse2014-01-20
* Recognize EABIHF as environment and use it for RTAPI + VFP.Joerg Sonnenberger2013-12-16
* Make Triple's isOSBinFormatXXX functions partition triple-space.Tim Northover2013-12-10
* Undefine NetBSD, it may have been defined by an earlier include ofJoerg Sonnenberger2013-09-25
* Clean up some usage of Triple. The base class has methods for determining if...Cameron Esfahani2013-08-29
* ADT/Triple: Helper to determine if we are targeting the Windows CRTDavid Majnemer2013-08-21
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-26
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-25
* [NVPTX] Add support for selecting CUDA vs OCL mode based on tripleJustin Holewinski2013-06-21
* Comment update: these things are called "configuration names" these days, notRichard Smith2013-05-20
* [SystemZ] Add llvm::Triple::systemzRichard Sandiford2013-05-03
* typoJia Liu2013-04-22
* Add AArch64 as an experimental target.Tim Northover2013-01-31
* Encapsulate testing that we have an iOS Triple in Triple.h in the method isiOSMichael Gottesman2013-01-30
* Initial patch for x32 ABI support.Eli Bendersky2013-01-22
* Add convenience accessor to Triple for OS == NaClEli Bendersky2012-12-07
* Remove a URL from codeEli Bendersky2012-12-04
* Make NaCl naming consistent. The triple OSType is called NaCl and is representedEli Bendersky2012-12-04
* Add support for SPIR64 target - the 64bit counterpart of SPIR.Guy Benyei2012-11-15
* Remove the CellSPU port.Eric Christopher2012-11-14
* Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now.Rafael Espindola2012-10-31
* Add powerpc-ibm-aix to Triple. Patch by Kai.Duncan Sands2012-10-12
* Support for generating ELF objects on Windows.Andrew Kaylor2012-10-02
* Add in support for SPIR to LLVM core. This adds a new target and two new call...Micah Villmow2012-10-01
* Fix Doxygen issues:Dmitri Gribenko2012-09-13
* Rename ANDROIDEABI to Android.Logan Chien2012-09-02
* Add the Freescale vendor to Triple.Hal Finkel2012-08-28
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-06
* Remove tabs.Bill Wendling2012-07-18
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-24
* Add Triple::getiOSVersion.Chad Rosier2012-05-09
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-04
* Add triple support for the IBM BG/P and BG/Q supercomputers.Hal Finkel2012-04-02
* Add support for r600 (AMD GPUs HD2XXX - HD6XXX) target triplet.Anton Korobeynikov2012-03-09
* Support was removed from LLVM's MIPS backend for the PSP variant of thatChandler Carruth2012-02-22
* Pull the parsing helper functions out of the Triple interface entirely.Chandler Carruth2012-02-21
* Clean up comments that I missed when changing the triple representation.Chandler Carruth2012-02-21
* Switch the llvm::Triple class to immediately parse the triple string onChandler Carruth2012-02-21
* Move constructors out-of-line and flesh out their documentation. NoChandler Carruth2012-02-20
* Introduce helpers to compute the 32-bit varaints and 64-bit variants ofChandler Carruth2012-02-06
* Begin fleshing out more convenience predicates in llvm::Triple andChandler Carruth2012-02-05
* Add Triple::getMacOSXVersion to replace crufty code in the clang driver.Bob Wilson2012-01-31
* Add various coarse bit-width architecture predicates to llvm::Triple.Chandler Carruth2012-01-31