index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unittests
/
ADT
/
TripleTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a unit test for r173983 that verifies that Target.isiOS() works correctly.
Michael Gottesman
2013-01-30
1
-0
/
+30
*
Add powerpc-ibm-aix to Triple. Patch by Kai.
Duncan Sands
2012-10-12
1
-0
/
+12
*
Remove the PTX back-end and all of its artifacts (triple, etc.)
Justin Holewinski
2012-05-24
1
-6
/
+6
*
Add unittests for Triple::getMacOSXVersion and Triple::getiOSVersion.
Chad Rosier
2012-05-09
1
-0
/
+65
*
Add triple support for the IBM BG/P and BG/Q supercomputers.
Hal Finkel
2012-04-02
1
-0
/
+18
*
Support was removed from LLVM's MIPS backend for the PSP variant of that
Chandler Carruth
2012-02-22
1
-9
/
+0
*
Switch the llvm::Triple class to immediately parse the triple string on
Chandler Carruth
2012-02-21
1
-6
/
+1
*
Introduce helpers to compute the 32-bit varaints and 64-bit variants of
Chandler Carruth
2012-02-06
1
-0
/
+62
*
Add various coarse bit-width architecture predicates to llvm::Triple.
Chandler Carruth
2012-01-31
1
-0
/
+57
*
Part of this test is invariant inside the inner loop - move it outside
Duncan Sands
2011-02-03
1
-14
/
+16
*
Remove NoVendor and NoOS, added in commit 123990, from Triple. While it
Duncan Sands
2011-02-02
1
-45
/
+49
*
Clang was not parsing target triples involving EABI and was generating wrong ...
Renato Golin
2011-01-21
1
-3
/
+11
*
Add better support for environment portion of triple. Original patch by
Duncan Sands
2010-09-16
1
-0
/
+8
*
Add a 'normalize' method to the Triple class, which takes a mucked up
Duncan Sands
2010-08-12
1
-9
/
+108
*
Improve Triple to recognize the OS in i386-mingw32.
Daniel Dunbar
2009-08-18
1
-0
/
+12
*
Update Triple to use StringRef/Twine based APIs.
Daniel Dunbar
2009-07-26
1
-36
/
+36
*
Revert my intentional breakage.
Daniel Dunbar
2009-06-30
1
-2
/
+0
*
Intentionally break a unittest to test my buildbot gtest command.
Daniel Dunbar
2009-06-30
1
-0
/
+2
*
Reversed order of args in EXPECT_EQ() macros to be in the correct order:
Misha Brukman
2009-06-09
1
-70
/
+70
*
Add llvm::Triple class for abstracting access to target triples.
Daniel Dunbar
2009-04-01
1
-0
/
+137