]> granicus.if.org Git - clang/shortlog
clang
2012-03-30 Craig TopperFix shuffle vector calculation for mm_permute_ps. Fixes...
2012-03-30 John McCallWhen emitting a static local variable in C++, handle
2012-03-30 John McCallAdd a note about a missing optimization in the case...
2012-03-30 Eli FriedmanMissing piece of r153720: make sure the vtable pointer...
2012-03-30 Eli FriedmanConstStructBuilder: fix offset math for base classes...
2012-03-30 Eli FriedmanMake sure we perform the relevant implied conversions...
2012-03-30 Eric ChristopherTestcase for the previous commit.
2012-03-30 Eric ChristopherChange location information for synthesized properties...
2012-03-30 Bill WendlingThe UTF16 string referenced by a CFString should go...
2012-03-30 Argyrios KyrtzidisAdd info to ObjCPropertyRefExpr to indicate whether...
2012-03-30 Argyrios Kyrtzidis[libclang] A MemberRefExpr cursor for a property dot...
2012-03-30 Argyrios Kyrtzidis[libclang] Have c-index-test output more information...
2012-03-29 Eli FriedmanExtend -Wc++11-narrowing to cover converted constant...
2012-03-29 Anna Zaks[analyzer] Add a malloc cpp test file.
2012-03-29 Bill WendlingFix whitespace.
2012-03-29 Jim GrosbachARM backend knows about cortex-m4. The front end should...
2012-03-29 Fariborz Jahanianmodern objc translator: avoid some duplicate declarations.
2012-03-29 Richard SmithRefactor special member function deletion. No functiona...
2012-03-29 David ChisnallRelax the test slightly so that it should pass on other...
2012-03-29 Fariborz Jahanianmodern objc translator: additional test.
2012-03-29 David ChisnallCall out to GCC-compatible runtime functions for atomic...
2012-03-29 David ChisnallPass parameters in the correct order when assembling...
2012-03-29 Fariborz Jahanianmodern objective-c translator: fix up assortment of
2012-03-29 Chad RosierRevert r153613 as it's causing large compile-time regre...
2012-03-29 Eric ChristopherGo back to using just the selector name for the getter...
2012-03-29 Eric ChristopherTidy.
2012-03-29 Benjamin KramerMake ModuleMapParser own its TargetInfo, so it doesn...
2012-03-29 Eric Christopher Add support for objc property decls according to...
2012-03-29 Rafael Espindolaunwind.h fix for -fvisibility=hidden users. This fixes...
2012-03-29 Richard SmithDon't try to parse a malformed parameter list after...
2012-03-29 Richard SmithReject 'template<typename...Ts> void f(Ts ...(x));...
2012-03-29 Argyrios Kyrtzidis[arcmt] Fix a bug where a property in a class extension...
2012-03-29 Jan Wen VoungDefine __LITTLE_ENDIAN__ for le32, since "le" stands...
2012-03-28 John McCallWhen we can't prove that the target of an aggregate...
2012-03-28 Fariborz JahanianFix typo in my last patch.
2012-03-28 Argyrios Kyrtzidis[libclang] Fix CIndexer::isOptEnabled(); not sure what...
2012-03-28 Anna Zaks[analyzer] Enable retry exhausted without inlining...
2012-03-28 David ChisnallFix the type of wchar_t on Solaris.
2012-03-28 Fariborz Jahanianobjective-c: Improve diagnostics and
2012-03-28 Anna Zaks[analyser] Stats checker: do not mark a node as exhaust...
2012-03-28 Anna Zaks[analyzer] Refactor: Use Decl when determining if the...
2012-03-28 NAKAMURA TakumiCodeGen/CGDeclCXX.cpp: Twine-ize CreateGlobalInitOrDest...
2012-03-28 Douglas GregorUnify and fix our checking of C++ [dcl.meaning]p1's...
2012-03-28 Douglas GregorWhen we form a new function/class template specializati...
2012-03-28 Ted KremenekFix suspicious comparison reported by PVS-Studio!
2012-03-28 Argyrios Kyrtzidis[libclang] Rename setBackGroundPriority -> setThreadBac...
2012-03-28 Argyrios Kyrtzidis[libclang] Fix gcc error.
2012-03-28 Argyrios Kyrtzidis[libclang] Introduce options to control the priority...
2012-03-28 Argyrios Kyrtzidis[libclang] Put the CIndexer class in the clang namespac...
2012-03-28 Argyrios Kyrtzidis[libclang] For clang_saveTranslationUnit, if the AST...
2012-03-27 Chandler CarruthMove the emission of strict enum range metadata behind...
2012-03-27 Douglas GregorIntroduce a new libclang API to determine the parent...
2012-03-27 Richard SmithIf we see '(...' where we're expecting an abstract...
2012-03-27 Argyrios Kyrtzidis[libclang] Introduce indexing option CXIndexOpt_Suppres...
2012-03-27 Fariborz Jahanianmodern objective-c translator: writing objc boolean...
2012-03-27 Anna Zaks[analyzer] Add an option to re-analyze a dead-end path...
2012-03-27 Anna Zaks[analyzer] Fix a typo.
2012-03-27 Anna Zaks[analyzer] Stats checker: minor interprocedural tweaks.
2012-03-27 Anna Zaks[analyzer] Stats: Only count the number of times we...
2012-03-27 Eric ChristopherAdd better support for $fp and $sp for mips inline...
2012-03-27 Argyrios Kyrtzidis[preprocessor] Handle correctly inclusion directives...
2012-03-27 Fariborz Jahanianobjective-c modern translator: move all inithooks into...
2012-03-27 Sebastian RedlEven more careful consideration of C++11 13.3.3.1p4...
2012-03-27 Douglas GregorIntroduce a -cc1-level option -pubnames-dump, which...
2012-03-27 Fariborz JahanianRemove few if-then-else when both branches are the
2012-03-27 Fariborz JahanianCommit patch reverted in r153454 with the modified...
2012-03-27 John McCallUpdate the ARC specification for several changes made...
2012-03-27 Richard SmithAdd cross-referencing comments to ParseDirectDeclarator...
2012-03-27 Ted KremenekChange RetainCountChecker to eagerly "escape" retained...
2012-03-27 Richard SmithWhen we see 'Class(X' or 'Class::Class(X' and we suspec...
2012-03-26 Chad Rosier[driver] Put -cpp-precomp and -no-cpp-precomp under...
2012-03-26 Chad Rosier[driver] Testcase for r153469, r153470, and r153478.
2012-03-26 Chad Rosier[driver] Fix unused argument warnings.
2012-03-26 Chad Rosier[driver] -mkernel implies -fno-common, so claim the...
2012-03-26 Chad Rosier[driver] -mkernel implies -fno-builtin, so claim the...
2012-03-26 Richard SmithForward-declared enumerations are now complete, except...
2012-03-26 Richard SmithAdd a special-case diagnostic for one of the more obnox...
2012-03-26 Daniel Dunbar[tests] Fix test failure in release mode.
2012-03-26 Benjamin KramerSimplify code, no functionality change.
2012-03-26 Daniel DunbarRevert r153443 "objective-c modern translator: extern...
2012-03-26 Anna Zaks[analyzer] Malloc: Allow a pointer to escape through...
2012-03-26 Akira HatanakaTest case for r153348.
2012-03-26 Kostya Serebryanyadd tbaa metadata to vtable pointer loads/stores
2012-03-26 Benjamin KramerMove CodeCompletionBuilder's chunk adding methods out...
2012-03-26 Douglas GregorWhen diagnosing an invalid out-of-line redeclaration...
2012-03-26 Fariborz Jahanianobjective-c modern translator: extern "C" exported
2012-03-26 Douglas GregorCanonicalize the declaration we write to a PCH file...
2012-03-26 Benjamin KramerDriver: Factor string vector push_back into a helper...
2012-03-26 Benjamin KramerThreadSafetyReporter: Manage diagnostics in a std:...
2012-03-26 Richard SmithHandle instantiations of redeclarations of forward...
2012-03-26 Richard SmithDelay checking of dependent underlying types for redecl...
2012-03-25 Aaron BallmanSince this change is generating a considerable amount...
2012-03-25 Aaron BallmanNo longer hard coding paths to the MinGW include direct...
2012-03-25 NAKAMURA Takumiclang/lib/Analysis/CFG.cpp: Get rid of early insertion...
2012-03-25 NAKAMURA Takumiclang/lib/Analysis/CFG.cpp: Fix memory leak since r153297.
2012-03-25 NAKAMURA Takumitest/Driver/cpath.c: Escape a few args that contain...
2012-03-24 Benjamin KramerSimplify some users of DenseMap::erase.
2012-03-24 Fariborz Jahanianremove declaration of _objc_empty_vtable no longer
2012-03-24 Rafael EspindolaFix copy and pasto.
2012-03-24 Fariborz Jahanianmoderin objc translator: remove 'const' from remaining
next