]> granicus.if.org Git - clang/shortlog
clang
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...
2019-06-21 Aaron BallmanPrint information about various type nodes when dumping...
2019-06-21 Fangrui SongFix test/AST/ast-dump-records-json.cpp after ConstantEx...
2019-06-21 Anastasia Stulova[Sema] Fix diagnostic for addr spaces in reference...
2019-06-21 Anastasia Stulova[Sema] Improved diagnostic for qualifiers in reference...
2019-06-21 Sven van Haastregt[cmake] Add llvm-dwarfdump to clang test dependencies
2019-06-21 Sven van Haastregt[OpenCL] Remove duplicate read_image declarations
2019-06-21 Sam Elliott[RISC-V] Add -msave-restore and -mno-save-restore to...
2019-06-21 Miklos Vajna[git-clang-format] recognize hxx as a C++ file
2019-06-21 Gauthier Harnisch[clang] Small improvments after Adding APValue to Const...
2019-06-20 Jordan Rupprecht[CodeGen][test] Use FileCheck variable matchers for...
2019-06-20 Artem Dergachev[analyzer] DeadStores: Update the crude suppression...
2019-06-20 Craig Topper[X86] Change LL to O in the definitions for the vp2inte...
2019-06-20 Aaron BallmanPrint information about various ObjC expression nodes...
2019-06-20 Matt ArsenaultAMDGPU: Add DS GWS sema builtins
2019-06-20 Rainer Orth[test][Driver] Fix Clang :: Driver/cl-response-file.c
2019-06-20 Richard SmithRename CodeGenFunction::overlapFor* to getOverlapFor*.
2019-06-20 Richard SmithP0840R2: support for [[no_unique_address]] attribute
2019-06-20 Serge Guelton[clang-tidy] Fail gracefully upon empty database fields
2019-06-20 Reid KlecknerFix passing structs and AVX vectors through sysv_abi
2019-06-20 Richard SmithFix crash and rejects-valid when a later template param...
2019-06-20 Leonard Chan[clang][NewPM] Do not eliminate available_externally...
2019-06-20 Leonard Chan[clang][NewPM] Move EntryExitInstrumenterPass to the...
2019-06-20 Aaron BallmanPrint additional information about @encode expressions...
2019-06-20 Aaron BallmanPrint additional information on dependent scopes when...
2019-06-20 Puyan Lotfi[NFC] Fix for InterfaceStubs tests (adding REQUIRES...
2019-06-20 Craig Topper[X86] Make _mm_mask_cvtps_ph, _mm_maskz_cvtps_ph, _mm25...
2019-06-20 Gheorghe-Teodor... [OpenMP] Add support for handling declare target to...
2019-06-20 Amy HuangStore a pointer to the return value in a static alloca...
2019-06-20 Puyan Lotfi[clang-ifs] Clang Interface Stubs, first version (secon...
2019-06-20 Anastasia Stulova[Sema] Diagnose addr space mismatch while constructing...
next