summaryrefslogtreecommitdiff
path: root/unittests/ADT/TripleTest.cpp
Commit message (Expand)AuthorAge
* Part of this test is invariant inside the inner loop - move it outsideDuncan Sands2011-02-03
* Remove NoVendor and NoOS, added in commit 123990, from Triple. While itDuncan Sands2011-02-02
* Clang was not parsing target triples involving EABI and was generating wrong ...Renato Golin2011-01-21
* Add better support for environment portion of triple. Original patch byDuncan Sands2010-09-16
* Add a 'normalize' method to the Triple class, which takes a mucked upDuncan Sands2010-08-12
* Improve Triple to recognize the OS in i386-mingw32.Daniel Dunbar2009-08-18
* Update Triple to use StringRef/Twine based APIs.Daniel Dunbar2009-07-26
* Revert my intentional breakage.Daniel Dunbar2009-06-30
* Intentionally break a unittest to test my buildbot gtest command.Daniel Dunbar2009-06-30
* Reversed order of args in EXPECT_EQ() macros to be in the correct order:Misha Brukman2009-06-09
* Add llvm::Triple class for abstracting access to target triples.Daniel Dunbar2009-04-01