]> granicus.if.org Git - clang/shortlog
clang
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
2012-03-24 Rafael EspindolaAdd back r153360 with a fix for enums that cover all...
2012-03-24 NAKAMURA TakumiRevert r153360 (and r153380), "Second part of PR12251...
2012-03-24 Benjamin KramerDon't cast away constness.
2012-03-24 Benjamin KramerOn i386 the alignment of i64 is 4, not 8.
2012-03-24 Jordy Rose[analyzer] Tighten up the realloc() failure path note...
2012-03-24 Jordy Rose[analyzer] Restart path diagnostic generation if any...
2012-03-24 Jordy Rose[analyzer] Add a clone() method to BugReporterVisitor...
2012-03-24 Argyrios Kyrtzidis[parser] If there are unmatched braces in a function...
2012-03-24 Rafael EspindolaSecond part of PR12251. Produce the range metadata...
2012-03-23 Richard SmithTeach APValue printer to print boolean 0 and 1 as ...
2012-03-23 Kostya Serebryanyuse EP_OptimizerLast instead of EP_ScalarOptimizerLate...
2012-03-23 Argyrios KyrtzidisMake sure we don't accept an @interface inside another...
2012-03-23 Argyrios Kyrtzidis[libclang] Make sure we don't crash when trying to...
2012-03-23 Richard SmithRevert accidentally-committed www changes (and an unuse...
2012-03-23 Richard SmithWhen defining a forward-declared enum, don't try to...
2012-03-23 Akira HatanakaAdd support for MIPS' floating ABIs (hard, soft and...
2012-03-23 Ted KremenekUpdate checker build.
2012-03-23 Ted KremenekAvoid applying retain/release effects twice in RetainCo...
2012-03-23 Eric ChristopherRemove the vestiges of the C backend.
2012-03-23 Richard SmithSupport for definitions of member enumerations of class...
2012-03-23 Argyrios Kyrtzidis[libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCurs...
2012-03-23 Anton Yartsevcorrected check::EndOfTranslationUnit checker name...
2012-03-23 Argyrios Kyrtzidis[CFG] Cache boolean evaluations of expressions to avoid...
2012-03-23 Rafael EspindolaRemove unused bits.
2012-03-23 Fariborz Jahanianmodern objc translation of block literal expressions
2012-03-22 Bill WendlingSmall cleanup.
2012-03-22 Bill WendlingUse correct FileCheck regexp.
2012-03-22 Bill WendlingWhen an MMX output variable is tied to the input variab...
2012-03-22 Matt Beaumont-Gayline endings
2012-03-22 Eli FriedmanMake sure we correctly set the alignment for vector...
2012-03-22 Ted KremenekFix static analyzer crash on code taking the address...
2012-03-22 Anna Zaks[analyzer] Add the stat for the number of successfully...
2012-03-22 Anna Zaks[analyzer] Add stats useful for coverage investigations.
2012-03-22 Anna Zaks[analyzer] Add inlining awareness to the block coverage...
2012-03-22 Fariborz Jahanianmodern objc rewriter: until we can translate block...
2012-03-22 Bob WilsonFix a comment: kPropertyType = 'T' not 't'. <rdar...
2012-03-22 Fariborz Jahanianmodern objective-c rewriter: Fix up translation of
2012-03-22 Argyrios Kyrtzidis[PCH] When we are replacing a decl in a chained PCH...
2012-03-22 Richard SmithUpdate front page to indicate that we do, in fact,...
2012-03-22 Ted Kremenek"Teach" RetainCountChecker about dispatch_set_context...
2012-03-22 Chandler CarruthRelax the FileCheck assertions in this test a touch...
2012-03-22 Ted KremenekFix broken CFG when an initializer is a statement expre...
2012-03-22 Richard SmithDuring the instantiation of a class template specializa...
2012-03-22 Argyrios KyrtzidisSimplify DataRecursiveIntBinOpEvaluator::VisitBinOp...
2012-03-22 Anna Zaks[analyzer] Malloc: drop symbols captured by blocks.
2012-03-21 Fariborz Jahanianmodern objective-c translator: Change declaration of
2012-03-21 Richard TrieuChange the binary operator data recursive evaluator...
2012-03-21 Benjamin KramerRemove unused variable, fix indentation.
2012-03-21 Fariborz JahanianFor enums with no tag name, display its location in
2012-03-21 Fariborz Jahanianfixes the diagnostic issued in // rdar://11069896
2012-03-21 Chad RosierReport the natural alignment of unsigned long long...
2012-03-21 Nico WeberTry to get cpath.c passing on windows, using lit's...
2012-03-21 Anna Zaks[analyzer] Malloc: Utter the name of the leaked variable.
2012-03-21 Anna Zaks[analyser] Factor out FindUniqueBinding from RetainCoun...
2012-03-21 Anna Zaks[analyzer] Re-enable the test disabled by r152969.
2012-03-21 Bob WilsonDuplicated code is bad. At least make it consistent.
2012-03-21 Fariborz JahanianAllow void blocks to return witn a void expression in
2012-03-21 Bob WilsonFor Darwin, do not let -mcpu override the -arch option...
2012-03-21 Fariborz Jahanianmodern objective-c rewriter: remove 'const' from
2012-03-21 Patrick BeardRemoved repeated word (of of).
2012-03-21 Fariborz JahanianUndo previous patch as I checked more than I intended.
2012-03-21 Fariborz Jahanianmodern objective-c rewriter: remove 'const' from
2012-03-21 John McCallFor the annals of subtle but terrible bugs: fix a...
2012-03-21 NAKAMURA Takumiclang-interpreter/Makefile: [PR12313] Update USEDLIBS...
2012-03-21 NAKAMURA TakumiRewriteModernObjC.cpp: Don't expose temporary std:...
2012-03-21 John McCallTest case for rdar://problem/11055105, a bug with the...
2012-03-21 Fariborz JahanianClose the paren.
2012-03-20 Eric ChristopherUpdate comment.
2012-03-20 Patrick BeardnumberWithFloat -> numberWithDouble.
2012-03-20 Fariborz Jahanianmodern objective-c translator: insert couple of pragmas...
2012-03-20 Patrick BeardFixed typo.
2012-03-20 Patrick BeardAdded summary section for Object Literals and Subscript...
2012-03-20 Fariborz Jahanianmodern objective-c translator: add static function...
2012-03-20 Sebastian RedlMore careful consideration of C++11 13.3.3.1p4. Fixes...
2012-03-20 Sebastian RedlFix the other place where C++98 work for initializer...
2012-03-20 Fariborz Jahanianmore modern objective-c meta-data stuff.
2012-03-20 Patrick BeardFixed typos.
2012-03-20 Patrick BeardLink to Objective-C literals documentation.
2012-03-20 Patrick BeardObjective-C literals documentation.
2012-03-20 Ted KremenekDon't include FixIts with a null replacement range...
2012-03-20 Benjamin KramerFix a use-after-free in thunk emission. EmitThunk may...
2012-03-20 Fariborz Jahanianmodern objective-c translator: provide meta-data initia...
2012-03-20 Benjamin KramerDebug info: Tighten up uses of plain MDNode pointers...
2012-03-20 Fariborz Jahanianmodern objective-c translator: couple of minor
2012-03-20 Patrick BeardTest commit.
2012-03-20 Fariborz Jahanianobjective-c modern translator: Refactor intername ivar...
2012-03-20 Chad Rosier[avx] Define the _mm256_loadu2_xxx and _mm256_storeu2_x...
2012-03-20 David ChisnallAdd missing bitcast that was breaking Objective-C+...
2012-03-20 Ted KremenekAdd test case for <rdar://problem/10553686>, which...
next