summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/TripleTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add a Musl environment to the triple.Rafael Espindola2016-06-141-0/+6
* Add AMDGPU related triple vendors/OSesMatt Arsenault2016-02-131-0/+12
* ARMv7k: use Cortex-A7 by default even for tvOSTim Northover2016-02-111-0/+12
* [lanai] Add Lanai triple.Jacques Pienaar2016-02-111-0/+21
* Handle ARMv6-J as an alias, instead of fake architectureArtyom Skrobov2015-11-201-1/+1
* Handle ARMv6KZ namingArtyom Skrobov2015-11-161-0/+4
* [X86] Make elfiamcu an OS, not an environment.Michael Kuperstein2015-10-271-3/+3
* [X86] Add support for elfiamcu tripleMichael Kuperstein2015-10-251-0/+6
* Initial migration of AVR backendDylan McKay2015-10-161-0/+17
* Teach the target parsing framework to directly compute the length of allChandler Carruth2015-08-301-43/+43
* Add amdopencl environment to tripleMatt Arsenault2015-07-301-0/+2
* [Triple] Add a helper to switch between big/little endian variantsBenjamin Kramer2015-07-061-0/+78
* Drop the OS from the WebAssembly target triple for now.Dan Gohman2015-06-301-4/+4
* [WebAssembly] Initial WebAssembly backendDan Gohman2015-06-291-0/+30
* ARMTargetParser: Make BSD Thumb/BE armv6 workRenato Golin2015-05-271-0/+8
* Adding profile and version parsers to ARMTargetParserRenato Golin2015-05-221-0/+20
* Make Triple::parseARMArch use ARMTargetParserRenato Golin2015-05-211-0/+65
* Get Triple::getARMCPUForArch() to use TargetParserRenato Golin2015-05-201-13/+136
* [ARM] Reject invalid -march valuesJohn Brawn2015-05-081-0/+31
* Fix regression in parsing armv{6,7}hl- triples. These are used by SUSEIsmail Donmez2015-05-051-0/+12
* Move unit test into anonymous namespace as per convention.Douglas Katzman2015-05-011-1/+2
* Exhaustively test all triples in TripleTest.Douglas Katzman2015-04-301-4/+4
* New architecture name - 'sparcel' for Sparc little-endian.Douglas Katzman2015-04-291-0/+20
* Default to armv7 cpu for NaCl when march=armDerek Schuff2015-03-261-0/+4
* Add support for Nuxi CloudABI.Ed Schouten2015-03-091-0/+6
* The canonical CPU variant for ARM according to config.guess uses aJoerg Sonnenberger2015-01-261-0/+17
* Add hsail and amdil64 to TripleMatt Arsenault2014-09-191-0/+84
* Add unit test for r217454Ed Maste2014-09-151-0/+4
* ADT: remove MinGW32 and Cygwin OSType enumSaleem Abdulrasool2014-08-091-1/+1
* Move the API and implementation of clang::driver::getARMCPUForMArch() to llvm...Argyrios Kyrtzidis2014-07-111-0/+12
* Support: generalise object type handling for WindowsSaleem Abdulrasool2014-03-311-5/+17
* ARM64: remove -m32/-m64 mapping with ARM.Tim Northover2014-03-301-4/+0
* Support: correct Windows normalisationSaleem Abdulrasool2014-03-301-0/+9
* ARM64: initial backend importTim Northover2014-03-291-1/+1
* Canonicalise Windows target triple spellingsSaleem Abdulrasool2014-03-271-1/+33
* Support: split object format out of environmentSaleem Abdulrasool2014-03-061-1/+19
* Darwin: update default iOS version to 5.0Tim Northover2013-12-101-7/+7
* Added a unit test for r173983 that verifies that Target.isiOS() works correctly.Michael Gottesman2013-01-301-0/+30
* Add powerpc-ibm-aix to Triple. Patch by Kai.Duncan Sands2012-10-121-0/+12
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-241-6/+6
* Add unittests for Triple::getMacOSXVersion and Triple::getiOSVersion.Chad Rosier2012-05-091-0/+65
* Add triple support for the IBM BG/P and BG/Q supercomputers.Hal Finkel2012-04-021-0/+18
* Support was removed from LLVM's MIPS backend for the PSP variant of thatChandler Carruth2012-02-221-9/+0
* Switch the llvm::Triple class to immediately parse the triple string onChandler Carruth2012-02-211-6/+1
* Introduce helpers to compute the 32-bit varaints and 64-bit variants ofChandler Carruth2012-02-061-0/+62
* Add various coarse bit-width architecture predicates to llvm::Triple.Chandler Carruth2012-01-311-0/+57
* Part of this test is invariant inside the inner loop - move it outsideDuncan Sands2011-02-031-14/+16
* Remove NoVendor and NoOS, added in commit 123990, from Triple. While itDuncan Sands2011-02-021-45/+49
* Clang was not parsing target triples involving EABI and was generating wrong ...Renato Golin2011-01-211-3/+11
* Add better support for environment portion of triple. Original patch byDuncan Sands2010-09-161-0/+8
OpenPOWER on IntegriCloud