]> granicus.if.org Git - clang/shortlog
clang
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
2018-10-27 Bruno Ricci[AST] Refactor PredefinedExpr
2018-10-27 Bruno Ricci[AST] Widen the bit-fields of Stmt to 8 bytes.
2018-10-27 Saleem AbdulrasoolAST: fix a typo in a comment (NFC)
2018-10-27 Alina SbirleaRevert r345170 [along with its llvm counterpart r345169...
2018-10-27 Brad SmithRevert "Pass the nopie flag to the linker when linking...
2018-10-27 Brad SmithUpdate the other test.
2018-10-27 Brad SmithPass the nopie flag to the linker when linking with...
2018-10-26 Leonard ChanRevert "[PassManager/Sanitizer] Enable usage of ported...
2018-10-26 Volodymyr Sapsai[VFS] Add property 'fallthrough' that controls fallback...
2018-10-26 Richard SmithFix test expectation to match reality.
2018-10-26 Richard SmithFix typo.
2018-10-26 Richard SmithPR26547: alignof should return ABI alignment, not prefe...
2018-10-26 Gheorghe-Teodor... [NFC][OpenMP] Add new test for parallel for code genera...
2018-10-26 Bjorn Pettersson[Fixed Point Arithmetic] Refactor fixed point casts
2018-10-26 Hans WennborgRevert r345330 "Add MS ABI mangling for operator<=>."
2018-10-26 Martin StorsjoRevert "Reapply: [Driver] Use forward slashes in most...
2018-10-26 Sylvestre LedruUpdate the example of BS_Stroustrup to match what is...
2018-10-26 Martin StorsjoReapply: [Driver] Use forward slashes in most linker...
2018-10-26 Richard SmithPR31978: Don't crash if CodeGen sees a top-level Bindin...
2018-10-26 Saleem AbdulrasoolCodeGen: correct the case for swift 4.2, 5.0
2018-10-26 Eli Friedman[AArch64] Support Windows stack probe command-line...
2018-10-25 Bryan Chan[AArch64] Implement FP16FML intrinsics
2018-10-25 George Karpenkov[analyzer] Fix a bug in "collapsed" graph viewer
2018-10-25 George Karpenkov[analyzer] [RetainCountChecker] Do not invalidate refer...
2018-10-25 George Karpenkov[analyzer] Remove custom rule for OSIterator in RetainC...
2018-10-25 George Karpenkov[analyzer] Correct modelling of OSDynamicCast: eagerly...
2018-10-25 Richard SmithAdd MS ABI mangling for operator<=>.
2018-10-25 Reid KlecknerAvoid std::map&vector in hexagon builtin code to save...
2018-10-25 Richard SmithAvoid STMT_ and DECL_ bitcodes overlapping.
2018-10-25 Nicolas Lesser[C++17] Reject shadowing of capture by parameter in...
2018-10-25 Eric FiselierRevert "[SemaCXX] Unconfuse Clang when std::align_val_t...
2018-10-25 Nicolas LesserRebase defect report list.
2018-10-25 Erich KeaneChange keep-static-consts to work on static storage...
2018-10-25 Thomas Lively[WebAssembly] Bitselect and min/max builtins
2018-10-25 Thomas Lively[WebAssembly] Lower to target-independent saturating add
2018-10-25 Erich KeaneImplement Function Multiversioning for Non-ELF Systems.
2018-10-25 Eric Fiselier[SemaCXX] Unconfuse Clang when std::align_val_t is...
2018-10-25 Saleem AbdulrasoolCodeGen: alter CFConstantString class name for swift 5.0
2018-10-25 Mikhail R.... [analyzer] Move canReasonAbout from Z3ConstraintManager...
2018-10-25 Mikhail R.... [analyzer] Fixed bitvector from model always being...
2018-10-25 Alexey Bataev[OPENMP]Fix PR39422: variables are not firstprivatized...
2018-10-25 Luke Cheeseman[AArch64] Branch Protection and Return Address Signing...
2018-10-25 Sylvestre Ledruupdate the clang doc about contributions
2018-10-25 Will Wilson[ms] Prevent explicit constructor name lookup if scope...
2018-10-25 Krasimir Georgiev[clang-format] Break before next parameter after a...
2018-10-25 Craig Topper[CodeGen] Always emit the 'min-legal-vector-width'...
2018-10-25 Richard Trieu[Sema] Fix -Wcomma for C89
2018-10-24 Eric FiselierRevert "[SemaCXX] Unconfuse Clang when std::align_val_t...
2018-10-24 Saleem AbdulrasoolDriver,CodeGen: introduce support for Swift CFString...
2018-10-24 Volodymyr Sapsai[VFS] Remove 'ignore-non-existent-contents' attribute...
2018-10-24 Eric Fiselier[SemaCXX] Unconfuse Clang when std::align_val_t is...
2018-10-24 Tim RenoufAdd gfx909 to GPU Arch
2018-10-24 Konstantin... AMDGPU: Handle gfx909 in AMDGPUTargetInfo::initFeatureMap
2018-10-24 Alexey BataevDo not always request an implicit taskgroup region...
2018-10-24 Alexey Bataev[OPENMP]Fix PR39366: do not try to private field if...
2018-10-24 Craig Topper[CodeGen] Update test checks missed in r345168.
2018-10-24 Krzysztof Parzyszek[Hexagon] Flip hexagon-autohvx to be true by default
2018-10-24 Craig Topper[CodeGen] Update min-legal-vector width based on functi...
2018-10-24 Saleem AbdulrasoolCodeGen: extract some local variables in CFConstantStri...
2018-10-24 Saleem AbdulrasoolAST: unindent CFConstantStringDecl by inverting conditi...
2018-10-24 Kadir Cetinkaya[clang] Introduce new completion context types
2018-10-24 Erich KeaneRemove a pair of unused dispatch multiversion declarations.
2018-10-24 Eric Liu[CodeComplete] Expose InBaseClass signal in code comple...
2018-10-24 Yuka Takahashi[autocompletion] Handle the space before pressing tab
2018-10-24 Aaron BallmanSupport accepting __gnu__ as a scoped attribute namespa...
2018-10-24 Ilya Biryukov[Sema] Do not show unused parameter warnings when body...
2018-10-24 Yuka Takahashi[bash-autocompletion] Fix bug when a flag ends with '='
2018-10-24 Richard Trieu[Sema] Fix -Wcomma in dependent context
2018-10-24 Adrian PrantlDebug Info (-gmodules): emit full types for non-anchore...
2018-10-23 George Karpenkov[analyzer] [NFC] Change scanReachableSymbols to use...
2018-10-23 George Karpenkov[analyzer] Do not stop tracking CXX methods touching...
2018-10-23 George Karpenkov[analyzer] Trust summaries for OSObject::retain and...
2018-10-23 Erik PilkingtonNFC: Remove MANGLE_CHECKER from ItaniumMangle.cpp
2018-10-23 Aaron BallmanChange getRedeclContext() to support enumerations as...
2018-10-23 Adrian PrantlFix doxygen comment.
2018-10-23 George Karpenkov[analyzer] Rename trackNullOrUndefValue to trackExpress...
2018-10-23 Leonard Chan[Fixed Point Arithmetic] Fixed Point to Boolean Cast
2018-10-23 Andrew Savonichev[OpenCL] Remove PIPE_RESERVE_ID_VALID_BIT from opencl-c.h
2018-10-23 Andrew Savonichev[OpenCL] Add cl_intel_planar_yuv extension
2018-10-23 Andrew Savonichev[OpenCL][NFC] Unify ZeroToOCL* cast types
next