]> granicus.if.org Git - clang/shortlog
clang
2012-08-15 Michael HanFix base type of ASTDeclNodeLister.
2012-08-15 Jordan Rose[analyzer] Don't try to devirtualize if the class is...
2012-08-15 Jordan Rose[analyzer] Only adjust the type of 'this' when we devir...
2012-08-15 Chad Rosier[ms-inline asm] Add the left brace source location...
2012-08-15 Hans WennborgCheck for improper use of 'static' and type qualifiers...
2012-08-15 Eric ChristopherRevert this to try to bring the i386 bots back.
2012-08-15 NAKAMURA Takumiclang/lib/Sema/SemaStmt.cpp: Include MCAsmLexer.h to...
2012-08-15 Richard SmithUse the right alignment when allocating NestedNameSpeci...
2012-08-15 Richard SmithFix overallocation and underalignment of ASTTemplateArg...
2012-08-15 Jordan Rose[analyzer] Doxygen comments in ObjCMethodCall.
2012-08-15 Jordan Rose[analyzer] Don't inline dynamic-dispatch methods unless...
2012-08-15 Jordan Rose[analyzer] Correctly devirtualize virtual method calls...
2012-08-15 Chad Rosier[ms-inline asm] Add support for clobbers in CodeGen.
2012-08-15 Chad Rosier[ms-inline asm] Have MC start parsing the asms.
2012-08-15 Chad Rosier[ms-inline asm] Mark getClobber() const.
2012-08-15 Jordan Rose[analyzer] A base class needs a complete definition...
2012-08-14 Richard TrieuCheck local static variables for self reference on...
2012-08-14 Chad Rosier[ms-inline asm] More test cases to make sure buildMSAsm...
2012-08-14 Chad Rosier[ms-inline asm] Remove the last bits of LineEnds.
2012-08-14 Richard SmithRemove trailing return flag from FunctionTypeLoc, since...
2012-08-14 Richard SmithFix undefined behavior: reference bound to dereferenced...
2012-08-14 Chad Rosier[ms-inline asm] Simplify more logic by using the Token...
2012-08-14 Rafael EspindolaSmall change to avoid confusion on what "used by" means...
2012-08-14 Chad Rosier[ms-inline asm] Address a potential buffer overflow.
2012-08-14 Chad Rosier[ms-inline asm] Simplify the logic in patchMSAsmString...
2012-08-14 Fariborz Jahanianirgen: inline code for several of complex builtin
2012-08-14 Chad Rosier[ms-inline asm] Add a helpful assert.
2012-08-14 Anna Zaks[analyzer]Assume that the properties cannot be overridd...
2012-08-14 Anna Zaks[analyzer] Address Jordan's comments for r161822, r161683.
2012-08-14 Bob WilsonAvoid using i64 types for vld1q_lane/vst1q_lane intrinsics.
2012-08-14 Dmitri GribenkoAttaching comments to redeclarations: fix wrong assumptions
2012-08-14 Aaron BallmanChanging an enumeration to a const int to fix MSVC...
2012-08-14 Anna Zaks[analyzer] Remove other #if 0 from Retain Count checker.
2012-08-14 Anna Zaks[analyzer] Remove autorelease pools code from the Retai...
2012-08-14 Benjamin KramerDo NOT use inline functions with LLVM_ATTRIBUTE_USED.
2012-08-14 Benjamin KramerRemove and simplify unused checking code.
2012-08-14 Benjamin KramerFix horribly broken sema of __attribute__((pcs())).
2012-08-14 Alexander KornienkoAdded description of clang-check -ast-dump* options.
2012-08-14 Chandler CarruthEmphasize that clang-fixit is planned but not yet contr...
2012-08-14 Chandler CarruthFix some of my terrible spelling.
2012-08-14 Chandler CarruthAdd initial documentation about the new tools repositor...
2012-08-14 Anna Zaks[analyzer] Fixup to r161821
2012-08-14 Richard SmithFix undefined behavior: don't bind a dereferenced null...
2012-08-14 Richard SmithPlacate the mingw32 buildbot by suffixing 64-bit consta...
2012-08-14 Richard SmithFix undefined behavior in code completion, caught by
2012-08-14 Eli FriedmanMake __is_convertible_to handle abstract types correctl...
2012-08-14 Richard SmithFix undefined behavior (and wrong code, as far as I...
2012-08-14 Chandler CarruthClean up the basic instructions for getting started...
2012-08-14 Anna Zaks[analyzer] Teach live variable analyzes that super...
2012-08-14 Anna Zaks[analyzer] Disable autorelease pool tracking.
2012-08-14 Anna Zaks[analyzer] Refactor RetainReleaseChecker to go through...
2012-08-14 Anna Zaks[analyzer] Add getStackFrame() to CheckerContext and...
2012-08-13 Jordan Rose[analyzer] Look up DynamicTypeInfo by region instead...
2012-08-13 Jordan Rose[analyzer] Reduce code duplication: make CXXDestructorC...
2012-08-13 Jordan Rose[analyzer] Be more careful when downcasting for devirtu...
2012-08-13 Jordan Rose[analyzer] Handle dynamic_casts that turn out to be...
2012-08-13 Jordan Rose[analyzer] Don't strip CXXBaseObjectRegions when checki...
2012-08-13 Chad Rosier[ms-inline asm] Add a helpful assert.
2012-08-13 Chad Rosier[ms-inline asm] Address a potential buffer overflow.
2012-08-13 Richard SmithPR13570: When an unresolved overloaded call appeared...
2012-08-13 Manman RenARM: enable struct byval for AAPCS-VFP.
2012-08-13 Fariborz Jahanianc: small refactoring of checking for __attribute__...
2012-08-13 Chad Rosier[ms-inline asm] Have patchMSAsmStrings() return a vecto...
2012-08-13 Richard SmithFactor out computation of whether a typeid's expression...
2012-08-13 Marshall ClowMinor rework of code example for clarity. No functional...
2012-08-13 Fariborz Jahanianc: make __has_attribute(const) work for const
2012-08-13 David BlaikieIgnore the tools/extra directory.
2012-08-13 David BlaikieTeach Git to ignore the tools/extra directory.
2012-08-13 Douglas GregorWhen looking for the comment associated with a declarat...
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.
next