]> granicus.if.org Git - clang/shortlog
clang
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
2019-06-14 Richard SmithPR42071: Reject weird names for non-type template param...
2019-06-14 Richard SmithUse getOperatorSpelling to get the spelling of an overl...
2019-06-14 Gheorghe-Teodor... [OpenMP] Avoid emitting maps for target link variables...
2019-06-14 Richard SmithRemove unused SK_LValueToRValue initialization step.
2019-06-14 Richard SmithPR23833, DR2140: an lvalue-to-rvalue conversion on...
2019-06-14 Richard SmithC++ DR712 and others: handle non-odr-use resulting...
2019-06-14 Francis Visoiu... Reland: [Remarks] Refactor optimization remarks setup
2019-06-14 Yaxun Liu[AMDGPU] Enable the implicit arguments for HIP (CLANG)
2019-06-14 Matt ArsenaultAMDGPU: Use AMDGPU toolchain for other OSes
2019-06-14 Nico WeberRevert r363298 "[lit] Disable test on darwin when build...
2019-06-14 Sven van HaastregtRevert "[OpenCL] Move OpenCLBuiltins.td and remove...
2019-06-14 Sylvestre Ledruadd a missing parenthese in the clang doc
2019-06-14 Gauthier Harnisch[C++20] add Basic consteval specifier
2019-06-14 Gauthier Harnisch[clang] Fixing incorrect implicit deduction guides...
2019-06-14 Gauthier Harnisch[clang] Don't segfault on incorrect using directive...
2019-06-14 Nico WeberRevert 363295, it caused PR42276. Also revert follow...
2019-06-14 George Burgess IV[Targets] Move soft-float-abi filtering to `initFeatureMap`
2019-06-14 Stanislav Mekhanoshin[AMDGPU] gfx1011/gfx1012 clang support
2019-06-14 Francis Visoiu... Revert "[Remarks] Refactor optimization remarks setup"
2019-06-13 Stanislav Mekhanoshin[AMDGPU] gfx1010 wave32 clang support
2019-06-13 Richard SmithRemove unused SK_LValueToRValue initialization step.
2019-06-13 Richard SmithPR23833, DR2140: an lvalue-to-rvalue conversion on...
2019-06-13 Amy HuangUse fully qualified name when printing S_CONSTANT records
2019-06-13 Francis Visoiu... [Remarks] Refactor optimization remarks setup
2019-06-13 Don Hinton[lit] Disable test on darwin when building shared libs.
next