]> granicus.if.org Git - clang/shortlog
clang
2009-12-04 Mike StumpTry/catch statements seem to be working well enough...
2009-12-04 Mike StumpDisable for now, doesn't play nice with the temporary...
2009-12-04 Eli FriedmanRename method to something easier to search for.
2009-12-04 Anders CarlssonMore work in preparation of getting rid of the submetho...
2009-12-04 Anders CarlssonRemove an unused member variable.
2009-12-04 Anders CarlssonAdd a way to get the index of a method. Assert that...
2009-12-04 Anders CarlssonAdd a premature optimization.
2009-12-04 Anders CarlssonAdd the method directly to the vtable.
2009-12-04 Anders CarlssonGet rid of the PureVirtualMethods map.
2009-12-04 Anders CarlssonMove handling of pure virtual methods to AppendMethods...
2009-12-04 Anders CarlssonMove covariant thunk handling to AppendMethods too.
2009-12-04 Anders CarlssonMove 'this' pointer adjustment thunks to AppendMethods.
2009-12-04 Eli FriedmanMake functions returning a struct indirectly evaluate...
2009-12-04 Anders CarlssonFactor appending methods to a vtable out into a separat...
2009-12-04 Anders CarlssonGet rid of the Thunks struct too.
2009-12-04 Anders CarlssonRemove the CovariantThunk struct.
2009-12-04 Anders CarlssonRemove the GlobalDecl from the Thunk as well.
2009-12-04 Eli FriedmanFix for PR5447: teach Evaluate to deal with floating...
2009-12-04 Anders CarlssonRemove the GlobalDecl from the CovariantThunk struct...
2009-12-04 Anders CarlssonStart populating the VtableMembers structure.
2009-12-04 Ted KremenekAllow BlockInvocationContext to wrap either a BlockDecl...
2009-12-04 Anders CarlssonAdd a data structure for efficient storing of vtable...
2009-12-04 Mike StumpFixup reference binding for catch parameters.
2009-12-04 Eli FriedmanUpdate chunk of #if 0'ed code to remove fixed FIXME...
2009-12-04 Ted KremenekRefactor LocationContext creation logic into a single...
2009-12-04 Ted KremenekRefactor FoldingSet profiling code for LocationContexts...
2009-12-04 Eli FriedmanFix for PR5679: make __builtin_prefetch a bit more...
2009-12-04 Ted Kremenekconstify MemRegion* returned by MemRegionManager::getXX...
2009-12-04 John McCallWhen recovering from an invalid forward reference to...
2009-12-04 Ted KremenekMore template-logic for MemRegion construction out...
2009-12-03 Mike StumpThese are done.
2009-12-03 Mike StumpImprove catch parameter bindings for scalar non-pointer...
2009-12-03 John McCallLift the ObjCPropertyCallback out of local scope to...
2009-12-03 Eli FriedmanAdd recursion guards to ice-checking and evaluation...
2009-12-03 Ted KremenekTry to make the output of PlistDiagnostics more determi...
2009-12-03 Ted KremenekConvert some methods in PathDiagnostic to return String...
2009-12-03 Fariborz JahanianA new helper function to set various bits in the class...
2009-12-03 Daniel DunbarFix Clang tool translation to forward -fvisibility...
2009-12-03 Daniel DunbarAdd utils/TestUtils, and sink pch-test.pl there.
2009-12-03 Douglas GregorUnify the end-of-class code paths used by the parser...
2009-12-03 Ted KremenekAdd another blocks test case illustrating how parameter...
2009-12-03 Anders CarlssonWhen instantiating a class, if a base specifier is...
2009-12-03 Ted KremenekTweak handling of BlockDataRegions in RegionStoreManage...
2009-12-03 Anders CarlssonHandle static_assert inside functions.
2009-12-03 Douglas GregorWhen we're building a CXXExprWithTemporaries, only...
2009-12-03 Douglas GregorMinor cleanup to the code-completion-point logic sugges...
2009-12-03 Mike StumpEli, I copied my code from this code... Let's fix...
2009-12-03 Benjamin KramerMake test 64 bit safe.
2009-12-03 Eli FriedmanFix for PR5659: correct a rather nasty oversight in...
2009-12-03 Daniel DunbarXFAIL this on Win32 for the time being.
2009-12-03 Zhongxing XuAdd security syntactic checker for mktemp.
2009-12-03 Daniel DunbarUpdate CMake for CallGraph.cpp move.
2009-12-03 Daniel DunbarFix two more diagnostic-on-stderr instances that though...
2009-12-03 Daniel DunbarKill a few more random stderr uses.
2009-12-03 Daniel DunbarConvert ABIArgInfo::dump to raw_ostream.
2009-12-03 Daniel DunbarKill off one last exit() call.
2009-12-03 Daniel DunbarUse llvm_report_error instead of fprintf + assert ...
2009-12-03 Daniel DunbarFix CompilerInstance::createOutputFile to use proper...
2009-12-03 Daniel DunbarRemove an unnecessary (I believe) exit() on error.
2009-12-03 Daniel DunbarConvert StmtDumper to raw_ostream. I forget why.
2009-12-03 Daniel DunbarSwitch PCHReader::getOriginalSourceFile to use proper...
2009-12-03 Daniel DunbarFix BackendConsumer to use proper diagnostics.
2009-12-03 Ted KremenekAdd value invalidation logic for block-captured variabl...
2009-12-03 Ted KremenekMake BlockDataRegion::referenced_vars_iterator an actua...
2009-12-03 Anders CarlssonAttempt to fix the MSVC build.
2009-12-03 Daniel Dunbarclang-cc: Move to CompilerInvocation based command...
2009-12-03 Daniel DunbarFix layering violation by moving Analysis/CallGraph...
2009-12-03 Daniel Dunbarclang-cc: Honor -help and -version when using new style...
2009-12-03 Daniel DunbarCC1Options: Normalize meta var spellings, and fix a...
2009-12-03 Daniel DunbarAdd OptTable::PrintHelp.
2009-12-03 Daniel DunbarUpdate test and CIndex to use -FOO BAR form for -{remap...
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...
next