aboutsummaryrefslogtreecommitdiff
path: root/unittests/ADT/TripleTest.cpp
AgeCommit message (Expand)Author
2010-08-12Add a 'normalize' method to the Triple class, which takes a mucked upDuncan Sands
2009-08-18Improve Triple to recognize the OS in i386-mingw32.Daniel Dunbar
2009-07-26Update Triple to use StringRef/Twine based APIs.Daniel Dunbar
2009-06-30Revert my intentional breakage.Daniel Dunbar
2009-06-30Intentionally break a unittest to test my buildbot gtest command.Daniel Dunbar
2009-06-09Reversed order of args in EXPECT_EQ() macros to be in the correct order:Misha Brukman
2009-04-01Add llvm::Triple class for abstracting access to target triples.Daniel Dunbar