]> granicus.if.org Git - clang/shortlog
clang
2014-04-27 Sylvestre LedruRemove deprecated information about performances:
2014-04-27 Daniel Jasperclang-format: Fix bug when aligning trailing /**/-comme...
2014-04-27 Sylvestre LedruFix the method len of the CompletionString object....
2014-04-27 NAKAMURA Takumic-arcmt-test/Makefile: Update USEDLIBS for -static.
2014-04-26 Argyrios Kyrtzidis[SemaObjC] Fix ObjCInterfaceDecl::inheritsDesignatedIni...
2014-04-26 Argyrios Kyrtzidis[Sema] Adjust Sema::getCurBlock()/getCurLambda() to...
2014-04-26 Alp Tokerlibclang: remove 'CXDiagnostic_Remark'
2014-04-26 Nick LewyckyAdd mangling for attribute enable_if. The demangling...
2014-04-25 Warren HuntFixed Assert In CGRecordLowering
2014-04-25 Saleem AbdulrasoolCodeGen: add __yield intrinsic for ARM
2014-04-25 Benjamin KramerMake test pass on 32 bit architectures.
2014-04-25 Benjamin KramerPrint detailed vector type information on diagnostics.
2014-04-25 Nico WeberFix leak of GlobalModuleIndex::IdentifierIndex, found...
2014-04-25 Richard SmithPR19558: don't produce an "unused variable" warning...
2014-04-25 Saleem AbdulrasoolCodeGen: replace use of @llvm.arm.sevl with @llvm.arm...
2014-04-25 David MajnemerCodeGen: Cleanup variable linkage calculation
2014-04-25 David MajnemerCodeGen: Refactor linkage/visibility calculation
2014-04-25 David BlaikiePush unique_ptr ownership of ASTUnits further back...
2014-04-25 Hans Wennborgclang-cl: /fallback only applies to C or C++ files
2014-04-25 Hans Wennborgclang-cl: pass -debug flag to the linker when compiling...
2014-04-25 David BlaikieImprove ownership of ASTUnits in libTooling by using...
2014-04-25 Rafael EspindolaRevert "Reland r206934 with a hopefully fixed test"
2014-04-25 Kostya Serebryanyfix a test-only leak found by lsan, PR19521
2014-04-25 Justin BognerCodeGen: Avoid instrumenting implicit Decls more effect...
2014-04-25 Saleem Abdulrasoolbindings: expose C++ access specifiers
2014-04-24 Reid KlecknerReland r206934 with a hopefully fixed test
2014-04-24 Richard SmithIf we see an explicit instantiation declaration or...
2014-04-24 Nico WeberMicrosoftVTableContext: Don't leak VPtrInfos. Found...
2014-04-24 Nico WeberFix a tiny test-only leak, found by LSan.
2014-04-24 Hans WennborgIntrin.h: remove __rdtsc and __rdtscp declarations
2014-04-24 Andrea Di Biagio[X86] Add Clang support for intrinsics __rdtsc and...
2014-04-24 Jordan RoseSquelch leak found by LSan by handling missing switch...
2014-04-24 Daniel Sanders[mips] Support 128-bit int in N32 ABI by overriding...
2014-04-24 Tim NorthoverAArch64: update tests to new way of printing NEON lists.
2014-04-24 NAKAMURA TakumiCommentToXMLConverter: Don't use "default" to method...
2014-04-24 Daniel Sanders[mips] Correct size_t and ptrdiff_t for N32.
2014-04-24 Dmitri GribenkoComment to XML conversion: use unique_ptr for SimpleFor...
2014-04-24 Argyrios KyrtzidisSimplify leak fix of r207076, by just disposing the...
2014-04-24 Nico WeberDon't leak _all_ directives in -verify mode. Found...
2014-04-24 Nico WeberDon't leak invalid RegexDirectives. Probably a small...
2014-04-24 Nico WeberFix two leaks found by LSan.
2014-04-24 Nico WeberFix two leaks found by LSan (one is test-only).
2014-04-24 Nico WeberFix two test-only leaks found by LSan.
2014-04-24 Nico WeberFix two leaks in c-index-test found by LSan.
2014-04-24 Nico WeberFix four more test-only leaks found by LSan.
2014-04-24 Nico WeberRevert the "don't leak" part of r207065, looks like...
2014-04-24 Nico WeberFix 3 test-only leaks found by LSan.
2014-04-24 Nico WeberMore spellchecking for Index.h
2014-04-24 Nico Webercompeltions are never appropriate.
2014-04-24 Nico WeberDon't leak objects in load-from-ast path unless Disable...
2014-04-24 Richard SmithWhen two templates get merged together, also merge...
2014-04-24 Michael J.... Fix test to not depend on llvm optimizations.
2014-04-24 Nico WeberBury leaked sema pointer when reading from AST files.
2014-04-23 Nico WeberFix another leak in ParseMicrosoftAsmStatement(), found...
2014-04-23 Reid KlecknerSuppress unused variable warning
2014-04-23 Richard TrieuChange -Wfloating-point-conversion to -Wfloat-conversion.
2014-04-23 Abramo BagnaraFixed comments (thanks to Richard Smith).
2014-04-23 Nico WeberMake RewriteRope less confusing for me. No intended...
2014-04-23 Nico WeberFix leak introduced in r194610, found by LSan.
2014-04-23 Abramo BagnaraMoved operator delete to public area to appease gcc...
2014-04-23 Ben LangmuirDo not print inferred submodules explicitly in __inferr...
2014-04-23 Nico WeberFix a memory leak found by LSan.
2014-04-23 John ThompsonQuick fix for layering that broke shared library build.
2014-04-23 Reid KlecknerMS ABI: Use a different guard variable for each weak...
2014-04-23 Richard SmithMake TypeDecl much less friendly.
2014-04-23 Fariborz JahanianObjective-C [IRGen]. Fixes a crash in IRGen involving...
2014-04-23 Jordan Rose[analyzer] Fix a leak found by LSan.
2014-04-23 Alexander KornienkoDon't pass llvm::DenseSet<> by value.
2014-04-23 Diego NovilloReview feedback.
2014-04-23 Diego NovilloReview feedback.
2014-04-23 Diego NovilloReview feedback
2014-04-23 Diego NovilloAdd documentation for sample profiling support.
2014-04-23 NAKAMURA TakumiPrune \param introduced in r206977, possibly committed...
2014-04-23 Logan ChienAdd missing test input for r206979.
2014-04-23 Aaron BallmanThe rewrite constructor should actually rewrite.
2014-04-23 Aaron BallmanReplacing a naked pointer with a unique_ptr. No functio...
2014-04-23 Aaron BallmanMinor formatting and simplification cleanup -- no funct...
2014-04-23 Aaron BallmanUpdated to be a bit more const friendly. Also switched...
2014-04-23 John ThompsonFix unused variable.
2014-04-23 Logan ChienAdd aarch64-linux-android triple for Android.
2014-04-23 John ThompsonInitial implementation of -modules-earch-all option...
2014-04-23 Timur IskhodzhanovAdd yet another vtordisp test
2014-04-23 Rafael EspindolaThis reverts commit r206934 and r206935.
2014-04-23 Evgeniy StepanovUpdate Target::createMCAsmParser calls for the LLVM...
2014-04-23 James Molloy[ARM64] Enable more CodeGen tests for ARM64. The crypto...
2014-04-23 James Molloy[ARM64] Change inline assembly constraints to be more...
2014-04-23 James Molloy[ARM64] Enable the test aarch64-type-sizes.c for ARM64 BE.
2014-04-23 James Molloy[ARM64] Add a missed case label for arm64_be, and enabl...
2014-04-23 David MajnemerMS ABI: Implement mangling for ref-qualifiers on methods
2014-04-23 David MajnemerMS ABI: Use range-based for loops in the mangler
2014-04-23 David MajnemerMS ABI: Cleanup some egregious style violations
2014-04-23 David MajnemerAST: Cleanup/simplify some LV calculation code
2014-04-23 Justin BognerCodeGen: Unify handling guard variables in the Itanium...
2014-04-23 Reid KlecknerAdd missing test triples
2014-04-23 Reid KlecknerDriver: Honor %INCLUDE% when built with MinGW
2014-04-23 Reid KlecknerDriver: Avoid a duplicate path separator and clean...
2014-04-22 Richard SmithAdd some missing checks for C++1y digit separators...
2014-04-22 Richard SmithPR18746: If a constexpr function has a dependent return...
2014-04-22 Justin BognerDriver: Skip the -fmodules-cache-path argument in drive...
2014-04-22 Diego NovilloUse a manipulator to add a value to the current diagnos...
next