OSDN Git Service

[AMDGPU] Remove unused AMDOpenCL triple environment
[android-x86/external-llvm.git] / unittests / ADT / TripleTest.cpp
2018-03-05 Tony Tye[AMDGPU] Remove unused AMDOpenCL triple environment
2018-02-27 Jonas Devlieghere[ADT] Recognize ppc as valid architecture in target...
2018-02-15 Dan Gohman[WebAssembly] Restore "*-wasm" tests.
2018-02-12 Sam Clegg[WebAssembly] Update ADT/TripleTest.cpp now that defaul...
2017-10-23 Bob WilsonAdd a new Simulator entry for the target triple environ...
2017-09-29 Tim Renouf[Triple] Add AMDPAL operating system type
2017-09-14 Simon Atanasyan[mips] Recognise the triple used by Debian for MIPS...
2017-09-13 Simon Atanasyan[mips] Add unitests to check parsing MIPS triples. NFC
2017-08-18 Renato Golin[Triple] Define OS Check for Haiku
2017-06-25 Ed SchoutenAdd support for Ananas platform
2017-06-18 Ismail DonmezRevert r305642
2017-06-18 Ismail DonmezTest to correct triple for SUSE on ARMv7
2017-06-06 Chandler CarruthRe-sort #include lines for unittests. This uses a sligh...
2017-06-03 Saleem AbdulrasoolADT: handle special case of ARM environment for SUSE
2017-04-24 Ismail DonmezAdd SUSE vendor
2017-02-28 Brad SmithSet default CPU for OpenBSD/arm to Cortex-A8
2017-02-04 Alex DenisovTripleTest.FileFormat: check non-default value
2017-02-04 Alex DenisovTripleTest.BitWidthArchVariants: add missing arch types...
2017-02-04 Alex DenisovTripleTest.EndianArchVariants: add missing arch types...
2017-01-17 Dan Gohman[WebAssembly] Add triple support for the new wasm objec...
2016-11-01 Alex Bradbury[RISCV] Recognise riscv32 and riscv64 in triple parsing...
2016-10-14 David L KreitzerDefine "contiki" OS specifier.
2016-10-06 Petr Hosek[Triple] Add triple for Fuchsia
2016-09-23 Tom StellardTriple: Add opencl environment type
2016-08-17 Zijiao MaRemove the Triple tests that stressing the TargetParser...
2016-08-06 Chandler Carruth[ADT] Make the triple test 1000x faster through more...
2016-06-29 Davide Italiano[Triple] Reimplement isLittleEndian(). Now it works...
2016-06-24 Rafael EspindolaAdd support for musl-libc on ARM Linux.
2016-06-14 Rafael EspindolaAdd a Musl environment to the triple.
2016-02-13 Matt ArsenaultAdd AMDGPU related triple vendors/OSes
2016-02-11 Tim NorthoverARMv7k: use Cortex-A7 by default even for tvOS
2016-02-11 Jacques Pienaar[lanai] Add Lanai triple.
2015-11-20 Artyom SkrobovHandle ARMv6-J as an alias, instead of fake architecture
2015-11-16 Artyom SkrobovHandle ARMv6KZ naming
2015-10-27 Michael Kuperstein[X86] Make elfiamcu an OS, not an environment.
2015-10-25 Michael Kuperstein[X86] Add support for elfiamcu triple
2015-10-16 Dylan McKayInitial migration of AVR backend
2015-08-30 Chandler CarruthTeach the target parsing framework to directly compute...
2015-07-30 Matt ArsenaultAdd amdopencl environment to triple
2015-07-06 Benjamin Kramer[Triple] Add a helper to switch between big/little...
2015-06-30 Dan GohmanDrop the OS from the WebAssembly target triple for...
2015-06-29 Dan Gohman[WebAssembly] Initial WebAssembly backend
2015-05-27 Renato GolinARMTargetParser: Make BSD Thumb/BE armv6 work
2015-05-22 Renato GolinAdding profile and version parsers to ARMTargetParser
2015-05-21 Renato GolinMake Triple::parseARMArch use ARMTargetParser
2015-05-20 Renato GolinGet Triple::getARMCPUForArch() to use TargetParser
2015-05-08 John Brawn[ARM] Reject invalid -march values
2015-05-05 Ismail DonmezFix regression in parsing armv{6,7}hl- triples. These...
2015-05-01 Douglas KatzmanMove unit test into anonymous namespace as per convention.
2015-04-30 Douglas KatzmanExhaustively test all triples in TripleTest.
2015-04-29 Douglas KatzmanNew architecture name - 'sparcel' for Sparc little...
2015-03-26 Derek SchuffDefault to armv7 cpu for NaCl when march=arm
2015-03-09 Ed SchoutenAdd support for Nuxi CloudABI.
2015-01-26 Joerg SonnenbergerThe canonical CPU variant for ARM according to config...
2014-09-19 Matt ArsenaultAdd hsail and amdil64 to Triple
2014-09-15 Ed MasteAdd unit test for r217454
2014-08-09 Saleem AbdulrasoolADT: remove MinGW32 and Cygwin OSType enum
2014-07-11 Argyrios KyrtzidisMove the API and implementation of clang::driver::getAR...
2014-03-31 Saleem AbdulrasoolSupport: generalise object type handling for Windows
2014-03-30 Tim NorthoverARM64: remove -m32/-m64 mapping with ARM.
2014-03-30 Saleem AbdulrasoolSupport: correct Windows normalisation
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-27 Saleem AbdulrasoolCanonicalise Windows target triple spellings
2014-03-06 Saleem AbdulrasoolSupport: split object format out of environment
2013-12-10 Tim NorthoverDarwin: update default iOS version to 5.0
2013-01-30 Michael GottesmanAdded a unit test for r173983 that verifies that Target...
2012-10-12 Duncan SandsAdd powerpc-ibm-aix to Triple. Patch by Kai.
2012-05-24 Justin HolewinskiRemove the PTX back-end and all of its artifacts (tripl...
2012-05-09 Chad RosierAdd unittests for Triple::getMacOSXVersion and Triple...
2012-04-02 Hal FinkelAdd triple support for the IBM BG/P and BG/Q supercompu...
2012-02-22 Chandler CarruthSupport was removed from LLVM's MIPS backend for the...
2012-02-21 Chandler CarruthSwitch the llvm::Triple class to immediately parse...
2012-02-06 Chandler CarruthIntroduce helpers to compute the 32-bit varaints and...
2012-01-31 Chandler CarruthAdd various coarse bit-width architecture predicates...
2011-02-03 Duncan SandsPart of this test is invariant inside the inner loop...
2011-02-02 Duncan SandsRemove NoVendor and NoOS, added in commit 123990, from...
2011-01-21 Renato GolinClang was not parsing target triples involving EABI...
2010-09-16 Duncan SandsAdd better support for environment portion of triple...
2010-08-12 Duncan SandsAdd a 'normalize' method to the Triple class, which...
2009-08-18 Daniel DunbarImprove Triple to recognize the OS in i386-mingw32.
2009-07-26 Daniel DunbarUpdate Triple to use StringRef/Twine based APIs.
2009-06-30 Daniel DunbarRevert my intentional breakage.
2009-06-30 Daniel DunbarIntentionally break a unittest to test my buildbot...
2009-06-09 Misha BrukmanReversed order of args in EXPECT_EQ() macros to be...
2009-04-01 Daniel DunbarAdd llvm::Triple class for abstracting access to target...