| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a -rewrite-includes option, which is similar to -rewrite-macros, but only... | David Blaikie | 2012-06-06 | 1 | -0/+3 |
* | wire -fbounds-checking to the new LLVM bounds checking pass | Nuno Lopes | 2012-05-22 | 1 | -7/+5 |
* | add -fbounds-checking option. | Nuno Lopes | 2012-05-08 | 1 | -1/+7 |
* | This patch adds a new Clang compiler flag "-gline-tables-only". | Alexey Samsonov | 2012-05-04 | 1 | -1/+6 |
* | Unify Options.td and CC1Options.td, in a first step towards unifying the seri... | James Molloy | 2012-05-01 | 1 | -31/+82 |
* | Use enum to set debug info size generated by Clang | Alexey Samsonov | 2012-04-27 | 1 | -6/+20 |
* | Remove the -cc1-level option "-pubnames-dump". Such things should stay | Douglas Gregor | 2012-04-13 | 1 | -3/+0 |
* | Revert r154321, pending more discussion. | David Chisnall | 2012-04-09 | 1 | -3/+0 |
* | Add -fobjc-trace to emit a call before and after each Objective-C message send | David Chisnall | 2012-04-09 | 1 | -0/+3 |
* | Teach Clang about PIE compilations. This is the first step of PR12380. | Chandler Carruth | 2012-04-08 | 1 | -0/+3 |
* | [analyzer] Enable retry exhausted without inlining by default. | Anna Zaks | 2012-03-28 | 1 | -3/+3 |
* | Move the emission of strict enum range metadata behind a flag (the same | Chandler Carruth | 2012-03-27 | 1 | -0/+3 |
* | [analyzer] Add an option to re-analyze a dead-end path without inlining. | Anna Zaks | 2012-03-27 | 1 | -0/+3 |
* | Introduce a -cc1-level option -pubnames-dump, which simply dumps the | Douglas Gregor | 2012-03-27 | 1 | -0/+3 |
* | Driver: Factor string vector push_back into a helper class and optimize it. | Benjamin Kramer | 2012-03-26 | 1 | -264/+174 |
* | [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matches | Chad Rosier | 2012-03-15 | 1 | -6/+4 |
* | [frontend] Add support for disabling the "inline" keyword using | Chad Rosier | 2012-03-14 | 1 | -2/+3 |
* | [driver] Parse diagnostic args in the driver. | Chad Rosier | 2012-03-13 | 1 | -12/+25 |
* | [analyzer] Add support for NoRedundancy inlining mode. | Anna Zaks | 2012-03-09 | 1 | -1/+1 |
* | [Basic] Rename LangOptions::NoInline to NoInlineDefine, to make things a bit | Daniel Dunbar | 2012-03-09 | 1 | -1/+1 |
* | [analyzer] Rework inlining related command line options. | Anna Zaks | 2012-03-08 | 1 | -3/+63 |
* | Workaround module test failures by removing the version info from module hashes. | Bob Wilson | 2012-03-07 | 1 | -1/+4 |
* | [driver] What was implemented in r152130 was actually -fno-inline-functions, not | Chad Rosier | 2012-03-06 | 1 | -3/+4 |
* | Add new code migrator support for migrating existing Objective-C code to use | Ted Kremenek | 2012-03-06 | 1 | -5/+26 |
* | [driver] Add support for -fno-inline. | Chad Rosier | 2012-03-06 | 1 | -2/+4 |
* | [analyzer] Bound the size of the functions being inlined + provide | Anna Zaks | 2012-03-02 | 1 | -0/+6 |
* | [analyzer] Turn inlining on by default for better testing exposure. | Anna Zaks | 2012-03-01 | 1 | -1/+2 |
* | Add a flag -fthread-sanitizer. | Kostya Serebryany | 2012-03-01 | 1 | -0/+3 |
* | [analyzer] Add -analyzer-stats, which hooks up LLVM stats tracking. | Anna Zaks | 2012-02-27 | 1 | -0/+1 |
* | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith | 2012-02-20 | 1 | -1/+1 |
* | Remove the unuseful -fdiagnostics-show-name | David Blaikie | 2012-02-15 | 1 | -3/+0 |
* | Invalid O levels on the command line no longer have a confusing error. | Aaron Ballman | 2012-02-06 | 1 | -4/+5 |
* | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -2/+2 |
* | Clang has existing support for debuggers that | Sean Callanan | 2012-02-04 | 1 | -0/+3 |
* | Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325> | Bob Wilson | 2012-02-03 | 1 | -0/+1 |
* | Rename -dependency-graphviz to -dependencncy-dot | Douglas Gregor | 2012-02-02 | 1 | -1/+1 |
* | Introduce a -cc1 option "-dependency-graphviz" that determines header | Douglas Gregor | 2012-02-02 | 1 | -0/+1 |
* | Complain about attempts to use 'protected' visibility on targets | John McCall | 2012-01-29 | 1 | -0/+1 |
* | objc-arc: introduce -no-finalize-removal which in gc mode, | Fariborz Jahanian | 2012-01-26 | 1 | -0/+1 |
* | Extend the ExternalASTSource interface to allow the AST source to | Douglas Gregor | 2012-01-26 | 1 | -3/+10 |
* | Introduce 3 new fixit options: | Argyrios Kyrtzidis | 2012-01-26 | 1 | -0/+9 |
* | arc migrator: Provide infrastructure to add options | Fariborz Jahanian | 2012-01-25 | 1 | -0/+6 |
* | Add support for -fno-optimize-sibling-calls. Currently only implemented in the | Nick Lewycky | 2012-01-23 | 1 | -0/+3 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -2/+0 |
* | Extract the (InputKind, std::string) pair used to describe inputs to | Douglas Gregor | 2012-01-20 | 1 | -6/+6 |
* | Add a "Modules" language option, which subsumes the previous | Douglas Gregor | 2012-01-03 | 1 | -1/+3 |
* | Rename the command-line option for mapping #include/#import over to | Douglas Gregor | 2012-01-03 | 1 | -1/+1 |
* | Fix PR11685 by implementing -ffast-math and its various friends in the | Chandler Carruth | 2012-01-02 | 1 | -1/+6 |
* | Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ... | Benjamin Kramer | 2011-12-23 | 1 | -1/+1 |
* | Let CompilerInvocation initialization indicate failure | Dylan Noblesmith | 2011-12-23 | 1 | -29/+61 |