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.h
Age
Commit message (
Expand
)
Author
2013-04-08
The recent GCOV changes expect the initial version string to be in forward or...
Bill Wendling
2013-03-07
Add flags for additional control over coverage generation. Pick the version
Nick Lewycky
2013-02-22
Propagate the split dwarf file information through into the backend
Eric Christopher
2012-12-03
Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f...
Alexey Samsonov
2012-11-15
Make -ffp-contract a codegen option, rather than a laguage option. This makes
Lang Hames
2012-10-23
Switch CodeGenOptions over to a .def file, like we do with LangOptions.
Douglas Gregor
2012-10-18
Add a new option for and disable column number information as there
Eric Christopher
2012-08-24
[ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a
Chad Rosier
2012-08-21
[driver] Add support for the --param ssp-buffer-size= driver option.
Chad Rosier
2012-07-20
Tidy up.
Chad Rosier
2012-07-20
Add the mechanics for -fms-inline-asm. No easy way to test at this time.
Chad Rosier
2012-07-11
Add OpenCL metadata for kernel arg names. This output is controlled via a fla...
Tanya Lattner
2012-06-28
Add -ftls-model command-line flag.
Hans Wennborg
2012-06-20
Restructure how the driver communicates information about the
John McCall
2012-06-19
Add a -fuse-init-array option to cc1 and map to the UseInitArray target
Rafael Espindola
2012-05-22
wire -fbounds-checking to the new LLVM bounds checking pass
Nuno Lopes
2012-05-04
This patch adds a new Clang compiler flag "-gline-tables-only".
Alexey Samsonov
2012-05-02
Fix same line doxycomments so they comment the adjacent field.
David Blaikie
2012-04-27
Use enum to set debug info size generated by Clang
Alexey Samsonov
2012-04-09
Revert r154321, pending more discussion.
David Chisnall
2012-04-09
Add -fobjc-trace to emit a call before and after each Objective-C message send
David Chisnall
2012-03-27
Move the emission of strict enum range metadata behind a flag (the same
Chandler Carruth
2012-03-15
[frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matches
Chad Rosier
2012-03-14
[frontend] Add support for disabling the "inline" keyword using
Chad Rosier
2012-02-03
Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325>
Bob Wilson
2012-01-23
Add support for -fno-optimize-sibling-calls. Currently only implemented in the
Nick Lewycky
2011-12-07
Initialize these values, fixing the build in cases where stack realignment
Nick Lewycky
2011-12-06
Stack realignment is a tristate. Add -mno-stackrealign to turn off all stack
Nick Lewycky
2011-12-05
Add -mstack-alignment=X and fix -mstackrealign handling now that the
Joerg Sonnenberger
2011-11-22
implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitize...
Kostya Serebryany
2011-11-16
Add -f[no-]address-sanitizer flag
Kostya Serebryany
2011-10-30
Add support for lazily linking bitcode files (using a new
Peter Collingbourne
2011-10-21
Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This is
Nick Lewycky
2011-10-17
Wire up support for the controlling the extended dwarf .file directive. With
Nick Lewycky
2011-10-06
CUDA: add -fcuda-is-device flag
Peter Collingbourne
2011-08-26
[driver] Add -mglobal-merge/-mno-global-merge machine options to enable/disab...
Chad Rosier
2011-07-06
Call objc_terminate() instead of abort() when a cleanup throws an
John McCall
2011-07-06
Change the driver's logic about Objective-C runtimes: abstract out a
John McCall
2011-06-21
IRgen: Add a -fuse-register-sized-bitfield-access option, for testing.
Daniel Dunbar
2011-06-21
Add support for -Wa,--noexecstack when building from a non-assembly file. For
Nick Lewycky
2011-06-15
Automatic Reference Counting.
John McCall
2011-05-05
Preserve the full name of the file, so that '-c -o foo.pic.o' produces
Nick Lewycky
2011-05-04
Record where the GCOV data files should be placed.
Nick Lewycky
2011-04-30
Implement -fno-dwarf2-cfi-asm.
Rafael Espindola
2011-04-29
Add -Oz option and use it to set the inline threshold to 25.
Bob Wilson
2011-04-21
Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (at
Nick Lewycky
2011-03-28
Integrated-As: Support -Wa,-L when using the integrated assembler.
Daniel Dunbar
2011-03-22
Frontend: Add a more explicit -backend-option flag for passing backend command
Daniel Dunbar
2011-03-18
The Darwin kernel does not provide useful guard variable support.
John McCall
2011-02-10
Implement mcount profiling, enabled via -pg.
Roman Divacky
[next]