Add MIPS Technologies to the vendors in llvm::Triple.
[oota-llvm.git] / include / llvm / ADT / Triple.h
2014-07-18 Daniel SandersAdd MIPS Technologies to the vendors in llvm::Triple.
2014-07-18 Renato GolinRefactor ARM subarchitecture parsing
2014-07-11 Argyrios KyrtzidisMove the API and implementation of clang::driver::getAR...
2014-07-10 Eric ChristopherAdd the CSR company and the Kalimba DSP processor to...
2014-07-09 Daniel SandersAdd Imagination Technologies to the vendors in llvm...
2014-07-08 Renato GolinRevert "Refactor ARM subarchitecture parsing"
2014-07-07 Renato GolinRefactor ARM subarchitecture parsing
2014-06-06 Saleem AbdulrasoolADT: introduce isWindowsItaniumEnvironment
2014-05-08 Ed MasteAdd isOSFreeBSD triple test
2014-04-14 James Molloy[ARM64] Add big endian target arm64_be.
2014-04-06 NAKAMURA TakumiQuick fix: Triple::isOSMSVCRT() should be false for...
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-28 Christian PirkerAdd ARM big endian Target (armeb, thumbeb)
2014-03-27 Saleem AbdulrasoolCanonicalise Windows target triple spellings
2014-03-06 Saleem AbdulrasoolSupport: split object format out of environment
2014-02-24 Christian PirkerAdd AArch64 big endian Target (aarch64_be)
2014-01-20 David Woodhouse[x86] Support i386-*-*-code16 triple for emitting 16...
2013-12-16 Joerg SonnenbergerRecognize EABIHF as environment and use it for RTAPI...
2013-12-10 Tim NorthoverMake Triple's isOSBinFormatXXX functions partition...
2013-09-25 Joerg SonnenbergerUndefine NetBSD, it may have been defined by an earlier...
2013-08-29 Cameron EsfahaniClean up some usage of Triple. The base class has...
2013-08-21 David MajnemerADT/Triple: Helper to determine if we are targeting...
2013-07-26 Bill Schmidt[PowerPC] Support powerpc64le as a syntax-checking...
2013-07-25 Rafael EspindolaRemove the mblaze backend from llvm.
2013-06-21 Justin Holewinski[NVPTX] Add support for selecting CUDA vs OCL mode...
2013-05-20 Richard SmithComment update: these things are called "configuration...
2013-05-03 Richard Sandiford[SystemZ] Add llvm::Triple::systemz
2013-04-22 Jia Liutypo
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.
2013-01-30 Michael GottesmanEncapsulate testing that we have an iOS Triple in Tripl...
2013-01-22 Eli BenderskyInitial patch for x32 ABI support.
2012-12-07 Eli BenderskyAdd convenience accessor to Triple for OS == NaCl
2012-12-04 Eli BenderskyRemove a URL from code
2012-12-04 Eli BenderskyMake NaCl naming consistent. The triple OSType is calle...
2012-11-15 Guy BenyeiAdd support for SPIR64 target - the 64bit counterpart...
2012-11-14 Eric ChristopherRemove the CellSPU port.
2012-10-31 Rafael EspindolaRemove Triple::getArchTypeForDarwinArchName. I lives...
2012-10-12 Duncan SandsAdd powerpc-ibm-aix to Triple. Patch by Kai.
2012-10-02 Andrew KaylorSupport for generating ELF objects on Windows.
2012-10-01 Micah VillmowAdd in support for SPIR to LLVM core. This adds a new...
2012-09-13 Dmitri GribenkoFix Doxygen issues:
2012-09-02 Logan ChienRename ANDROIDEABI to Android.
2012-08-28 Hal FinkelAdd the Freescale vendor to Triple.
2012-08-06 Eric ChristopherAdd support for the OpenBSD for Bitrig.
2012-07-18 Bill WendlingRemove tabs.
2012-05-24 Justin HolewinskiRemove the PTX back-end and all of its artifacts (tripl...
2012-05-09 Chad RosierAdd Triple::getiOSVersion.
2012-05-04 Justin HolewinskiThis patch adds a new NVPTX back-end to LLVM which...
2012-04-02 Hal FinkelAdd triple support for the IBM BG/P and BG/Q supercompu...
2012-03-09 Anton KorobeynikovAdd support for r600 (AMD GPUs HD2XXX - HD6XXX) target...
2012-02-22 Chandler CarruthSupport was removed from LLVM's MIPS backend for the...
2012-02-21 Chandler CarruthPull the parsing helper functions out of the Triple...
2012-02-21 Chandler CarruthClean up comments that I missed when changing the tripl...
2012-02-21 Chandler CarruthSwitch the llvm::Triple class to immediately parse...
2012-02-20 Chandler CarruthMove constructors out-of-line and flesh out their docum...
2012-02-06 Chandler CarruthIntroduce helpers to compute the 32-bit varaints and...
2012-02-05 Chandler CarruthBegin fleshing out more convenience predicates in llvm...
2012-01-31 Bob WilsonAdd Triple::getMacOSXVersion to replace crufty code...
2012-01-31 Chandler CarruthAdd various coarse bit-width architecture predicates...
2012-01-29 Chandler CarruthCleanup the organization of some methods in llvm::Tripl...
2012-01-18 Rafael EspindolaAdd support for the gnueabihf environment. Patch by...
2012-01-10 Chandler CarruthTeach the triple library about the androideabi environment.
2011-12-12 Tony LinthicumHexagon backend support
2011-10-27 Dan GohmanRemove the Alpha backend.
2011-10-25 Dan GohmanRemove the Blackfin backend.
2011-10-24 Dan GohmanRemove the SystemZ backend.
2011-09-20 Akira HatanakaAdd mips64 & mips64el to Triple. Patch by Liu with...
2011-08-29 Tobias GrosserAdd AMDIL as valid target triple to LLVM.
2011-08-23 Ivan KrasinThis patch adds support of le32 pseudo-cpu that stands...
2011-08-18 Ivan KrasinAdd NativeClient operating system support.
2011-07-26 Duncan SandsTeach the Triple class about kfreebsd (FreeBSD kernel...
2011-07-24 Chris Lattnerswitch Triple to take twines instead of stringrefs.
2011-07-02 Eric ChristopherRemove the confusing getDarwinNumber() api and friends.
2011-07-01 Douglas GregorAdd initial *-*-rtems* target, from Joel Sherrill
2011-05-29 John McCall...this is not a good commit day for me.
2011-05-29 John McCallOn Darwin ARM, set the UNWIND_RESUME libcall to _Unwind...
2011-05-03 Bob WilsonFix a comment.
2011-04-20 Justin HolewinskiPTX: Add intrinsics to list of built-in intrinsics...
2011-04-20 Daniel DunbarADT/Triple: Renambe isOSX... methods to isMacOSX for...
2011-04-19 Daniel DunbarADT/Triple: Drop support for -osx style triples, we...
2011-04-19 Daniel DunbarADT/Triple: Add support for Triple::MacOSX per feedback...
2011-04-19 Daniel DunbarADT/Triple: Add isOSDarwin() and isOSWindows() helper...
2011-04-19 Daniel DunbarADT/Triple: Add helper function for OS X version checks.
2011-04-19 Daniel DunbarADT/Triple: Add isOSVersionLT helper function.
2011-04-19 Daniel DunbarADT/Triple: Generalize and simplify getDarwinNumber...
2011-04-19 Daniel DunbarADT/Triple: Add support for more explicit "osx" and...
2011-03-15 John ThompsonAdd scei vendor
2011-02-17 NAKAMURA TakumiTriple::MinGW64 is deprecated and removed. We can use...
2011-02-02 Duncan SandsRemove NoVendor and NoOS, added in commit 123990, from...
2011-02-01 Evan ChengPatches to build EFI with Clang/LLVM. By Carl Norum.
2011-01-21 Renato GolinClang was not parsing target triples involving EABI...
2010-11-27 Benjamin KramerRemove PIC16 remnants.
2010-11-13 Jim GrosbachTrailing whitespace.
2010-09-16 Duncan SandsAdd better support for environment portion of triple...
2010-09-07 Nick LewyckyCreate PTX backend. Patch by Che-Liang Chiou!
2010-08-12 Duncan SandsAdd a 'normalize' method to the Triple class, which...
2010-07-13 Eric Christopher80-columns
2010-07-07 Chris Lattneradd some triple for minix, patch by Kees van Reeuwijk...
2010-02-23 Wesley PeckAdding the MicroBlaze backend.
2010-02-04 Chris Lattneradd support for the sparcv9-*-* target triple to turn on
next