index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Driver
Age
Commit message (
Expand
)
Author
2013-04-24
[driver] Add a hasFlag API that accepts a positive alias.
Chad Rosier
2013-04-20
Supports Sourcery CodeBench Mips toolchain directories tree.
Simon Atanasyan
2013-04-17
Add support for gcc's spelling of -fcolor-diagnostics.
Nico Weber
2013-04-16
[Modules] Convert module specific -fno-modules-autolink into -fno-autolink.
Daniel Dunbar
2013-04-15
Add a missing space
Timur Iskhodzhanov
2013-04-15
Add a new flag -vectorize-slp-aggressive to enable Hals BB vectorizer.
Nadav Rotem
2013-04-14
[Mips] Support -mmicromips / -mno-micromips command line options.
Simon Atanasyan
2013-04-14
[Mips] Remove "single" from the list of valid MIPS float ABI names. Add
Simon Atanasyan
2013-04-11
Add a new -mimplicit-float option for symmetry with -mno-implicit-float.
Bob Wilson
2013-04-10
[driver] Add a -Ofast option, which enables -O3, -ffast-math, and
Chad Rosier
2013-04-10
Add an option to parse all comments as documentation comments
Dmitri Gribenko
2013-04-09
If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...
Peter Collingbourne
2013-04-04
Initial support for struct-path aware TBAA.
Manman Ren
2013-04-04
revert r178784 since it does not have a commit message
Manman Ren
2013-04-04
Index: include/clang/Driver/CC1Options.td
Manman Ren
2013-04-04
Plumb through the -fsplit-stack option using the existing backend
Eric Christopher
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
[Mips] Handle pseudo-target flags '-EL' and '-EB' and properly adjust
Simon Atanasyan
2013-03-28
Add support for gcc-compatible -mmfcrf -mno-mfcrf PPC options
Hal Finkel
2013-03-27
<rdar://problem/13509689> Introduce -module-file-info option that provides in...
Douglas Gregor
2013-03-26
Add PRFCHW intrinsic support
Michael Liao
2013-03-25
<rdar://problem/13434605> Periodically prune the module cache so that it does...
Douglas Gregor
2013-03-24
Reject -no-integrated-as on windows.
Rafael Espindola
2013-03-23
If a .syms file is available alongside a sanitizer runtime, pass it to the
Richard Smith
2013-03-20
Remove the Tools DensMap from the toolchain.
Rafael Espindola
2013-03-20
The flag "-coverage-function-names-in-data" is actually backwards -- we do
Nick Lewycky
2013-03-20
Make clang emit linkage names in debug info for subprograms when coverage info
Nick Lewycky
2013-03-19
Finish refactoring the tool selection logic.
Rafael Espindola
2013-03-18
Centralize the recording of which tools have been constructed.
Rafael Espindola
2013-03-18
Remove unused argument.
Rafael Espindola
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
Remove unused argument.
Rafael Espindola
2013-03-18
Remove unused argument.
Rafael Espindola
2013-03-16
Remove -Wspellcheck and replace it with a diagnostic option.
Argyrios Kyrtzidis
2013-03-08
[driver] If we're just linking, don't report --param X as unused option.
Chad Rosier
2013-03-07
Minor refactor of how we get compilation phases.
Matthew Curtis
2013-03-07
Add flags for additional control over coverage generation. Pick the version
Nick Lewycky
2013-03-03
Default to enabling default-synthesized ivars on all platforms
David Chisnall
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
Grammar.
Eric Christopher
2013-02-21
Remove the SplitDebug action and replace with a set of commands
Eric Christopher
2013-02-21
[driver] Add a dump method for ArgList.
Chad Rosier
2013-02-19
Add support for -fvisibility-ms-compat.
John McCall
2013-02-18
Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.
David Blaikie
[next]