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
/
Driver
Age
Commit message (
Expand
)
Author
2013-02-18
Fix up grammar a bit.
Eric Christopher
2013-02-18
Unify some "kernel or kext" conditionals.
Eric Christopher
2013-02-18
Add a comment.
Eric Christopher
2013-02-18
Clean up comment.
Eric Christopher
2013-02-18
Grammar.
Eric Christopher
2013-02-18
Unify some code. No functional change.
Eric Christopher
2013-02-10
Use -mno-implicit-float by default for kernel/kext code. <rdar://13177960>
Bob Wilson
2013-02-10
Delete an extra blank line.
Bob Wilson
2013-02-10
Recognize -mno-implicit-float option for x86 as well as ARM. <rdar://13180731>
Bob Wilson
2013-02-08
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-02-07
Form the default -fmodules-cache-path= properly.
Douglas Gregor
2013-02-07
Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...
Douglas Gregor
2013-02-07
Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading ...
Douglas Gregor
2013-02-05
Adding armv7l default to cortex-a8
Renato Golin
2013-02-05
Driver and option support for -gsplit-dwarf. This is a part of
Eric Christopher
2013-02-05
Spaces instead of tabs.
Eric Christopher
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
[driver] Don't try to generate diagnostic information for dsymutil crashes.
Chad Rosier
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-29
[driver] Clear the FailureResultFiles when initializing clang diagnostics. Also,
Chad Rosier
2013-01-29
[ubsan] Implement the -fcatch-undefined-behavior flag using a trapping
Chad Rosier
2013-01-29
[driver] Refactor the driver so that a failing commands doesn't prevent
Chad Rosier
2013-01-28
Fix comment.
Eric Christopher
2013-01-28
Print warning instead of error if optional ASan features are enabled w/o spec...
Alexey Samsonov
2013-01-24
[driver] Associate a JobAction with each result file. This enables the driver
Chad Rosier
2013-01-23
[Driver] Don't remove non-regular files that were outputs.
Daniel Dunbar
2013-01-22
[ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style
Chad Rosier
2013-01-22
[ASan] Link with the dynamic runtime on OS X
Alexander Potapenko
2013-01-21
Port r172856: 'Include ubsan runtime even when building a shared library. We ...
Alexey Samsonov
2013-01-20
Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ...
Alexey Samsonov
2013-01-18
Include ubsan runtime even when building a shared library. We don't require t...
Richard Smith
2013-01-17
We want the dwarf AT_producer for assembly source files to match clang's
Kevin Enderby
2013-01-17
Do not pass -pie flag to linker if -shared specified. This matches
Peter Collingbourne
2013-01-17
Add initial rough support for synthesizing linker options when passed
Chandler Carruth
2013-01-16
Fix uninitialized bool flag access in SanitizerArgs parser
Alexey Samsonov
2013-01-16
Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that
Douglas Gregor
2013-01-15
[driver/Darwin] Adjust SDKROOT handling code to not generate "-isysroot /".
Daniel Dunbar
2013-01-13
Refactor the x86 CPU name logic in the driver and pass -march and -mcpu
Chandler Carruth
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-10
ToolChains: Minor touchup to use correct type, avoid truncation.
Will Dietz
2013-01-10
[Mips] Pass a combination of +soft-float and -mips16-hard-float flags to
Simon Atanasyan
2013-01-06
Prepare for the upcoming version of Debian (jessie)
Sylvestre Ledru
2012-12-31
Silence some warnings and allow passing down some feature flags to the linker.
Rafael Espindola
2012-12-30
[ubsan] Recover by default, use -fno-sanitize-recover to disable.
Will Dietz
2012-12-29
Fix a typo that caused a few standard library implementations of sort to
Chandler Carruth
2012-12-29
Try to re-structure the GCCVersion comparison routine to make it easier
Chandler Carruth
2012-12-24
Support -fsanitize-memory-track-origins.
Evgeniy Stepanov
[prev]
[next]