Add a 'normalize' method to the Triple class, which takes a mucked up
[oota-llvm.git] / unittests / ADT / TripleTest.cpp
2010-08-12 Duncan SandsAdd a 'normalize' method to the Triple class, which...
2009-08-18 Daniel DunbarImprove Triple to recognize the OS in i386-mingw32.
2009-07-26 Daniel DunbarUpdate Triple to use StringRef/Twine based APIs.
2009-06-30 Daniel DunbarRevert my intentional breakage.
2009-06-30 Daniel DunbarIntentionally break a unittest to test my buildbot...
2009-06-09 Misha BrukmanReversed order of args in EXPECT_EQ() macros to be...
2009-04-01 Daniel DunbarAdd llvm::Triple class for abstracting access to target...