]> granicus.if.org Git - clang/shortlog
clang
2009-03-04 Devang PatelRefactor code.
2009-03-04 Mike StumpMove more of blocks codegen out of CodeGenModule and...
2009-03-04 Fariborz JahanianSome refactoring of recent code. No functionality change.
2009-03-04 Fariborz JahanianFix a corner case of message lookup looking for class...
2009-03-04 Daniel DunbarSupport "asm" renaming of external symbols.
2009-03-04 Daniel DunbarDriver: Add ArgList implementation.
2009-03-04 Ted KremenekGRExprEngine::VisitCast: Just pass through function...
2009-03-04 Mike StumpStart the migration of more of the blocks code out...
2009-03-04 Mike StumpStart the migration of more of the blocks code out...
2009-03-04 Steve NaroffFinish up some fixes related to <rdar://problem/6497631...
2009-03-04 Mike StumpAdd __block codegen testcase. We introduce a temporary...
2009-03-04 Daniel DunbarDriver: More Option implementation.
2009-03-04 Eli FriedmanCheck that the return type for function definitions...
2009-03-04 Chris Lattnermake the token lexer allocate its temporary token buffe...
2009-03-04 Chris LattnerSwitch attributes to be allocated from the declcontext...
2009-03-04 Zhongxing XuAdjust indentation.
2009-03-04 Chris Lattneradd an a Attr::Destroy method and force clients to...
2009-03-04 Eli FriedmanMake this test a bit more specific about the target...
2009-03-04 Eli FriedmanMinor cleanup for choose expressions: add a helper...
2009-03-04 Chris Lattnerallocate MultiKeywordSelector's out of a bump pointer...
2009-03-04 Chris Lattnersimplify Sema::AddInstanceMethodToGlobalPool, no functi...
2009-03-04 Chris Lattneradd a special case for codegen that improves the case...
2009-03-04 Chris Lattnerfix infinite recursion
2009-03-04 Chris Lattnermake CaseStmt::getSourceRange() iterative for deeply
2009-03-04 Eli FriedmanContinuation of PR3687: fix more places to use the...
2009-03-04 Chris LattnerChange Parser::ParseCaseStatement to use an iterative...
2009-03-04 Eli FriedmanComment fix: change a question to an answer.
2009-03-04 Eli FriedmanAttempt to fix PR3709: when converting from an integer...
2009-03-04 Mike StumpImproved ABI compliance for __block variables. No...
2009-03-04 Ted KremenekAdded the notion of a "boundable region", which is...
2009-03-04 Daniel DunbarAdd some more FIXME's about bits we could pack better.
2009-03-04 Daniel DunbarWoot, save 8 bytes in Decl on 64-bit by reordering...
2009-03-04 Ted KremenekThis test now passes using RegionStore.
2009-03-04 Ted KremenekRegionStore: Handle implicit parameters.
2009-03-04 Ted KremenekCreate "TypedViewRegions" that layer on top of Symbolic...
2009-03-04 Ted KremenekUse GetSValAsScalarOrLoc instead of GetSVal to prevent...
2009-03-04 Ted KremenekAdd "GetSValAsScalarOrLoc" methods to GRState/GRStateRe...
2009-03-04 Ted KremenekRegionStore::RemoveDeadBindings needs to check all...
2009-03-04 Daniel DunbarAdd new performance numbers; no discussion yet. Obvious two
2009-03-03 Steve NaroffChange a warning to an error...
2009-03-03 Fariborz JahanianImplement an important missing warning when a selector
2009-03-03 Steve NaroffFix <rdar://problem/5982579> [clang on xcode] (using...
2009-03-03 Ted KremenekRework use of loc::SymbolVal in the retain/release...
2009-03-03 Steve NaroffFix <rdar://problem/6252237> [sema] qualified id should...
2009-03-03 Steve NaroffFix <rdar://problem/6632061> [sema] non object types...
2009-03-03 Chris Lattnerimplement support for propagating *features* down to...
2009-03-03 Steve NaroffFix <rdar://problem/6640991> Exception handling execute...
2009-03-03 Ted KremenekDon't use std::auto_ptr with getSubRegionMap().
2009-03-03 Ted KremenekFix case where we should use dyn_cast instead of cast.
2009-03-03 Fariborz JahanianFixed an ir-gen bug in syntheszing a getter function
2009-03-03 Ted KremenekFix extra ';' bug noticed by Mike Stump.
2009-03-03 Daniel DunbarHush gcc.
2009-03-03 Anders CarlssonReturn 0 if the ConstExprEmitter can't handle an expres...
2009-03-03 Steve NaroffRemove old/incorrect warnings.
2009-03-03 Steve NaroffFix <rdar://problem/6497242> Inherited overridden proto...
2009-03-03 Steve NaroffFix <rdar://problem/6497608> clang does not catch ivar...
2009-03-03 Daniel DunbarDriver: Sketch Arg & ArgList classes.
2009-03-03 Eli FriedmanPR3691: Add support for complex modes. I also tossed...
2009-03-03 Daniel DunbarSketch Driver Option classes.
2009-03-03 Daniel DunbarSet svn:ignore on Output dir
2009-03-03 Eli FriedmanFix for PR3687: use the memory representation for boole...
2009-03-03 Douglas GregorImplement the basics of implicit instantiation of class...
2009-03-03 Ted KremenekTighten message bubble height.
2009-03-03 Ted KremenekImplement FIXME: GRStateManager::scanReachableSymbols...
2009-03-03 Ted KremenekUpdate checker build.
2009-03-03 Ted KremenekAdd StoreManager::getSubRegionMap(). This method retur...
2009-03-03 Fariborz JahanianCheck of ivar access access control.
2009-03-03 Steve NaroffFix <rdar://problem/6635908> crash on invalid
2009-03-03 Zhongxing XuAdd test case for pointer arithmetic.
2009-03-03 Chris Lattnerfix PR#
2009-03-02 Ted KremenekAdjust CSS to make message bubble numbers less gaudy.
2009-03-02 Ted KremenekResize message bubble back to original size.
2009-03-02 Ted KremenekAdjust HTML message bubbles to utilize information...
2009-03-02 Chris LattnerAdd plumbing to support programatically defining __SSE2...
2009-03-02 Chris Lattnerminor cleanups to target-specific #defines, no function...
2009-03-02 Chris Lattnerimprove compatibility with GCC 4.4, patch by Michel...
2009-03-02 Chris Lattnerstart wiring up support for target-specific -mfoo optio...
2009-03-02 Steve NaroffFix <rdar://problem/6636803> [sema] crash on InterfaceB...
2009-03-02 Fariborz JahanianDiagnose a variety of access of ivars when they conflic...
2009-03-02 Ted KremenekPlist diagnostics now include PathDiagnostPiece::Kind.
2009-03-02 Ted KremenekUpdate HTML diagnostics to honor the different between...
2009-03-02 Ted KremenekBugReporter: Construct path-related PathDiagnosticPiece...
2009-03-02 Ted KremenekUpdate Xcode project.
2009-03-02 Chris Lattnerfix PR2639
2009-03-02 Daniel DunbarStub out some structure for C++ driver.
2009-03-02 Anders Carlssoninline asm calls should be nounwind. Chris, please...
2009-03-02 Daniel DunbarFix name.
2009-03-02 Ted KremenekUpdate Xcode project.
2009-03-02 Ted KremenekAdd a 'kind' field to PathDiagnosticPieces.
2009-03-02 Ted KremenekFor now, do not output the 'DisplayHint' in plist files.
2009-03-02 Ted KremenekFor now, do not output the 'DisplayHint' in plist files.
2009-03-02 Fariborz JahanianFixed a typo.
2009-03-02 Fariborz JahanianCheck for duplicate declaration of method of a class
2009-03-02 Daniel DunbarNormalize .h guards.
2009-03-02 Daniel DunbarAttempt to make test more robust (fails for users who...
2009-03-02 Devang PatelEnable Objective-C interface debug info.
2009-03-02 Mike StumpFix cmake builds.
2009-03-02 Zhongxing Xuremove an implemented fixme.
2009-03-02 Zhongxing XuInitial support for pointer arithmetic. Only support...
2009-03-02 Daniel DunbarAvoid crash when child iterator gives null result.
next