index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
/
ADT
/
TripleTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ARM] Reject invalid -march values
John Brawn
2015-05-08
1
-0
/
+31
*
Fix regression in parsing armv{6,7}hl- triples. These are used by SUSE
Ismail Donmez
2015-05-05
1
-0
/
+12
*
Move unit test into anonymous namespace as per convention.
Douglas Katzman
2015-05-01
1
-1
/
+2
*
Exhaustively test all triples in TripleTest.
Douglas Katzman
2015-04-30
1
-4
/
+4
*
New architecture name - 'sparcel' for Sparc little-endian.
Douglas Katzman
2015-04-29
1
-0
/
+20
*
Default to armv7 cpu for NaCl when march=arm
Derek Schuff
2015-03-26
1
-0
/
+4
*
Add support for Nuxi CloudABI.
Ed Schouten
2015-03-09
1
-0
/
+6
*
The canonical CPU variant for ARM according to config.guess uses a
Joerg Sonnenberger
2015-01-26
1
-0
/
+17
*
Add hsail and amdil64 to Triple
Matt Arsenault
2014-09-19
1
-0
/
+84
*
Add unit test for r217454
Ed Maste
2014-09-15
1
-0
/
+4
*
ADT: remove MinGW32 and Cygwin OSType enum
Saleem Abdulrasool
2014-08-09
1
-1
/
+1
*
Move the API and implementation of clang::driver::getARMCPUForMArch() to llvm...
Argyrios Kyrtzidis
2014-07-11
1
-0
/
+12
*
Support: generalise object type handling for Windows
Saleem Abdulrasool
2014-03-31
1
-5
/
+17
*
ARM64: remove -m32/-m64 mapping with ARM.
Tim Northover
2014-03-30
1
-4
/
+0
*
Support: correct Windows normalisation
Saleem Abdulrasool
2014-03-30
1
-0
/
+9
*
ARM64: initial backend import
Tim Northover
2014-03-29
1
-1
/
+1
*
Canonicalise Windows target triple spellings
Saleem Abdulrasool
2014-03-27
1
-1
/
+33
*
Support: split object format out of environment
Saleem Abdulrasool
2014-03-06
1
-1
/
+19
*
Darwin: update default iOS version to 5.0
Tim Northover
2013-12-10
1
-7
/
+7
*
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
[prev]