]> granicus.if.org Git - clang/history - Driver/clang.cpp
pull .ll and .bc writing out of the ASTConsumer destructors into some top
[clang] / Driver / clang.cpp
2008-02-06 Chris Lattnerpull .ll and .bc writing out of the ASTConsumer destruc...
2008-02-06 Chris Lattnerrename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp}
2008-01-27 Chris LattnerMake -o work with -E, patch contributed by Shantonu...
2008-01-23 Chris Lattneradd support for -Wundef.
2008-01-21 Lauro Ramos VenancioAdd Ubuntu 7.10 include path.
2008-01-18 Fariborz JahanianInsert #pragma once when rewriting a header file.
2008-01-16 Ted KremenekShortened driver option for running the GR-constants...
2008-01-16 Ted KremenekHooked up the GRConstants analysis to the driver.
2008-01-10 Chris Lattneradd support for the GCC -include option.
2008-01-10 Chris LattnerTed apparently likes crazy whitespace at the end of...
2008-01-08 Ted KremenekAdded most of the boilerplate to the driver needed...
2008-01-04 Chris LattnerFix PR1897, patch by Wilhansen Li
2007-12-30 Nate BegemanRename stats to print-stats to avoid conflicting with...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-24 Seo SanghyeonImplement -emit-llvm-bc option
2007-12-20 Ted KremenekConverted uses of scoped_ptr to OwningPtr.
2007-12-19 Ted KremenekAdded methods createMainFileID() and createMainFileIDFo...
2007-12-19 Ted KremenekInterned MainFileID within SourceManager. Since SourceM...
2007-12-19 Ted KremenekTypo fix.
2007-12-19 Ted KremenekAdded storage of the FileID of the the main source...
2007-12-19 Ted KremenekRemoved "SourceFile" from TranslationUnit. This same...
2007-12-19 Ted KremenekCleaned up "-o" option to print "-o=<path>" instead...
2007-12-19 Ted KremenekAdded "-o" option to driver. ASTConsumers will need...
2007-12-19 Ted KremenekRemoved storing inode and device number in TranslationUnit.
2007-12-19 Ted KremenekMoved generation of the name of the serialized AST...
2007-12-18 Ted KremenekMoved ReadBitcodeFile and EmitBitcodeFile out of Transl...
2007-12-18 Ted KremenekMoved TranslationUnit from Driver to AST library.
2007-12-17 Chris LattnerStart reading the headermap header, drop the 'errorstr...
2007-12-17 Chris LattnerSink getName into DirectoryLookup to simplify the clien...
2007-12-17 Ted KremenekFixed 80 col violation.
2007-12-17 Ted KremenekAdded driver option -Wno-format-nonliteral to silence...
2007-12-17 Chris LattnerUnbreak -v with framework paths. Patch by Shantonu...
2007-12-17 Chris Lattneras it turns out, frameworks and headermaps are orthogon...
2007-12-17 Chris Lattneradd a portability fixme.
2007-12-17 Chris Lattnerteach RemoveDuplicates about header maps.
2007-12-17 Chris LattnerStep #1 in adding headermap support to clang.
2007-12-17 Chris Lattnerrearrange some code and make it more efficient.
2007-12-15 Chris Lattnerswtich to smallptrset, which is more efficient than...
2007-12-15 Chris Lattnermake clang -v output more similar to gcc's -v output.
2007-12-15 Chris Lattnersimplify the interfaces to ProcessInputFile and Initial...
2007-12-13 Ted KremenekAdd check in the driver to see if a serialized AST...
2007-12-13 Ted KremenekChanged -serialize-ast to not create a temporary direct...
2007-12-13 Ted KremenekImplemented -serialize-ast option for the driver. ...
2007-12-12 Ted KremenekImplemented prototype mode where the driver can operate...
2007-12-12 Ted KremenekTargetInfo no longer includes a reference to SourceManager.
2007-12-12 Ted KremenekMoved construction of TargetInfo objects out of the...
2007-12-12 Chris LattnerSimplify some code, don't force the triple to a darwin...
2007-12-11 Ted KremenekMoved creation of SourceManager, HeaderSearch, TargetIn...
2007-12-11 Ted KremenekModified the internals of Diagnostic and DiagnosticClie...
2007-12-11 Ted KremenekMega-patch: ripped SourceManager out of Diagnostic...
2007-12-09 Chris Lattneravoid ///usr/include/foo.h, patch by Sean Middleditch
2007-12-05 Ted KremenekSubdivided the function InitializeBaseLanguage into...
2007-12-05 Chris LattnerAvoid passing Diags into InitializeIncludePaths.
2007-12-05 Ted KremenekModified: CreateTargetInfo(). Now takes Diagnostic...
2007-12-05 Ted KremenekMoved creation of ASTConsumers that can operate on...
2007-12-05 Ted KremenekAdded serialization support of SourceManager to the...
2007-12-03 Ted KremenekFixed order of operands to strstr call.
2007-12-03 Ted KremenekFor target processing, on non-Darwin systems instead...
2007-12-03 Ted KremenekImplemented serialization of TargetInfo.
2007-12-03 Ted KremenekFew cleanups to patch 44551:
2007-12-03 Ted KremenekImplemented initial support for "-triple" option to...
2007-11-30 Chris Lattnerpass diagnostics into the rewrite test client.
2007-11-30 Anders CarlssonSupport lax vector conversions.
2007-11-28 Chris LattnerImplement support for -fwritable-strings and make the...
2007-11-15 Nate BegemanBreak out bool/true/false support into a LangOption
2007-11-13 Ted KremenekAdded -Wfloat-equal option to the driver. This makes...
2007-11-03 Chris LattnerFix ownership model of ParseAST to allow the dtor of
2007-10-31 Steve NaroffImplement ObjC built-in types in MinimalAction.
2007-10-17 Chris Lattnerwean the diagnostics machinery off the preprocessor.
2007-10-16 Ted KremenekStarted work on clang object serialization. Experimental
2007-10-15 Anders CarlssonAdd support for Pascal strings.
2007-10-11 Chris Lattneradd scafolding to play around with and bring up the...
2007-10-11 Chris Lattnerrename -parse-ast-view to -ast-view
2007-10-11 Chris Lattnerrename -parse-ast-print to -ast-print
2007-10-09 Chris LattnerMake a significant change to invert the control flow...
2007-10-09 Chris Lattnerconvert driver over to use Token::is/isNot APIs. fwew...
2007-10-07 Chris LattnerRename ASTStreamers.* -> ASTConsumers.*
2007-10-06 Chris Lattnerspeed up clang startup another 28% by avoiding std...
2007-09-26 Ted KremenekRemoved option "-parse-ast-check" from clang driver...
2007-09-26 Ted KremenekMoved "VerifyDiagnostics" variable declaration to right...
2007-09-26 Ted KremenekRefactored driver so that any action that is implemente...
2007-09-25 Ted KremenekAdded "CheckASTConsumer", a function that generalizes
2007-09-25 Ted KremenekChanged command line options "-check-dead-stores" and
2007-09-19 Ted KremenekAdded support to clang driver to view ASTs using GraphV...
2007-09-17 Ted KremenekMade driver flag --check-uninit-values more self-explan...
2007-09-17 Ted KremenekUninitialuzedValues now only tracks BlockVarDecls;...
2007-09-16 Chris Lattnerswitch the llvm emitter to ASTConsumer interface.
2007-09-15 Chris Lattnerswitch the various CFG-based stuff over to using ASTCon...
2007-09-15 Chris Lattnerconvert ast printer and dumper ocver to ASTConsumer...
2007-09-15 Chris Lattneradd a new ASTConsumer consumer to simplify stuff in...
2007-09-06 Ted KremenekAdded "Dead Stores", a flow-sensitive checker that...
2007-09-06 Ted KremenekLiveVariables:
2007-09-06 Ted KremenekAdded an early implementation of Live-Variables analysi...
2007-08-29 Ted KremenekAdded GraphTraits to source-level CFGs (CFG and CFGBloc...
2007-08-26 Chris LattnerAdd isysroot support, patch by Keith Bauer
2007-08-21 Ted KremenekAdded CFG infrastructure (CFG.cpp and CFG.h) for clang...
2007-08-08 Chris Lattneradd a new AST dumper interface (E->dump()). This dumps out
2007-07-22 Chris LattnerGCC doesn't set __STDC_VERSION__ usually. It never...
2007-07-22 Chris Lattnerwhen running in -E mode on multiple files, there is...
2007-07-21 Chris LattnerReturn an exit code of 1 if errors occur, not an exit...
next