]> granicus.if.org Git - clang/shortlog
clang
2018-06-26 Peter CollingbourneImplement CFI for indirect calls via a member function...
2018-06-26 Craig Topper[X86] Redefine avx512 packed fpclass intrinsics to...
2018-06-25 Artem Dergachev[analyzer] Track null and undef values through expressi...
2018-06-25 Artem Dergachev[analyzer] Fix invalidation on C++ const methods with...
2018-06-25 Jessica Paquette[MachineOutliner] NFC - simplify -moutline/-mno-outline...
2018-06-25 Yunlian JiangAdd an option to support debug fission on implicit...
2018-06-25 Bruno Cardoso... Fix tests from r335542 to use %hmaptool
2018-06-25 Bruno Cardoso... Warning for framework include violation from Headers...
2018-06-25 Michael KruseRevert "Append new attributes to the end of an Attribut...
2018-06-25 Sam Clegg[WebAssembly] Add no-prototype attribute to prototype...
2018-06-25 Jessica Paquette[MachineOutliner] Outline from linkonceodrs by default...
2018-06-25 Jessica Paquette[MachineOutliner] Make last of -moutline/-mno-outline win
2018-06-25 Alexander RichardsonUse Triple::isMIPS() instead of enumerating all Triples...
2018-06-25 Eric Liu[clang-format] Add a default format style that can...
2018-06-25 Gabor MartonRevert "[ASTImporter] Import the whole redecl chain...
2018-06-25 Alexey Bataev[OPENMP] Do not consider address constant vars as possibly
2018-06-25 Gabor Marton[ASTImporter] Import the whole redecl chain of functions
2018-06-25 Hans Wennborg[clang-cl] Don't emit dllexport inline functions etc...
2018-06-25 Gabor Marton[ASTImporter] Add ms compatibility to tests which use...
2018-06-25 Krasimir Georgiev[clang-format] Keep @message together in text protos
2018-06-25 Gabor Marton[ASTImporter] Add new tests about templated-described...
2018-06-25 Krasimir Georgiev[clang-format] Fix end-of-file comments text proto...
2018-06-25 Igor Kudrin[CodeGen] Provide source locations for UBSan type check...
2018-06-23 Brian Gesiak[Coroutines] Less IR for noexcept await_resume
2018-06-23 Brian Gesiak[Sema] isValidCoroutineContext FIXME and citations
2018-06-23 Reid KlecknerAttempt to fix latent tablegen dependency issue
2018-06-23 Petr Hosek[Fuchsia] Enable static libc++, libc++abi, libunwind
2018-06-22 JF Bastien[Sema] -Wformat-pedantic only for NSInteger/NSUInteger...
2018-06-22 Tobias Edler... Re-land "[LTO] Enable module summary emission by defaul...
2018-06-22 Benjamin KramerReinstate quotes around the path to python that I accid...
2018-06-22 Richard SmithRestore pre-r335182 behavior for naming inherited const...
2018-06-22 Sam CleggFix BUILD_SHARED_LIBS=1 build of libclangHandleLLVM
2018-06-22 Alexey Bataev[OPENMP, NVPTX] Fix reduction of the big data types...
2018-06-22 Bruno Cardoso... Re-apply: Warning for framework headers using double...
2018-06-22 Emmett NeymanImplemented proto to LLVM conversion and LLVM fuzz...
2018-06-22 Erich Keane[NFC] Fix AttributeList allocated_size for ParsedType.
2018-06-22 Steven WuAdd const qualifier on FieldChainInfoComparator::operator()
2018-06-22 Anastasia Stulova[OpenCL] Fixed parsing of address spaces for C++.
2018-06-22 Anastasia Stulova[Sema] Updated note for address spaces to print the...
2018-06-22 Kostya Kortchinsky[Driver] Make scudo compatible with -fsanitize-minimal...
2018-06-22 Gabor Buella[X86] Lower _mm[256|512]_cmp[.]_mask intrinsics to...
2018-06-22 Jacek Olesiak[clang-format] Add AlwaysBreakBeforeMultilineString...
2018-06-22 Benjamin Kramer[hmaptool] Turn %hmaptool into a proper substitution
2018-06-21 Chandler Carruth[x86] Fix a tiny bug in my test case in r335309 by...
2018-06-21 Chandler Carruth[x86] Teach the builtin argument range check to allow...
2018-06-21 Craig Topper[X86] Update handling in CGBuiltin to be tolerant of...
2018-06-21 Evgeniy StepanovIgnore blacklist when generating __cfi_check_fail.
2018-06-21 Emmett NeymanTest commit, made a minor change to a comment
2018-06-21 Bruno Cardoso... Re-apply: Add python tool to dump and construct header...
2018-06-21 Tobias Edler... Revert "[LTO] Enable module summary emission by default...
2018-06-21 Konstantin... AMDGPU: Remove amdgpu-debugger-reserve-regs feature
2018-06-21 Alexey Bataev[OPENMP, NVPTX] Fix globalization of the variables...
2018-06-21 Tobias Edler... [LTO] Enable module summary emission by default for...
2018-06-21 Jonathan Coe[bindings] Fix most Python binding unittests on Windows
2018-06-21 Craig Topper[X86] Correct the inline assembly implementations of...
2018-06-21 Craig Topper[Intrinsics] Add/move some builtin declarations in...
2018-06-21 Anastasis Grammenos[DebugInfo] Inline for without DebugLocation
2018-06-21 Craig Topper[X86] Rewrite the add/mul/or/and reduction intrinsics...
2018-06-21 Rainer Orth[liblang] Remove DOS line endings in libclang.exports
2018-06-21 Ivan DonchevskiiFix line endings in recently updated test file
2018-06-21 Ivan Donchevskii[Sema] Fix overloaded static functions for templates
2018-06-21 Craig Topper[X86] Remove masking from the 512-bit floating point...
2018-06-21 Bruno Cardoso... Revert "Add python tool to dump and construct header...
2018-06-21 Bruno Cardoso... Revert "Warning for framework headers using double...
2018-06-21 Bruno Cardoso... Revert "Fix hmaptool cmake file to work on Windows"
2018-06-21 Evgeniy StepanovASan docs: no_sanitize("address") works on globals.
2018-06-20 Richard SmithWhen a dependent alignas is applied to a non-dependent...
2018-06-20 Bruno Cardoso... Fix hmaptool cmake file to work on Windows
2018-06-20 Akira HatanakaUse cast instead of dyn_cast_or_null.
2018-06-20 Bruno Cardoso... Warning for framework headers using double quote includes
2018-06-20 Richard SmithRelated to PR37768: improve diagnostics for class name...
2018-06-20 Bruno Cardoso... Add python tool to dump and construct header maps
2018-06-20 Reid Kleckner[MS] Make sure __GetExceptionInfo works on types with...
2018-06-20 Artem Belevich[CUDA] Removed unused __nvvm_* builtins with non-generi...
2018-06-20 Leonard ChanFixed test in prior build where FileCheck tried to...
2018-06-20 Leonard ChanFixed test that failed when checking what variable...
2018-06-20 Leonard Chan[Fixed Point Arithmetic] Fixed Point Precision Bits...
2018-06-20 Nico WeberSimplify. No behavior change.
2018-06-20 Mikhail R.... [analyzer] Optimize constraint generation when the...
2018-06-20 Sjoerd Meijer[SPIR] Prevent SPIR targets from using half conversion...
2018-06-20 Alexey Bader[Sema] Allow creating types with multiple of the same...
2018-06-20 Douglas YungAdd a test to verify the x86 intrinsic headers compile...
2018-06-20 Craig Topper[X86] Undefine _mm512_mask_reduce_operator macro in...
2018-06-19 Michael KruseAppend new attributes to the end of an AttributeList.
2018-06-19 Nico Weberclang-cl: Emit narrowing diag for initializer lists...
2018-06-19 Alex LorenzRecommit r335063: [Darwin] Add a warning for missing...
2018-06-19 Craig TopperRecommit r335070 "[X86] Rewrite the max and min reducti...
2018-06-19 Alex LorenzRevert r335063 as it causes bot failures
2018-06-19 Craig TopperRevert r335070 "[X86] Rewrite the max and min reduction...
2018-06-19 Craig Topper[X86] Rewrite the max and min reduction intrinsics...
2018-06-19 Alex Lorenz[Darwin] Add a warning for missing include path for...
2018-06-19 Aaron BallmanImplement semantic checking for __builtin_signbit.
2018-06-19 Aaron BallmanReverting due to line ending changes; will reapply...
2018-06-19 Aaron BallmanImplement semantic checking for __builtin_signbit.
2018-06-19 Kristof Umann[analyzer] Made a buildbot happy.
2018-06-19 Taiju TsuikiRevert r335019 "Update NRVO logic to support early...
2018-06-19 Akira Hatanaka[Sema] Produce diagnostics for attribute 'trivial_abi...
2018-06-19 Taiju TsuikiUpdate NRVO logic to support early return (Attempt 2)
2018-06-18 Peter CollingbourneIRgen: Mark aliases of ctors and dtors as unnamed_addr.
2018-06-18 Nico WeberDon't let test/Driver/no-canonical-prefixes.c form...
next