aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ADT/TripleTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+10
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+17
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+101
* Update to LLVM 3.5a.Stephen Hines2014-04-241-13/+80
* 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