summaryrefslogtreecommitdiff
path: root/unittests/ADT/TripleTest.cpp
Commit message (Expand)AuthorAge
* Support: generalise object type handling for WindowsSaleem Abdulrasool2014-03-31
* ARM64: remove -m32/-m64 mapping with ARM.Tim Northover2014-03-30
* Support: correct Windows normalisationSaleem Abdulrasool2014-03-30
* ARM64: initial backend importTim Northover2014-03-29
* Canonicalise Windows target triple spellingsSaleem Abdulrasool2014-03-27
* Support: split object format out of environmentSaleem Abdulrasool2014-03-06
* Darwin: update default iOS version to 5.0Tim Northover2013-12-10
* Added a unit test for r173983 that verifies that Target.isiOS() works correctly.Michael Gottesman2013-01-30
* Add powerpc-ibm-aix to Triple. Patch by Kai.Duncan Sands2012-10-12
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-24
* Add unittests for Triple::getMacOSXVersion and Triple::getiOSVersion.Chad Rosier2012-05-09
* Add triple support for the IBM BG/P and BG/Q supercomputers.Hal Finkel2012-04-02
* Support was removed from LLVM's MIPS backend for the PSP variant of thatChandler Carruth2012-02-22
* Switch the llvm::Triple class to immediately parse the triple string onChandler Carruth2012-02-21
* Introduce helpers to compute the 32-bit varaints and 64-bit variants ofChandler Carruth2012-02-06
* Add various coarse bit-width architecture predicates to llvm::Triple.Chandler Carruth2012-01-31
* 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