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
/
lib
/
Support
/
Triple.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add AArch64 as an experimental target.
Tim Northover
2013-01-31
1
-0
/
+8
*
Initial patch for x32 ABI support.
Eli Bendersky
2013-01-22
1
-0
/
+2
*
Make NaCl naming consistent. The triple OSType is called NaCl and is represented
Eli Bendersky
2012-12-04
1
-2
/
+2
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Add support for SPIR64 target - the 64bit counterpart of SPIR.
Guy Benyei
2012-11-15
1
-2
/
+10
*
Remove the CellSPU port.
Eric Christopher
2012-11-14
1
-8
/
+0
*
Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now.
Rafael Espindola
2012-10-31
1
-32
/
+0
*
Add powerpc-ibm-aix to Triple. Patch by Kai.
Duncan Sands
2012-10-12
1
-0
/
+4
*
Support for generating ELF objects on Windows.
Andrew Kaylor
2012-10-02
1
-0
/
+2
*
Add in support for SPIR to LLVM core. This adds a new target and two new call...
Micah Villmow
2012-10-01
1
-0
/
+9
*
Rename ANDROIDEABI to Android.
Logan Chien
2012-09-02
1
-2
/
+2
*
Add the Freescale vendor to Triple.
Hal Finkel
2012-08-28
1
-0
/
+2
*
Add support for the OpenBSD for Bitrig.
Eric Christopher
2012-08-06
1
-0
/
+2
*
Enable automatic GCC<->LLVM intrinsic translation for mips.
Benjamin Kramer
2012-06-28
1
-1
/
+6
*
Remove the PTX back-end and all of its artifacts (triple, etc.)
Justin Holewinski
2012-05-24
1
-18
/
+0
*
Set the default iOS version to 3.0.
Chad Rosier
2012-05-09
1
-2
/
+4
*
Don't return true on a function with a void return type.
Chad Rosier
2012-05-09
1
-1
/
+1
*
Add Triple::getiOSVersion.
Chad Rosier
2012-05-09
1
-0
/
+21
*
This patch adds a new NVPTX back-end to LLVM which supports code generation f...
Justin Holewinski
2012-05-04
1
-0
/
+18
*
Add triple support for the IBM BG/P and BG/Q supercomputers.
Hal Finkel
2012-04-02
1
-0
/
+6
*
Add support for r600 (AMD GPUs HD2XXX - HD6XXX) target triplet.
Anton Korobeynikov
2012-03-09
1
-0
/
+10
*
Support was removed from LLVM's MIPS backend for the PSP variant of that
Chandler Carruth
2012-02-22
1
-3
/
+1
*
Tiny cosmetic change to use the same style for all of the while loops in
Chandler Carruth
2012-02-21
1
-2
/
+4
*
Replace a hand rolled loop with a lovely StringRef helper we have these
Chandler Carruth
2012-02-21
1
-4
/
+1
*
Pull the parsing helper functions out of the Triple interface entirely.
Chandler Carruth
2012-02-21
1
-89
/
+90
*
Clean up comments that I missed when changing the triple representation.
Chandler Carruth
2012-02-21
1
-10
/
+7
*
Switch the llvm::Triple class to immediately parse the triple string on
Chandler Carruth
2012-02-21
1
-20
/
+16
*
Move constructors out-of-line and flesh out their documentation. No
Chandler Carruth
2012-02-20
1
-2
/
+32
*
Trivial cleanup to group the generic 'armvN' cases with the 'arm' case,
Chandler Carruth
2012-02-18
1
-4
/
+4
*
StringSwitchify the rest of Triple.cpp.
Benjamin Kramer
2012-02-12
1
-62
/
+34
*
Switch a bunch of manual if-chains to use StringSwitch. Clean them up in
Chandler Carruth
2012-02-12
1
-170
/
+93
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-3
/
+2
*
Introduce helpers to compute the 32-bit varaints and 64-bit variants of
Chandler Carruth
2012-02-06
1
-0
/
+74
*
Add Triple::getMacOSXVersion to replace crufty code in the clang driver.
Bob Wilson
2012-01-31
1
-0
/
+39
*
Add various coarse bit-width architecture predicates to llvm::Triple.
Chandler Carruth
2012-01-31
1
-0
/
+49
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-4
/
+5
*
Add support for the gnueabihf environment. Patch by Sylvestre Ledru.
Rafael Espindola
2012-01-18
1
-0
/
+3
*
Teach the triple library about the androideabi environment.
Chandler Carruth
2012-01-10
1
-0
/
+3
*
Hexagon backend support
Tony Linthicum
2011-12-12
1
-0
/
+7
*
Remove the Alpha backend.
Dan Gohman
2011-10-27
1
-7
/
+0
*
Remove the Blackfin backend.
Dan Gohman
2011-10-25
1
-7
/
+0
*
Remove the SystemZ backend.
Dan Gohman
2011-10-24
1
-5
/
+0
*
Add mips64 & mips64el to Triple. Patch by Liu with modifications.
Akira Hatanaka
2011-09-20
1
-0
/
+10
*
Add AMDIL as valid target triple to LLVM.
Tobias Grosser
2011-08-29
1
-1
/
+10
*
This patch adds support of le32 pseudo-cpu that stands for generic
Ivan Krasin
2011-08-23
1
-0
/
+9
*
Add NativeClient support to Triple::ParseOS.
Ivan Krasin
2011-08-22
1
-0
/
+2
*
Add NativeClient operating system support.
Ivan Krasin
2011-08-18
1
-0
/
+1
*
Added several architecture names.
Sean Callanan
2011-07-30
1
-1
/
+2
*
Teach the Triple class about kfreebsd (FreeBSD kernel with
Duncan Sands
2011-07-26
1
-0
/
+3
*
switch Triple to take twines instead of stringrefs.
Chris Lattner
2011-07-24
1
-5
/
+0
[next]