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
/
Tools.cpp
Age
Commit message (
Expand
)
Author
2013-03-20
Fix redundant comparison in gcc::Common::ConstructJob.
Hans Wennborg
2013-03-19
[ASan] Make -fsanitize=address always imply -fsanitize=init-order
Alexey Samsonov
2013-03-18
Objective-C modern translator. Don't put line info
Fariborz Jahanian
2013-03-18
Pass an ArgList to every toolchain constructor. Remove the useIntegratedAs
Rafael Espindola
2013-03-18
Inline ShouldUseIntegratedAssembler and move the documentation to
Rafael Espindola
2013-03-18
Refactor a bit of duplicated code to useIntegratedAs.
Rafael Espindola
2013-03-18
Make sure to use same EABI version for external assembler as for integrated as.
Anton Korobeynikov
2013-03-14
[ASan] Make -fsanitize=address imply -fsanitize=init-order (if the latter is ...
Alexey Samsonov
2013-03-12
[driver] Only enable -fmodules-autolink if we are using the integrated assemb...
Ted Kremenek
2013-03-12
Revert "Disallow using -fmodules with -no-integrated-as."
Ted Kremenek
2013-03-11
Disallow using -fmodules with -no-integrated-as.
Ted Kremenek
2013-03-07
Add flags for additional control over coverage generation. Pick the version
Nick Lewycky
2013-03-04
Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors.
Bob Wilson
2013-03-04
Tidy up lists of Cortex-A series processors, adding entries for A7.
Bob Wilson
2013-03-04
Check for warnings in a bunch of the linker invocations, and add one
Chandler Carruth
2013-02-27
[Mips] Add two new aliases for MIPS ABI names 32 (means o32 abi) and 64
Simon Atanasyan
2013-02-27
[Sanitizer] Change driver behavior when linking with -fsanitize=thread and -f...
Alexey Samsonov
2013-02-22
Propagate the split dwarf file information through into the backend
Eric Christopher
2013-02-22
Driver: Pass down the -march setting down to -cc1as on x86 too.
Benjamin Kramer
2013-02-22
Split out the command handling for split debug info, we're going
Eric Christopher
2013-02-22
Comment parsing: add CommentOptions to allow specifying custom comment block ...
Dmitri Gribenko
2013-02-22
Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=,
Richard Smith
2013-02-22
Make sure we only use the output file as a base for debug splitting
Eric Christopher
2013-02-22
Make logic smaller.
Eric Christopher
2013-02-21
Don't pass -split-dwarf= to the backend unless we're on linux for
Eric Christopher
2013-02-21
Remove the SplitDebug action and replace with a set of commands
Eric Christopher
2013-02-21
Respect -fno-canonical-prefixes when deciding where to generate .gcno and .gcda
Nick Lewycky
2013-02-19
[Sanitizer] If -fsanitize-blacklist= option is not explicitly specified, make...
Alexey Samsonov
2013-02-19
More grammar.
Eric Christopher
2013-02-19
Add support for -fvisibility-ms-compat.
John McCall
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-10
Use -mno-implicit-float by default for kernel/kext code. <rdar://13177960>
Bob Wilson
2013-02-10
Recognize -mno-implicit-float option for x86 as well as ARM. <rdar://13180731>
Bob Wilson
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
Driver and option support for -gsplit-dwarf. This is a part of
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
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
[ubsan] Implement the -fcatch-undefined-behavior flag using a trapping
Chad Rosier
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-22
[ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style
Chad Rosier
2013-01-21
Port r172856: 'Include ubsan runtime even when building a shared library. We ...
Alexey Samsonov
[prev]
[next]