]> granicus.if.org Git - clang/shortlog
clang
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...
2019-05-22 Russell Gallop[Driver][Windows] Add dependent lib argument for -fprof...
2019-05-22 Fangrui Song[PPC64] Fix PPC64TargetInfo ABI on clang side after...
2019-05-22 Fangrui Song[PPC64] Fix PPC64TargetInfo after D61950
2019-05-22 Fangrui Song[PPC64] Parse -elfv1 -elfv2 when specified on target...
2019-05-22 Dmitri GribenkoFixed a -Wunused-variable warning when assertions are...
2019-05-22 Don Hinton[Docs] Increase Doxygen cache size
2019-05-22 Petr Hosek[Analysis] Link library dependencies to Analysis plugins
2019-05-21 Joel E. Denny[PragmaHandler] Expose `#pragma` location
2019-05-21 Chris BienemanFix target property to make BUILD_SHARED_LIBS work
2019-05-21 Richard Smith[c++20] P1330R0: permit simple-assignments that change...
2019-05-21 Richard SmithRefactor: split Uninitialized state on APValue into...
2019-05-21 Aaron BallmanRename identifiers to spell out analyze; NFC.
2019-05-21 Nick Desaulniers[Driver] Verify GCCInstallation is valid
2019-05-21 Siva ChandraLet -static-pie win if it is specified along with ...
2019-05-21 Leonard ChanRemove unicode character from test
2019-05-21 Richard SmithFix test failures after r361278 on non-Darwin platforms...
2019-05-21 Richard Smith[c++20] P0780R2: Support pack-expansion of init-captures.
2019-05-21 Gheorghe-Teodor... [OpenMP] Add support for registering requires directive...
2019-05-21 Alexandre Ganea[DebugInfo] Don't emit checksums when compiling a prepr...
2019-05-21 Yitzhak Mandelbaum[LibTooling] Address post-commit feedback for r361152
2019-05-21 Alexey Bataev[OPENMP]Use the attributes for dso locality when buildi...
2019-05-21 Louis Dionne[clang][Darwin] Refactor header search path logic into...
2019-05-21 Chris Bieneman[CMake] One more stab at fixing BUILD_SHARED_LIBS
2019-05-21 Aaron BallmanDo not use the incorrect attribute spelling list index...
2019-05-21 Chris BienemanFix BUILD_SHARED_LIBS for clang which broke in D61909
2019-05-21 Alexey Bataev[OPENMP][NVPTX]Mark more functions as always_inline...
2019-05-21 Aaron BallmanAdd support for dumping AST comment nodes to JSON.
2019-05-21 Ilya Biryukov[Syntax] Rename TokensTest to SyntaxTests. NFC
2019-05-21 Javed Absar[ARM][CMSE] Add commandline option and feature macro
2019-05-21 Simon Pilgrim[CodeGenModule] BlockByrefHelpers - add missing uniniti...
2019-05-21 Simon Pilgrim[CGBuiltin] dumpRecord - remove unused field offset...
2019-05-21 Nikolai Kosjar[libclang] visit c++14 lambda capture init expressions
2019-05-21 Nikolai Kosjar[Preamble] Reuse preamble even if an unsaved file does...
2019-05-21 Nico WeberTry to fix build with older gccs after r361152
2019-05-20 Richard SmithGive 'fixit-cxx0x.cpp' a more modern name.
2019-05-20 Leonard Chan[Sema] Fix for build on some iOS programs.
2019-05-20 Aaron BallmanAdd more tests for AST JSON output; NFC.
2019-05-20 Craig Topper[X86] Check the alignment argument for the masked.load...
2019-05-20 Chris Bieneman[CMake] Update DistributionExample for mono repo
2019-05-20 Richard SmithRearrange and clean up how we disambiguate lambda-intro...
2019-05-20 Aaron BallmanDump macro expansion information as needed when outputt...
2019-05-20 Dmitri GribenkoRenamed `apply` to `select` to avoid ADL conflict with...
2019-05-20 Craig Topper[Intrinsics] Merge lround.i32 and lround.i64 into a...
2019-05-20 Paul RobinsonFix test not to use UNSUPPORTED as a FileCheck prefix.
2019-05-20 Yitzhak Mandelbaum[LibTooling] Fix build break in test after r361152.
2019-05-20 Yitzhak Mandelbaum[LibTooling] Add RangeSelector library for defining...
2019-05-20 Ilya Biryukov[Syntax] Introduce TokenBuffer, start clangToolingSynta...
2019-05-20 Mikael HolmenFix compilation warning about unused variable [NFC]
2019-05-20 Adam Balogh[Analyzer] Refactor begin and end symbol creation
2019-05-20 Gabor Marton[ASTImporter] Enable disabled but passing tests
2019-05-19 Nicolas LesserFix buildbot: Use correct Consume*() for braces.
2019-05-19 Nicolas LesserAdded a better diagnostic when using the delete operato...
2019-05-19 Stephen KellyAdd a Visit overload for DynTypedNode to ASTNodeTraverser
2019-05-19 Dylan McKay[AVR] Automatically link CRT and libgcc from the system...
2019-05-19 Craig Topper[X86] Remove semicolons at the end of intrinsics implem...
2019-05-18 Kristof Umann[analyzer] PR41753: Include complex integer types in...
2019-05-18 Simon PilgrimScalarExprEmitter::EmitCompoundAssign - fix uninitializ...
2019-05-18 Simon PilgrimMIGChecker - assert we have a non-null LocationContext...
2019-05-18 Simon PilgrimASTNodeImporter - fix uninitialized variable warnings...
2019-05-17 Richard Smith[c++20] P1327R1: Support for typeid applied to objects...
2019-05-17 Gheorghe-Teodor... [OpenMP][bugfix] Add missing math functions variants...
2019-05-17 Aaron BallmanAdd more tests for AST JSON output; NFC.
2019-05-17 Nico WeberRevert r361033 "Add a Visit overload for DynTypedNode...
next