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-04-24
[driver] Put -fvectorize under the -Ofast umbrella flag.
Chad Rosier
2013-04-24
[driver] Improve the implementation of the -Ofast option.
Chad Rosier
2013-04-21
[Mips] Convert a GNU style Mips ABI name to the name accepted by LLVM
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 new flag -vectorize-slp-aggressive to enable Hals BB vectorizer.
Nadav Rotem
2013-04-15
Rename the slp-vectorizer clang/llvm flags. No functionality change.
Nadav Rotem
2013-04-14
[Mips] Support -mmicromips / -mno-micromips command line options.
Simon Atanasyan
2013-04-14
[Mips] Fix indentation.
Simon Atanasyan
2013-04-14
[Mips] Follow-up to r179481. Reduce code duplication. Use
Simon Atanasyan
2013-04-14
[Mips] Remove "single" from the list of valid MIPS float ABI names. Add
Simon Atanasyan
2013-04-13
Remove duplicated comment.
Simon Atanasyan
2013-04-11
Fix the driver logic for recent versions of DragonFly.
John McCall
2013-04-11
Add a new -mimplicit-float option for symmetry with -mno-implicit-float.
Bob Wilson
2013-04-11
Hexagon: Remove -g option from the assembler command line.
Jyotsna Verma
2013-04-10
For split dwarf we should also run the objcopy action if we're
Eric Christopher
2013-04-10
Add an option to parse all comments as documentation comments
Dmitri Gribenko
2013-04-09
One more follow-up to r179082 - parse PIC/PIE arguments even on platfroms tha...
Alexey Samsonov
2013-04-09
Follow-up for r179082: more careful handling of -f(no-)sanitize-address-zero-...
Alexey Samsonov
2013-04-09
If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...
Peter Collingbourne
2013-04-05
[analyzer] Re-enable cplusplus.NewDelete (but not NewDeleteLeaks).
Jordan Rose
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-04-03
From PR9121 gcc defaulted to omitting the frame pointer on linux,
Eric Christopher
2013-04-02
[analyzer] Moving cplusplus.NewDelete to alpha.* for now.
Anton Yartsev
2013-04-01
R600: Handle -mcpu option v3
Tom Stellard
2013-03-30
Add support for gcc-compatible -mfprnd -mno-fprnd PPC options
Hal Finkel
2013-03-28
Rename clang::driver::tools::linuxtools to clang::driver::tools::gnutools.
Thomas Schwinge
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-27
<rdar://problem/13509689> Introduce -module-file-info option that provides in...
Douglas Gregor
2013-03-25
<rdar://problem/13434605> Periodically prune the module cache so that it does...
Douglas Gregor
2013-03-25
[analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, doub...
Anton Yartsev
2013-03-23
If a .syms file is available alongside a sanitizer runtime, pass it to the
Richard Smith
2013-03-21
<rdar://problem/13477190> Give the Clang module cache directory some structur...
Douglas Gregor
2013-03-20
Split ubsan runtime into three pieces (clang part):
Richard Smith
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
[next]