summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/FrontendActions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Driver, Frontend: add CUDA language supportPeter Collingbourne2010-12-011-0/+1
* Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internalsJohn McCall2010-11-241-0/+11
* now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner2010-11-231-2/+1
* Implement -working-directory.Argyrios Kyrtzidis2010-11-031-1/+4
* Rename PCHWriter.h to ASTWriter.hSebastian Redl2010-08-181-1/+1
* Reintroduce the serialization library, with fixed dependencies.Sebastian Redl2010-08-171-1/+1
* Revert Sebastian's build-breaking patch.Douglas Gregor2010-08-171-1/+1
* Create a new Serialization module that contains all the PCH code, and will co...Sebastian Redl2010-08-171-1/+1
* Fix a typo in a diag name.Sebastian Redl2010-08-171-1/+1
* Reshuffle the PCH generator action and consumer, so that we can re-useDouglas Gregor2010-08-031-11/+25
* Make macro weirdness in chained PCH work. This required changing the way PCHR...Sebastian Redl2010-07-301-3/+3
* Introduce basic support for loading a precompiled preamble whileDouglas Gregor2010-07-261-1/+1
* Eliminate the "minimal" and printing parser actions, which only everDouglas Gregor2010-07-261-22/+0
* Introduce a new lexer function to compute the "preamble" of a file,Douglas Gregor2010-07-201-0/+30
* Add a callback interface that allows interested parties to get notified whene...Sebastian Redl2010-07-141-1/+1
* Modify the pragma handlers to accept and use StringRefs instead of Identifier...Argyrios Kyrtzidis2010-07-131-1/+1
* Really respect -chained-pch.Sebastian Redl2010-07-091-7/+5
* Add a frontend option -chained-pch and don't pass an active PCH reader to the...Sebastian Redl2010-07-091-1/+3
* Some preparatory work for chained PCH. No functionality change.Sebastian Redl2010-07-081-2/+3
* Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar2010-06-151-83/+0
* Preprocessor: Ignore unknown pragmas in -E -dM and -Eonly modes.Daniel Dunbar2010-06-111-0/+4
* Teach clang -fixit to modify files in-place, or -fixit=suffix to create newNick Lewycky2010-04-241-69/+21
* push some source location information down through the compiler,Chris Lattner2010-04-201-8/+4
* Teach -fixit to modify all of its inputs instead of just the main file, unlessNick Lewycky2010-04-151-1/+45
* Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-l...Daniel Dunbar2010-04-081-5/+0
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-1/+1
* clang -cc1: Kill off -empty-input only, and replace with -init-only which is anDaniel Dunbar2010-03-191-0/+12
* Entering the main source file in the preprocessor can fail if theDouglas Gregor2010-03-171-4/+8
* Frontend: Pull CodeGenAction out more, and eliminate CreateBackendConsumer.Daniel Dunbar2010-02-251-42/+0
* clang -cc1: Wire up -emit-obj, for emitting object files.Daniel Dunbar2010-02-031-0/+5
* Fix <rdar://problem/7490212> clang rewriter: return of the mixed line endings...Steve Naroff2010-01-051-1/+3
* Remove RewriteBlocks. It has been superseded by RewriteObjCKovarththanan Rajaratnam2009-12-231-5/+0
* Fix CompilerInstance::createOutputFile to use proper diagnostics, and (try to...Daniel Dunbar2009-12-031-12/+39
* Eliminate CodeGenOptions::TimePasses.Daniel Dunbar2009-11-301-1/+2
* Fix PR5633 by making the preprocessor handle the case where we canChris Lattner2009-11-301-1/+2
* Don't call exit(). llvm::llvm_report_error() will do just thatKovarththanan Rajaratnam2009-11-281-1/+0
* typoGabor Greif2009-11-261-1/+1
* issue a friendlier error if someone tries to send precompiled header to '-' (...Gabor Greif2009-11-261-1/+1
* Fix some uses of fprintf/stderr without a prototype.Daniel Dunbar2009-11-251-2/+2
* Add TargetOptions and use it when constructing targets.Daniel Dunbar2009-11-151-2/+2
* Add FrontendActions for all preprocessor based clang-cc actions.Daniel Dunbar2009-11-141-1/+104
* Add FrontendActions, which provides a FrontendAction interface to all the exi...Daniel Dunbar2009-11-141-0/+178
OpenPOWER on IntegriCloud