]> granicus.if.org Git - clang/history - Driver
be more quiet when building headers.
[clang] / Driver /
2008-03-07 Ted KremenekAdded --trim-path-graph to the driver to trim paths...
2008-03-06 Ted KremenekAdded boilerplate to execute the CF reference count...
2008-03-05 Chris Lattnerremove the source location arguments to various target...
2008-03-05 Chris LattnerRemove the first layer of support for "portability...
2008-03-03 Chris Lattneravoid a warning.
2008-03-03 Chris LattnerFind clang headers in the clang headers dir, search...
2008-03-01 Chris LattnerAdd support for the CPATH, C_INCLUDE_PATH, CPLUS_INCLUD...
2008-02-26 Chris Lattnerfix an interaction between -isystem . and isysroot.
2008-02-25 Chris Lattnerconvert tabs to spaces, patch by Mike Stump!
2008-02-25 Chris Lattnerenable digraphs for C94, thanks to Neil for pointing...
2008-02-22 Ted KremenekModified clang driver option -dump-live-variables to...
2008-02-22 Ted Kremenekclang driver options --dump-cfg and --view-cfg now...
2008-02-22 Ted KremenekWhen running the GRSimpleVals analysis, skip functions...
2008-02-19 Ted KremenekFor now, --grsimple skips analyzing functions in header...
2008-02-19 Ted Kremenek--grsimple now reports the number of nodes in the Explo...
2008-02-18 Ted KremenekRunning -grsimple now emits diagnostics about the time...
2008-02-16 Eli FriedmanA couple of msvc compile fixes from the ml; I haven...
2008-02-15 Lauro Ramos VenancioSet Ubuntu 7.10 c++ include path.
2008-02-15 Ted KremenekAdded --grsimple-view option to clang driver; this...
2008-02-14 Ted KremenekRenamed GRConstants => GRSimpleVals.
2008-02-11 Steve NaroffMove policy on unnamed fields (a Microsoft extension...
2008-02-11 Steve NaroffFix http://llvm.org/bugs/show_bug.cgi?id=2013.
2008-02-08 Steve NaroffA bunch-o changes to fix <rdar://problem/5716046> incom...
2008-02-08 Anders CarlssonPut back the top-level asm code; all tests pass now.
2008-02-08 Anders CarlssonBack out 46855 for now, it causes test failures on...
2008-02-07 Anders CarlssonHandle top-level asm declarations.
2008-02-07 Ted KremenekAdded proof-of-concept NULL pointer diagnostics to...
2008-02-07 Steve NaroffImplement -fms-extensions. This allows us to fuzzy...
2008-02-06 Eli FriedmanMake sure to propagate qualifiers through the member...
2008-02-06 Chris Lattnermove the codegen ASTConsumer out of the driver into...
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-02-05 Chris Lattnerrewrite some of the type refinement code to eliminate...
2008-02-03 Chris LattnerFix PR1966 by ignoring non-error diagnostics from syste...
2008-02-01 Steve NaroffMinor API cleanup...
2008-02-01 Steve NaroffRemove temporary workaround (thanks to Ted for fixing...
2008-02-01 Steve NaroffFix two rewriter bugs with @catch.
2008-01-31 Chris Lattneradd some helper methods for removing and replacing...
2008-01-31 Chris LattnerAdd a new InsertText method that does the check to...
2008-01-31 Chris Lattnermove a large method out of line
2008-01-31 Chris LattnerMake rewriter::inserttext return a bool to indicate...
2008-01-31 Chris LattnerFix a rewriter crash when the whole body of a foreach...
2008-01-30 Steve NaroffAbolish a bunch of Xcode inserted tabs.
2008-01-29 Fariborz JahanianRewriting of @synchronized. This has one FIXME in it...
2008-01-29 Ted KremenekModified LiveVariables to perform all of its base initi...
2008-01-29 Ted KremenekDriver now passes the top-level FunctionDecl* to GRCons...
2008-01-28 Steve NaroffAdd -Wno-rewrite-macros to silence the following warnin...
2008-01-27 Chris LattnerMake -o work with -E, patch contributed by Shantonu...
2008-01-25 Chris LattnerFix a bug recovering from broken code with a goto that...
2008-01-24 Ted KremenekAdded passing "ASTContext" to both GREngine and GRConst...
2008-01-23 Fariborz JahanianFixed a nasty bug which took a while to come up with...
2008-01-23 Chris Lattneradd support for -Wundef.
2008-01-22 Fariborz JahanianProblem with ObjC's type-encoding of nested structs...
2008-01-21 Lauro Ramos VenancioAdd Ubuntu 7.10 include path.
2008-01-21 Fariborz JahanianSynthesize methods with va-arg list correctly.
2008-01-19 Fariborz JahanianFixed comment.
2008-01-19 Steve NaroffFix two bugs with an @throw that doesn't have a statement.
2008-01-19 Fariborz JahanianPatch to replace #import with #include.
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-16 Fariborz JahanianTypo.
2008-01-15 Fariborz JahanianAdded support for rewriting of continue/break statement...
2008-01-15 Chris Lattneravoid pasting L + "foo" into L"foo".
2008-01-15 Chris Lattneravoid token pasting between identifiers and wide strings:
2008-01-14 Steve NaroffRecord if a compound literal expression is @ file scope...
2008-01-14 Ted KremenekChange uses of std::cerr/std::cout to llvm::Lcerr/llvm...
2008-01-12 Chris LattnerAdd first pieces of support for parsing and representing
2008-01-12 Chris LattnerWhen forming the squigly underline for a diagnostic...
2008-01-10 Fariborz JahanianAvoid redefinition of __objcFastEnumerationState
2008-01-10 Chris Lattneradd support for the GCC -include option.
2008-01-10 Chris LattnerFix some 80 col violations
2008-01-10 Chris LattnerTed apparently likes crazy whitespace at the end of...
2008-01-10 Fariborz JahanianPut return type of synthesize method on same line as...
2008-01-10 Fariborz JahanianAllow messaging expression as foreach's collection...
2008-01-09 Fariborz JahanianType-cast RHS of assignment to prevent warning compilin...
2008-01-09 Fariborz JahanianFixed a bug whereby a parethesized collection expressio...
2008-01-09 Fariborz JahanianTypo fixed.
2008-01-08 Fariborz JahanianPatch to rewrite ObjC2's foreach-stmt.
2008-01-08 Ted KremenekAdded most of the boilerplate to the driver needed...
2008-01-07 Fariborz JahanianPatch to start rewriting of ObjC2's foreach statement...
2008-01-07 Ted KremenekSubstituted all instances of the string "Objc" for...
2008-01-04 Chris LattnerFix PR1897, patch by Wilhansen Li
2008-01-02 Chris LattnerCompute the proper sourcerange for an CompoundLiteralExpr.
2008-01-02 Chris LattnerRefactor the decl printer, patch by Mike Stump!
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 Christopher LambMake output files binary mode for -emit-llvm-bc
2007-12-24 Christopher LambAlmost the best possible handling of stdin/stdout for...
2007-12-24 Christopher LambBetter handing of stdin/stdout for -emit-llvm-bc
2007-12-24 Christopher LambAllow bitcode output to be redirected to stdout.
2007-12-24 Seo SanghyeonImplement -emit-llvm-bc option
2007-12-23 Chris Lattnerremove use of alloca.
2007-12-23 Anton KorobeynikovUnbreak mingw build
2007-12-21 Ted KremenekDirectory restructing of Analysis files.
2007-12-20 Ted KremenekConverted uses of scoped_ptr to OwningPtr.
2007-12-20 Ted KremenekCreated initial implementation of "BuildSerializer...
2007-12-19 Ted KremenekSplit serialization ASTConsumers into two consumers...
2007-12-19 Ted KremenekAdded methods createMainFileID() and createMainFileIDFo...
2007-12-19 Ted KremenekInterned MainFileID within SourceManager. Since SourceM...
next