]> granicus.if.org Git - clang/shortlog
clang
2018-11-02 Alexey Bataev[OPENMP]Change the mapping type for lambda captures.
2018-11-02 Alexey Bataev[OPENMP][NVPTX]Improve emission of the globalized varia...
2018-11-02 Tim NorthoverReapply Logging: make os_log buffer size an integer...
2018-11-02 Patrick LysterAdd support for 'atomic_default_mem_order' clause on...
2018-11-02 Gabor Horvath[analyzer][CTU] Correctly signal in the function index...
2018-11-02 Ilya BiryukovRevert "Fix regression in behavior of clang -x c++...
2018-11-02 Fangrui SongFix -Wimplicit-fallthrough warning in LLVM_ENABLE_ASSER...
2018-11-02 Richard SmithWhen building a header module, treat inputs as headers...
2018-11-01 Volodymyr Sapsai[CodeGen] Fix assertion on referencing constexpr Obj...
2018-11-01 Volodymyr Sapsai[CodeGen] Move `emitConstant` from ScalarExprEmitter...
2018-11-01 Petr Hosek[CMake][Fuchsia] Don't restrict Linux runtimes to UNIX
2018-11-01 Reid KlecknerFix clang -Wimplicit-fallthrough warnings across llvm...
2018-11-01 Aaron BallmanOutput "rule" information in SARIF exports.
2018-11-01 Reid KlecknerAdd LLVM_FALLTHROUGH annotation after switch
2018-11-01 Mandeep Singh... Revert "[COFF, ARM64] Change setjmp for AArch64 Windows...
2018-11-01 Tim NorthoverRevert "Reapply Logging: make os_log buffer size an...
2018-11-01 Tim NorthoverReapply Logging: make os_log buffer size an integer...
2018-11-01 Reid KlecknerReplace two fallthrough annotations after covered switc...
2018-11-01 David Bolvansky[Diagnostics] Implement -Wsizeof-pointer-div
2018-11-01 Tim NorthoverRevert "Logging: make os_log buffer size an integer...
2018-11-01 Kadir Cetinkaya[clang] Improve ctor initializer completions.
2018-11-01 Erich KeaneMultiversioning- Ensure all MV functions are emitted.
2018-11-01 Erich KeaneCPU-Dispatch- Fix type of a member function, prevent...
2018-11-01 Tim NorthoverLogging: put link against libclangAnalysis rather than...
2018-11-01 Tim NorthoverLogging: add CMake dependency so libAST can use OSLog...
2018-11-01 Tim NorthoverLogging: make os_log buffer size an integer constant...
2018-11-01 Erich KeaneCPU-Dispatch-- Fix conflict between 'generic' and ...
2018-11-01 Sven van HaastregtAllow clk_event_t comparisons
2018-11-01 Aaron BallmanUpdate to the 10-10 SARIF spec.
2018-11-01 Roman Lebedev[clang][CodeGen] ImplicitIntegerSignChangeSanitizer...
2018-11-01 Li Jia He[Clang][PowerPC] Support constraint 'wi' in asm
2018-11-01 Mandeep Singh... [COFF, ARM64] Implement llvm.addressofreturnaddress...
2018-11-01 Artem Dergachev[analyzer] SARIF: Suppress version testing in a more...
2018-11-01 Richard SmithFix typo in comment.
2018-11-01 Thomas Lively[WebAssembly] Fix type names in truncation builtins
2018-11-01 Richard SmithFix regression in behavior of clang -x c++-header ...
2018-11-01 Artem Dergachev[analyzer] pr39348: MallocChecker: Realize that sized...
2018-10-31 Mandeep Singh... [COFF, ARM64] Change setjmp for AArch64 Windows to...
2018-10-31 Shafik YaghmourRevert "[ASTImporter][Structural Eq] Check for isBeingD...
2018-10-31 Eli Friedman[AArch64] [Windows] Emit unwind tables by default.
2018-10-31 Eli Friedman[ARM64] [Windows] Implement _InterlockedExchangeAdd...
2018-10-31 Richard SmithPart of PR39508: Emit an @llvm.invariant.start after...
2018-10-31 Gabor Marton[ASTImporter][Structural Eq] Check for isBeingDefined
2018-10-31 Krasimir Georgiev[clang-format] tweaked another case of lambda formatting
2018-10-31 Reid KlecknerRe-land r345676 "[Win64] Handle passing i128 by value"
2018-10-31 George Karpenkov[analyzer] Re-add custom OSIterator rule for RetainCoun...
2018-10-31 George Karpenkov[analyzer] RetainCountChecker: for now, do not trust...
2018-10-31 George Karpenkov[analyzer] Enable retain count checking for OSObject...
2018-10-31 Kristof Umann[Lex] Make MacroDirective::findDirectiveAtLoc take...
2018-10-31 Jonas Toth[clang] try-fix broken documentation builder
2018-10-31 Kristof Umann[analyzer][PlistMacroExpansion] Part 1.: New expand...
2018-10-31 Hans WennborgFollow-up to r345699: Call CheckStaticLocalForDllExport...
2018-10-31 Hans Wennborg[clang-cl] Inherit dllexport to static locals also...
2018-10-31 Bill WendlingChange "struct" to "class" to avoid warnings
2018-10-31 Bill WendlingCreate ConstantExpr class
2018-10-31 Richard TrieuRevert r345676 due to test failure.
2018-10-30 Reid Kleckner[Win64] Handle passing i128 by value
2018-10-30 Richard TrieuSilence unused variable warnings. NFC
2018-10-30 Roman Lebedev[clang][ubsan] Implicit Conversion Sanitizer - integer...
2018-10-30 Aaron BallmanChanging the command line parameters sent to diff for...
2018-10-30 Erik PilkingtonNFC: Merge KEYOBJC and KEYARC
2018-10-30 Davide ItalianoRevert "[ASTImporter] Reorder fields after structure...
2018-10-30 Erik PilkingtonNFC: Remove the ObjC1/ObjC2 distinction from clang...
2018-10-30 Aaron BallmanSpeculatively attempt to fix a failing testbot.
2018-10-30 Aaron BallmanSilencing a -Wunused-variable warning; NFC.
2018-10-30 Aaron BallmanFixing some build bot failures from r345628; NFC intended.
2018-10-30 Aaron BallmanAdd the ability to output static analysis results to...
2018-10-30 Alexey Bataev[OPENMP] Support for mapping of the lambdas in target...
2018-10-30 Bruno Ricci[AST] Only store data for the NRVO candidate in ReturnS...
2018-10-30 Bruno Ricci[AST] Only store the needed data in WhileStmt
2018-10-30 Roman Lebedev[clang] Move two utility functions into SourceManager
2018-10-30 Francis Visoiu... [CodeGen] Disable the machine verifier on a ThinLTO...
2018-10-30 Takuto IkutaRemove trailing space from clang/Basic/LangOptions.h
2018-10-30 Bjorn Pettersson[OPENMP] Fix for "error: unused variable 'CED'"
2018-10-30 Richard SmithPR23833, DR2140: an lvalue-to-rvalue conversion on...
2018-10-30 Alexander Shaposhnikov[analyzer] Allow padding checker to traverse simple...
2018-10-29 Petr Hosek[CMake][Fuchsia] Drop the LIBCXX_HIDE_FROM_ABI_PER_TU_B...
2018-10-29 Aleksei Sidorin[ASTImporter] Reorder fields after structure import...
2018-10-29 Petr Hosek[Driver] Include missing touch files for sanitized...
2018-10-29 Petr Hosek[Driver] Support sanitized libraries on Fuchsia
2018-10-29 John McCallIn swiftcall, don't merge FP/vector types within a...
2018-10-29 Alexey Bataev[OPENMP]Fix PR39372: Does not complain about loop bound...
2018-10-29 Kristof Umann[analyzer][NFC] Refactor PlistDiagnostics to use a...
2018-10-29 Gheorghe-Teodor... [OpenMP] Fix condition.
2018-10-29 Erik PilkingtonRevert "Revert "Support for groups of attributes in...
2018-10-29 Bruno Ricci[AST] Only store the needed data in SwitchStmt
2018-10-29 Gheorghe-Teodor... [OpenMP][NVPTX] Use single loops when generating code...
2018-10-29 Gheorghe-Teodor... [OpenMP][NVPTX] Enable default scheduling for parallel...
2018-10-29 Bruno Ricci[AST] Check that GNU range case statements are correctl...
2018-10-29 Alexey Bataev[OPENMP] Do not capture private loop counters.
2018-10-29 Aaron BallmanAdd the isStaticLocal() AST matcher for matching on...
2018-10-29 Andrew Savonichev[OpenCL] Fix serialization of OpenCLExtensionDecls
2018-10-29 Gabor Marton[ASTImporter] Import overrides before importing the...
2018-10-29 Erik PilkingtonRevert "Support for groups of attributes in #pragma...
2018-10-29 Erik PilkingtonSupport for groups of attributes in #pragma clang attribute
2018-10-28 Saleem AbdulrasoolAST: extend MS decoration handling for extended vectors
2018-10-28 Bruno Ricci[AST] Fix an use-of-uninitialized bug introduced in...
2018-10-28 Bruno Ricci[AST] Don't store data for GNU range case statement...
2018-10-28 Brad SmithReapply Pass the nopie flag to the linker when linking...
2018-10-27 Bruno Ricci[AST] Only store the needed data in IfStmt
next