Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / ADT / Triple.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-12 Douglas KatzmanAdd 'shave' processor name to Triple
2015-06-05 Alexei Starovoitov[bpf] rename triple names bpf_be -> bpfeb
2015-06-04 Alexei Starovoitov[bpf] add big- and host- endian support
2015-06-01 David Majnemer[ADT] Add Triple::getEnvironmentVersion
2015-04-30 Douglas KatzmanExhaustively test all triples in TripleTest.
2015-04-29 Douglas KatzmanNew architecture name - 'sparcel' for Sparc little...
2015-03-26 Vladimir Sukharev[AArch64, ARM] Add v8.1a architecture and generic cpu
2015-03-17 Renato Golin[ARM] Add support for ARMV6K subtarget (LLVM)
2015-03-09 Ed SchoutenAdd support for Nuxi CloudABI.
2015-02-13 Akira Hatanaka[LinkModules] Change the way ModuleLinker merges triples.
2015-02-04 Reid KlecknerRemove useless call to isOSCygMing()
2015-01-25 Alex RosenbergAdd the triple for the Sony Playstation®4.
2015-01-24 Alexei StarovoitovBPF backend
2015-01-24 Chandler Carruth[PM] Rework how the TargetLibraryInfo pass integrates...
2015-01-06 Tom StellardTriple: Add amdgcn triple
2014-12-29 Rafael EspindolaAdd segmented stack support for DragonFlyBSD.
2014-12-02 Tom StellardTriple: Add AMDHSA operating system type
2014-11-22 Simon PilgrimTidied up target triple OS detection. NFC
2014-11-19 Saleem AbdulrasoolADT: windows itanium targets msvcrt.dll
2014-11-17 Reid KlecknerRevert "ADT: correctly report isMSVCEnvironment for...
2014-11-17 Saleem AbdulrasoolADT: correctly report isMSVCEnvironment for windows...
2014-09-19 Matt ArsenaultAdd hsail and amdil64 to Triple
2014-09-12 JF BastienAdd support for le64.
2014-09-05 Matthew GardinerAdding kalimba variants as Triple sub-architectures.
2014-08-14 Rafael EspindolaDelete support for AuroraUX.
2014-08-09 Saleem AbdulrasoolADT: remove MinGW32 and Cygwin OSType enum
2014-07-25 Rafael EspindolaRemove dead code.
2014-07-23 Tim NorthoverAArch64: remove arm64 triple enumerator.
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...
next