index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
/
Triple.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Undefine NetBSD, it may have been defined by an earlier include of
Joerg Sonnenberger
2013-09-25
1
-0
/
+1
*
Clean up some usage of Triple. The base class has methods for determining if...
Cameron Esfahani
2013-08-29
1
-1
/
+6
*
ADT/Triple: Helper to determine if we are targeting the Windows CRT
David Majnemer
2013-08-21
1
-0
/
+5
*
[PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
2013-07-26
1
-0
/
+1
*
Remove the mblaze backend from llvm.
Rafael Espindola
2013-07-25
1
-1
/
+0
*
[NVPTX] Add support for selecting CUDA vs OCL mode based on triple
Justin Holewinski
2013-06-21
1
-2
/
+5
*
Comment update: these things are called "configuration names" these days, not
Richard Smith
2013-05-20
1
-7
/
+9
*
[SystemZ] Add llvm::Triple::systemz
Richard Sandiford
2013-05-03
1
-0
/
+1
*
typo
Jia Liu
2013-04-22
1
-1
/
+1
*
Add AArch64 as an experimental target.
Tim Northover
2013-01-31
1
-0
/
+1
*
Encapsulate testing that we have an iOS Triple in Triple.h in the method isiOS
Michael Gottesman
2013-01-30
1
-1
/
+6
*
Initial patch for x32 ABI support.
Eli Bendersky
2013-01-22
1
-0
/
+1
*
Add convenience accessor to Triple for OS == NaCl
Eli Bendersky
2012-12-07
1
-0
/
+5
*
Remove a URL from code
Eli Bendersky
2012-12-04
1
-1
/
+1
*
Make NaCl naming consistent. The triple OSType is called NaCl and is represented
Eli Bendersky
2012-12-04
1
-2
/
+2
*
Add support for SPIR64 target - the 64bit counterpart of SPIR.
Guy Benyei
2012-11-15
1
-1
/
+2
*
Remove the CellSPU port.
Eric Christopher
2012-11-14
1
-1
/
+0
*
Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now.
Rafael Espindola
2012-10-31
1
-5
/
+0
*
Add powerpc-ibm-aix to Triple. Patch by Kai.
Duncan Sands
2012-10-12
1
-2
/
+4
*
Support for generating ELF objects on Windows.
Andrew Kaylor
2012-10-02
1
-1
/
+2
*
Add in support for SPIR to LLVM core. This adds a new target and two new call...
Micah Villmow
2012-10-01
1
-1
/
+2
*
Fix Doxygen issues:
Dmitri Gribenko
2012-09-13
1
-9
/
+6
*
Rename ANDROIDEABI to Android.
Logan Chien
2012-09-02
1
-1
/
+1
*
Add the Freescale vendor to Triple.
Hal Finkel
2012-08-28
1
-1
/
+2
*
Add support for the OpenBSD for Bitrig.
Eric Christopher
2012-08-06
1
-1
/
+2
*
Remove tabs.
Bill Wendling
2012-07-18
1
-1
/
+1
*
Remove the PTX back-end and all of its artifacts (triple, etc.)
Justin Holewinski
2012-05-24
1
-2
/
+0
*
Add Triple::getiOSVersion.
Chad Rosier
2012-05-09
1
-0
/
+5
*
This patch adds a new NVPTX back-end to LLVM which supports code generation f...
Justin Holewinski
2012-05-04
1
-0
/
+2
*
Add triple support for the IBM BG/P and BG/Q supercomputers.
Hal Finkel
2012-04-02
1
-2
/
+5
*
Add support for r600 (AMD GPUs HD2XXX - HD6XXX) target triplet.
Anton Korobeynikov
2012-03-09
1
-0
/
+1
*
Support was removed from LLVM's MIPS backend for the PSP variant of that
Chandler Carruth
2012-02-22
1
-2
/
+1
*
Pull the parsing helper functions out of the Triple interface entirely.
Chandler Carruth
2012-02-21
1
-5
/
+0
*
Clean up comments that I missed when changing the triple representation.
Chandler Carruth
2012-02-21
1
-1
/
+2
*
Switch the llvm::Triple class to immediately parse the triple string on
Chandler Carruth
2012-02-21
1
-27
/
+11
*
Move constructors out-of-line and flesh out their documentation. No
Chandler Carruth
2012-02-20
1
-9
/
+4
*
Introduce helpers to compute the 32-bit varaints and 64-bit variants of
Chandler Carruth
2012-02-06
1
-0
/
+20
*
Begin fleshing out more convenience predicates in llvm::Triple and
Chandler Carruth
2012-02-05
1
-14
/
+34
*
Add Triple::getMacOSXVersion to replace crufty code in the clang driver.
Bob Wilson
2012-01-31
1
-0
/
+7
*
Add various coarse bit-width architecture predicates to llvm::Triple.
Chandler Carruth
2012-01-31
1
-0
/
+19
*
Cleanup the organization of some methods in llvm::Triple and provide
Chandler Carruth
2012-01-29
1
-15
/
+19
*
Add support for the gnueabihf environment. Patch by Sylvestre Ledru.
Rafael Espindola
2012-01-18
1
-0
/
+1
*
Teach the triple library about the androideabi environment.
Chandler Carruth
2012-01-10
1
-1
/
+2
*
Hexagon backend support
Tony Linthicum
2011-12-12
1
-0
/
+1
*
Remove the Alpha backend.
Dan Gohman
2011-10-27
1
-1
/
+0
*
Remove the Blackfin backend.
Dan Gohman
2011-10-25
1
-1
/
+0
*
Remove the SystemZ backend.
Dan Gohman
2011-10-24
1
-1
/
+0
*
Add mips64 & mips64el to Triple. Patch by Liu with modifications.
Akira Hatanaka
2011-09-20
1
-0
/
+2
*
Add AMDIL as valid target triple to LLVM.
Tobias Grosser
2011-08-29
1
-0
/
+1
*
This patch adds support of le32 pseudo-cpu that stands for generic
Ivan Krasin
2011-08-23
1
-0
/
+1
[next]