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
/
Frontend
/
CompilerInvocation.cpp
Age
Commit message (
Expand
)
Author
2013-07-25
Change __cyg_profile_func_enter/exit to __pnacl_profile... and change the sig...
Robert Grosse
2013-07-25
Add a -finstrument-functions-size=n option to control basic block
Robert Grosse
2013-05-03
Revert r177218.
Argyrios Kyrtzidis
2013-04-24
[driver] Improve the implementation of the -Ofast option.
Chad Rosier
2013-04-16
[Modules] Convert module specific -fno-modules-autolink into -fno-autolink.
Daniel Dunbar
2013-04-12
<rdar://problem/13615607> Include SDK version information in the module hash.
Douglas Gregor
2013-04-10
Remove unused arguments.
Chad Rosier
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-08
<rdar://problem/13559825> Further reduce template instantiation depth down to...
Douglas Gregor
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-02
Remove dead store.
Richard Smith
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-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-16
Remove -Wspellcheck and replace it with a diagnostic option.
Argyrios Kyrtzidis
2013-03-14
Update GCOVProfiling pass creation for API change in r177002. No functionalit...
Nick Lewycky
2013-03-07
Add flags for additional control over coverage generation. Pick the version
Nick Lewycky
2013-03-06
revert r176531 due to clan-native-arm fails
Weiming Zhao
2013-03-05
PR 11326: Lack diagnosic message when ABI conflicts on ARM
Weiming Zhao
2013-02-22
Propagate the split dwarf file information through into the backend
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-19
Add support for -fvisibility-ms-compat.
John McCall
2013-02-07
Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...
Douglas Gregor
2013-02-07
Be a little more permissive with -fmodules-ignore-macro= by removing everythi...
Douglas Gregor
2013-02-07
Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading ...
Douglas Gregor
2013-02-05
[frontend] Don't put a PCH/PTH filename into the set of includes in the prepr...
Argyrios Kyrtzidis
2013-01-30
[analyzer] Make shallow mode more shallow.
Anna Zaks
2013-01-30
[analyzer] Use analyzer config for max-inlinable-size option.
Anna Zaks
2013-01-30
Don't warn about Unicode characters in -E mode.
Jordan Rose
2013-01-30
[Frontend] Remove HeaderSearchOptions::Entry::IsInternal, which is unused.
Daniel Dunbar
2013-01-30
[Frontend] Add an ExternCSystem include entry group.
Daniel Dunbar
2013-01-29
[Frontend] Make the include dir group independent from the "use sysroot" bit.
Daniel Dunbar
2013-01-29
[ubsan] Implement the -fcatch-undefined-behavior flag using a trapping
Chad Rosier
2013-01-28
Enable the global module index by default. Introduce the
Douglas Gregor
2013-01-25
[Frontend] Remove another IsUserSpecified member variable that is now unused.
Daniel Dunbar
2013-01-25
[Frontend] The -iwithprefix option belongs in the After category, according to
Daniel Dunbar
2013-01-25
Rename the -cc1 option "-generate-module-index" to
Douglas Gregor
2013-01-24
[analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".
Anna Zaks
2013-01-23
Implement the writer side of the global module index.
Douglas Gregor
2013-01-23
Add a new LangOpt NativeHalfType. This option allows for native half/fp16
Joey Gouly
2013-01-22
[ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style
Chad Rosier
2013-01-20
Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ...
Alexey Samsonov
2013-01-20
Nuke SetUpBuildDumpLog.
Sean Silva
2013-01-18
[ubsan] Add support for -fsanitize-blacklist
Will Dietz
[next]