aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ADT/TripleTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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