]> granicus.if.org Git - clang/shortlog
clang
2018-10-03 Stephen KellyUpdate documentation for correctness
2018-10-03 Stephen KellyAdd matchers missing from dynamic AST registry
2018-10-03 Stephen KellySort list of matchers
2018-10-03 George Karpenkov[analyzer] [tests] [quickfix] Make the test more resili...
2018-10-03 Patrick Lyster[OPENMP] Add reverse_offload clause to requires directive
2018-10-03 Matthew VossAdd template type and value parameter metadata nodes...
2018-10-03 Martin Storsjo[test] Use --sysroot instead of -B in print-multi-direc...
2018-10-03 Mandeep Singh... [COFF, ARM64] Add _ReadWriteBarrier intrinsic
2018-10-03 Aaron PuchertThread safety analysis: Unwrap __builtin_expect in...
2018-10-03 Stephen KellyAllow comments with '#' in dynamic AST Matchers
2018-10-03 Fangrui Song[Frontend] Delete -print-decl-contexts
2018-10-03 Matt ArsenaultOpenCL: Mark printf format string argument
2018-10-03 Petr Hosek[CMake][Fuchsia] Use libc++ ABIv2 for Fuchsia toolchain
2018-10-02 George Karpenkov[analyzer] [tests] Hotfix: missing space
2018-10-02 Reid KlecknerRemove spurious assertion in -Wdocumentation
2018-10-02 George Karpenkov[analyzer] [tests] Allow specifying entire -analyze...
2018-10-02 George Karpenkov[analyzer] Fix crash in exploded graph dumping
2018-10-02 Artem Dergachev[analyzer] Promote StdCLibraryFunctionsChecker to the...
2018-10-02 Artem Dergachev[analyzer] Fix symbol discovery in nonloc::LocAsInteger...
2018-10-02 Zachary Turner[cl-compat] Change /JMC from unsupported to ignored.
2018-10-02 Kristof Umann[analyzer][NFC] Refactor functions in PlistDiagnostics...
2018-10-02 Jonas Hahnfeld[OpenMP][NVPTX] Simplify codegen for orphaned parallel...
2018-10-02 Jonas Hahnfeld[OpenMP] Simplify code for reductions on distribute...
2018-10-02 Yaxun Liu[HIP] Support early finalization of device code for...
2018-10-02 Francois Ferrandclang-format: better handle statement macros
2018-10-02 Haojian Wu[Preprocesssor] Filename should fall back to the writte...
2018-10-02 Haojian Wu[Preprocessor] Hide include typo correction behind...
2018-10-02 Sven van Haastregt[OpenCL] Add block argument CodeGen test
2018-10-02 Sven van HaastregtRevert r326937 "[OpenCL] Remove block invoke function...
2018-10-02 Mikhail R.... [analyzer] Improvements to the SMT API
2018-10-02 Bruno Ricci[AST] Pack the bit-fields of FunctionProtoType into...
2018-10-02 Eric Liu[CodeComplete] Re-fix accessibilty of protected members...
2018-10-02 Eric LiuRevert untintentionally commited changes
2018-10-02 Eric Liu[Lex] TokenConcatenation now takes const Preprocessor
2018-10-02 Kadir Cetinkaya[clang] Implement Override Suggestions in Sema.
2018-10-02 Oliver Stannard[AArch64][v8.5A] Test clang option for the Memory Taggi...
2018-10-02 David BolvanskyAdded warning for unary minus used with unsigned type
2018-10-02 Akira Hatanaka[CodeGen] Before entering the loop that copies a non...
2018-10-01 Akira HatanakaDistinguish `__block` variables that are captured by...
2018-10-01 Martin Storsjo[MinGW] Allow using ASan
2018-10-01 Akira HatanakaRevert r343518.
2018-10-01 Stephen KellyUpdate CMakeLists.txt snippet so that example compiles
2018-10-01 Akira HatanakaDistinguish `__block` variables that are captured by...
2018-10-01 Krasimir Georgiev[clang-format] Update comment, NFCI
2018-10-01 Krasimir Georgiev[clang-format] Fix typo in comment, NFCI
2018-10-01 Kristof Umann[analyzer][NFC] Refactor functions in PlistDiagnostics...
2018-10-01 Alexey Bataev[OPENMP][NVPTX] Handle `requires datasharing` flag...
2018-10-01 Sam McCall[Basic] Update clang tests (really testing sys::fs...
2018-10-01 Alexey Bataev[OPENMP] Simplify code, NFC.
2018-10-01 Haojian Wu[Preprocessor] Fix a crash when handling non-alpha...
2018-10-01 Alexey Bataev[OPENMP] Fix enum identifier, NFC.
2018-10-01 Patrick LysterAdd support for unified_shared_memory clause on require...
2018-10-01 Haojian WuBuild clang-headers when building clang tools.
2018-10-01 Sam McCall[CodeComplete] #include completion treats -I as non...
2018-09-30 Fangrui SongUse the container form llvm::sort(C, ...)
2018-09-30 Eric FiselierFix linkage error on ProgramPoint's dump method.
2018-09-30 Ed MasteUpdate ifunc attribute support documentation
2018-09-29 Craig Topper[X86] Add more of the icc unaligned load/store to/from...
2018-09-29 Simon PilgrimAttempt to fix a -Wdocumentation-html warning. NFCI.
2018-09-29 Kristina Brooks[clang][www] Fix typo. NFC
2018-09-29 Vitaly Buka[cxx2a] Fix warning triggered by r343285
2018-09-28 Erik PilkingtonSupport enums with a fixed underlying type in all langu...
2018-09-28 Alexey Bataev[OPENMP]Fix PR39084: Check datasharing attributes of...
2018-09-28 George Karpenkov[analyzer] [NFC] Remove unused parameters, as found...
2018-09-28 George Karpenkov[analyzer] Provide an option to dump generated exploded...
2018-09-28 Richard Smith[cxx2a] P0614R1: Support init-statements in range-based...
2018-09-28 Craig Topper[X86] Add the movbe instruction intrinsics from icc.
2018-09-28 Saleem AbdulrasoolAST: add missing ObjC extensions to MS style name decor...
2018-09-28 Alexey Bataev[DRIVER][OFFLOAD] Do not invoke unbundler on unsupporte...
2018-09-28 Sam Parker[ARM] Prevent DSP and SIM32 being set for v6m
2018-09-28 Owen Pan[ClangFormat] 'try' of function-try-block doesn't obey...
2018-09-28 Peter Smith[ARM] Alter test to account for change to armv6k defaul...
2018-09-28 Richard SmithHandle dependent class template names in class template...
2018-09-28 Richard Smith[cxx2a] P0641R2: (Some) type mismatches on defaulted...
2018-09-27 Richard Smith[cxx2a] P0624R2: Lambdas with no capture-default are
2018-09-27 George Karpenkov[analyzer] Hotfix for the bug in exploded graph printing
2018-09-27 Erik PilkingtonNFC: Fix some darwin linker warnings introduced in...
2018-09-27 Gheorghe-Teodor... [OpenMP] Make default parallel for schedule in NVPTX...
2018-09-27 Patrick LysterTest commit. NFC
2018-09-27 Gheorghe-Teodor... [OpenMP] Make default distribute schedule for NVPTX...
2018-09-27 Roman Lebedev[clang][ubsan][NFC] Slight test cleanup in preparation...
2018-09-27 Jonas HahnfeldFix greedy FileCheck expression in test/Driver/mips...
2018-09-27 George Karpenkov[analyzer] Highlight nodes which have error reports...
2018-09-27 Jonas Hahnfeld[OpenMP] Improve search for libomptarget-nvptx
2018-09-27 Eric Liu[Tooling] Get rid of uses of llvm::Twine::str which...
2018-09-27 Oliver Stannard[AArch64][v8.5A] Test optional Armv8.5-A random number...
2018-09-27 Sven van Haastregt[OpenCL] Improve extension-version.cl and to_addr_built...
2018-09-27 Kristof UmannRevert untintentionally commited changes
2018-09-27 Kristof Umann[Lex] TokenConcatenation now takes const Preprocessor
2018-09-27 Martin Storsjo[Sema] Handle __va_start for Windows/ARM64 in the same...
2018-09-27 Vitaly BukaRevert "[DebugInfo] Generate debug information for...
2018-09-27 Martin Probstclang-format: [JS] conditional types.
2018-09-27 Simon Atanasyan[driver][mips] Adjust target triple accordingly to...
2018-09-27 George Karpenkov[analyzer] [NFC] Move the code for dumping the program...
2018-09-27 George Karpenkov[analyzer] [NFC] Heavy refactoring of trackNullOrUndefValue
2018-09-27 George Karpenkov[analyzer] [testing] Pass through an extra argument...
2018-09-26 Fangrui SongRemove trailing space in rC343150
2018-09-26 Vitaly BukaInit LookupResult::AmbiguityKind
2018-09-26 Hsiangkai Wang[DebugInfo] Generate debug information for labels.
2018-09-26 Fangrui Songllvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C...
next