]> granicus.if.org Git - clang/shortlog
clang
2012-08-13 Douglas GregorWhen the header file search resolves a quoted include...
2012-08-13 Alexander KornienkoImplemented -ast-dump, -ast-print, -ast-dump-filter...
2012-08-13 Alexander KornienkoAdded some preprocessor memory usage stats to -cc1...
2012-08-13 Eric ChristopherThis is always going to be true so the cast isn't neces...
2012-08-11 Dmitri GribenkoAttaching comments to declarations: find comment attach...
2012-08-10 Jordan Rose[analyzer] Remove unused StoreManager::CastResult class.
2012-08-10 Fariborz JahanianRemoved an unused function I added a while back.
2012-08-10 Jordan Rose[analyzer] Strip CXXBaseObjectRegions when devirtualizi...
2012-08-10 Jordan Rose[analyzer] Try to devirtualize even if the static calle...
2012-08-10 Jordan Rose[analyzer] Add clang_analyzer_checkInlined for debuggin...
2012-08-10 Fariborz Jahanianobjective-C: test for delayed parsing of K&R funcitons
2012-08-10 Chad Rosier[ms-inline asm] Avoid extra allocations by making this...
2012-08-10 Manman RenAdd comments for turning on byval
2012-08-10 Chad Rosier[ms-inline asm] PatchMSAsmString() doesn't correctly...
2012-08-10 Eli FriedmanDon't emit an invoke whose normal destination is a...
2012-08-10 Fariborz Jahanianobjective-C++: dalyed parsing of ctors with member
2012-08-10 Chad Rosier[ms-inline asm] Fix a memory leak introduced in r161686.
2012-08-10 Ted KremenekFix horrible regression in control of warnings caused...
2012-08-10 Manman RenARM: enable struct byval for AAPCS.
2012-08-10 Fariborz Jahanianobjective-C++: delay parsing of ctor with try block
2012-08-10 DeLesley HutchinsThread-safety-analysis: adds existential quantificatio...
2012-08-10 DeLesley HutchinsThread safety analysis: refactor to support more sophis...
2012-08-10 Chad Rosier[ms-inline asm] Add clobbers to AST representation.
2012-08-10 Dylan NoblesmithFrontend: define _LP64 in a target-independent way
2012-08-10 Anna Zaks[analyzer] ObjC Inlining: add tests for ivars and prope...
2012-08-10 Anna Zaks[analyzer] Track if a region can be a subclass in the...
2012-08-10 Anna Zaks[analyzer] Optimize dynamic dispatch bifurcation by...
2012-08-10 DeLesley HutchinsRefactor thread safety analysis to use a different...
2012-08-10 Chad Rosier[ms-inline asm] Use asserts as these calls are now...
2012-08-10 Fariborz Jahanianobjective-C++: delayed parsing of member function with
2012-08-10 Chad RosierWhitespace.
2012-08-10 Fariborz Jahanianobjective-C++: Delayed parsing of most common
2012-08-10 Joerg SonnenbergerAdd missing cctype includes.
2012-08-10 Joerg SonnenbergerDecrementing std::string::end is not portable, use...
2012-08-10 Benjamin KramerFix a couple of pedantic gcc warnings.
2012-08-10 NAKAMURA Takumic-arcmt-test, c-index-test: Appease Cygwin, to link...
2012-08-10 John McCallCheck access to friend declarations. There's a number...
2012-08-10 Jordan RoseUpdate VerifyDiagnosticConsumer to only get directives...
2012-08-10 Jordan RoseMake sure to call EndSourceFile even if we can't contin...
2012-08-10 David BlaikieProvide isConst/Volatile on CXXMethodDecl.
2012-08-10 Chad Rosier[ms-inline asm] Use the new Inline Asm Non-Standard...
2012-08-09 Jordan Rose[analyzer] Merge RegionStore's KillStruct and CopyLazyB...
2012-08-09 Jordan Rose[analyzer] Cluster bindings in RegionStore by base...
2012-08-09 Jordan Rose[analyzer] Cache the "concrete offset base" for regions...
2012-08-09 Jordan Rose[analyzer] Devirtualize StoreManager::evalDerivedToBase...
2012-08-09 Eli FriedmanFollowup to r161546, to unbreak linking on Bitrig....
2012-08-09 Benjamin KramerCMake: Add the new dependency from libSema to LLVM...
2012-08-09 Chad Rosier[ms-inline asm] Fix comment.
2012-08-09 Jordan Rose[analyzer] A CXXBaseObjectRegion should correspond...
2012-08-09 Fariborz Jahanianobjective-C: refactoring of objc's delayed parsing.
2012-08-09 Chad Rosier[ms-inline asm] Use StringRef here, per Jordan's sugges...
2012-08-09 Chandler CarruthTemporarily revert r161612 while we figure out just...
2012-08-09 Anna Zaks[analyzer] Rename the function to better reflect what...
2012-08-09 Anna Zaks[analyzer] Clarify the values in Dyn. Dispatch Bifurcat...
2012-08-09 Chad Rosier[ms-inline asm] Simplify logic for empty asm statements.
2012-08-09 Chad Rosier[ms-inline asm] Instantiate the various parts to the...
2012-08-09 Chandler CarruthMake all of the tools build in parallel. Missing this...
2012-08-09 Chandler CarruthRecurse into the extra tools repo the correct way from...
2012-08-09 Richard SmithIn 'delete []', the '[]' never starts a lambda. Update...
2012-08-09 Anna Zaks[analyzer] Improve readability of the dyn. dispatch...
2012-08-09 Dmitri GribenkoRemove absolute file path in test.
2012-08-09 Dmitri GribenkoComment to HTML and XML conversion: ignore commands...
2012-08-09 Simon AtanasyanFix the test case. Now it does not depend on the method...
2012-08-09 Dmitri GribenkoComment to HTML and XML conversion: use CommandTraits...
2012-08-09 Chad Rosier[ms-inline asm] Initialize targets and assembly printer...
2012-08-09 Chad Rosier[ms-inline asm] Add various MC components to clang...
2012-08-09 Fariborz Jahanianobjective-C: minor refactoring in method
2012-08-09 Anna ZaksUnbreak the build.
2012-08-09 Anna Zaks[analyzer] Cleanup of malloc checker.
2012-08-09 Eli FriedmanFix AAPCS ABI. I can't actually test this, but it...
2012-08-09 Anna Zaks[analyzer] Bifurcate the path with dynamic dispatch.
2012-08-09 Dmitri GribenkoAdd new file CommentCommandTraits.cpp to CMakeLists...
2012-08-09 Chandler CarruthAllow the Makefile build system to find the extra repo...
2012-08-09 Dmitri GribenkoComment parsing: extract TableGen'able pieces into...
2012-08-08 Eli Friedmanclang support for Bitrig (an OpenBSD fork); patch by...
2012-08-08 Eli FriedmanMinor simplification for r161534.
2012-08-08 Fariborz Jahanianobjective-C: refactor/simplify parsing of delayed
2012-08-08 Eli FriedmanFix r161534 so it actually builds.
2012-08-08 Richard SmithPR13558: Fix typo 'compatiblity'. Thinking of the child...
2012-08-08 Eli FriedmanHandle deprecation diagnostics correctly for C struct...
2012-08-08 Dmitri GribenkoComment XML: use xml:space="preserve" in Verbatim tags...
2012-08-08 Eli FriedmanUnify the codepaths for emitting deprecation warnings...
2012-08-08 Anna ZaksAddress code review comments for Wstrncat-size warning...
2012-08-08 Chad Rosier[ms-inline asm] Use more idiomatic logic. Thanks,...
2012-08-08 Jordan RoseImplicitly annotate __CFStringMakeConstantString with...
2012-08-08 Chad Rosier[ms-inline asm] Add basic codegen support for simple...
2012-08-08 Eli FriedmanDon't add attributes for "#pragma pack" and friends...
2012-08-08 Chad Rosier[ms-inline asm] Make sure IsSimple is correctly handled.
2012-08-08 Chad RosierRemove extraneous comment.
2012-08-08 Chad Rosier[ms-inline asm] Add a very simple test case. Basically...
2012-08-08 Chad Rosier[ms-inline asm] Refactor the logic to generate the...
2012-08-08 Chad RosierWhitespace.
2012-08-08 Chad RosierWhitespace.
2012-08-08 Jordan Rose[analyzer] Clean up the printing of FieldRegions for...
2012-08-08 Jordan Rose[analyzer] Track malloc'd regions stored in structs.
2012-08-08 Jordan Rose[analyzer] Revamp RegionStore to distinguish regions...
2012-08-08 Jordan RoseConstify CXXRecordDecl::isVirtuallyDerivedFrom.
2012-08-08 Chad Rosier[ms-inline asm] Add support for detecting simple ms...
2012-08-08 Chad RosierAdd the IsSimple/IsVolatile parameters to the MSAsmStmt...
2012-08-08 David BlaikieImplement warning for integral null pointer constants...
next