Age | Commit message (Expand) | Author | Files | Lines |
2012-04-08 | Teach Clang about PIE compilations. This is the first step of PR12380. | Chandler Carruth | 1 | -0/+3 |
2012-03-28 | [analyzer] Enable retry exhausted without inlining by default. | Anna Zaks | 1 | -3/+3 |
2012-03-27 | Move the emission of strict enum range metadata behind a flag (the same | Chandler Carruth | 1 | -0/+3 |
2012-03-27 | [analyzer] Add an option to re-analyze a dead-end path without inlining. | Anna Zaks | 1 | -0/+3 |
2012-03-27 | Introduce a -cc1-level option -pubnames-dump, which simply dumps the | Douglas Gregor | 1 | -0/+3 |
2012-03-26 | Driver: Factor string vector push_back into a helper class and optimize it. | Benjamin Kramer | 1 | -264/+174 |
2012-03-15 | [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matches | Chad Rosier | 1 | -6/+4 |
2012-03-14 | [frontend] Add support for disabling the "inline" keyword using | Chad Rosier | 1 | -2/+3 |
2012-03-13 | [driver] Parse diagnostic args in the driver. | Chad Rosier | 1 | -12/+25 |
2012-03-09 | [analyzer] Add support for NoRedundancy inlining mode. | Anna Zaks | 1 | -1/+1 |
2012-03-09 | [Basic] Rename LangOptions::NoInline to NoInlineDefine, to make things a bit | Daniel Dunbar | 1 | -1/+1 |
2012-03-08 | [analyzer] Rework inlining related command line options. | Anna Zaks | 1 | -3/+63 |
2012-03-07 | Workaround module test failures by removing the version info from module hashes. | Bob Wilson | 1 | -1/+4 |
2012-03-06 | [driver] What was implemented in r152130 was actually -fno-inline-functions, not | Chad Rosier | 1 | -3/+4 |
2012-03-06 | Add new code migrator support for migrating existing Objective-C code to use | Ted Kremenek | 1 | -5/+26 |
2012-03-06 | [driver] Add support for -fno-inline. | Chad Rosier | 1 | -2/+4 |
2012-03-02 | [analyzer] Bound the size of the functions being inlined + provide | Anna Zaks | 1 | -0/+6 |
2012-03-01 | [analyzer] Turn inlining on by default for better testing exposure. | Anna Zaks | 1 | -1/+2 |
2012-03-01 | Add a flag -fthread-sanitizer. | Kostya Serebryany | 1 | -0/+3 |
2012-02-27 | [analyzer] Add -analyzer-stats, which hooks up LLVM stats tracking. | Anna Zaks | 1 | -0/+1 |
2012-02-20 | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith | 1 | -1/+1 |
2012-02-15 | Remove the unuseful -fdiagnostics-show-name | David Blaikie | 1 | -3/+0 |
2012-02-06 | Invalid O levels on the command line no longer have a confusing error. | Aaron Ballman | 1 | -4/+5 |
2012-02-05 | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith | 1 | -2/+2 |
2012-02-04 | Clang has existing support for debuggers that | Sean Callanan | 1 | -0/+3 |
2012-02-03 | Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325> | Bob Wilson | 1 | -0/+1 |
2012-02-02 | Rename -dependency-graphviz to -dependencncy-dot | Douglas Gregor | 1 | -1/+1 |
2012-02-02 | Introduce a -cc1 option "-dependency-graphviz" that determines header | Douglas Gregor | 1 | -0/+1 |
2012-01-29 | Complain about attempts to use 'protected' visibility on targets | John McCall | 1 | -0/+1 |
2012-01-26 | objc-arc: introduce -no-finalize-removal which in gc mode, | Fariborz Jahanian | 1 | -0/+1 |
2012-01-26 | Extend the ExternalASTSource interface to allow the AST source to | Douglas Gregor | 1 | -3/+10 |
2012-01-26 | Introduce 3 new fixit options: | Argyrios Kyrtzidis | 1 | -0/+9 |
2012-01-25 | arc migrator: Provide infrastructure to add options | Fariborz Jahanian | 1 | -0/+6 |
2012-01-23 | Add support for -fno-optimize-sibling-calls. Currently only implemented in the | Nick Lewycky | 1 | -0/+3 |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie | 1 | -2/+0 |
2012-01-20 | Extract the (InputKind, std::string) pair used to describe inputs to | Douglas Gregor | 1 | -6/+6 |
2012-01-03 | Add a "Modules" language option, which subsumes the previous | Douglas Gregor | 1 | -1/+3 |
2012-01-03 | Rename the command-line option for mapping #include/#import over to | Douglas Gregor | 1 | -1/+1 |
2012-01-02 | Fix PR11685 by implementing -ffast-math and its various friends in the | Chandler Carruth | 1 | -1/+6 |
2011-12-23 | Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ... | Benjamin Kramer | 1 | -1/+1 |
2011-12-23 | Let CompilerInvocation initialization indicate failure | Dylan Noblesmith | 1 | -29/+61 |
2011-12-16 | C++11 constexpr: Add note stacks containing backtraces if constant evaluation | Richard Smith | 1 | -0/+9 |
2011-12-14 | Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre... | Chad Rosier | 1 | -3/+0 |
2011-12-12 | Add frontend flags to enable bitcode verifier pass. | Chad Rosier | 1 | -0/+3 |
2011-12-12 | Hexagon backend support | Tony Linthicum | 1 | -0/+1 |
2011-12-09 | Driver: Handle -f{no-}honor-infinities, -f{no-}honor-nans, and | Daniel Dunbar | 1 | -2/+10 |
2011-12-06 | Stack realignment is a tristate. Add -mno-stackrealign to turn off all stack | Nick Lewycky | 1 | -1/+1 |
2011-12-05 | Add -mstack-alignment=X and fix -mstackrealign handling now that the | Joerg Sonnenberger | 1 | -0/+5 |
2011-11-29 | Eliminate the -emit-module option, which emitted a module by parsing a | Douglas Gregor | 1 | -3/+0 |
2011-11-29 | Silence GCC warnings, RefCountedBase is meant to be default-initialized here. | Benjamin Kramer | 1 | -1/+2 |