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
2012-07-20
Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm.
Chad Rosier
2012-07-20
Add the mechanics for -fms-inline-asm. No easy way to test at this time.
Chad Rosier
2012-07-19
Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only.
Bob Wilson
2012-07-11
Add OpenCL metadata for kernel arg names. This output is controlled via a fla...
Tanya Lattner
2012-07-06
Add -ffp-contract = { fast | on | off } command line option support.
Lang Hames
2012-07-02
Reduce default template instantiation depth to 512; we're blowing out
Douglas Gregor
2012-07-02
Add a new libclang completion API to get brief documentation comment that is
Dmitri Gribenko
2012-06-28
Add -ftls-model command-line flag.
Hans Wennborg
2012-06-26
Add template type diffing to Clang. This feature will provide a better
Richard Trieu
2012-06-20
Restructure how the driver communicates information about the
John McCall
2012-06-19
Extend the support for cl-std to include 1.2.
Tanya Lattner
2012-06-19
Add a -fuse-init-array option to cc1 and map to the UseInitArray target
Rafael Espindola
2012-06-18
Add language std for OpenCL 1.1 and 1.2.
Tanya Lattner
2012-06-14
Support -frewrite-includes as an option while preprocessing.
David Blaikie
2012-06-14
Rename -rewrite-includes to -frewrite-includes.
David Blaikie
2012-06-13
Add -isystem-prefix and -ino-system-prefix arguments, which can be used to
Richard Smith
2012-06-11
Const'ify CompilerInvocation::toArgs().
Argyrios Kyrtzidis
2012-06-06
Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...
David Blaikie
2012-05-22
wire -fbounds-checking to the new LLVM bounds checking pass
Nuno Lopes
2012-05-08
add -fbounds-checking option.
Nuno Lopes
2012-05-04
This patch adds a new Clang compiler flag "-gline-tables-only".
Alexey Samsonov
2012-05-01
Unify Options.td and CC1Options.td, in a first step towards unifying the seri...
James Molloy
2012-04-27
Use enum to set debug info size generated by Clang
Alexey Samsonov
2012-04-13
Remove the -cc1-level option "-pubnames-dump". Such things should stay
Douglas Gregor
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-04-08
Teach Clang about PIE compilations. This is the first step of PR12380.
Chandler Carruth
2012-03-28
[analyzer] Enable retry exhausted without inlining by default.
Anna Zaks
2012-03-27
Move the emission of strict enum range metadata behind a flag (the same
Chandler Carruth
2012-03-27
[analyzer] Add an option to re-analyze a dead-end path without inlining.
Anna Zaks
2012-03-27
Introduce a -cc1-level option -pubnames-dump, which simply dumps the
Douglas Gregor
2012-03-26
Driver: Factor string vector push_back into a helper class and optimize it.
Benjamin Kramer
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-03-13
[driver] Parse diagnostic args in the driver.
Chad Rosier
2012-03-09
[analyzer] Add support for NoRedundancy inlining mode.
Anna Zaks
2012-03-09
[Basic] Rename LangOptions::NoInline to NoInlineDefine, to make things a bit
Daniel Dunbar
2012-03-08
[analyzer] Rework inlining related command line options.
Anna Zaks
2012-03-07
Workaround module test failures by removing the version info from module hashes.
Bob Wilson
2012-03-06
[driver] What was implemented in r152130 was actually -fno-inline-functions, not
Chad Rosier
2012-03-06
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2012-03-06
[driver] Add support for -fno-inline.
Chad Rosier
2012-03-02
[analyzer] Bound the size of the functions being inlined + provide
Anna Zaks
2012-03-01
[analyzer] Turn inlining on by default for better testing exposure.
Anna Zaks
2012-03-01
Add a flag -fthread-sanitizer.
Kostya Serebryany
2012-02-27
[analyzer] Add -analyzer-stats, which hooks up LLVM stats tracking.
Anna Zaks
2012-02-20
Basic: import IntrusiveRefCntPtr<> into clang namespace
Dylan Noblesmith
2012-02-15
Remove the unuseful -fdiagnostics-show-name
David Blaikie
2012-02-06
Invalid O levels on the command line no longer have a confusing error.
Aaron Ballman
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
[prev]
[next]