]> granicus.if.org Git - clang/shortlog
clang
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...
2014-04-22 Quentin Colombet[Driver][ARM64] Add a testcase for r206227.
2014-04-22 Fariborz JahanianObjective-C ARC. Under ARC, addition of 'bridge' attribute
2014-04-22 Ben LangmuirAttempt to fix null ASTContext in ASTUnit error path
2014-04-22 Timur IskhodzhanovFix PR19487, PR19505 and PR19506 -- redundant vtordisp...
2014-04-22 DeLesley HutchinsThread safety analysis: add array operations to SExpr.
2014-04-22 DeLesley HutchinsThread safety analysis: fix warning.
2014-04-22 NAKAMURA TakumiTry to fix warnings to escape '@' as '\@'. [-Wdocumenta...
2014-04-22 Alexander Musman[OPENMP] parsing 'linear' clause (for directive 'omp...
2014-04-22 Tim NorthoverARM64: update NEON test to improved backend codegen
2014-04-22 Dmitri GribenkoComment parsing: close a hole in CDATA escaping in...
2014-04-22 Dmitri GribenkoComment parsing: in the generated XML file, mark HTML...
2014-04-22 NAKAMURA TakumiDiagnosticsEngine::Report(): Fix a warning. [-Wdocument...
2014-04-22 NAKAMURA TakumiUpdate clang/test/PCH/single-token-macro.c correspondin...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-22 Richard SmithMove the C++11 ExtWarn for converting a string literal...
2014-04-22 Richard TrieuMove the warning of implicit cast of a floating point...
2014-04-21 DeLesley HutchinsThread safety analysis: misc updates to SExpr handling...
2014-04-21 Diego NovilloAllow adding a value to a flag in diagnostics.
2014-04-21 Chandler Carruth[Modules] Update Clang's two files that use DEBUG(...
2014-04-21 Chandler Carruth[Modules] Remove the only use of the DEBUG(...) macro...
2014-04-21 Reid KlecknerTry to fix bad Twine usage in r206791 with std::string
2014-04-21 Reid KlecknerMinGW: Define __stdcall&co when -fms-extensions is...
next