summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/TripleTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Add a 'normalize' method to the Triple class, which takes a mucked upDuncan Sands2010-08-121-9/+108
* Improve Triple to recognize the OS in i386-mingw32.Daniel Dunbar2009-08-181-0/+12
* Update Triple to use StringRef/Twine based APIs.Daniel Dunbar2009-07-261-36/+36
* Revert my intentional breakage.Daniel Dunbar2009-06-301-2/+0
* Intentionally break a unittest to test my buildbot gtest command.Daniel Dunbar2009-06-301-0/+2
* Reversed order of args in EXPECT_EQ() macros to be in the correct order:Misha Brukman2009-06-091-70/+70
* Add llvm::Triple class for abstracting access to target triples.Daniel Dunbar2009-04-011-0/+137
OpenPOWER on IntegriCloud