]> granicus.if.org Git - clang/shortlog
clang
2009-12-03 Daniel DunbarAdd clang -cc1 support for -remap-file.
2009-12-03 Daniel DunbarAdd clang -cc1 -load option.
2009-12-03 Eli FriedmanFix thunk generation for thunks with a parameter with...
2009-12-03 Eli FriedmanMinor cleanup.
2009-12-03 John McCallHonor using declarations in overload resolution. Most...
2009-12-03 Mike StumpAdd support for thunking dtors. Oh why does this make...
2009-12-03 Mike StumpReflow.
2009-12-03 Anders CarlssonRevert r90402 for now, virt.cpp is failing.
2009-12-03 Ted KremenekAdd batch version of 'StoreManager::InvalidateRegion...
2009-12-03 Anders CarlssonUse Eli's ComputeThunkAdjustment for calculating the...
2009-12-03 Anders CarlssonAdd CodeGenModule::ComputeThunkAdjustment, which Eli...
2009-12-03 Anders CarlssonRemove the index from the Thunk struct.
2009-12-03 Anders CarlssonChange the Thunks map to use the vtable index as the...
2009-12-03 Anders CarlssonAdd the global decl to the Thunk struct.
2009-12-03 Anders CarlssonRemove unused struct fields.
2009-12-03 Anders CarlssonDelay computing the return adjustments for covariant...
2009-12-03 Anders CarlssonNo need to create the covariant thunk in both places...
2009-12-03 Anders CarlssonWhoops, forgot to save :)
2009-12-03 Anders CarlssonRemove the index field from the CovariantThunk structure.
2009-12-03 Anders CarlssonChange the CovariantThunk map to use the vtable index...
2009-12-03 Ted KremenekFix typo.
2009-12-03 Ted KremenekAdd __has_feature(cxx_exceptions) and __has_feature...
2009-12-03 Ted KremenekAdd section on what language features __has_feature...
2009-12-03 Anders CarlssonStore a GlobalDecl in the return adjustment.
2009-12-03 Anders CarlssonDo not include the 'this' pointer adjustment in the...
2009-12-03 Daniel DunbarSwitch clang_createTranslationUnitFromSourceFile to...
2009-12-03 Anders CarlssonMove VtableBuilder::OverrideMethod out of line in prepa...
2009-12-03 Daniel DunbarFix ASTUnit to allows require a (persistent) Diagnostic...
2009-12-03 Ted KremenekAdd 'has_feature(cxx_exceptions)' to allow code to...
2009-12-03 Mike StumpRemove untrue statement.
2009-12-03 Ted KremenekRename has_feature(rtti) to has_feature(cxx_rtti) for...
2009-12-03 Mike StumpNote a failure I saw from the g++ testsuite:
2009-12-03 Ted KremenekAdd FileCheck test for '__has_feature(rtti)'.
2009-12-03 Ted KremenekAdd "has_feature" support for C++ RTTI.
2009-12-03 John McCallStop stripping UnresolvedUsingDecls out of LookupResult...
2009-12-03 Ted KremenekAdd a heuristic to the dead stores checker to prune...
2009-12-03 Sebastian RedlIntroduce the notion of literal types, as specified...
2009-12-03 Eli FriedmanWork-in-progress: teach mangler how to mangle thunks...
2009-12-03 Daniel DunbarUpdate example link lines.
2009-12-02 Mike StumpCleanups on exceptional edges don't work at all, yet...
2009-12-02 Mike StumpAdd a cleanup scope for each catch clause.
2009-12-02 Mike StumpAdd missing branch to exit. Seemingly obvious when...
2009-12-02 Douglas GregorImprove source location information for C++ member...
2009-12-02 Daniel DunbarNormalize CIndex/c-index-test/index-test link lines...
2009-12-02 Daniel DunbarASTUnit: Explicitly track whether the ASTUnit came...
2009-12-02 Daniel DunbarASTUnit: Fix initialization of OnlyLocalDecls variable...
2009-12-02 Eli FriedmanFix for PR5522 and PR5666: fix a bunch of mangling...
2009-12-02 John McCallUse a more rigorous definition of 'class member'. ...
2009-12-02 Nuno Lopesthis also depends on libDriver. this almost fixes the...
2009-12-02 John McCallRecognize that EnumConstantDecls can be found by lookup...
2009-12-02 Mike StumpPull the terminate handler up so that we can use it...
2009-12-02 Mike StumpTurn off for now.
2009-12-02 Mike StumpPut the Builder classes into the anonymous namespace.
2009-12-02 Mike StumpChange rtti/Rtti to RTTI, as it is an acronym.
2009-12-02 Mike StumpRename CGRtti.cpp to CGRTTI.cpp.
2009-12-02 Mike StumpAvoid warning for getTerminateFn defined but not used.
2009-12-02 Douglas GregorExtend -remap-file=from;to to permit mapping from a...
2009-12-02 Anders CarlssonIn Sema, whenever we think that a function is going...
2009-12-02 Ted KremenekUpdate checker build.
2009-12-02 Douglas GregorMove file-remapping logic into InitPreprocesor. No...
2009-12-02 Douglas GregorExtend the CIndex code-completion API to perform code...
2009-12-02 John McCallr90313, in which OverloadedFunctionDecl is removed...
2009-12-02 Daniel DunbarFix relative ordering of Analyis library.
2009-12-02 Daniel DunbarFix ASTUnit::getOriginalSourceFileName() when using...
2009-12-02 Daniel DunbarASTUnit: Don't create an LLVMContext, it shouldn't...
2009-12-02 John McCallRip out the last remaining implicit use of OverloadedFu...
2009-12-02 Mike Stumpterminate doesn't throw.
2009-12-02 Douglas GregorIntroduce a new clang-cc option
2009-12-02 John McCallPush overloaded function templates through the parser...
2009-12-02 Mike StumpMore exception handling improvements... WIP.
2009-12-02 Eli FriedmanFix another "operator delete missing" crash: make sure...
2009-12-02 Eli FriedmanTweak test to check for a bit more.
2009-12-02 Eli FriedmanMake sure to call AddOverriddenMethods for implicit...
2009-12-02 Douglas GregorExtend the source manager with the ability to override...
2009-12-02 Zhongxing XuHard bifurcate the state into nil receiver and non...
2009-12-02 Zhongxing XulibFrontend depends on libDriver now.
2009-12-02 Douglas GregorEliminate the unnecessary FirstFID cache variable from...
2009-12-02 John McCallStop trying to analyze class-hierarchies for dependentl...
2009-12-02 Daniel DunbarAdd ASTUnit::LoadFromCommandLine, which creates an...
2009-12-02 Daniel DunbarDriver: Add Command::Creator member variable, which...
2009-12-01 Fariborz JahanianAdded an assert.
2009-12-01 Fariborz JahanianFix a code gen. crash synthesizing a destructor.
2009-12-01 Daniel DunbarIn SourceManager::isBeforeInTranslationUnit, if we...
2009-12-01 Ted KremenekAdded dead-stores test cases that involve the use of...
2009-12-01 Chris Lattnerpass the reason for failure up from MemoryBuffer and...
2009-12-01 Ted KremenekAdd new test case file that focuses on testing analyzer...
2009-12-01 Eli FriedmanMake EmitStoreOfScalar generate a more sane representat...
2009-12-01 John McCallFix IsProvablyNotDerivedFrom to always use record defin...
2009-12-01 Ted KremenekThe minimum element size in BumpVector should be 1...
2009-12-01 Ted KremenekProvide the correct vector size for referenced variables.
2009-12-01 John McCallRework how we support C++ implicit member accesses...
2009-12-01 Daniel DunbarAdd test case for PR5662.
2009-12-01 Daniel DunbarASTUnit: Make sure to preserve the TargetInfo for later...
2009-12-01 Daniel DunbarFix typo.
2009-12-01 Daniel DunbarAdd {ExternalSemaSource,SemaConsumer}::ForgetSema callb...
2009-12-01 Rafael EspindolaExit the command line into <built-in> instead of going...
2009-12-01 Fariborz Jahanian(objc2 nonfragile-abi specific). If the translation...
2009-12-01 Ted KremenekFix early-return logic in scanReachableSymbols() to...
2009-12-01 Daniel DunbarConvert Diagnostic::getCustomDiagID to take a StringRef.
2009-12-01 Douglas GregorFuntion templates and function template specializations...
next