]> granicus.if.org Git - clang/shortlog
clang
2017-09-11 Vedant Kumar[Lexer] Report more precise skipped regions (PR34166)
2017-09-11 Miklos Vajnaclang-rename: let -force handle multiple renames
2017-09-11 Saleem AbdulrasoolDriver: default to `-fno-use-cxatexit` on Windows
2017-09-11 Martin Probstclang-format: [JS] wrap and indent `goog.setTestOnly...
2017-09-11 Cameron Desrochers[PCH] Allow VFS to be used for tests that generate...
2017-09-11 Johannes Altmanninger[AST] Make RecursiveASTVisitor visit TemplateDecls...
2017-09-11 Krasimir Georgiev[clang-format] Fixed one-line if statement
2017-09-11 Daniel JasperRevert r312830: "Reinstall the patch "Use EmitPointerWi...
2017-09-10 Dave LeeAdd objcImplementationDecl matcher
2017-09-10 Coby Tayree[clang][SemaStmtAsm] small refactoring, NFC.
2017-09-10 Sylvestre Ledruset the svn:executable property, seems that it is neces...
2017-09-09 Nuno Lopesclang fix for LLVM API change: isKnownNonNull -> isKnow...
2017-09-09 MinSeong Kim[Basic] Update CMakeLists.txt to handle repo
2017-09-09 Richard SmithFix ownership of the MemoryBuffer in a FrontendInputFile.
2017-09-09 Richard Smith[cxx_status] Change "Clang 5" items from yellow to...
2017-09-09 Richard TrieuCatch more cases with -Wenum-compare
2017-09-08 Saleem AbdulrasoolCodeGen: correct arguments for NSFastEnumeration
2017-09-08 Wei MiReinstall the patch "Use EmitPointerWithAlignment to...
2017-09-08 Vedant Kumar[Coverage] Precise region termination with deferred...
2017-09-08 Aaron BallmanAdd some documentation on how to generate the documenta...
2017-09-08 Wei MiDelete empty file test/CodeGenCXX/atomic-align.cpp...
2017-09-08 Wei MiRevert rL312801 since it generated some calls from...
2017-09-08 Wei MiUse EmitPointerWithAlignment to get alignment informati...
2017-09-08 Sjoerd MeijerAdd _Float16 as a C/C++ source language type
2017-09-08 Konstantin... Add '\n' in ClangDataCollectorsEmitter
2017-09-08 Sjoerd MeijerRecommit "Add _Float16 as a C/C++ source language type"
2017-09-08 Roman Lebedev[Sema] Put tautological comparison of unsigned and...
2017-09-08 Krasimir GeorgievUpdated two annotations for Store.h and CodeGenFunction.h.
2017-09-08 Ilya BiryukovFixed a crash in code completion.
2017-09-08 Erik VerbruggenDon't show deleted function (constructor) candidates...
2017-09-08 Sjoerd MeijerRevert "Add _Float16 as a C/C++ source language type"
2017-09-08 Sjoerd MeijerAdd _Float16 as a C/C++ source language type
2017-09-08 Erik VerbruggenFix templated type alias completion when using global...
2017-09-08 Peter CollingbourneCOFF: Implement ThinLTO cache and cache pruning support.
2017-09-08 Rafael EspindolaUpdate for llvm change.
2017-09-07 Roman Lebedev[Sema] -Wtautological-compare: handle comparison of...
2017-09-07 Richard SmithAdd target triple to improve the happiness of MSVC...
2017-09-07 Jonathan RoelofsFix validation of the -mthread-model flag in the Clang...
2017-09-07 Richard SmithAdd IDNS_Tag to C++ declarations that conflict with...
2017-09-07 Jan Vesely[OpenCL] Add half load and store builtins
2017-09-07 Justin Lebar[CUDA] When compilation fails, print the compilation...
2017-09-07 Artem Belevich[CUDA] Added rudimentary support for CUDA-9 and sm_70.
2017-09-07 Anastasia Stulova[OpenCL] Handle taking an address of block captures.
2017-09-07 Marek Kurdej[clang-format] Add support for C++17 structured bindings.
2017-09-07 Daniel Jasper[clang-format] Fix documentation for AllowAllParameters...
2017-09-07 Sylvestre LedruAdd an usage example of BreakBeforeBraces
2017-09-07 Sylvestre LedruRefresh the clang format options doc with the recent...
2017-09-07 Benjamin KramerFixing incorrectly capitalised regexps.
2017-09-07 Richard SmithP0702R1: in class template argument deduction from...
2017-09-07 Simon Atanasyan[mips] Replace Triple::Environment check by the isGNUEn...
2017-09-07 Richard SmithFix off-by-one error in block mangling.
2017-09-07 Richard Smith[modules ts] Add test for [basic.link]p3.
2017-09-07 Richard Smith[modules ts] Ensure that module linkage variables are...
2017-09-07 Justin Lebar[CUDA] Add device overloads for non-placement new/delete.
2017-09-06 Mandeep Singh... [StaticAnalyzer] Fix failures due to the iteration...
2017-09-06 George Karpenkov[CSA] [NFC] Move AnalysisContext.h to AnalysisDeclContext.h
2017-09-06 George Karpenkov[NFC] [CSA] Move AnyFunctionCall::getRuntimeDefinition...
2017-09-06 Richard Smith[modules ts] Emit global variables in a module interfac...
2017-09-06 Jonathan RoelofsFix ARM bare metal driver to support atomics
2017-09-06 Alexey Bataev[OPENMP] Fix for PR33922: New ident_t flags for
2017-09-06 Aaron BallmanReplacing "or" with "||" to appease MSVC.
2017-09-06 Alexey Bataev[OPENMP] Fix for PR34445: Reduction initializer segfaul...
2017-09-06 Johannes Altmanninger[AST] Add TableGen for StmtDataCollectors
2017-09-06 Johannes Altmanninger[AST] Traverse CXXOperatorCallExpr in LexicallyOrderedR...
2017-09-06 Johannes Altmanninger[AST] Traverse templates in LexicallyOrderedRecursiveAS...
2017-09-06 Karl-Johan... Corrected testcase to work with release build
2017-09-06 Karl-Johan... Debug info: Fixed faulty debug locations for attributed...
2017-09-06 Jonathan CoeFix __repr__ for Diagnostic in clang.cindex
2017-09-06 Saleem AbdulrasoolDriver: delete some dead code (NFC)
2017-09-06 Saleem AbdulrasoolDriver: remove unused variable (NFC)
2017-09-06 Bruno Cardoso... Fix indentation mistake from r312595
2017-09-05 Bruno Cardoso... [Darwin] Enable -fstack-protector (back) by default...
2017-09-05 Richard SmithFix memory leak after r312467. The ModuleMap is the...
2017-09-05 Reid KlecknerCommit changes missing from r312572
2017-09-05 Reid Kleckner[ms] Implement the __annotation intrinsic
2017-09-05 Gor Nishanov[coroutines] Make sure auto return type of await_resume...
2017-09-05 Jonas Devlieghere[diagtool] Change default tree behavior to print only...
2017-09-05 Jonas Devlieghere[NFC] Loop modernization in diagtool
2017-09-05 Erich Keane[Preprocessor] Correct internal token parsing of newlin...
2017-09-05 Krasimir Georgiev[clang-format] Fix lines=all case in clang-format.py
2017-09-05 Sylvestre Ledruadd the option IndentPPDirectives to the release notes...
2017-09-05 Raphael Isemann[Bash-autocomplete] Fix crash when invoking --autocompl...
2017-09-05 Simon PilgrimRemoved dead code (PR34467). NFCI.
2017-09-05 Andrey Kasaurov[AMDGPU] Implement infrastructure to set options in...
2017-09-05 Simon Pilgrim[X86][AVX512] _mm512_stream_load_si512 should take...
2017-09-05 Mehdi AminiEmit static constexpr member as available_externally...
2017-09-05 Richard SmithAlways allocate room for a ModuleDecl on the Translatio...
2017-09-04 Daniel Jasperclang-format: Fix indentation of macros in include...
2017-09-04 Simon PilgrimFix MSVC narrowing conversion warning.
2017-09-04 Raphael Isemann[analyzer] Increase minimum complexity filter of the...
2017-09-04 Richard SmithImplement Itanium name mangling support for C++ Modules TS.
2017-09-03 Hal Finkel[CodeGen] Treat all vector fields as mayalias
2017-09-03 Jatin BhatejaTest commit access in clang.
2017-09-03 Yaxun Liu[OpenCL] Do not use vararg in emitted functions for...
2017-09-03 Raphael Isemann[analyzer] MinComplexityConstraint now early exits...
2017-09-03 Daniel Jasperclang-format: Fix formatting of for loops with multiple...
2017-09-03 Saleem AbdulrasoolDriver; extract target specific option application...
2017-09-03 Saleem AbdulrasoolDriver: extract debugging related options (NFC)
2017-09-03 Saleem AbdulrasoolDriver: move `-mfpmath` into FP Options (NFC)
2017-09-02 Vitaly BukaDon't search libxml2 if using msan. LLVM already has...
next