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-05-03 | Remove DiagnosticConsumer::clone(), a bad idea that is now unused. | Douglas Gregor |
2013-04-26 | [frontend] Make -chain-include work when used with modules. | Argyrios Kyrtzidis |
2013-04-17 | Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. | Andy Gibbs |
2013-04-16 | [Modules] Convert module specific -fno-modules-autolink into -fno-autolink. | Daniel Dunbar |
2013-04-08 | The recent GCOV changes expect the initial version string to be in forward or... | Bill Wendling |
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-27 | <rdar://problem/13509689> Introduce -module-file-info option that provides in... | Douglas Gregor |
2013-03-20 | <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a... | Douglas Gregor |
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-03-05 | [libclang] When logging a CXTranslationUnit that came from an AST file, print... | Argyrios Kyrtzidis |
2013-02-22 | Propagate the split dwarf file information through into the backend | Eric Christopher |
2013-02-16 | Documentation cleanup: make a \brief be brief, and fix a bad use of \see. | James Dennett |
2013-02-07 | Simplify FindExternalVisibleDeclsByName by making it return a bool indicating | Richard Smith |
2013-02-01 | For ModuleLoader::makeModuleVisible() also pass the source location where the | Argyrios Kyrtzidis |
2013-01-30 | Documentation: fix link to ExecuteAction(), which was previously typoed as | James Dennett |
2013-01-30 | Don't warn about Unicode characters in -E mode. | Jordan Rose |
2013-01-29 | [ubsan] Implement the -fcatch-undefined-behavior flag using a trapping | Chad Rosier |
2013-01-28 | Enable the global module index by default. Introduce the | Douglas Gregor |
2013-01-25 | Rename the -cc1 option "-generate-module-index" to | Douglas Gregor |
2013-01-23 | Implement the writer side of the global module index. | Douglas Gregor |
2013-01-23 | Documentation cleanup: fixing documentation for FrontendAction. | James Dennett |
2013-01-20 | Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ... | Alexey Samsonov |
2013-01-20 | Nuke SetUpBuildDumpLog. | Sean Silva |
2013-01-16 | Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that | Douglas Gregor |
2013-01-15 | [driver] Warnings for warning options are handled by the frontend. The drive... | Chad Rosier |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2013-01-12 | Provide Decl::getOwningModule(), which determines the (sub)module in | Douglas Gregor |
2013-01-02 | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith |
2013-01-02 | Re-sort #include lines using the llvm/utils/sort_includes.py script. | Chandler Carruth |
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-21 | Switch FrontendOptions to using an initializer list rather than initializing | Richard Smith |
2012-12-05 | Simplify slightly by seperating out the responsibility for emission of a caret | Richard Smith |
2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
2012-12-03 | Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f... | Alexey Samsonov |
2012-12-02 | [ubsan] Add flag to enable recovery from checks when possible. | Will Dietz |
2012-12-01 | Make helper classes anonymous. Make helper functions static instead of privat... | Benjamin Kramer |
2012-11-30 | Rename ModuleBuildPath -> ModuleBuildStack. Thanks, Dmitri! | Douglas Gregor |
2012-11-30 | When we're emitting a diagnostic with a source location in an imported | Douglas Gregor |
2012-11-30 | When an error occurs while building a module on demand, provide "While | Douglas Gregor |
2012-11-29 | Keep track of modules that have failed to build. If we encounter an | Douglas Gregor |
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 |