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
/
Frontend
/
CodeGenOptions.def
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-04-16
[Modules] Convert module specific -fno-modules-autolink into -fno-autolink.
Daniel Dunbar
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-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-07
Add flags for additional control over coverage generation. Pick the version
Nick Lewycky
2013-01-29
[ubsan] Implement the -fcatch-undefined-behavior flag using a trapping
Chad Rosier
2013-01-20
Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ...
Alexey Samsonov
2013-01-16
Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that
Douglas Gregor
2012-12-30
[ubsan] Recover by default, use -fno-sanitize-recover to disable.
Will Dietz
2012-12-24
Support -fsanitize-memory-track-origins.
Evgeniy Stepanov
2012-12-02
[ubsan] Add flag to enable recovery from checks when possible.
Will Dietz
2012-11-23
PR14306: Move -fbounds-checking to -fsanitize=bounds.
Joey Gouly
2012-11-15
Make -ffp-contract a codegen option, rather than a laguage option. This makes
Lang Hames
2012-11-09
Implement -mstrict-align using '-backend-option -arm-strict-align' as this saves
Chad Rosier
2012-11-09
[driver] Add a -mstrict-align compiler option for ARM targets.
Chad Rosier
2012-10-24
Remove the HiddenWeakTemplateVTables CodeGen option. It's currently unused.
Douglas Gregor
2012-10-23
Switch CodeGenOptions over to a .def file, like we do with LangOptions.
Douglas Gregor