summaryrefslogtreecommitdiffstats
path: root/clang/tools/driver/cc1_main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add LinkAllPasses to clangTobias Grosser2011-11-011-0/+1
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-4/+4
* Match LLVM change: TargetRegistry and TargetSelect have been moved to Support.Evan Cheng2011-08-241-1/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-2/+2
* Match LLVM API change.Evan Cheng2011-07-221-3/+1
* Match createTargetMachine API change.Evan Cheng2011-07-191-0/+1
* Match llvm API change.Evan Cheng2011-07-141-0/+1
* cc1 must initialize MC subtarget infos for inline asm parsing. Re-enable asm-...Evan Cheng2011-07-091-0/+1
* Fix an obvious typo.Benjamin Kramer2011-02-271-1/+1
* cc1: Fix stats printing by default when using -mllvm -stats.Daniel Dunbar2011-02-261-1/+1
* Re-instate r125819 and r125820 with no functionality changePeter Collingbourne2011-02-191-3/+0
* Revert 125820 and 125819 to fix PR9266.Rafael Espindola2011-02-191-0/+3
* Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne2011-02-181-3/+0
* Refactoring of Diagnostic class.Argyrios Kyrtzidis2010-11-181-3/+4
* Move ExecuteCompilerInvocation to a new library FrontendToolPeter Collingbourne2010-08-241-1/+1
* Simplify the ownership model for DiagnosticClients, which was reallyDouglas Gregor2010-08-181-5/+5
* Call llvm::remove_fatal_error_handler before deallocating objectsDan Gohman2010-08-181-0/+5
* Frontend: Move the bulk of the cc1_main() processing intoDaniel Dunbar2010-08-121-129/+3
* clang -cc1: Move real diagnostics client initialization to earlier.Daniel Dunbar2010-08-121-13/+14
* Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance objectDaniel Dunbar2010-08-021-5/+5
* Eliminate the "minimal" and printing parser actions, which only everDouglas Gregor2010-07-261-2/+0
* Introduce a new lexer function to compute the "preamble" of a file,Douglas Gregor2010-07-201-0/+1
* Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Strasz...Daniel Dunbar2010-06-161-11/+5
* Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar2010-06-151-1/+3
* Driver/Frontend: Add -emit-codegen-only, for running irgen + codegen but not theDaniel Dunbar2010-05-251-0/+1
* Driver/MC: Add 'clang -cc1as' integrated assembler tool, currently accepts ap...Daniel Dunbar2010-05-201-2/+2
* Add a stub frontend action for BoostCon, for next week's workshop.Douglas Gregor2010-05-071-0/+1
* Fix -Wcast-qual warnings.Dan Gohman2010-04-191-1/+1
* Driver/Frontend: Add support for -mllvm, which forwards options to the LLVM o...Daniel Dunbar2010-04-151-0/+13
* Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-l...Daniel Dunbar2010-04-081-1/+0
* update for api change.Chris Lattner2010-04-071-1/+1
* reduce indentation, tidy.Chris Lattner2010-04-061-1/+1
* inline in MC assembly parsers. clang -integrated-as nowChris Lattner2010-04-051-0/+1
* Teach Clang's -cc1 option -print-stats to print LLVM statistics.Douglas Gregor2010-03-301-0/+3
* make -ftime-report work even in -disable-free mode. Woo, finally.Chris Lattner2010-03-301-0/+5
* Frontend: Don't free the CompilerInstance or FrontendActions when running underDaniel Dunbar2010-03-231-18/+27
* clang -cc1: Kill off -empty-input only, and replace with -init-only which is anDaniel Dunbar2010-03-191-0/+1
* Frontend: Pull CodeGenAction out more, and eliminate CreateBackendConsumer.Daniel Dunbar2010-02-251-0/+1
* Remove unused includes.Daniel Dunbar2010-02-211-2/+0
* CompilerInstance: Move LLVMContext member out of constructor.Daniel Dunbar2010-02-161-1/+3
* Switch clang to use its own LLVMContext (not the global one).Daniel Dunbar2010-02-161-1/+1
* Introduce a testbed for merging multiple ASTs into a single ASTDouglas Gregor2010-02-091-1/+16
* clang -cc1: Wire up -emit-obj, for emitting object files.Daniel Dunbar2010-02-031-0/+1
* cc1: Factor out CompilerInstance::ExecuteAction which has the majority of theDaniel Dunbar2010-01-131-87/+13
* cc1: Lift creation of the FrontendAction higher.Daniel Dunbar2010-01-131-7/+6
* Remove RewriteBlocks. It has been superseded by RewriteObjCKovarththanan Rajaratnam2009-12-231-1/+0
* Fix pretty stack traces.Daniel Dunbar2009-12-161-2/+0
* Add -resource-dir to clang -cc1, this allows the base directory for compilerDaniel Dunbar2009-12-151-3/+3
* CompilerInvocation: Move builtin-include-path logic out of CompilerInvocation...Daniel Dunbar2009-12-131-9/+12
* Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gaveJeffrey Yasskin2009-12-121-1/+1
OpenPOWER on IntegriCloud