Age | Commit message (Expand) | Author |
2011-12-20 | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie |
2011-12-17 | Refactor SerializeDiagnosticsPrinter to using DiagnosticRenderer. This gives... | Ted Kremenek |
2011-12-17 | Refactor 'TextDiagnostic' to have a parent class 'DiagnosticRenderer' which h... | Ted Kremenek |
2011-12-16 | C++11 constexpr: Add note stacks containing backtraces if constant evaluation | Richard Smith |
2011-12-14 | Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre... | Chad Rosier |
2011-12-12 | Add frontend flags to enable bitcode verifier pass. | Chad Rosier |
2011-12-09 | Move ChainedIncludesSource into the Frontend library. This never really | Chandler Carruth |
2011-12-09 | Move a free function from the Frontend library into the Lex library as | Chandler Carruth |
2011-12-07 | Make changes to SDiagsWriter to make it work in combination with the ARC migr... | Argyrios Kyrtzidis |
2011-12-07 | Initialize these values, fixing the build in cases where stack realignment | Nick Lewycky |
2011-12-06 | Remove unused member to appease valgrind. | Benjamin Kramer |
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-12-02 | When we treat an #include or #import as a module import, create an | Douglas Gregor |
2011-12-01 | Introduce the notion of name visibility into modules. For a given | Douglas Gregor |
2011-11-30 | Another GCC fix | Douglas Gregor |
2011-11-30 | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor |
2011-11-30 | Implement (de-)serialization of the description of a module and its | Douglas Gregor |
2011-11-30 | When writing a module file, pass the module through to the AST | Douglas Gregor |
2011-11-30 | Teach the preprocessor how to handle module import declarations that | Douglas Gregor |
2011-11-30 | When loading a module that involves submodules (e.g., std.vector), | Douglas Gregor |
2011-11-30 | Switch the module-loading interfaces and parser from a simple | Douglas Gregor |
2011-11-29 | Eliminate the -emit-module option, which emitted a module by parsing a | Douglas Gregor |
2011-11-28 | [libclang] Indexing API: If the client requested to get a CXTranslationUnit a... | Argyrios Kyrtzidis |
2011-11-28 | [libclang] Indexing API: Capture diagnostics during indexing. | Argyrios Kyrtzidis |
2011-11-22 | implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitize... | Kostya Serebryany |
2011-11-18 | Refine placement of LangOptions object in CompilerInvocation by adding a new ... | Ted Kremenek |
2011-11-18 | Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue | Argyrios Kyrtzidis |
2011-11-17 | Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted ... | Ted Kremenek |
2011-11-16 | Add -f[no-]address-sanitizer flag | Kostya Serebryany |
2011-11-16 | Add support for building a module from a module map to the -cc1 | Douglas Gregor |
2011-11-15 | Revert r144703. It was a dumb idea anyway; will add the new bits more | Douglas Gregor |
2011-11-15 | Split GenerateModuleAction into its own action, which will start | Douglas Gregor |
2011-11-10 | serialized diagnostics: implement full deserialization of clang diagnostics v... | Ted Kremenek |
2011-11-09 | Fixing 80 col violations (& removing any trailing whitespace on files I was t... | David Blaikie |
2011-11-08 | serialized diagnostics: serialize the version info in a separate meta block. | Ted Kremenek |
2011-11-05 | Add two flags to the CC1 layer that I was hoping to avoid. We need to | Chandler Carruth |
2011-11-05 | serialized diagnostics: include FixIt information in serialized diagnostics. | Ted Kremenek |
2011-11-05 | serialized diagnostics: pull emission of filenames into diagnostic block. | Ted Kremenek |
2011-11-05 | serialized diagnostics: emit source ranges. | Ted Kremenek |
2011-11-05 | Move definition of record/block IDs for serialized diagnostics to public header. | Ted Kremenek |
2011-11-03 | [libclang] Add infrastructure to be able to only deserialize decls in a file ... | Argyrios Kyrtzidis |
2011-11-01 | Put a reference of the ASTReader in the ASTUnit. | Argyrios Kyrtzidis |
2011-10-31 | Have the ASTUnit associate the local declarations that get parsed with the file | Argyrios Kyrtzidis |
2011-10-30 | Add support for lazily linking bitcode files (using a new | Peter Collingbourne |
2011-10-29 | Start work on SerializedDiagnosticPrinter, a new DiagnosticConsumer that seri... | Ted Kremenek |
2011-10-27 | Move ASTUnit's handling of temporary files and the preamble file into a lazil... | Ted Kremenek |
2011-10-25 | [PCH] When visiting preprocessed entities, make it possible to avoid deserial... | Argyrios Kyrtzidis |
2011-10-24 | [libclang] Make sure we don't try to erase past the StoredDiagnostics vector. | Argyrios Kyrtzidis |
2011-10-21 | Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This is | Nick Lewycky |