index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Basic
/
Targets.cpp
Age
Commit message (
Expand
)
Author
2014-04-25
Introduce an Emscripten C++ ABI.
Dan Gohman
2014-04-09
set the emscripten backend's atomic widths to 32
Alon Zakai
2014-03-03
Set the natural stack alignment for asm.js to 16 bytes.
Dan Gohman
2014-02-24
Introduce the asmjs-unknown-emscripten target triple.
Dan Gohman
2013-05-15
Merging r181750:
Bill Wendling
2013-05-15
Merging r181728:
Bill Wendling
2013-05-06
Add SystemZ support
Ulrich Weigand
2013-05-04
AArch64: teach Clang about __clear_cache intrinsic
Tim Northover
2013-05-03
Add support for -march=btver2.
Benjamin Kramer
2013-04-24
Add some more required SPARC v9 predefined macros.
Jakob Stoklund Olesen
2013-04-16
Add support for sparcv9 targets.
Jakob Stoklund Olesen
2013-04-14
[Mips] Support -mmicromips / -mno-micromips command line options.
Simon Atanasyan
2013-04-14
[Mips] Follow-up to r179481. Consider "single-float" as a separate
Simon Atanasyan
2013-04-08
The PNaCl target no longer permits __attribute__((regparm)).
Eli Bendersky
2013-04-05
AArch64: bring predefines in line with most recent ACLE document
Tim Northover
2013-04-04
Add support for __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8} on x86.
Michael J. Spencer
2013-04-01
R600: Add missing Southern Islands GPU to setCPU() function
Tom Stellard
2013-03-30
Remove old NVPTX cpus and add new NVPTX cpus
Justin Holewinski
2013-03-30
Add support for gcc-compatible -mfprnd -mno-fprnd PPC options
Hal Finkel
2013-03-29
Add RDSEED intrinsic support defined in AVX2 extension
Michael Liao
2013-03-28
Add support for gcc-compatible -mpopcntd -mno-popcntd PPC options
Hal Finkel
2013-03-28
Add support for gcc-compatible -mmfcrf -mno-mfcrf PPC options
Hal Finkel
2013-03-26
Add PRFCHW intrinsic support
Michael Liao
2013-03-12
Remove driver support for Hexagon V2 and V3
Matthew Curtis
2013-03-07
Add 'e' to the SPIR data layout - SPIR is little endian for now.
Guy Benyei
2013-03-05
Mips specific inline assembler constraint 'R'
Jack Carter
2013-03-04
Tidy up lists of Cortex-A series processors, adding entries for A7.
Bob Wilson
2013-03-04
Mips specific inline assembler constraint 'R'
Jack Carter
2013-03-04
R600: Use the GPU type to determine the correct DataLayout v2
Tom Stellard
2013-02-27
[Mips] Add two new aliases for MIPS ABI names 32 (means o32 abi) and 64
Simon Atanasyan
2013-02-23
Implement __builtin_eh_return_data_regno() for ARM and MIPS.
Logan Chien
2013-02-23
Revert r175912, "Add support for coldcc to clang" at John's request.
Peter Collingbourne
2013-02-22
Add support for coldcc to clang
Peter Collingbourne
2013-02-20
Revert "intmax_t is long long on Darwin, not long."
Jordan Rose
2013-02-20
intmax_t is long long on Darwin, not long.
Jordan Rose
2013-02-18
AArch64: add atomic support parameters to TargetInfo
Tim Northover
2013-02-01
Add some missing PPC cpus
Bill Schmidt
2013-02-01
Add -mqpx and -mno-qpx feature flags to toggle use of the PPC QPX vector inst...
Hal Finkel
2013-02-01
Add PPC A2Q core and BG/Q preprocessor definitions
Hal Finkel
2013-02-01
Enable -fno-altivec, -mno-altivec for PowerPC.
Bill Schmidt
2013-01-31
Add support for AArch64 target.
Tim Northover
2013-01-25
First pass at abstracting out a class for the target C++ ABI.
John McCall
2013-01-22
PowerPC: fix __builtin_eh_return_data_regno return
Adhemerval Zanella
2013-01-18
[mips] Enable inlining of atomic ops on mips32 and mips64.
Akira Hatanaka
2013-01-18
[ubsan] Add support for -fsanitize-blacklist
Will Dietz
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-10
Enable intel_ocl_bicc for x86_64 target only. Remove fix from 171969 that ena...
Guy Benyei
2013-01-05
[mips] Fix data layout string. Add 64 to the list of native integer widths
Akira Hatanaka
2013-01-02
Correct Hexagon DataLayout string. Fixes bug 14744.
Anshuman Dasgupta
2013-01-02
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
[next]