]> granicus.if.org Git - clang/shortlog
clang
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...
2019-05-17 Nico WeberAttempt to fix test on Windows after r360998
2019-05-17 Dmitri GribenkoAdded an assertion to constant evaluation enty points...
2019-05-17 Kristof Umann[analyzer] Remove the default value arg from getChecker...
2019-05-17 Yitzhak Mandelbaum[LibTooling] Add support to Transformer for composing...
2019-05-17 Stephen KellyExtract ASTDumper to a header file
2019-05-17 Stephen KellyAdd a Visit overload for DynTypedNode to ASTNodeTraverser
2019-05-17 Simon PilgrimFix Wdocumentation warnings. NFCI.
2019-05-17 Kristof Umann[analyzer] Validate checker option names and values
2019-05-17 Ilya Biryukov[Lex] Allow to consume tokens while preprocessing
2019-05-17 Kristof Umann[analyzer] Insert checker options into AnalyzerOption...
2019-05-17 Sven van Haastregt[NFC] Fix line endings in OpenCL tests
2019-05-17 Richard SmithSuppress false-positive GCC -Wreturn-type warning.
2019-05-17 Richard SmithFix crash if, during evaluation of __builtin_object_siz...
2019-05-17 Richard SmithFix alignment check to check the alignment of the inten...
2019-05-17 Sam McCall[ClangFormat] Editor integrations inherit default style...
2019-05-17 Richard SmithRefactor constant evaluation of typeid(T) to track...
2019-05-17 Kristina Brooks[Clang][Docs] Document __FILE_NAME__. NFC
2019-05-17 Petr Hosek[Analysis] Only run plugins tests if plugins are actual...
2019-05-17 Chris BienemanRevert Refactor constant evaluation of typeid(T) to...
2019-05-17 Chris BienemanRevert [c++20] P1327R1: Support for typeid applied...
2019-05-17 Chris BienemanRe-land: Add Clang shared library with C++ exports
2019-05-17 Ben Dunbobbin[ELF] Implement Dependent Libraries Feature
2019-05-17 Richard Smith[c++20] P1327R1: Support for typeid applied to objects...
2019-05-17 Richard SmithRefactor constant evaluation of typeid(T) to track...
2019-05-17 Nico WeberRevert r360946 "Add Clang shared library with C++ exports"
2019-05-16 Eric FiselierRemove unneeded alignment spec from builtin_FUNCTION...
2019-05-16 Eric FiselierFix failing source location test on Windows
2019-05-16 Chris BienemanAdd Clang shared library with C++ exports
2019-05-16 Eric FiselierFix PCC test failures for source location builtins
2019-05-16 David L. Jones[clang/test] Add missing dependency on llvm-cxxfilt.
2019-05-16 Kristina BrooksReland "[Clang][PP] Add the __FILE_NAME__ builtin macro"
2019-05-16 Eric FiselierImplement __builtin_LINE() et. al. to support source...
2019-05-16 Craig Topper[X86] Stop implicitly enabling avx512vl when avx512bf16...
next