]> granicus.if.org Git - clang/shortlog
clang
2018-02-08 Artem Dergachev[analyzer] Self-debug: Dump environment frame-by-frame.
2018-02-08 George Karpenkov[analyzer] [tests] Test different projects concurrently
2018-02-08 Alex LorenzPR36307: Consume the #pragma options align annotation...
2018-02-08 Craig Topper[X86] Replace kortest intrinsics with native IR.
2018-02-08 Erich KeaneFix improper indentation issue in CodeGenModule [NFC]
2018-02-08 Matt ArsenaultFix crash on array initializer with non-0 alloca addrspace
2018-02-08 Ben Hamilton[clang-format] Do not break Objective-C string literals...
2018-02-08 Jan Korous[Parser][FixIt] Better diagnostics for "typedef" instea...
2018-02-08 Alexander IvchenkoFix for #31362 - ms_abi is implemented incorrectly...
2018-02-08 Krasimir Georgiev[clang-format] Do not break before long string literals...
2018-02-08 Ben Hamilton[clang-format] Set ObjCBinPackProtocolList to Never...
2018-02-08 Rafael EspindolaAdd a testcase for PR36268.
2018-02-07 Erich Keane[NFCi] Replace a couple of usages of const StringRef...
2018-02-07 Rafael EspindolaDon't try to use copy relocations with tls variables.
2018-02-07 Richard SmithPR36055: fix computation of *-dependence in nested...
2018-02-07 Rafael EspindolaRecommit r324107 again.
2018-02-07 Vedant Kumar[clang-import-test] Run clang-format, NFC
2018-02-07 Alex Lorenz[PR36008] Avoid -Wsign-compare warning for enum constan...
2018-02-07 Momchil VelikovRevert [DebugInfo] Improvements to representation of...
2018-02-07 George Karpenkov[analyzer] [NFC] Factor out generating path diagnostics...
2018-02-07 Rafael EspindolaRevert "Recommit r324107."
2018-02-07 Eric FiselierFix r324498: the commit removed the '-' before the...
2018-02-07 Rafael EspindolaRecommit r324107.
2018-02-07 Rafael EspindolaDon't pass ForDefinition_t in places it is redundant.
2018-02-07 Eric Fiselier[Driver] Add option to manually control discarding...
2018-02-07 Momchil Velikov[DebugInfo] Improvements to representation of enumerati...
2018-02-07 Jacek Olesiak[clang-format] Fix ObjC message arguments formatting.
2018-02-07 Saleem AbdulrasoolAST: support SwiftCC on MS ABI
2018-02-07 Saleem AbdulrasoolSupport `#pragma comment(lib, "name")` in the frontend...
2018-02-07 Erich Keane[NFC] Change odd cast-through-unknown behavior to an...
2018-02-07 Erich Keane[NFC] Correct a typo'ed comment and reworded, since...
2018-02-06 Akira Hatanaka[Sema][ObjC] Use SmallSetVector to fix a failing test...
2018-02-06 Walter Lee[Myriad] Define __ma2x5x and __ma2x8x
2018-02-06 Volodymyr Sapsai[Lex] Fix handling numerical literals ending with ...
2018-02-06 John McCallPass around function pointers as CGCallees, not bare...
2018-02-06 Ben Hamilton[clang-format] Add more tests for Objective-C 2.0 gener...
2018-02-06 George Karpenkov[analyzer] [tests] Show function name in CmpRuns output
2018-02-06 Fedor Sergeev[Solaris] Silence -pthread warning on Solaris
2018-02-06 Sylvestre LedruUnittests misc. typos
2018-02-06 Jacek OlesiakTest commit - fixing a comment.
2018-02-06 Krasimir Georgiev[clang-format] Adds space around angle brackets in...
2018-02-06 Richard TrieuFix crash on invalid.
2018-02-06 Alex ShlyapnikovFix test/Driver/sanitizer-ld.c broken by D40903
2018-02-05 Alex Shlyapnikov[Sanitizers] Basic Solaris sanitizer support (PR 33274)
2018-02-05 Peter CollingbourneIRGen: Move vtable load after argument evaluation.
2018-02-05 Akira HatanakaAdd support for attribute 'trivial_abi'.
2018-02-05 Jonas Hahnfeld[Options] Make --cuda-path-ignore-env a Flag, NFCI.
2018-02-05 Mark Zeren[clang-format] Re-land: Fixup #include guard indents...
2018-02-05 Mark ZerenRevert "[clang-format] Fixup #include guard indents...
2018-02-05 Mark Zeren[clang-format] Fixup #include guard indents after parse...
2018-02-04 Daniil FukalovRecommit rL323890: [AMDGPU] Add ds_fadd, ds_fmin, ds_fm...
2018-02-03 Sander de SmalenRecommit rL323952: [DebugInfo] Enable debug information...
2018-02-03 Alex Bradbury[RISCV] Create a LinuxTargetInfo when targeting Linux
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
next