]> granicus.if.org Git - clang/shortlog
clang
2011-03-02 Devang Patelrevert r126858.
2011-03-02 Fariborz JahanianIRGen. Fix IR when message returns reference type.
2011-03-02 Tilmann SchellerAdd preliminary support for MSVC-style vtables.
2011-03-02 Tilmann SchellerAdd CC_Win64ThisCall and set it in the necessary places.
2011-03-02 Douglas GregorTeach libclang how to visit the children of a C++ base...
2011-03-02 Devang PatelEncode argument numbering in debug info so that code...
2011-03-02 Douglas GregorEliminate an unnecessary TemporaryBase object from...
2011-03-02 Douglas GregorKill off the
2011-03-02 Douglas GregorEliminate TreeTransform::RebuildNestedNameSpecifier...
2011-03-02 Douglas GregorEliminate an unnecessary use of CXXScopeSpec::MakeTrivi...
2011-03-02 Douglas GregorKill off TreeTransform::TransformNestedNameSpecifier...
2011-03-02 Douglas GregorKill off the TreeTransform::TransformTemplateName overl...
2011-03-02 Douglas GregorKill off one of the TreeTransform::TransformTypeInObjec...
2011-03-02 Douglas GregorFix a thinko found by Craig Silverstein
2011-03-02 Douglas GregorStart migrating TreeTransform's TransformTemplateName...
2011-03-02 Devang PatelRevert r126794.
2011-03-02 Douglas GregorPush nested-name-specifier source location information...
2011-03-02 Douglas GregorEliminate some unused getQualifierRange() member functi...
2011-03-02 John McCallDon't hard-code these constants, or at least don't...
2011-03-02 John McCallPretty up the wrong-number-of-arguments-for-attribute...
2011-03-02 John McCallProvide an attribute, objc_method_family, to allow...
2011-03-02 John McCallSplit out a subgroup of -Wconversion called -Wsign...
2011-03-02 John McCallHack in something so that we emit better debug informat...
2011-03-02 John McCallSupport a new InheritableAttr subclass, InheritablePara...
2011-03-02 John McCallSemantic checking for exception specifications should...
2011-03-02 Douglas GregorWhen we're substituting into a parameter-type-list...
2011-03-02 John McCallMove some of the logic about classifying Objective...
2011-03-02 Eli FriedmanPR9350: increment/decrement of char (and anything else...
2011-03-02 Daniel Dunbarbuild: Allow disabling movt/movw from build, for testin...
2011-03-02 Douglas GregorPush nested-name-specifier source-location information...
2011-03-01 Ted KremenekTeach CFGBuilder to prune trivially unreachable case...
2011-03-01 Devang PatelEncode argument numbering in debug info so that code...
2011-03-01 Benjamin KramerSince getDriver().getInstalledDir() returns a const...
2011-03-01 Ted KremenekDon't warn about unused values in ternary ?: expression...
2011-03-01 Douglas GregorPush nested-name-specifier source-location information...
2011-03-01 Douglas GregorKill off more names to fix this test
2011-03-01 Dan GohmanRevert 123553, as sys::fs::unique_file is not finished...
2011-03-01 Ted KremenekDon't warning about shifting by too many bits in dead...
2011-03-01 Roman DivackyFix the test.
2011-03-01 Daniel DunbarDriver/Darwin: Be bug compatible with GCC and ignore...
2011-03-01 Ted KremenekFor C++, enhance -Warray-bounds to recursively analyze...
2011-03-01 Douglas GregorReinstate the introduction of source-location informati...
2011-03-01 Roman DivackyThe default CPU on FreeBSD for i386 should be i486...
2011-03-01 Ted KremenekDon't wanr about "negative shifts" in code that is...
2011-03-01 Roman DivackyOn FreeBSD, make sure /usr/local/include is *not* in...
2011-03-01 Roman DivackyOn FreeBSD, we don't want 'getDriver().Dir + "/../lib...
2011-03-01 Roman DivackyFor linking on FreeBSD, don't add a hardcoded "-L/usr...
2011-03-01 Roman DivackyImplement -mrtd which sets the StdCall calling conventi...
2011-03-01 Roman DivackyAdd missing options.
2011-03-01 Fariborz Jahanianobjc IRGen for Next runtime message API.
2011-03-01 Douglas GregorRevert r126748, my second attempt at nested-name-specif...
2011-03-01 Douglas GregorImplement comparison of C++0x scoped enumeration types...
2011-03-01 Douglas GregorWhen digging into a cv-qualified return type that is...
2011-03-01 Douglas GregorWhen building a type for a typename specifier, check...
2011-03-01 Douglas GregorReinstate r126737, extending the generation of type...
2011-03-01 Douglas GregorRevert r126737, the most recent nested-name-specifier...
2011-03-01 Rafael EspindolaDisable more warnings so that it is safe to use
2011-03-01 Chandler CarruthMove the bool-conversions behind the DiagRuntimeBehavio...
2011-03-01 Ted KremenekIn preparation for fixing PR 6884, rework CFGElement...
2011-03-01 Douglas GregorPush nested-name-specifier source location information...
2011-03-01 Argyrios Kyrtzidis[analyzer] Also make sure that the parameter is coming...
2011-03-01 Argyrios Kyrtzidis[analyzer] Remove SVal::getAsVarDecl() and reason about...
2011-03-01 Ken DyckUse CharUnits for TypeAlign variable in LayoutWideBitFi...
2011-03-01 Douglas GregorPush nested-name-specifier source location information...
2011-03-01 Argyrios Kyrtzidis[analyzer] Move lib/StaticAnalyzer/Checkers/ExprEngine...
2011-03-01 Ken DyckChange the return type of GetVirtualPointersSize()...
2011-03-01 Argyrios Kyrtzidis[analyzer] Rename CheckerV2 -> Checker.
2011-03-01 Argyrios Kyrtzidis[analyzer] Remove Checker V1.
2011-03-01 Argyrios Kyrtzidis[analyzer] Remove checker V1 registration and running...
2011-03-01 Zhanyong WanImproves the coding style in SValBuilder. This patch:
2011-03-01 Douglas GregorFix some regressions in the GCC testsuite due to bad...
2011-03-01 Chris Lattner-fwrapv should turn off the inbounds markers from geps...
2011-02-28 Douglas GregorRefactor the construction of nested-name-specifiers...
2011-02-28 Rafael EspindolaDon't warn about "clang -use-gold-plugin -c ...". With...
2011-02-28 Douglas GregorTeach Sema::CheckTypenameType to use nested-name-specif...
2011-02-28 Devang PatelUse single code path to handle c++ structs and classes...
2011-02-28 Argyrios Kyrtzidis[analyzer] Remove unused checker stuff from AnalysisCon...
2011-02-28 Douglas GregorPush nested-name-specifier location information into...
2011-02-28 Fariborz JahanianRevert r126678.
2011-02-28 Douglas GregorPush nested-name-specifier source location information...
2011-02-28 Fariborz Jahanianobjc IRGen for Next runtime message API.
2011-02-28 Argyrios Kyrtzidis[analyzer] Remove '-analyzer-check-objc-mem' flag,...
2011-02-28 Argyrios KyrtzidisMove test/SemaObjC/method-arg-decay.m -> test/Analysis...
2011-02-28 Argyrios Kyrtzidis[analyzer] Run the ExprEngine depending on the CheckerM...
2011-02-28 Argyrios Kyrtzidis[analyzer] The current UninitializedValuesChecker will...
2011-02-28 Peter CollingbourneKill 18 month old #if 0'd code in StmtXML.cpp
2011-02-28 Douglas GregorRemove redundant friend declaration
2011-02-28 Douglas GregorPush nested-name-specifier source location information...
2011-02-28 Argyrios Kyrtzidis[analyzer] Migrate NSErrorChecker and DereferenceChecke...
2011-02-28 Argyrios Kyrtzidis[analyzer] Introduce "event" mechanism in CheckerManager.
2011-02-28 Argyrios Kyrtzidis[analyzer] Run AST checkers for ObjCMethodDecls.
2011-02-28 Douglas GregorEliminate the last remains of TemplateSpecializationTyp...
2011-02-28 David ChisnallMake -fobjc-nonfragile-abi and -fgnu-runtime imply...
2011-02-28 Douglas GregorUnbreak CMake build
2011-02-28 Axel NaumannFrom Vassil Vassilev:
2011-02-28 NAKAMURA Takumitest: Add the feature "shell". Frontend/dependency...
2011-02-28 Chandler CarruthAdd a test case that would have caught the bug fixed...
2011-02-28 Chandler CarruthFix a tiny goof in the Driver's logic which caused...
2011-02-28 Chris LattnerMake skipping of vardecls more precise: it's ok to...
2011-02-28 Chris Lattnermake switch constant folding a bit stronger, handling...
next