Add amdopencl environment to triple
[oota-llvm.git] / unittests / ADT / TripleTest.cpp
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...