]> granicus.if.org Git - clang/shortlog
clang
2019-02-08 Yitzhak Mandelbaum[ASTMatchers][NFC] Update comments on assorted `CXXMemb...
2019-02-08 Ben Hamilton[Format/ObjC] Fix [foo bar]->baz formatting as lambda...
2019-02-08 James Y Knight[opaque pointer types] Cleanup CGBuilder's Create*GEP.
2019-02-08 Gabor Marton[ASTImporter][ASTImporterSpecificLookup] Add test for...
2019-02-08 Gabor Marton[AST] Fix structural inequivalence of operators
2019-02-08 JF BastienVariable auto-init: fix __block initialization
2019-02-08 Eli Friedman[COFF, ARM64] Fix types for _ReadStatusReg, _WriteStatusReg
2019-02-08 JF Bastien[NFC] Variable auto-init: use getAsVariableArrayType...
2019-02-07 Jiong Wangbpf: teach BPF driver about the new CPU "v3"
2019-02-07 Akira Hatanaka[Sema][ObjC] Disallow non-trivial C struct fields in...
2019-02-07 Alexey Bataev[SEMA]Generalize deferred diagnostic interface, NFC.
2019-02-07 Anastasia Stulova[OpenCL][PR40603] In C++ preserve compatibility with...
2019-02-07 Gabor Marton[ASTImporter] Refactor unittests to be able to paramete...
2019-02-07 Erich KeaneFix r350643 to limit COFF emission to <= 32 BYTES inste...
2019-02-07 Martin Storsjo[clang-cl] support /Oy- on aarch64
2019-02-07 Hans WennborgTypo: s/follwing/following
2019-02-07 Mikhail R.... Move the SMT API to LLVM
2019-02-07 Mikhail R.... Moved the whole SMT API to a single file. NFC.
2019-02-07 Mikhail R.... Got rid of the `Z3ConstraintManager` class
2019-02-07 Mikhail R.... Generalised the SMT state constraints
2019-02-07 James Y Knight[opaque pointer types] Make EmitCall pass Function...
2019-02-07 James Y Knight[opaque pointer types] Pass through function types...
2019-02-07 Artem Dergachev[analyzer] Canonicalize declarations within variable...
2019-02-06 Artem DergachevRevert "[analyzer] Remove the "postponed" hack, deal...
2019-02-06 Tom Tan[COFF, ARM64] Add ARM64 support for MS intrinsic _fastfail
2019-02-06 Patrick LysterTest commit. NFC
2019-02-06 Stephen HinesSwitch to cantFail(), since it does the same assertion.
2019-02-06 Petr Hosek[CMake] Unify scripts for generating VCS headers
2019-02-06 Heejin Ahn[WebAssembly] Add atomics target option
2019-02-06 James Y KnightFix MSVC constructor call extension after b92d290e48e9...
2019-02-05 Richard Smith[modules] Fix handling of initializers for templated...
2019-02-05 Artem BelevichBasic CUDA-10 support.
2019-02-05 Volodymyr Sapsai[Preprocessor] Add a note with framework location for...
2019-02-05 George Karpenkov[analyzer] Document RetainCountChecker behavior and...
2019-02-05 George Karpenkov[analyzer] [testing] Inside CmpRuns.py output also...
2019-02-05 George Karpenkov[analyzer] [RetainCountChecker] Bugfix: in non-OSObject...
2019-02-05 Adrian PrantlFix a missing word in comment
2019-02-05 Alexey Bataev[DOCS]Support for emission of the debug info for the...
2019-02-05 Anton KorobeynikovDo not use frame pointer by default for MSP430
2019-02-05 Alexey Bataev[DEBUG_INFO][NVPTX] Generate correct data about variabl...
2019-02-05 James Y Knight[opaque pointer types] More trivial changes to pass...
2019-02-05 James Y KnightMinor cleanup: remove CGBuild::CreateConst*ByteGEP...
2019-02-05 Kelvin Li[OPENMP] issue error messages for multiple teams contru...
2019-02-05 James Y Knight[opaque pointer types] Pass function types for runtime...
2019-02-05 James Y Knight[opaque pointer types] Fix the CallInfo passed to EmitC...
2019-02-05 Nemanja Ivanovic[NFC] Explicitly add -std=c++14 option to tests that...
2019-02-05 Anastasia StulovaFix ICE on reference binding with mismatching addr...
2019-02-05 Kristof UmannFix the sphinx buildbot after D54429
2019-02-05 Craig Topper[X86] Change MS inline asm clobber list filter to check...
2019-02-05 Kristof Umann[analyzer] Creating standard Sphinx documentation
2019-02-04 Julian Lettner[Sanitizers] UBSan unreachable incompatible with Kernel...
2019-02-04 Joe Daniels[OBJC] Add attribute to mark Objective C class as non...
2019-02-04 Erik Pilkington[SemaObjC] Don't infer the availabilty of +new from...
2019-02-04 Philip Pfaffe[NewPM][MSan] Add Options Handling
2019-02-04 Johannes DoerfertGeneralize pthread callback test case
2019-02-04 Krasimir Georgiev[clang-format] Fix breaking of qualified operator
2019-02-04 Kadir Cetinkaya[clang] Add getCommentHandler to PreambleCallbacks
2019-02-04 Sergi Mateo... [OpenMP] Adding support to the mutexinoutset dep-type
2019-02-03 James Y Knight[opaque pointer types] Trivial changes towards CallInst...
2019-02-03 Bruno Ricci[AST] Update the comments of the various Expr::Ignore...
2019-02-03 Bruno Ricci[ASTDump] Add a flag indicating whether a CXXThisExpr...
2019-02-03 David ZarzyckiHot fix two test regressions (%T vs %t)
2019-02-03 David Chisnall[objc-gnustep] Fix encoding of ivar size for _Bool.
2019-02-03 Stephen Kelly[AST] Extract ASTNodeTraverser class from ASTDumper
2019-02-03 Eric FiselierCorrect test my *really really* overaligning a type.
2019-02-03 Eric FiselierFix handling of usual deallocation functions in various...
2019-02-02 Philip Pfaffe[NewPM] Add support for new-PM plugins to clang
2019-02-02 Nico WeberReplace uses of %T with %t in from previous frontend...
2019-02-02 Kristof Umann[analyzer][UninitializedObjectChecker] New flag to...
2019-02-02 David Green[ASTImporter] Fix up test that only works on X86.
2019-02-02 Akira Hatanaka[Sema][ObjC] Allow declaring ObjC pointer members with...
2019-02-02 Julian Lettner[ASan] Do not instrument other runtime functions with...
2019-02-02 James Y KnightRemove redundant FunctionDecl argument from a couple...
2019-02-01 George Karpenkov[analyzer] Hotfix for RetainCountChecker: assert was...
2019-02-01 Dan Gohman[WebAssembly] Fix ImportName's position in this test.
2019-02-01 Roman LebedevRevert "[AST][OpenMP] OpenMP Sections / Section constru...
2019-02-01 Dan Gohman[WebAssembly] Add an import_field function attribute
2019-02-01 Eric FiselierImprove diagnostic to tell you a type is incomplete.
2019-02-01 Richard SmithFactor out duplication between ExprIterator and ConstEx...
2019-02-01 Eric FiselierDon't use ASTContext in DeclOpenMP.h because it's still...
2019-02-01 Michael Kruse[OpenMP 5.0] Parsing/sema support for "omp declare...
2019-02-01 Max MorozUpdate SanitizerCoverage doc regarding the issue with...
2019-02-01 James Y KnightFix some sphinx doc errors.
2019-02-01 Roman Lebedev[AST][OpenMP] OpenMP Sections / Section constructs...
2019-02-01 Stefan Granitz[CMake] External compiler-rt-configure requires LLVMTes...
2019-02-01 Fangrui Song[libclang] Fix -DBUILD_SHARED_LIBS=on build after rC352803
2019-02-01 Eric Liu[CUDA] Relax lit test condition after r352798.
2019-02-01 Ilya BiryukovDisable tidy checks with too many hits
2019-02-01 Yevgeny RoubanProvide reason messages for unviable inlining
2019-02-01 Sergi Mateo... Test commit: fix typo
2019-02-01 Serge GueltonFix isInSystemMacro to handle pasted macros
2019-02-01 Brian Gesiak[SemaCXX] Param diagnostic matches overload logic
2019-02-01 Julian Lettner[Sanitizers] UBSan unreachable incompatible with ASan...
2019-02-01 James Y Knight[opaque pointer types] Add a FunctionCallee wrapper...
2019-02-01 George Karpenkov[analyzer] [RetainCountChecker] Fix object type for...
2019-02-01 Akira HatanakaRevert "[Sema] Make canPassInRegisters return true...
2019-01-31 Kostya Serebryany[sanitizer-coverage] prune trace-cmp instrumentation...
2019-01-31 Nico WeberRe-disable pch-from-libclang.c after 352803, some build...
2019-01-31 Stephen Kelly[ASTDump] Make template specialization tests more exact
2019-01-31 Nico WeberMake clang/test/Index/pch-from-libclang.c pass in more...
next