]> granicus.if.org Git - clang/shortlog
clang
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...
2019-06-19 Alex LorenzUnify DependencyFileGenerator class and DependencyColle...
2019-06-19 Hubert Tong[NFC][codeview] Avoid undefined grep in debug-info...
2019-06-19 Simon PilgrimRevert rL363684 : AMDGPU: Add GWS instruction builtins
2019-06-19 Hubert Tong[analyzer] SARIF: Add EOF newline; replace diff_sarif
2019-06-19 Aaron BallmanAdd a script to help generate expected test output...
2019-06-19 Aaron BallmanChange the way we output templates for JSON AST dumping...
2019-06-19 Gheorghe-Teodor... [OpenMP] Strengthen regression tests for task allocatio...
2019-06-19 Vivek PandyaAllow copy/move assignment operator to be coroutine...
2019-06-19 Ilya Biryukov[Syntax] Fix a crash when dumping empty token buffer
2019-06-19 Sven van Haastregt[OpenCL] Split type and macro definitions into opencl...
2019-06-19 Hans WennborgRevert r363116 "[X86] [ABI] Fix i386 ABI "__m64" type...
2019-06-19 Hubert Tong[analyzer][NFC][tests] Pre-normalize expected-sarif...
2019-06-19 Lewis Revill[RISCV] Mark TLS as supported
2019-06-19 Sam Clegggit-clang-format: Remove trailing whitespace in docstri...
2019-06-18 Aaron PuchertFix tests after r363749
2019-06-18 Aaron PuchertSuggestions to fix -Wmissing-{prototypes,variable-decla...
2019-06-18 Aaron PuchertShow note for -Wmissing-prototypes for functions with...
2019-06-18 Alex Lorenz[test] NFC, udpate clang-scan-deps tests to not use...
2019-06-18 Alexey Bataev[OPENMP]Use host's mangling for 128 bit float types...
2019-06-18 Alexey Bataev[OPENMP][NVPTX]Correct codegen for 128 bit long double.
2019-06-18 Alexey Bataev[OPENMP]Use host's long double when compiling the code...
2019-06-18 Aaron BallmanAdd test cases for dumping AST function decl nodes...
2019-06-18 Aaron BallmanAdd test cases for dumping AST decl nodes to JSON;...
2019-06-18 Ilya Biryukov[Syntax] Add a helper to find expansion by its first...
2019-06-18 Mikhail Maltsev[CodeGen][ARM] Fix FP16 vector coercion
2019-06-18 Matt ArsenaultAMDGPU: Add GWS instruction builtins
2019-06-18 Matt ArsenaultAMDGPU: Disable errno by default
2019-06-18 Aaron BallmanRequire commas to separate multiple GNU-style attribute...
2019-06-18 Mikael HolmenFix compiler warning by removing unused variable
2019-06-18 Fangrui SongRevert D60974 "[clang-ifs] Clang Interface Stubs, first...
2019-06-18 Puyan Lotfi[NFC] Undoing r363646 to fix bots.
2019-06-18 Puyan Lotfi[NFC] Fixing -DBUILD_SHARED_LIBS=ON problem caused...
2019-06-17 Francis Visoiu... [Remarks][Driver] Use the specified format in the remar...
2019-06-17 Puyan Lotfi[clang-ifs] Clang Interface Stubs, first version.
2019-06-17 Richard SmithFix crash when checking a dependently-typed reference...
2019-06-17 Richard SmithRewrite ConstStructBuilder with a mechanism that can...
2019-06-17 Rainer OrthClang :: Sema/wchar.c has long been failing on Solaris:
2019-06-17 David BlaikiePR42205: DebugInfio: Do not attempt to emit debug info...
2019-06-17 Michael Liao[clang][AST] Remove unnecessary 'const'.
2019-06-17 Mike SpertusVarious improvements to Clang MSVC Visualizer
2019-06-17 Francis Visoiu... [Remarks] Extend -fsave-optimization-record to specify...
2019-06-17 Kadir Cetinkaya[clang][CodeGen] Remove std::move on temporary
2019-06-17 Michael Liao[HIP] Add the interface deriving the stub name of devic...
2019-06-17 Nico WeberPromote -fdebug-compilation-dir from a cc1 flag to...
2019-06-17 Sven van HaastregtRecommit [OpenCL] Move OpenCLBuiltins.td and remove...
2019-06-17 Hans WennborgRe-commit r357452 (take 3): "SimplifyCFG SinkCommonCode...
2019-06-16 Don Hinton[docs] Fix another bot error by setting highlight langu...
2019-06-16 Csaba Dabis[analyzer] ReturnVisitor: more portable test case
2019-06-16 Kristof Umann[analyzer] Push correct version of 'Track indices of...
2019-06-16 Kristof Umann[analyzer] Track indices of arrays
2019-06-16 Kristof Umann[analyzer][NFC] Tease apart and clang-format NoStoreFun...
2019-06-15 Don HintonRecommit r363298 "[lit] Disable test on darwin when...
2019-06-15 Aaron Puchert[Clang] Harmonize Split DWARF options with llc
2019-06-15 Aaron Puchert[Clang] Rename -split-dwarf-file to -split-dwarf-output
2019-06-15 Gauthier Harnisch[clang] Add storage for APValue in ConstantExpr
2019-06-15 Csaba Dabis[analyzer] ReturnVisitor: Bypass everything to see...
2019-06-15 Gauthier Harnisch[clang] perform semantic checking in constant context
2019-06-14 Ziang WanFixed the --print-supported-cpus test
2019-06-14 Craig Topper[X86] Add checks that immediate for reducesd/ss fits...
2019-06-14 Akira Hatanaka[CodeGen][ObjC] Annotate retain-agnostic ObjC globals...
2019-06-14 Ziang WanAdd --print-supported-cpus flag for clang.
2019-06-14 Francis Visoiu... [Remarks][NFC] Improve testing and documentation of...
2019-06-14 Gheorghe-Teodor... [OpenMP] Add target task alloc function with device ID
2019-06-14 Reid KlecknerUse unsigned for bitfields to avoid sign extension
next