]> granicus.if.org Git - clang/shortlog
clang
2019-05-28 Richard SmithMove code to mark a variable as odr-used adjacement...
2019-05-28 Michael J.... [Driver] Fix -working-directory issues
2019-05-28 Yaxun Liu[CUDA][HIP] Emit dependent libs for host only
2019-05-28 Adhemerval... [clang] Handle lrint/llrint builtins
2019-05-28 Joel E. Denny[OpenMP] Set pragma start loc to `#pragma` loc
2019-05-28 Saleem AbdulrasoolDriver: support `/Zc:char8_t` and `/Zc:char8_t-`
2019-05-28 Simon Tatham[ARM] Replace fp-only-sp and d16 with fp64 and d32.
2019-05-28 Ilya Biryukov[CodeComplete] Set preferred type for qualified-id
2019-05-28 Ilya Biryukov[CodeComplete] Consistently break after '{' in multi...
2019-05-28 Nico WeberAdd release note entries for recent typo correction...
2019-05-28 Adam Balogh[Analyzer] Replace `CXXSelfAssignmentBRVisitor` with...
2019-05-28 Hans WennborgRe-commit r357452 (take 2): "SimplifyCFG SinkCommonCode...
2019-05-28 Don HintonRevert [test] Fix plugin tests
2019-05-28 Don Hinton[test] Fix plugin tests
2019-05-27 Petr Hosek[Driver] Change layout of per-target runtimes to resemb...
2019-05-27 Volodymyr Sapsai[Preprocessor] Fix crash emitting note with framework...
2019-05-27 Kadir Cetinkaya[clang] Respect TerseOutput when printing lambdas
2019-05-27 Aaron BallmanWhen dumping the AST to JSON, dump the type information...
2019-05-27 Aaron BallmanWhen dumping the AST to JSON, dump whether a function...
2019-05-27 Aaron BallmanWhen dumping the AST to JSON, dump the declared name...
2019-05-27 Aaron BallmanWhen dumping the AST to JSON, dump the argument name...
2019-05-27 Aaron BallmanAdd test cases for dumping AST expression nodes to...
2019-05-27 Yaxun Liu[OpenCL] Fix file-scope const sampler variable for 2.0
2019-05-27 Ilya Biryukov[CodeComplete] Complete 'return true/false' in boolean...
2019-05-27 Balazs Keri[ASTImporter] Added visibility context check for CXXRec...
2019-05-26 Fangrui Song[Driver][RISCV] Simplify. NFC
2019-05-26 Petr Hosek[Driver] Update handling of c++ and runtime directories
2019-05-25 Duncan P. N... Add missing newline at end of file
2019-05-25 Richard SmithPermit static local structured bindings to be named...
2019-05-25 Akira HatanakaRevert "[Analysis] Link library dependencies to Analysi...
2019-05-25 Nico WeberRename clangToolingRefactor to clangToolingRefactoring...
2019-05-24 Artem Dergachev[analyzer] Add a prunable note for skipping vbase inits...
2019-05-24 Artem Dergachev[CFG] Add branch to skip vbase inits when they're handl...
2019-05-24 Richard SmithFix crash deserializing a CUDAKernelCallExpr with a...
2019-05-24 Alina SbirleaMark tests as x86.
2019-05-24 Richard SmithDefault arguments are potentially constant evaluated.
2019-05-24 Richard SmithRefactor use-marking to better match standard terminolo...
2019-05-24 Mandeep Singh... [Analyzer] Checker for non-determinism caused by iterat...
2019-05-24 Don Hinton[cmake] Remove old unused version of FindZ3.cmake from...
2019-05-24 Aaron BallmanAdding an explicit triple to this test to appease build...
2019-05-24 Aaron BallmanAdd JSON dumping tests for ObjC statements; add support...
2019-05-24 Gheorghe-Teodor... [OpenMP] Add test for requires and unified shared memor...
2019-05-24 Alina Sbirlea[NewPassManager] Add tuning option: LoopUnrolling ...
2019-05-24 Aaron BallmanAdd support for dumping Objective C AST declaration...
2019-05-24 Sam Clegg[WebAssembly] Use "linker" as linker shortname.
2019-05-24 Shafik Yaghmour[ASTImporter] Call to HandleNameConflict in VisitRecord...
2019-05-24 Ilya Biryukov[CodeComplete] Add whitespace around braces in lambda...
2019-05-24 Yitzhak Mandelbaum[LibTooling] Add Explanation parameter to `makeRule`.
2019-05-24 Kevin Petit[OpenCL] Add support for the cl_arm_integer_dot_product...
2019-05-24 Ilya Biryukov[CodeComplete] Filter override completions by function...
2019-05-24 Igor KudrinDo not resolve directory junctions for `-fdiagnostics...
2019-05-24 Artem Dergachev[analyzer] NFC: Prevent multi-file plist test from...
2019-05-24 Richard SmithFactor out repeated code to build 'this' expressions...
2019-05-24 Artem Dergachev[CFG] NFC: Modernize a test file for constructor initia...
2019-05-24 Artem Dergachev[CFG] NFC: Remove implicit conversion from CFGTerminato...
2019-05-23 Eric FiselierFix hang during constant evaluation of union assignment.
2019-05-23 Kristof Umann[analyzer] List checker/plugin options in 3 categories...
2019-05-23 Alexey Bataev[OPENMP]Do not crash for const firstprivates.
2019-05-23 Alina SbirleaUse clang_cc1 instead of clang in CodeGen test.
2019-05-23 Kristof Umann[analyzer] Hide developer-only checker/package options...
2019-05-23 Kristof Umann[analyzer] List checkers in 3 categories: released...
2019-05-23 Craig Topper[X86] Split multi-line chained assignments into single...
2019-05-23 Kristof Umann[analyzer] Add a new frontend flag to display all check...
2019-05-23 Alina SbirleaUpdate breaking test.
2019-05-23 Thomas LivelyFix unresolved symbols when linking tools/clang/unittes...
2019-05-23 Alina Sbirlea[NewPassManager] Add tuning option: SLPVectorization...
2019-05-23 Reid Kleckner[Driver] Move the "-o OUT -x TYPE SRC.c" flags to the...
2019-05-23 Alexey Bataev[OPENMP]Simplify codegen for the outlined regions.
2019-05-23 Nico Weberlld-link, clang: Treat non-existent input files as...
2019-05-23 Thomas Lively[WebAssembly] Add multivalue and tail-call target features
2019-05-23 Yitzhak Mandelbaum[LibTooling] Fix dangling references in RangeSelector.
2019-05-23 Ilya Biryukov[Index] Fix reported references in presence of template...
2019-05-23 Ilya Biryukov[CodeComplete] Only show lambda completions if patterns...
2019-05-23 Erich KeaneEnsure builtins use the target default Calling Convention
2019-05-23 Kristof Umann[analyzer][NFC] Prettify some RUN: lines in test files.
2019-05-23 Petr Hosek[Driver] Try normalized triple when looking for C+...
2019-05-23 Paul RobinsonWork around a Visual C++ bug.
2019-05-23 Dmitri GribenkoDelete default constructors, copy constructors, move...
2019-05-23 Sven van HaastregtEnable queue_t and clk_event_t comparisons in C++ mode
2019-05-23 Ilya Biryukov[CodeComplete] Complete a lambda when preferred type...
2019-05-23 Petr Hosek[CMake][Fuchsia] Use cannonical triples for runtimes
2019-05-22 David BlaikieFix r361428 for Windows buildbots/mangling
2019-05-22 Reid KlecknerFix new enum-codegen.cpp test
2019-05-22 Richard SmithAdd some notes on immutability and faithfulness to...
2019-05-22 Petr Hosek[runtimes] Move libunwind, libc++abi and libc++ to...
2019-05-22 James Y KnightAdd back --sysroot support for darwin header search.
2019-05-22 David BlaikieModules: Code generation of enum constants for merged...
2019-05-22 Richard SmithPart of P1091R3: permit structured bindings to be decla...
2019-05-22 Yitzhak Mandelbaum[LibTooling] Update Stencil to use RangeSelector
2019-05-22 Dmitri GribenkoFixed a -Wunused-variable warning when assertions are...
2019-05-22 Amy HuangCombine two if cases because the second one is never...
2019-05-22 Yitzhak Mandelbaum[LibTooling] Update Transformer to use RangeSelector...
2019-05-22 Ilya BiryukovReland r361148 with a fix to the buildbot failure.
2019-05-22 Sven van Haastregt[OpenCL] Support pipe keyword in C++ mode
2019-05-22 Simon Pilgrim[CGOpenMPRuntime] emitX86DeclareSimdFunction - assert...
2019-05-22 Aaron BallmanClang-formatting the header in advance of other planned...
2019-05-22 Russell GallopRevert r361148 "[Syntax] Introduce TokenBuffer, start...
2019-05-22 Ilya Biryukov[Frontend] Return an error on bad inputs to Precompiled...
2019-05-22 Russell GallopMark tests from r361278 as unsupported on Windows.
2019-05-22 John Brawn[ARM][AArch64] Fix incorrect handling of alignment...
next