]> granicus.if.org Git - clang/shortlog
clang
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...
2014-04-21 Timur IskhodzhanovSplit out the rest of MS ABI multiple inheritance tests
2014-04-21 Fariborz JahanianObjective-C. Patch to allow use of dot syntax on class
2014-04-21 Ben LangmuirAllow submodule inferrences with a missing umbrella...
2014-04-21 Ted KremenekHandle possible trailing '/' in xcode-select output...
2014-04-21 Richard SmithInitialize clang::Module::IsMissingRequirement. Fix...
2014-04-21 Bob WilsonARM64: Do not expand variadic HFA/HVA arguments with...
2014-04-21 Bob WilsonFix a comment typo.
2014-04-20 Alp Tokercindex.py: Avoid deprecated function
2014-04-19 Alp TokerRemove some empty statements
2014-04-19 Alp TokerFix and restore the macro-multiline.c test
2014-04-19 Alp TokerDisallow driver use in more Sema tests
2014-04-19 Alp TokerMove ObjC Cocoa.h header test to Headers
2014-04-19 Alp TokerRe-enable the C++11 modules integration test on OS X
2014-04-19 NAKAMURA Takumiclang/test/Index/pch-with-errors.c: Remove XFAIL added...
2014-04-19 Richard SmithSpeculative fix for buildbot failure. Apparently Clang...
2014-04-19 DeLesley HutchinsThread Safety Analysis: Convert to minimal SSA.
2014-04-19 Richard SmithWhen a module completes the definition of a class templ...
2014-04-19 DeLesley HutchinsThread Safety Analysis: Update SSA pass to handle...
2014-04-18 Ben LangmuirFix a hole with nested unavailable submodules from...
2014-04-18 Justin BognerCodeGen: Remove an unused include
2014-04-18 Ben LangmuirDon't build modules with (submodules with) missing...
2014-04-18 Reid KlecknerFix sphinx-build warnings in clang docs.
2014-04-18 Reid KlecknerAdd support for building Sphinx documentation when...
2014-04-18 Justin BognerCodeGen: Use LLVM's InstrProfReader in -fprofile-instr...
next