index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
/
Triple.h
Age
Commit message (
Expand
)
Author
2014-02-25
Introduce the asmjs-unknown-emscripten target triple.
Dan Gohman
2013-08-28
Hardcode NaCl in ADT/Triple.h for NaCl only builds (no Darwin/Windows).
Jan Voung
2013-05-03
[SystemZ] Add llvm::Triple::systemz
Richard Sandiford
2013-04-22
typo
Jia Liu
2013-01-31
Add AArch64 as an experimental target.
Tim Northover
2013-01-30
Encapsulate testing that we have an iOS Triple in Triple.h in the method isiOS
Michael Gottesman
2013-01-22
Initial patch for x32 ABI support.
Eli Bendersky
2012-12-07
Add convenience accessor to Triple for OS == NaCl
Eli Bendersky
2012-12-04
Remove a URL from code
Eli Bendersky
2012-12-04
Make NaCl naming consistent. The triple OSType is called NaCl and is represented
Eli Bendersky
2012-11-15
Add support for SPIR64 target - the 64bit counterpart of SPIR.
Guy Benyei
2012-11-14
Remove the CellSPU port.
Eric Christopher
2012-10-31
Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now.
Rafael Espindola
2012-10-12
Add powerpc-ibm-aix to Triple. Patch by Kai.
Duncan Sands
2012-10-02
Support for generating ELF objects on Windows.
Andrew Kaylor
2012-10-01
Add in support for SPIR to LLVM core. This adds a new target and two new call...
Micah Villmow
2012-09-13
Fix Doxygen issues:
Dmitri Gribenko
2012-09-02
Rename ANDROIDEABI to Android.
Logan Chien
2012-08-28
Add the Freescale vendor to Triple.
Hal Finkel
2012-08-06
Add support for the OpenBSD for Bitrig.
Eric Christopher
2012-07-18
Remove tabs.
Bill Wendling
2012-05-24
Remove the PTX back-end and all of its artifacts (triple, etc.)
Justin Holewinski
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
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-06
Introduce helpers to compute the 32-bit varaints and 64-bit variants of
Chandler Carruth
2012-02-05
Begin fleshing out more convenience predicates in llvm::Triple and
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-29
Cleanup the organization of some methods in llvm::Triple and provide
Chandler Carruth
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-18
Add NativeClient operating system support.
Ivan Krasin
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-02
Remove the confusing getDarwinNumber() api and friends.
Eric Christopher
2011-07-01
Add initial *-*-rtems* target, from Joel Sherrill
Douglas Gregor
[next]