]> granicus.if.org Git - clang/shortlog
clang
2017-09-20 Serge PavlovPut target deduced from executable name at the start...
2017-09-20 Roman LebedevReplace r313747, don't always warn on enums, rework...
2017-09-20 Roman Lebedev[Sema] CheckTautologicalComparisonWithZero(): always...
2017-09-20 Roman Lebedev[Sema] Move some stuff into -Wtautological-unsigned...
2017-09-20 Manuel Klimekclang-format clang-format.
2017-09-20 Manuel KlimekFix clang-format's detection of structured bindings.
2017-09-20 Richard SmithImplement C++ [basic.link]p8.
2017-09-20 Akira HatanakaRevert "Add support for attribute 'noescape'."
2017-09-20 Akira HatanakaAdd support for attribute 'noescape'.
2017-09-20 Akira HatanakaRevert "Add support for attribute 'noescape'."
2017-09-20 Akira HatanakaAdd support for attribute 'noescape'.
2017-09-20 Akira Hatanaka[Sema][ObjC] Warn about mismatches in attributes betwee...
2017-09-19 Adam NemetAdd override for ClangDiagnosticHandler::isAnyRemarkEna...
2017-09-19 Andrew KaylorFix 32-bit buildbots by removing tests that are depende...
2017-09-19 Roman LebedevRevert "[Sema] Move some stuff into -Wtautological...
2017-09-19 Roman Lebedev[Sema] Move some stuff into -Wtautological-unsigned...
2017-09-19 Rachel Craik[OpenMP] fix seg-faults printing diagnostics with inval...
2017-09-19 Andrew KaylorTeach clang to tolerate the 'p = nullptr + n' idiom...
2017-09-19 Adam NemetFix ClangDiagnosticHandler::is*RemarkEnabled members
2017-09-19 Bjorn Pettersson[Sema] Disallow assigning record lvalues with nested...
2017-09-19 Jina NahiasLowering Mask Set1 intrinsics to LLVM IR
2017-09-19 Manuel KlimekFix formatting of lambda introducers with initializers.
2017-09-19 Vedant Kumar[Coverage] Remove deferred region for trailing return...
2017-09-18 Vedant Kumar[Coverage] Use a new API to label gap areas
2017-09-18 Yi Kong[Docs] Document cache pruning support for gold
2017-09-18 Zachary Turner[lit] Update clang and lld to use new config helpers.
2017-09-18 Erich Keane[Sema] Fix a pair of crashes when generating exception...
2017-09-18 Vitaly BukaAnother attempt to fix warning discovered by r313487...
2017-09-18 NAKAMURA TakumiRevert rL313511, "Fix a warning discovered by rL313487...
2017-09-18 NAKAMURA TakumiFix a warning discovered by rL313487. [-Wunused-lambda...
2017-09-18 NAKAMURA TakumiReformat.
2017-09-17 Craig Topper[X86] Move even more of our CPU to feature mapping...
2017-09-17 Faisal ValiFix the second half of PR34266: Don't implicitly captu...
2017-09-16 Craig Topper[X86] Remove unnecessary extra encodings from the CPU...
2017-09-16 Vedant KumarRemove comment accidentally committed with D36642....
2017-09-16 Heejin Ahn[WebAssembly] Restore __builtin_wasm_rethrow builtin
2017-09-16 Bob Haarman[docs] add Windows examples to ThinLTO.rst
2017-09-15 Craig Topper[X86] Use native shuffle vector for the perm2f128 intri...
2017-09-15 Zachary TurnerResubmit "[lit] Force site configs to run before source...
2017-09-15 Heejin AhnRemove __builtin_wasm_rethrow builtin
2017-09-15 Craig Topper[X86] Disable _mm512_maskz_set1_epi64 intrinsic on...
2017-09-15 Vivek PandyaThis patch fixes https://bugs.llvm.org/show_bug.cgi...
2017-09-15 Volodymyr Sapsai[Sema] Error out early for tags defined inside an enume...
2017-09-15 George Karpenkov[Analyzer] Check function name size before indexing.
2017-09-15 Artem Belevich[CUDA] Work around a new quirk in CUDA9 headers.
2017-09-15 Erich KeaneFix the __interface inheritence rules to work better...
2017-09-15 Krasimir Georgiev[clang-format] New flag - BraceWrapping.AfterExternBlock
2017-09-15 Zachary TurnerRevert "[lit] Force site configs to run before source...
2017-09-15 Volodymyr Sapsai[Sema] Correct typos in LHS, RHS before building a...
2017-09-14 Douglas GregorFix reStructuredText warning.
2017-09-14 Matt Morehouse[MSan] Specify use-after-dtor default value in header.
2017-09-14 Douglas GregorMinor cleanups to address feedback from Bruno. NFC
2017-09-14 Douglas GregorAdd /System/Library/PrivateFrameworks as a header searc...
2017-09-14 Douglas Gregor[Module map] Introduce a private module re-export direc...
2017-09-14 Douglas GregorDiagnostic specific failed condition in a static_assert.
2017-09-14 Matt Morehouse[MSan] Add flag to disable use-after-dtor.
2017-09-14 Sam Clegg[WebAssembly] Fix wasm-toolchain.c tests
2017-09-14 Zachary TurnerFix 2 stage build on some apple bots.
2017-09-14 Sam Clegg[WebAssembly] Remove invliad lld arguments
2017-09-14 Piotr PadlewskiEnable __declspec(selectany) on any platform
2017-09-14 Zachary Turner[lit] Force site configs to be run before source-tree...
2017-09-14 Alex LorenzFix Refactor/tool-test-support.c test on Windows by...
2017-09-14 Alex Lorenz[refactor] Use CommonOptionsParser in clang-refactor
2017-09-14 Alex LorenzLink clang-refactor with clangFormat
2017-09-14 Alex LorenzLink clang-refactor with clangAST and clangLex
2017-09-14 Alex Lorenz[refactor] add clang-refactor tool with initial testing...
2017-09-14 Martin Storsjo[Headers] Fix the return type of _InterlockedCompareExc...
2017-09-14 George Karpenkov[NFC] [Analyzer] Fix RST markup in documentation.
2017-09-13 Peter CollingbourneUse -- to prevent the driver from confusing paths with...
2017-09-13 Adrian McCarthyMark static member functions as static in CodeViewDebug
2017-09-13 Alexey Bataev[OPENMP] Fix types for the target specific parameters...
2017-09-13 Sylvestre LedruSplitEmptyFunction should be true in the Mozilla coding...
2017-09-13 Francis Ricci[docs] Update LeakSanitizer documentation to reflect...
2017-09-13 Petr Hosek[Fuchsia] Set ENABLE_X86_RELAX_RELOCATIONS for Fuchsia...
2017-09-13 Yaxun LiuAdd more tests for OpenCL atomic builtin functions
2017-09-13 Yaxun Liu[AMDGPU] Change addr space of clk_event_t, queue_t...
2017-09-13 Peter CollingbourneDriver: Make -fwhole-program-vtables a core option...
2017-09-13 Alexander KornienkoAttempt to fix MSVC build.
2017-09-13 Alexander KornienkoUpdate users of llvm::sys::ExecuteAndWait etc.
2017-09-13 Sjoerd MeijerThis adds the _Float16 preprocessor macro definitions.
2017-09-13 Alexey Bataev[OPENMP] Allow all classes as mappable types.
2017-09-13 Uriel Korach[X86] [PATCH] [intrinsics] Lowering X86 ABS intrinsics...
2017-09-13 NAKAMURA Takumiclang/lib/Driver/ToolChains/Darwin.h: Add proper style...
2017-09-13 Saleem Abdulrasoollibclang: expose `clang_getCursorTLSKind`
2017-09-13 Martell MaloneRevert "[Driver] MinGW: Remove custom linker detection"
2017-09-13 Martell Malone[Driver] MinGW: Remove custom linker detection
2017-09-13 Vedant Kumar[ubsan] Enable -fsanitize=function on Darwin
2017-09-13 Vedant KumarTighten up a test case. NFC.
2017-09-13 Vedant Kumar[ubsan] Function Sanitizer: Don't require writable...
2017-09-12 Martell MaloneRevert "[Driver] MinGW: Remove custom linker detection"
2017-09-12 Vedant Kumar[Driver] Disable uwtable by default in -ffreestanding...
2017-09-12 Martell Malone[Driver] MinGW: Remove custom linker detection
2017-09-12 Peter CollingbourneIR: Represent -ggnu-pubnames with a flag on the DICompi...
2017-09-12 Vedant Kumar[Driver] Darwin: Link in the profile runtime archive...
2017-09-12 Vedant Kumar[ubsan] Extend default blacklist support to integer...
2017-09-12 Hans Wennborgclang-format-vs: Update the VSIX ID.
2017-09-12 Raphael IsemannUse the VFS from the CompilerInvocation by default
2017-09-12 Simon PilgrimFix PR34021 test on non-x86 build targets
2017-09-12 Alex LorenzFix GCC build error and warnings from r313025
2017-09-12 Alex Lorenz[refactor] add a refactoring action rule that returns...
next