index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
/
Triple.cpp
Age
Commit message (
Expand
)
Author
2012-05-09
Set the default iOS version to 3.0.
Chad Rosier
2012-05-09
Don't return true on a function with a void return type.
Chad Rosier
2012-05-09
Add Triple::getiOSVersion.
Chad Rosier
2012-05-04
This patch adds a new NVPTX back-end to LLVM which supports code generation f...
Justin Holewinski
2012-04-02
Add triple support for the IBM BG/P and BG/Q supercomputers.
Hal Finkel
2012-03-09
Add support for r600 (AMD GPUs HD2XXX - HD6XXX) target triplet.
Anton Korobeynikov
2012-02-22
Support was removed from LLVM's MIPS backend for the PSP variant of that
Chandler Carruth
2012-02-21
Tiny cosmetic change to use the same style for all of the while loops in
Chandler Carruth
2012-02-21
Replace a hand rolled loop with a lovely StringRef helper we have these
Chandler Carruth
2012-02-21
Pull the parsing helper functions out of the Triple interface entirely.
Chandler Carruth
2012-02-21
Clean up comments that I missed when changing the triple representation.
Chandler Carruth
2012-02-21
Switch the llvm::Triple class to immediately parse the triple string on
Chandler Carruth
2012-02-20
Move constructors out-of-line and flesh out their documentation. No
Chandler Carruth
2012-02-18
Trivial cleanup to group the generic 'armvN' cases with the 'arm' case,
Chandler Carruth
2012-02-12
StringSwitchify the rest of Triple.cpp.
Benjamin Kramer
2012-02-12
Switch a bunch of manual if-chains to use StringSwitch. Clean them up in
Chandler Carruth
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-06
Introduce helpers to compute the 32-bit varaints and 64-bit variants of
Chandler Carruth
2012-01-31
Add Triple::getMacOSXVersion to replace crufty code in the clang driver.
Bob Wilson
2012-01-31
Add various coarse bit-width architecture predicates to llvm::Triple.
Chandler Carruth
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-18
Add support for the gnueabihf environment. Patch by Sylvestre Ledru.
Rafael Espindola
2012-01-10
Teach the triple library about the androideabi environment.
Chandler Carruth
2011-12-12
Hexagon backend support
Tony Linthicum
2011-10-27
Remove the Alpha backend.
Dan Gohman
2011-10-25
Remove the Blackfin backend.
Dan Gohman
2011-10-24
Remove the SystemZ backend.
Dan Gohman
2011-09-20
Add mips64 & mips64el to Triple. Patch by Liu with modifications.
Akira Hatanaka
2011-08-29
Add AMDIL as valid target triple to LLVM.
Tobias Grosser
2011-08-23
This patch adds support of le32 pseudo-cpu that stands for generic
Ivan Krasin
2011-08-22
Add NativeClient support to Triple::ParseOS.
Ivan Krasin
2011-08-18
Add NativeClient operating system support.
Ivan Krasin
2011-07-30
Added several architecture names.
Sean Callanan
2011-07-26
Teach the Triple class about kfreebsd (FreeBSD kernel with
Duncan Sands
2011-07-24
switch Triple to take twines instead of stringrefs.
Chris Lattner
2011-07-22
lib/Support/Triple.cpp: Recognize "-march=ppc32" to llc properly, as quick hack.
NAKAMURA Takumi
2011-07-07
Recognize mipseb as alias for mips for symmetry with mipsel.
Joerg Sonnenberger
2011-07-06
Fix missing triple support for RTEMS target.
Eli Friedman
2011-07-01
Add initial *-*-rtems* target, from Joel Sherrill
Douglas Gregor
2011-05-29
...this is not a good commit day for me.
John McCall
2011-05-29
On Darwin ARM, set the UNWIND_RESUME libcall to _Unwind_SjLj_Resume.
John McCall
2011-04-20
PTX: Add intrinsics to list of built-in intrinsics, which allows them to be
Justin Holewinski
2011-04-19
ADT/Triple: Drop support for -osx style triples, we are going with -macosx
Daniel Dunbar
2011-04-19
ADT/Triple: Add support for Triple::MacOSX per feedback from Chris, will remove
Daniel Dunbar
2011-04-19
ADT/Triple: Add isOSDarwin() and isOSWindows() helper functions.
Daniel Dunbar
2011-04-19
ADT/Triple: Fix Triple::getArchNameForAssembler to support OSX and iOS
Daniel Dunbar
2011-04-19
ADT/Triple: Generalize and simplify getDarwinNumber to just be getOSVersion.
Daniel Dunbar
2011-04-19
ADT/Triple: Add support for more explicit "osx" and "ios" OS names.
Daniel Dunbar
2011-03-15
Add scei vendor
John Thompson
2011-02-17
Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.
NAKAMURA Takumi
[next]