]> granicus.if.org Git - clang/shortlog
clang
2010-05-16 John McCallAvoid doing two switches in TypeLoc's initialize()...
2010-05-16 Douglas GregorWhen initializing thread-safe statics, put the call to
2010-05-16 Douglas GregorRevert r103880 (thread-safe static initialization w...
2010-05-16 Fariborz JahanianMinor twik to my last patch. (for radar 7986354).
2010-05-15 Fariborz JahanianFix API gen for objc_msgSend property of aggregate...
2010-05-15 Douglas GregorWhen initializing thread-safe statics, put the call to
2010-05-15 Douglas GregorAttempt to satisfy Release-Asserts build
2010-05-15 John McCallModify this comment per Doug's suggestion: we don...
2010-05-15 Chris Lattnersigh
2010-05-15 Chris Lattnerfix _mm_shuffle_pd too, thanks to Joel Falcou for point...
2010-05-15 Douglas GregorWhen applying the named return value optimization,...
2010-05-15 John McCallSubstantially alter the design of the Objective C type...
2010-05-15 Douglas GregorImplement a simple form of the C++ named return value...
2010-05-15 Douglas GregorImplement semantic analysis and an AST representation...
2010-05-15 Chris Lattneradd type casts to _mm_shuffle_ps so the front-end applies
2010-05-15 Douglas GregorRecognize when the named return value optimization...
2010-05-15 Daniel DunbarC++/ABI/x86_64: Member pointers should be classified...
2010-05-15 Daniel DunbarC++/ABI/i386: Member function pointers should be passed...
2010-05-14 Ted KremenekChange install_name for libclang.dylib to '@rpath/libcl...
2010-05-14 Daniel DunbarDriver: Make -fverbose-asm the default for platforms...
2010-05-14 Douglas GregorTweak test so that it does not require <typeinfo>
2010-05-14 Fariborz JahanianPatch to fix a crash on incomplete class declaration.
2010-05-14 Douglas GregorEmit an lvalue dynamic_cast even if the result is not...
2010-05-14 Ted KremenekAdd CXType and an initial set of supporting functions...
2010-05-14 Douglas GregorWhen a failed dynamic_cast<T&> (which is an lvalue...
2010-05-14 Anders CarlssonRemove an unused function.
2010-05-14 Anders CarlssonMove ContainsPointerToDataMember to CodeGenTypes. No...
2010-05-14 Fariborz JahanianImplement new default property synthesis rules. Essenti...
2010-05-14 Ted KremenekAdd documention on ns_returns_not_retained and cf_retur...
2010-05-14 Chris LattnerImprove error recovery in C/ObjC when the first argumen...
2010-05-14 Chris Lattnerfit in 80 cols, remove prototypes for handling #assert...
2010-05-14 Chris LattnerRefactor ParseFunctionDeclaratorIdentifierList to have...
2010-05-14 Abramo BagnaraAdded Expr::EvaluateAsAnyLValue.
2010-05-14 Devang PatelFix thinko in yesterday's fix.
2010-05-14 Daniel DunbarRevert r103770, "Added basic source locations to Elabor...
2010-05-14 Anders CarlssonMake sure that value-initialized pointers to data membe...
2010-05-14 Abramo BagnaraAdded basic source locations to Elaborated and Dependen...
2010-05-14 Douglas GregorNamespaces can only be defined at global or namespace...
2010-05-14 Douglas GregorMake sure to search semantic scopes and appropriate...
2010-05-14 Douglas GregorA vtable is used if the key function is defined......
2010-05-14 Daniel DunbarXFAIL a test on Win32.
2010-05-14 Daniel DunbarC++/Darwin/x86: Teach IRgen it can pass reference types...
2010-05-14 Daniel DunbarDriver: Enable -integrated-as by default, at least...
2010-05-14 Daniel DunbarForce -no-integrated-as in this test.
2010-05-13 Devang PatelFix context in class static variable's debugging inform...
2010-05-13 Douglas GregorDisable the available_externally optimization for inlin...
2010-05-13 Fariborz JahanianObjective-C++ Sema. Fix a bug in instantiation of recei...
2010-05-13 Douglas GregorRework when and how vtables are emitted, by tracking...
2010-05-13 Ted KremenekDon't add a null successor to a CFGBlock when the conte...
2010-05-13 Ted KremenekFold assertion into condition, as it does not hold...
2010-05-13 Chandler CarruthTestcase for r103712.
2010-05-13 Chandler CarruthTeach the AKA calculation to look at sugar on the point...
2010-05-13 John McCallRebuild builtin_id * as an ObjCObjectPointerType, where...
2010-05-13 Zhongxing XuRelax an assertion. Various cases could lead to non...
2010-05-13 John McCallWhen performing template argument deduction, match...
2010-05-13 Chandler CarruthDelete a dead function at sabre's request.
2010-05-13 Chandler CarruthUpdate the types for warning option subgroup arrays...
2010-05-13 Ted KremenekAdd test case for <rdar://problem/7880658>.
2010-05-13 Ted KremenekRemove stale comment.
2010-05-13 Chris Lattneradd a couple of key functions for classes without them.
2010-05-13 Ted KremenekSpecially handle CaseStmts in CursorVisitor because...
2010-05-12 Devang PatelIf given location is invalid then use current location.
2010-05-12 Fariborz JahanianObjective-C++ Sema. Support for conversion of a C++
2010-05-12 Chris Lattner"this patch properly addresses escaping < and > which...
2010-05-12 Chris Lattnerimprove comments.
2010-05-12 Daniel DunbarRevert "Move macro definitions for IBOutlet and IBActio...
2010-05-12 Ted KremenekMove macro definitions for IBOutlet and IBAction into...
2010-05-12 Daniel DunbarDriver/Darwin/i386: Don't allow compiling C++ with...
2010-05-12 Daniel DunbarSimplify.
2010-05-12 Fariborz JahanianObjective-C++ Sema - Allow static_cast of one objc...
2010-05-12 Douglas GregorWhenever we instantiate a function definition or class...
2010-05-12 Douglas GregorWhen we emit an error during the implicit definition...
2010-05-12 Daniel DunbarYes another annotate-tokens tweak.
2010-05-12 Daniel DunbarIncrease test portability.
2010-05-12 Ted KremenekMake test portable.
2010-05-12 Ted KremenekMake test case invariant to macro definition location.
2010-05-12 Ted KremenekRe-apply r103581 with updated tests. It turns out...
2010-05-12 Ted KremenekTemporarily revert r103581 so I can fix the failing...
2010-05-12 Ted KremenekCorrectly check if a cursor is a declaration before...
2010-05-12 Ted KremenekRemove debugging aids I did not intend to commit.
2010-05-12 Ted KremenekAdjust clang_annotateTokens() to correctly account...
2010-05-12 Chris Lattnerdon't force 16 threads.
2010-05-12 John McCallImprove commentary on the indirect-goto jump scope...
2010-05-12 John McCallCorrect spelling of expected error message. Apparently...
2010-05-12 John McCallWhen checking scopes for indirect goto, be more permiss...
2010-05-12 Devang PatelUse end location of DeclStmt to mark stop point.
2010-05-11 Douglas GregorBoostCon tutorial notes, temporary
2010-05-11 Abramo BagnaraMerged Elaborated and QualifiedName types.
2010-05-11 Daniel DunbarSpeculatively revert r103497, "Do not mark the virtual...
2010-05-11 Daniel DunbarIRgen/i386/C++: Fix isSingleElementStruct computation...
2010-05-11 Douglas GregorDo not mark the virtual members of an implicitly-instan...
2010-05-11 Duncan SandsVISIBILITY_HIDDEN was renamed LLVM_LIBRARY_VISIBILITY.
2010-05-11 Fariborz JahanianFix test.
2010-05-11 Douglas GregorIt's bad form to create VarDecl's without DeclContexts
2010-05-11 Douglas GregorThe C++98/03 standard is disturbingly silent about...
2010-05-11 Douglas GregorStatic data members intialized in-class that have const...
2010-05-11 Fariborz JahanianMinor refactoring of my last patch.
2010-05-11 Douglas GregorFix indentation
2010-05-11 Douglas GregorA DeclRefExpr that refers to a member function or a...
2010-05-11 Chandler CarruthAdd a test for a subtle instantiation pattern that...
next