]> granicus.if.org Git - clang/shortlog
clang
2019-07-01 Gabor Marton[ASTImporter] Mark erroneous nodes in shared st
2019-07-01 Sam Elliott[RISCV] Avoid save-restore target feature warning
2019-07-01 Benjamin Kramer[ASTImporter] Silence unused variable warning in Releas...
2019-07-01 Gabor Marton[ASTImporter] Mark erroneous nodes in from ctx
2019-07-01 Gabor Marton[ASTImporter] Propagate error from ImportDeclContext
2019-06-30 Mike SpertusVarious tweaks to MSVC natvis visualizers
2019-06-30 Fangrui SongCleanup: llvm::bsearch -> llvm::partition_point after...
2019-06-29 Fangrui Song[Driver] Fix style issues of --print-supported-cpus...
2019-06-29 Leonard ChanRevert "[clang][NewPM] Fix broken profile test"
2019-06-28 Jan Korous[clang][test][NFC] Explicitly specify clang ABI in...
2019-06-28 Alexey Bataev[OPENMP]Improve analysis of implicit captures.
2019-06-28 Brad SmithRevert enabling frame pointer elimination on OpenBSD...
2019-06-28 Volodymyr Sapsai[ODRHash] Fix null pointer dereference for ObjC selecto...
2019-06-28 Alexey Bataev[OPENMP]Fix top DSA for static members.
2019-06-28 Alexey Bataev[OPENMP]Fix DSA for loop iteration variables in simd...
2019-06-28 Krzysztof Parzyszek[Hexagon] driver uses out-of-date option name and binar...
2019-06-28 Alexey Bataev[OPENMP]Fix checks for DSA in simd constructs.
2019-06-28 Gabor Marton[CTU] Add missing statistics
2019-06-27 Nathan Huckleberry[analyzer] Fix clang-tidy crash on GCCAsmStmt
2019-06-27 Akira HatanakaPattern match struct types in test case.
2019-06-27 Alexey Bataev[OPENMP]Generate correctly implicit flags for mapped...
2019-06-27 Djordje Todorovic[clang] Add DISuprogram and DIE for a func decl
2019-06-27 Vitaly Buka[NFC] Return early for types with size zero
2019-06-27 Vitaly Buka[NFC] Remove unneeded local variables
2019-06-26 Erik Pilkington[ObjC] Improve error message for a malformed objc-type...
2019-06-26 Aaron PuchertFix formatting after r364479
2019-06-26 Aaron Puchert[Clang] Remove unused -split-dwarf and obsolete -enable...
2019-06-26 Reid KlecknerRevert r363191 "[MS] Pretend constexpr variable templat...
2019-06-26 Alex Lorenz[clang-scan-deps] Introduce the DependencyScanning...
2019-06-26 Guanzhong Chen[WebAssembly] Implement Address Sanitizer for Emscripten
2019-06-26 JF BastienBitStream reader: propagate errors
2019-06-26 Xing XuePrint NULL as "(null)" in diagnostic message
2019-06-26 Nico WeberMake AddLastArg() variadic and use it more. No behavior...
2019-06-26 Michael LiaoMake CodeGen depend on ASTMatchers
2019-06-26 Djordje Todorovic[clang/DIVar] Emit the flag for params that have unmodi...
2019-06-26 Sven van Haastregt[OpenCL] Improve diagnostic for placement new
2019-06-26 Djordje Todorovic[clang] Fix test failures after the rL364399
2019-06-26 Djordje Todorovic[CC1Option] Add the option to enable the debug entry...
2019-06-26 Kadir Cetinkaya[clang][Tooling] Fix windows build-bots after rL364386
2019-06-26 Kadir Cetinkaya[clang][Tooling] Infer target and mode from argv[0...
2019-06-26 Yaxun Liu[HIP] Support attribute hip_pinned_shadow
2019-06-26 Yaxun LiuFix build failure due to missing break
2019-06-26 Artem Dergachev[analyzer] exploded-graph-rewriter: Prettier location...
2019-06-25 Ziang Wanprint-supported-cpus quality of life patch.
2019-06-25 Rumeet DhindsaRevert Devirtualize destructor of final class.
2019-06-25 Saleem Abdulrasoolandroid: enable double-word CAS on x64
2019-06-25 Richard SmithRemove redundant expression evaluation context when...
2019-06-25 Richard SmithAdd regression test for PR41576 (which is already fixed...
2019-06-25 Simon Tatham[ARM] Support inline assembler constraints for MVE.
2019-06-25 Alexey Bataev[OPENMP]Fix PR41966: type mismatch in runtime functions.
2019-06-25 Haojian Wu[clangd] Narrow rename to local symbols.
2019-06-25 Gabor Marton[ASTImporter] Store import errors for Decls
2019-06-25 Csaba Dabis[analyzer] print() JSONify: Create pointers
2019-06-25 Csaba Dabis[analyzer] JsonSupport: Escape escapes
2019-06-25 Artem Dergachev[analyzer] exploded-graph-rewriter: Fix escaping for...
2019-06-25 Artem Dergachev[analyzer] exploded-graph-rewriter: Add support for...
2019-06-25 Artem Dergachev[analyzer] NFC: exploded-graph-rewriter: Extract some...
2019-06-25 Artem Dergachev[analyzer] Add more timers for performance profiling.
2019-06-25 Richard Smith[cxx2a] P1236R1: the validity of a left shift does...
2019-06-25 Csaba Dabis[analyzer] ExprEngine: Escape pointers in bitwise opera...
2019-06-24 Matt ArsenaultAMDGPU: Fix missing declaration for mbcnt builtins
2019-06-24 Douglas YungFix test cl-response-file.c to work on all platforms...
2019-06-24 Ilya Biryukov[Syntax] Do not glue multiple empty PP expansions to...
2019-06-24 Aaron BallmanAugment location information when dumping the AST to...
2019-06-24 Leonard Chan[clang][NewPM] Add RUNS for tests that produce slightly...
2019-06-24 Leonard Chan[clang][NewPM] Remove exception handling before loading...
2019-06-24 Csaba Dabis[analyzer] print() JSONify: ProgramPoint revision
2019-06-24 Csaba Dabis[analyzer] Fix JSON dumps for ExplodedNodes
2019-06-24 Alexey Bataev[OPENMP]Relax the test checks to pacify 32bit buildbots...
2019-06-24 Konstantin... [CUDA][HIP] Don't set comdat attribute for CUDA device...
2019-06-24 Sven van Haastregt[OpenCL] Restore ATOMIC_VAR_INIT
2019-06-24 Sven van Haastregt[OpenCL] Remove more duplicates from opencl-c.h
2019-06-24 Richard SmithPR42362: Fix auto deduction of template parameter packs...
2019-06-23 Richard SmithFix test for 32-bit targets.
2019-06-23 Saleem AbdulrasoolRevert "builtins: relax __iso_volatile_{load,store}32"
2019-06-23 Mike SpertusMSVC visualizers for type aliases
2019-06-22 Richard SmithFix TBAA representation for zero-sized fields and unnam...
2019-06-22 Richard SmithRemove reliance on toCharUnitsFromBits rounding down.
2019-06-22 Mike SpertusNatural MSVC visualization of constructors
2019-06-22 Saleem Abdulrasoolbuiltins: relax __iso_volatile_{load,store}32
2019-06-22 Craig Topper[X86] Don't use _MM_FROUND_CUR_DIRECTION in the intrins...
2019-06-22 Matt ArsenaultAMDGPU: Fix target builtins for gfx10
2019-06-22 Richard Trieu[ODRHash] Skip some typedef types.
2019-06-21 Erich KeaneRemove binary finally accidentially committed in r364109
2019-06-21 Erich KeaneEnsure Target Features always_inline error happens...
2019-06-21 Reid KlecknerFix has_attribute.cpp test on Windows after r364102
2019-06-21 George Burgess IVclang-format a block; NFC
2019-06-21 Richard SmithPR42301: Abort cleanly if we encounter a huge source...
2019-06-21 Richard SmithFix __has_cpp_attribute expansion to produce trailing...
2019-06-21 Hiroshi YamauchiDevirtualize destructor of final class.
2019-06-21 Reid KlecknerRevert [test][Driver] Fix Clang :: Driver/cl-response...
2019-06-21 Alex Lorenz[clang-scan-deps] print the dependencies to stdout
2019-06-21 Richard SmithFix ARM buildbot.
2019-06-21 Alexey Bataev[OPENMP]Fix PR42068: Vla type is not captured.
2019-06-21 Aaron BallmanEnsure that top-level QualType objects also have a...
2019-06-21 Anastasia Stulova[OpenCL][PR41963] Add generic addr space to old atomics...
2019-06-21 Aaron BallmanPrint more type node information when dumping the AST...
2019-06-21 Leonard Chan[clang][NewPM] Add -fno-experimental-new-pass-manager...
2019-06-21 Alexey Bataev[OPENMP]Fix PR42159: do not capture threadprivate varia...
2019-06-21 Aaron BallmanAdd an automated note to files produced by gen_ast_dump...
next