]> granicus.if.org Git - clang/shortlog
clang
2018-02-03 Artem DergachevRevert r324166 "[analyzer] Add a checker for mmap(...
2018-02-03 Artem Dergachev[analyzer] Add a checker for mmap()s which are both...
2018-02-03 Evgeniy Stepanov[hwasan] Add a paragraph on stack instrumentation.
2018-02-03 George Karpenkov[analyzer] Do not infer nullability inside function...
2018-02-03 Richard SmithFix crash when trying to pack-expand a GNU statement...
2018-02-02 Richard SmithAdd missing direct-init / parameter-declaration-clause...
2018-02-02 James DennettMore documentation cleanup for Decl.h.
2018-02-02 Eric FiselierMake __has_unique_object_representations reject empty...
2018-02-02 James DennettDocumentation cleanup, no functional change.
2018-02-02 Matt Morehouse[clang-proto-to-cxx] Accept protobufs with missing...
2018-02-02 Ben Hamilton[clang-format] New format param ObjCBinPackProtocolList
2018-02-02 Eric Fiselier Emit label names according to -discard-value-names.
2018-02-02 George Karpenkov[analyzer] [tests] Fix crash in SATestBuild.py
2018-02-02 Eric Liu[Tooling] Returns non-zero status code when files are...
2018-02-02 Rafael EspindolaRevert "Start setting dso_local in clang."
2018-02-02 Rafael EspindolaStart setting dso_local in clang.
2018-02-02 Yaxun Liu[AMDGPU] Switch to the new addr space mapping by default
2018-02-02 Erich Keane[CodeGen][va_args] Correct Vector Struct va-arg 'in_reg...
2018-02-02 Sam McCall[Index] fix USR generation for namespace{extern{X}}
2018-02-02 Sam McCall[AST] namespace ns { extern "C" { int X; }} prints...
2018-02-02 Ilya Biryukov[Sema] Add implicit members even for invalid CXXRecordDecls
2018-02-02 Martin Storsjo[MinGW] Emit typeinfo locally for dllimported classes...
2018-02-02 Artem Dergachev[analyzer] Fix transitions in check::PreStmt<MemberExpr...
2018-02-02 George Karpenkov[analyzer] Expose return statement from CallExit progra...
2018-02-02 George KarpenkovRemove the change which accidentally crept in into...
2018-02-02 George Karpenkov[analyzer] Expose exploration strategy through analyzer...
2018-02-02 George Karpenkov[analyzer] Fix yet-another-crash in body-farming std...
2018-02-01 Eric Fiselier[coroutines] Fix application of NRVO to Coroutine ...
2018-02-01 George Karpenkov[analyzer] [tests] [NFC] Remove dead code from CmpRuns
2018-02-01 George Karpenkov[analyzer] [tests] Add an option to show the histogram...
2018-02-01 Artem Dergachev[analyzer] Don't communicate evaluation failures throug...
2018-02-01 Richard SmithPR36157: When injecting an implicit function declaratio...
2018-02-01 Adrian PrantlMark fallthrough with LLVM_FALLTHROUGH
2018-02-01 Sander de SmalenReverting patch rL323952 due to build errors that I
2018-02-01 Sander de Smalen[DebugInfo] Enable debug information for C99 VLA types
2018-02-01 Akira Hatanaka[CodeGen] Fix an assertion failure in CGRecordLowering.
2018-02-01 George Karpenkov[analyzer] [tests] Show the number of removed/added...
2018-02-01 Richard SmithPR36181: Teach CodeGen to properly ignore requests...
2018-01-31 Alex Lorenz[PR32482] Fix bitfield layout for -mms-bitfield and...
2018-01-31 Mark Zeren[clang-format] Align preprocessor comments with #
2018-01-31 Eric ChristopherClarify that optimization levels -O2 and above are...
2018-01-31 Sam Clegg[WebAssembly] Don't pass -ffunction-section/-fdata...
2018-01-31 Daniil FukalovRevert "[AMDGPU] Add ds_fadd, ds_fmin, ds_fmax builtins...
2018-01-31 Ana PazosRevert "Revert rC322769: [RISCV] Propagate -mabi and...
2018-01-31 Daniil Fukalov[AMDGPU] Add ds_fadd, ds_fmin, ds_fmax builtins functions
2018-01-31 Jonathan RoelofsFix typo. NFC
2018-01-31 Krasimir Georgiev[clang-format] Adds space around braces in text protos
2018-01-31 Jonas Hahnfeld[CUDA] Detect installation in PATH
2018-01-30 George Karpenkov[analyzer] Extend SuppressInlineDefensiveChecksVisitor...
2018-01-30 Akira HatanakaRevert "CodeGen: annotate ObjC ARC functions with ABI...
2018-01-30 Eric FiselierRevert "[coroutines] Fix application of NRVO to Corouti...
2018-01-30 Artem Belevich[CUDA] Added partial support for CUDA-9.1
2018-01-29 Eric Fiselier[coroutines] Fix application of NRVO to Coroutine ...
2018-01-29 George Karpenkov[analyzer] Use stable filenames in analyzer testing...
2018-01-29 George Karpenkov[analyzer] [NFC] Remove unused method visitItemsInWorkList
2018-01-29 Ben Hamilton[clang-format] Add more tests for ObjC protocol list...
2018-01-29 Erich Keane[NFC] Fixup comment with function name, actually incorr...
2018-01-29 Krasimir Georgiev[clang-format] Disable some text proto delimiters and...
2018-01-29 Ben Hamilton[clang-format] Fix bug where -dump-config failed on...
2018-01-29 Jonathan Roelofs[scan-build] Add an option to skip overriding CC and...
2018-01-29 Jonathan Roelofs[analyzer] Fix -x language argument for C preprocessed...
2018-01-29 Eric Liu[Lexer] Support adding working directory to relative...
2018-01-29 Hiroshi Inoue[NFC] fix trivial typos in comments
2018-01-28 Daniel NeilsonChange memcpy/memove/memset to have dest and source...
2018-01-28 Jonas Hahnfeld[git-clang-format] Process CUDA files
2018-01-27 Gabor HorvathAttempt to make the PS4 build bot happy.
2018-01-27 Gabor Horvath[ASTImporter] Add support to import some AST nodes:
2018-01-27 Akira Hatanaka[CodeGen] Use the non-virtual alignment when emitting...
2018-01-27 Matt DavisAlways allow "#pragma region".
2018-01-26 Benjamin KramerTry to unbreak 32 bit builds after r323528.
2018-01-26 Craig Topper[X86] Add 'rdrnd' feature to silvermont to match recent...
2018-01-26 Argyrios Kyrtzidis[index] Fix crash when indexing a C++14 PCH/module...
2018-01-26 Saleem AbdulrasoolAST: support protocol conformances on id/class/interfac...
2018-01-26 Craig Topper[X86] Define __IBT__ when -mibt is specified.
2018-01-26 Martin Probstclang-format: [JS] Prevent ASI before [ and (.
2018-01-26 Benjamin Kramer[AST] Use bit packing to reduce sizeof(TypedefNameDecl...
2018-01-26 Sam McCall[ASTImporter] avoid warnings: unused var, switch covered
2018-01-26 Alexey Bader[OpenCL] Add "cles_khr_int64" extension.
2018-01-26 Aleksei Sidorin[ASTImporter] Support LambdaExprs and improve template...
2018-01-26 Eric Liu[Tooling] Test more APIs of ToolExecutor. NFC.
2018-01-26 Hiroshi Inoue[NFC] fix trivial typos in comments and documents
2018-01-26 Amara Emerson[Driver] Add an -fexperimental-isel driver option to...
2018-01-25 Nico WeberDon't let test write to the source dir after r323426.
2018-01-25 Saleem AbdulrasoolAST: inline a single-use variable (NFC)
2018-01-25 Benjamin KramerUnused diagnostics can occur in tblgen.
2018-01-25 Nico Weber[clang-cl] Add support for /arch:AVX512F and /arch...
2018-01-25 Nico Weberclang-cl: Simplify handling of /arch: flag.
2018-01-25 Ivan A. Kosarev[CodeGen] Decorate aggregate accesses with TBAA tags
2018-01-25 Krasimir Georgiev[clang-format] Fixes indentation of inner text proto...
2018-01-25 Simon Dardis[Driver] Add support for mips32 and scudo
2018-01-24 Kamil RytarowskiFreeBSD needs also execinfo (in sanitizers)
2018-01-24 Alexander Shaposhnikov[analyzer] Do not attempt to get the pointee of void*
2018-01-24 Brian Gesiak[coroutines] Pass coro func args to promise ctor
2018-01-24 Artem Dergachev[analyzer] NFC: Run many existing C++ tests with a...
2018-01-24 Artem Dergachev[analyzer] Enable c++-allocator-inlining by default.
2018-01-24 Artem Dergachev[analyzer] Assume that the allocated value is non-null...
2018-01-24 Vassil VassilevRevert r323051 "[cmake] Use CLANG_BINARY_DIR to determi...
2018-01-24 Peter CollingbourneIRGen: Emit an inline implementation of __builtin_wmemc...
2018-01-24 Rafael EspindolaDon't create hidden dllimport global values.
2018-01-24 Krzysztof Parzyszek[Hexagon] Accept lowercase b in -hvx-length=64b and...
next