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
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-06
Allow targets to define minimum alignment for global variables
Ulrich Weigand
2013-05-04
AArch64: teach Clang about __clear_cache intrinsic
Tim Northover
2013-05-03
Revert r177218.
Argyrios Kyrtzidis
2013-05-03
Remove DiagnosticConsumer::clone(), a bad idea that is now unused.
Douglas Gregor
2013-05-03
When building a module, forward diagnostics to the outer diagnostic consumer.
Douglas Gregor
2013-05-03
Initialize WarnOnSpellCheck.
Rafael Espindola
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-18
Add comment to describe cleverness.
Benjamin Kramer
2013-04-18
Reject asm output constraints that consist of modifiers only.
Benjamin Kramer
2013-04-17
[Modules] Use global index to improve typo correction performance
Argyrios Kyrtzidis
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-13
Introduce SourceManager::getDecomposedIncludedLoc, that returns the "included...
Argyrios Kyrtzidis
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-25
<rdar://problem/13358795> Teach CMake to check Subversion version information...
Douglas Gregor
2013-03-25
Fix a layering violation introduced in r177705.
Matt Beaumont-Gay
2013-03-22
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2013-03-20
<rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...
Douglas Gregor
2013-03-20
Make sure that Module::ConfigMacrosExhaustive gets initialized and deserializ...
Douglas Gregor
2013-03-20
<rdar://problem/10796651> Introduce configuration macros into module maps.
Douglas Gregor
2013-03-13
[Modules] Resolve top-headers of modules lazily.
Argyrios Kyrtzidis
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-03-01
Fix typos: [Dd]iagnosic -> [Dd]iagnostic
Stefanus Du Toit
2013-03-01
Add one more sanity check in SourceManager::getFileIDLoaded().
Argyrios Kyrtzidis
2013-03-01
In SourceManager::getFileIDLoaded(), add some sanity checks to make sure we d...
Argyrios Kyrtzidis
2013-02-27
[Mips] Add two new aliases for MIPS ABI names 32 (means o32 abi) and 64
Simon Atanasyan
2013-02-27
Refine SourceManager's isBeforeInTranslationUnit() cache to have more entries.
Ted Kremenek
[next]