]> granicus.if.org Git - clang/shortlog
clang
2009-04-27 Chris Lattnerunnest some code, decoupling fixit rewriting from ast...
2009-04-27 Daniel DunbarAdd -empty-input-only option, for timing.
2009-04-27 Sebastian RedlDon't allow catch declarations to name an abstract...
2009-04-27 Sebastian RedlImprove validation of C++ exception handling: diagnose...
2009-04-27 Douglas GregorAdd Sema::ExtVectorDecls and Sema::ObjCCategoryImpls...
2009-04-27 Ted KremenekAdd two new checker-specific attributes: 'objc_ownershi...
2009-04-27 Ted KremenekTrack objects in GC mode returned by 'alloc', 'new...
2009-04-27 Chris Lattnermake these be unsigned now that they are eagerly created.
2009-04-27 Chris Lattnershrink SOURCE_LOCATION_OFFSETS to use 4-byte entries...
2009-04-27 Douglas GregorFix a problem with the RUN line of one of the PCH tests
2009-04-27 Ted KremenekRefactor HandleObjCOwnershipRetainAttr and HandleObjCOw...
2009-04-27 Douglas GregorImplement caching of stat() calls for precompiled heade...
2009-04-27 Daniel Dunbarx86-32 ABI: Fix crash on return of structure with flexi...
2009-04-27 Ted KremenekAdd new checker-specific attribute 'objc_ownership_cfre...
2009-04-27 Sebastian RedlFill in the C++ status table for exceptions
2009-04-27 Chris Lattnerencode the type and decl offsets with 32-bits for entry...
2009-04-27 Chris Lattneradd an abbreviation for common PARM_VAR_DECL. All...
2009-04-27 Chris Lattnerfix a couple more places that should be using the DeclC...
2009-04-27 Douglas GregorLoad most of the source manager's information lazily...
2009-04-27 Chris Lattnersplit expr/stmt writing out to PCHWriterStmt.cpp
2009-04-27 Chris Lattnersplit decl writing out to its own PCHWriterDecl.cpp...
2009-04-27 Chris Lattnerunclone SavedStreamPosition
2009-04-27 Chris Lattnermove attribute reading to PCHReaderDecl.cpp, remove...
2009-04-27 Chris Lattnerread all decls (and attributes and stmts/exprs referenc...
2009-04-27 Chris Lattnerrename GetStmt -> GetDeclStmt to make it clear that...
2009-04-27 Chris Lattnerchange the interface to ReadStmt to force clients to...
2009-04-27 Chris Lattnersplit decl reading out to its own PCHReaderDecl.cpp...
2009-04-27 Chris Lattnersplit stmt/expr deserialization out to PCHReaderStmt.cpp
2009-04-27 Chris Lattnerrdar://6827200 - [sema] reject statically allocated...
2009-04-27 Chris LattnerChange our silencing of C typedef redefinition handling...
2009-04-27 Chris Lattnerremove dead var
2009-04-27 Chris LattnerSet up DeclsCursor.
2009-04-27 Chris Lattneradd stmt/expr names to BlockInfo block.
2009-04-27 Chris Lattnerfix a comment by starting stmts/exprs after types and...
2009-04-27 Chris Lattnermake -Wtypedef-redefinition an extwarn instead of defau...
2009-04-27 Chris Lattnerdrop the _ID suffixes from block names.
2009-04-26 Douglas GregorTurn PCH off by default, yet again. I'm happier about...
2009-04-26 Chris Lattneradd the decl names.
2009-04-26 Chris Lattnermake llvm-bcanalyzer dump out PCH files symbolically...
2009-04-26 Douglas GregorTrying turning on PCH by default yet again. We might...
2009-04-26 Douglas GregorSome fixes for PCH (de-)serialization of Objective...
2009-04-26 Eli FriedmanAdd a bit more handling for declarations like "int...
2009-04-26 Sebastian RedlThe mysterious bug turns out to be an incredibly bone...
2009-04-26 Chris LattnerAdjust to LLVM API changes that went into r70157.
2009-04-26 Eli FriedmanFix for PR4079: make sure to construct the member expre...
2009-04-26 Sebastian RedlImplement function-try-blocks. However, there's a very...
2009-04-26 Eli FriedmanRemove getIntegerConstantExprValue in favor of using...
2009-04-26 Eli FriedmanMinor code cleanup.
2009-04-26 Steve NaroffAdd PCH read/write support for ObjC statements.
2009-04-26 Chris Lattnerimplement PR4077: [Linux kernel] inscrutable error...
2009-04-26 Chris Lattnerin a tied operand, don't copy over the name or constrai...
2009-04-26 Chris Lattnerpull operands names "[foo]" into ConstraintInfo.
2009-04-26 Chris Lattnerpull the constraint string into the ConstraintInfo...
2009-04-26 Steve NaroffMake sure we have a code in the node:-)
2009-04-26 Sebastian RedlUpdate StmtNodes.def with the new base class of CXXTemp...
2009-04-26 Sebastian RedlMake reference class unification in conditional express...
2009-04-26 Torok EdwinAdd missing include. This fixes the build with gcc...
2009-04-26 Chris Lattnerchange TargetInfo::ConstraintInfo to be a struct that...
2009-04-26 Douglas GregorTurn off PCH by default, again
2009-04-26 Douglas GregorOne more crazy try with PCH-by-default
2009-04-26 Douglas GregorMake sure to pull in the target builtin records when...
2009-04-26 Douglas GregorSimple little smoke-test script that tries to build...
2009-04-26 Douglas GregorWhen writing a PCH file, write multiple type and declar...
2009-04-26 Douglas GregorAdd a new -ast-dump-full option that traverses the...
2009-04-26 Chris LattnerSplit C++ statements out to their own file.
2009-04-26 Douglas GregorTurn of PCH by default. I got the info I was looking for
2009-04-26 Chris Lattnersplit ObjC and C++ Statements out into their own headers.
2009-04-26 Eli FriedmanCorrect the order of the parameters to CheckAssignmentC...
2009-04-26 Daniel DunbarMake this code a little more generic.
2009-04-26 Daniel DunbarDriver: Add -std-default= option.
2009-04-26 Daniel DunbarAdd option for AddAllArgsTranslated to control whether...
2009-04-26 Chris Lattnerimplement PCH support for the rest of ExprObjC.h, including
2009-04-26 Douglas GregorAnother shot at switching PCH on by default, now that...
2009-04-26 Anders CarlssonWhen calling the cleanup function specified by __attrib...
2009-04-26 Douglas GregorDon't read all of the records in the PCH file's preproc...
2009-04-25 Eli FriedmanFix for PR4074: allow subscripting non-lvalue arrays...
2009-04-25 Chris Lattnerminor cleanups to ast-dump, use getBody(context).
2009-04-25 Douglas GregorLazily load the controlling macros for all of the heade...
2009-04-25 Chris Lattner"This fixes message sends to super in a way that both...
2009-04-25 Chris Lattnerminor diagnostics improvements.
2009-04-25 Eli FriedmanMinor simplification.
2009-04-25 Eli FriedmanChange isNullPointerConstant to be strict; hopefully...
2009-04-25 Eli FriedmanMake VerifyIntegerConstantExpr print extension warnings...
2009-04-25 Eli FriedmanSilence gcc warnings.
2009-04-25 Chris Lattnerfix PR4073 by making designated initializer checking...
2009-04-25 Douglas GregorOptimize the loading of an identifier from a PCH file...
2009-04-25 Douglas GregorPCH optimization for the identifier table, where we...
2009-04-25 Douglas GregorRevert my changes that try to avoid creating StringMap...
2009-04-25 Douglas GregorStart implementing the PTH IdentifierInfo-saving trick...
2009-04-25 Chris Lattnerfix PR4067: [Linux kernel] cannot aggregate codegen...
2009-04-25 Douglas GregorTweak the data layout for the on-disk hash table of...
2009-04-25 Ted KremenekUpdated checker build.
2009-04-25 Chris Lattnerremove a fixme that is already done.
2009-04-25 Douglas GregorWrite the identifier offsets array into the PCH file...
2009-04-25 Chris Lattnerimprove a diagnostic to make more sense.
2009-04-25 Chris Lattneraccept an ignore the no_instrument_function attribute...
2009-04-25 Chris Lattnerwith the fixes for better invalid decl/type propagation...
2009-04-25 Douglas GregorWrite the declaration and type offset arrays into the...
2009-04-25 Douglas GregorLoad the selector table lazily from the PCH file.
2009-04-25 Steve NaroffFix indexing error in PCHStmtReader::VisitArraySubscrip...
next