Age | Commit message (Expand) | Author |
2010-08-18 | Rename PCHWriter.h to ASTWriter.h | Sebastian Redl |
2010-08-17 | Reintroduce the serialization library, with fixed dependencies. | Sebastian Redl |
2010-08-17 | Revert Sebastian's build-breaking patch. | Douglas Gregor |
2010-08-17 | Create a new Serialization module that contains all the PCH code, and will co... | Sebastian Redl |
2010-08-17 | Fix a typo in a diag name. | Sebastian Redl |
2010-08-03 | Reshuffle the PCH generator action and consumer, so that we can re-use | Douglas Gregor |
2010-07-30 | Make macro weirdness in chained PCH work. This required changing the way PCHR... | Sebastian Redl |
2010-07-26 | Introduce basic support for loading a precompiled preamble while | Douglas Gregor |
2010-07-26 | Eliminate the "minimal" and printing parser actions, which only ever | Douglas Gregor |
2010-07-20 | Introduce a new lexer function to compute the "preamble" of a file, | Douglas Gregor |
2010-07-14 | Add a callback interface that allows interested parties to get notified whene... | Sebastian Redl |
2010-07-13 | Modify the pragma handlers to accept and use StringRefs instead of Identifier... | Argyrios Kyrtzidis |
2010-07-09 | Really respect -chained-pch. | Sebastian Redl |
2010-07-09 | Add a frontend option -chained-pch and don't pass an active PCH reader to the... | Sebastian Redl |
2010-07-08 | Some preparatory work for chained PCH. No functionality change. | Sebastian Redl |
2010-06-15 | Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library... | Daniel Dunbar |
2010-06-11 | Preprocessor: Ignore unknown pragmas in -E -dM and -Eonly modes. | Daniel Dunbar |
2010-04-24 | Teach clang -fixit to modify files in-place, or -fixit=suffix to create new | Nick Lewycky |
2010-04-20 | push some source location information down through the compiler, | Chris Lattner |
2010-04-15 | Teach -fixit to modify all of its inputs instead of just the main file, unless | Nick Lewycky |
2010-04-08 | Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-l... | Daniel Dunbar |
2010-04-07 | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner |
2010-03-19 | clang -cc1: Kill off -empty-input only, and replace with -init-only which is an | Daniel Dunbar |
2010-03-17 | Entering the main source file in the preprocessor can fail if the | Douglas Gregor |
2010-02-25 | Frontend: Pull CodeGenAction out more, and eliminate CreateBackendConsumer. | Daniel Dunbar |
2010-02-03 | clang -cc1: Wire up -emit-obj, for emitting object files. | Daniel Dunbar |
2010-01-05 | Fix <rdar://problem/7490212> clang rewriter: return of the mixed line endings... | Steve Naroff |
2009-12-23 | Remove RewriteBlocks. It has been superseded by RewriteObjC | Kovarththanan Rajaratnam |
2009-12-03 | Fix CompilerInstance::createOutputFile to use proper diagnostics, and (try to... | Daniel Dunbar |
2009-11-30 | Eliminate CodeGenOptions::TimePasses. | Daniel Dunbar |
2009-11-30 | Fix PR5633 by making the preprocessor handle the case where we can | Chris Lattner |
2009-11-28 | Don't call exit(). llvm::llvm_report_error() will do just that | Kovarththanan Rajaratnam |
2009-11-26 | typo | Gabor Greif |
2009-11-26 | issue a friendlier error if someone tries to send precompiled header to '-' (... | Gabor Greif |
2009-11-25 | Fix some uses of fprintf/stderr without a prototype. | Daniel Dunbar |
2009-11-15 | Add TargetOptions and use it when constructing targets. | Daniel Dunbar |
2009-11-14 | Add FrontendActions for all preprocessor based clang-cc actions. | Daniel Dunbar |
2009-11-14 | Add FrontendActions, which provides a FrontendAction interface to all the exi... | Daniel Dunbar |