]> granicus.if.org Git - clang/shortlog
clang
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...
2019-06-20 Aaron BallmanDump more information about expressions involving tempo...
2019-06-20 Xing XueAIX system headers need stdint.h and inttypes.h to...
2019-06-20 Aaron BallmanRemoving a helper function that was trivial to inline...
2019-06-20 Aaron BallmanAdd test cases for explicit casts when dumping the...
2019-06-20 Aaron BallmanDump more information about construct expressions ...
2019-06-20 Gauthier HarnischRevert "[clang] Fixing windows buildbot after D61552"
2019-06-20 Gauthier Harnisch[clang] Fixing windows buildbot after D61552
2019-06-20 Kadir Cetinkaya[clang][ASTMatchers] Add definition for cxxDeductionGui...
2019-06-20 David Zarzycki[Testing] Dumping the graph requires assertions be...
2019-06-20 Puyan Lotfi[clang][AST] Refactoring ASTNameGenerator to use pimpl...
2019-06-19 Artem Dergachev[analyzer] exploded-graph-rewriter: Implement a --diff...
2019-06-19 Artem Dergachev[analyzer] exploded-graph-rewriter: Fix escaping String...
2019-06-19 Artem Dergachev[analyzer] Fix JSON dumps for store clusters.
2019-06-19 Artem Dergachev[analyzer] Fix JSON dumps for location contexts.
2019-06-19 Artem Dergachev[analyzer] Fix JSON dumps for dynamic type information.
2019-06-19 Artem Dergachev[analyzer] NFC: Change evalCall() to provide a CallEvent.
2019-06-19 Artem Dergachev[analyzer] DeadStores: Add a crude suppression files...
2019-06-19 Artem Dergachev[analyzer] RetainCount: Add support for OSRequiredCast().
2019-06-19 Craig Topper[X86] Correct the __min_vector_width__ attribute on...
2019-06-19 Puyan Lotfi[clang][AST] ASTNameGenerator: A refactoring of Codegen...
2019-06-19 Aaron BallmanPrint whether a generic selection expression is result...
2019-06-19 Matt ArsenaultReapply "r363684: AMDGPU: Add GWS instruction builtins"
2019-06-19 Aaron BallmanPrint out the union field being initialized by an InitL...
2019-06-19 Aaron BallmanDump the value calculated by a constant expression...
2019-06-19 Aaron BallmanSwitching this test to use output generated by script...
2019-06-19 Nathan Huckleberry[AST] Fixed extraneous warnings for binary conditional...
2019-06-19 Gauthier Harnisch[clang] Adapt ASTMatcher to explicit(bool) specifier
2019-06-19 Aaron BallmanAdd test cases for dumping record definition data to...
2019-06-19 Jordan Rupprecht[clang][test] Add missing LambdaTemplateParams test...
2019-06-19 Leonard Chan[clang][NewPM] Fixing remaining -O0 tests that are...
next