]> granicus.if.org Git - clang/shortlog
clang
2010-09-03 Douglas GregorSimplify code-completion result sorting a bit
2010-09-03 Douglas GregorRemove end-of-line translation properties from test...
2010-09-03 Daniel DunbarAvoid unnecessary redirect, so that stderr shows up...
2010-09-03 Francois PichetFirst test commit by Francois Pichet. _CRT_SECURE_CPP_O...
2010-09-03 John McCallUpdate the internals manual for the removal of Action...
2010-09-03 John McCallAdd a quick-and-dirty hack to give a better diagnostic...
2010-09-03 Chris Lattner"I see dead code". IdempotentOperationChecker::isTrunc...
2010-09-03 John McCallDevirtualize Sema, kill off DeleteExpr and DeleteStmt...
2010-09-03 Daniel DunbarIRgen: Fix silly thinko in r112021, which was generatin...
2010-09-03 Dawn PerchikAdd symantic support for the Pascal calling convention via
2010-09-03 Bob WilsonTranslate NEON vabdl, vaba, and vabal builtins to be...
2010-09-03 John McCallRe-commit r112916 with an additional fix for the self...
2010-09-03 Fariborz JahanianPatch to allow alternative representation of c++
2010-09-03 Anders CarlssonStatic local variables don't result in global construct...
2010-09-03 Ted KremenekSupport pointer arithmetic in SimpleSValuator involving...
2010-09-03 Ted KremenekRemove bogus assertions.
2010-09-03 Ted KremenekAdd optional record of "location" SVals in the environm...
2010-09-03 Ted KremenekAdd GRState::getSimplifiedSVal(), which provides an...
2010-09-03 Ted KremenekFix enum: CallEnter/CallExit are StmtPoints
2010-09-03 Anders CarlssonRemove now unused function.
2010-09-03 Daniel DunbarFix a typo.
2010-09-03 John McCallRevert r112916, it's breaking selfhost pretty badly.
2010-09-03 Daniel DunbarRevert "Another i1 vs. i8 type mismatch issue. This...
2010-09-03 Anders CarlssonGet rid of the "functions declared 'noreturn' should...
2010-09-03 Daniel Dunbartests: Fix a dependency on the temporary value names.
2010-09-03 John McCallIt's not safe to use the generic CXXMethodDecl overload...
2010-09-02 Dawn PerchikAdd support for Borland extensions via option -fborland...
2010-09-02 Daniel DunbarIRgen/Obj-C: Rewrite Objective-C bit-field access to...
2010-09-02 Daniel DunbarIRgen: Move CGBitFieldInfo strategy computation helpers...
2010-09-02 Tom CareReapply 112850 and 112839 with a constructor for the...
2010-09-02 Douglas GregorFix a few more ConvertTypes that should be ConvertTypeF...
2010-09-02 Sebastian RedlImplement __has_virtual_destructor. Patch by Steven...
2010-09-02 Chris Lattnerstop looking for #uses comments.
2010-09-02 Chris Lattnerremove some tests that aren't adding any value: the...
2010-09-02 Bill WendlingAdd a couple of FIXMEs. The types of palignr are differ...
2010-09-02 Bob WilsonAdd a bunch of missing bitcasts for clang NEON builtin...
2010-09-02 Douglas GregorTeach libclang to visit OverloadExprs, so that we can...
2010-09-02 John McCallsabre points out that the timing here is pretty pessima...
2010-09-02 Douglas GregorAdd libclang visitation for UnresolvedLookupExprs
2010-09-02 John McCallExperimentally move the tautological comparison warning...
2010-09-02 Douglas GregorAdd libclang visitation for C++ pseudo-destructor expre...
2010-09-02 Bill WendlingReorder the MMX builtins to be in their own ostracized...
2010-09-02 Bill WendlingNewline at end of file.
2010-09-02 Douglas GregorEliminate CXXBindReferenceExpr, which was used in a...
2010-09-02 Douglas GregorTeach libclang not to recursive into default argument...
2010-09-02 Daniel DunbarAdd a compatibility note about why Clang rejects jumps...
2010-09-02 Douglas GregorAdd libclang visitation for C++ typeid expressions.
2010-09-02 Douglas GregorIn libclang, visit the nested-name-specifier and explic...
2010-09-02 Tom CareReverting 112850 and 112839 due to test failures on...
2010-09-02 Douglas GregorVisit the nested-name-specifier and explicitly-specifie...
2010-09-02 Tom CareFixed broken build with GCC
2010-09-02 John McCallTeach RecursiveASTVisitor to optionally visit bodies...
2010-09-02 David ChisnallTidy up last commit, as per Devang's comments.
2010-09-02 Tom CareImproved error reporting in IdempotentOperationChecker
2010-09-02 Douglas GregorRevert my two IRgen fixes for "bool", then use a far...
2010-09-02 Douglas GregorImplement basic visitation for nested name specifiers...
2010-09-02 Fariborz JahanianAnother i1 vs. i8 type mismatch issue. This time
2010-09-02 David ChisnallUse the unmangled name for the display name in Objectiv...
2010-09-02 Douglas GregorFix more i1/i8 pointer madness. Here, an overactive...
2010-09-02 Benjamin KramerAvoid implicit string construction.
2010-09-02 Douglas GregorFix a crash involving pointer-to-data-members of boolea...
2010-09-02 John McCallSimplify some random accesses to the ASTContext from...
2010-09-02 John McCallStupid emacs keystroke.
2010-09-02 John McCallAbstract IR generation of array cookies into the C...
2010-09-02 Duncan SandsCorrect this test for the fact that the number of uses...
2010-09-02 Dawn PerchikReverting rev 112791 - apparently -fborland-extensions...
2010-09-02 Zhongxing Xuupdate comments.
2010-09-02 Zhongxing XuTweak test case. 'int' would introduce out-of-bound...
2010-09-02 Ted KremenekEnhance return-stack-address check (in Sema) to handle...
2010-09-02 Dawn PerchikAdd support for Borland extensions via option -fborland...
2010-09-02 Ted KremenekFor GRExprEngine::EvalBind() (and called visitors)...
2010-09-02 Zhanyong WanFixes a warning when compiling Clang (Sema has virtual...
2010-09-02 Ted KremenekFixed unused variable warning.
2010-09-02 Douglas GregorIntroduce a new libclang function,
2010-09-01 Zhanyong WanMake RecursiveASTVisitor not crash when a TemplateArgum...
2010-09-01 Bill WendlingAdd some MMX builtins to correspond with the intrinsics...
2010-09-01 Ted KremenekAdd yet another test case for PR 8015, showing how...
2010-09-01 Ted KremenekAdd another test case for PR 8015, here with the array...
2010-09-01 Ted KremenekPartial fix for PR 8015 (fix is actually by Jordy Rose...
2010-09-01 Bob WilsonTranslate NEON vmull, vmlal, and vmlsl builtins to...
2010-09-01 Craig SilversteinUpdate the docstring to say FriendTemplateDecl is not...
2010-09-01 Ted KremenekDon't assert in the analyzer when analyze code does...
2010-09-01 Craig SilversteinMake some docstring clarifications, after discussion...
2010-09-01 Douglas GregorFix the source-range information for an EnumConstantDec...
2010-09-01 Ted KremenekDon't assert in CastSizeChecker when the casted-to...
2010-09-01 Douglas GregorTest visiting the template parameters of template templ...
2010-09-01 Douglas GregorTeach libclang to visit the default arguments of templa...
2010-09-01 Douglas GregorImplement libclang support for using declarations....
2010-09-01 Fariborz JahanianFix IRGen when property-dot syntax used to access
2010-09-01 Douglas GregorImprove libclang indexing support for class template...
2010-09-01 Benjamin KramerStringRefize.
2010-09-01 Douglas GregorMake it clear that libclang does not modify the command...
2010-09-01 Douglas GregorAdd test for nothing... i.e., the contents of a USR...
2010-09-01 Douglas GregorTransfer calling-convention attributes down to member...
2010-09-01 Chris Lattneradd a new version of mingw, patch by İsmail "cartman...
2010-09-01 Chris Lattnerwhen emitting an error about a missing } in a compound...
2010-09-01 Douglas GregorImplement libclang support for using directives (cursor...
2010-09-01 Ted KremenekSplit ObjCInterfaceDecl::ReferencedProtocols into two...
2010-09-01 Chris Lattnerfix rdar://8360877 a really nasty miscompilation in...
2010-09-01 Chris Lattnersame refactoring as before, this time on the argument...
next