]> granicus.if.org Git - clang/shortlog
clang
2016-12-16 Akira HatanakaRemove the temporary fix to the RUN line that was commi...
2016-12-16 Zachary TurnerFix clang build
2016-12-16 Adrian PrantlRevert "Update for LLVM global variable debug info...
2016-12-16 Yaxun Liu[OpenCL] Allow disabling types and declarations associa...
2016-12-16 Devin Coughlin[analyzer] Fix crash in MallocChecker.
2016-12-16 Artem Dergachev[analyzer] Add another exception for Qt in MallocChecker
2016-12-16 Nico Weberattempt to fix bots after r289914/r289919
2016-12-16 Adrian PrantlUpdate for LLVM global variable debug info API change.
2016-12-16 Akira HatanakaRemove "-disable-llvm-optzns -verify" from the RUN...
2016-12-16 Akira Hatanaka[Sema] Fix handling of enumerators used as default...
2016-12-16 Antonio Maioranoclang-format-vsix: add command to format document
2016-12-16 Antonio Maioranoclang-format-vsix: add a date stamp to the VSIX version...
2016-12-16 Adrian PrantlRevert "Update for LLVM global variable debug info...
2016-12-16 Richard Smith[c++1z] P0195R2: Allow multiple using-declarators in...
2016-12-16 Adrian PrantlUpdate for LLVM global variable debug info API change.
2016-12-16 Kelvin LiFix typo in error messages. NFC.
2016-12-15 Kuba Mracek[sanitizer] Passthrough CMAKE_OSX_DEPLOYMENT_TARGET...
2016-12-15 Anna Zaks[asan][docs] Fix the documentation to use clang++ for...
2016-12-15 Anna Zaks[analyzer] Teach the analyzer that pointers can escape...
2016-12-15 Anna Zaks[analyzer] Refine the diagnostics in the nullability...
2016-12-15 Anna Zaks[analyzer] Refer to macro names in diagnostics for...
2016-12-15 Anna Zaks[analyzer] Include type name in Retain Count Checker...
2016-12-15 Devin Coughlin[analyzer] Add a new SVal to support pointer-to-member...
2016-12-15 David L. JonesAdd a class ASTRecordReader which wraps an ASTReader...
2016-12-15 Michal Gorny[test] Extend llvm_shlib_dir fix to unittests
2016-12-15 Mehdi AminiFix printf specifier handling: invalid specifier should...
2016-12-15 Justin Lebar[CUDA] Add --ptxas-path= flag.
2016-12-15 Ahmed Bougacha[Driver] Bump default x86 cpu to Penryn when targeting...
2016-12-15 Kelvin LiFix typo in comment. NFC.
2016-12-15 Saleem AbdulrasoolCodeGen: ubsan is built static on windows, give handler...
2016-12-15 Alexey BataevRevert "[TESTS] Initial commit of tests, by Andrew...
2016-12-15 Alexey Bataev[TESTS] Initial commit of tests, by Andrew Tischenko
2016-12-15 Yaxun LiuRe-commit r289252 and r289285, and fix PR31374
2016-12-15 Prakhar Bahuguna[ARM] Implement execute-only support in CodeGen
2016-12-15 Saleem AbdulrasoolCodeGen: force builtins to be local
2016-12-15 Saleem AbdulrasoolCodeGen: fix runtime function dll storage
2016-12-15 Mehdi AminiRevert "Fix printf specifier handling: invalid specifie...
2016-12-15 Mehdi AminiFix printf specifier handling: invalid specifier should...
2016-12-15 Mehdi AminiFix os_log formating with arbitrary precision and field...
2016-12-15 Richard Smith[c++1z] Permit constant evaluation of a call through...
2016-12-15 Richard SmithMove checks for creation of objects of abstract class...
2016-12-15 Hal FinkelInclude SmallSet.h in BackendUtil.cpp
2016-12-15 Joerg SonnenbergerUse PIC relocation mode by default for PowerPC64 ELF
2016-12-14 Dehao ChenCreate SampleProfileLoader pass in llvm instead of...
2016-12-14 Nico WeberRevert 289252 (and follow-up 289285), it caused PR31374
2016-12-14 Nico WeberUpdate MSVC compat docs about debug info
2016-12-14 Amjad Aboud[DebugInfo] Changed DIBuilder::createCompileUnit()...
2016-12-14 Richard SmithRemove unused variable found by GCC warning.
2016-12-14 Tim NorthoverAArch64: add architecture version feature to Clang...
2016-12-14 David Gross[DebugInfo] Restore test case for long double constants.
2016-12-14 Devin Coughlin[Driver] Add tests for enabled static analyzer checkers.
2016-12-14 Reid KlecknerImprove our handling of tag decls in function prototypes
2016-12-14 Dehao Chenrevert r289670 which breaks bot.
2016-12-14 Dehao ChenCreate SampleProfileLoader pass in llvm instead of...
2016-12-14 Petr Hosek[Driver] Allow setting the default linker during build
2016-12-14 Sylvestre LedruUpdate the default of the Mozilla coding style
2016-12-14 Kelvin LiFix assert message. NFC.
2016-12-14 Neil HickeyFixing cast condition for removing casts from builtin...
2016-12-14 Stephan BergmannReplace APFloatBase static fltSemantics data members...
2016-12-14 Richard Smith[c++1z] P0217R3: Allow by-value structured binding...
2016-12-14 Paul Robinson[PS4] Undo dialect tweak for Objective-C.
2016-12-14 Richard SmithWhen emitting a multidimensional array copy, only emit...
2016-12-14 Peter CollingbourneLTO: Add support for multi-module bitcode files.
2016-12-14 Richard SmithRemove custom handling of array copies in lambda by...
2016-12-13 Akira Hatanaka[CodeGen][ObjC] Emit objc_unsafeClaimAutoreleasedReturn...
2016-12-13 Evandro MenezesAdd support for Samsung Exynos M3 (NFC)
2016-12-13 Peter CollingbourneCodeGen: Start using inrange annotations on vtable...
2016-12-13 Peter CollingbourneCodeGen: New vtable group representation: struct of...
2016-12-13 Reid KlecknerAlign EvalInfo in ExprConstant to avoid PointerUnion...
2016-12-13 George Burgess IV[Sema] Prefer SmallVector over `new`ed memory blocks...
2016-12-13 Reid Kleckner__uuidof() and declspec(uuid("...")) should be allowed...
2016-12-13 Artem Dergachev[analyzer] Detect ObjC properties that are both (copy...
2016-12-13 Zachary TurnerUpdate for clang after llvm::StringLiteral.
2016-12-13 Neil HickeyFixing build failure by adding triple option to new...
2016-12-13 Neil HickeyImprove handling of floating point literals in OpenCL...
2016-12-13 Alexander KornienkoRemove deprecated methods ast_matchers::BoundNodes...
2016-12-13 Egor Churaev[OpenCL] Improve address space diagnostics.
2016-12-13 Egor Churaev[OpenCL] Enable unroll hint for OpenCL 1.x.
2016-12-13 Daniel Jasperclang-format: Keep string-literal-label + value pairs...
2016-12-13 Daniel Jasperclang-format: Improve braced-list detection.
2016-12-13 Saleem AbdulrasoolCodeGen: clean up -Wpedantic warning (NFC)
2016-12-13 Dominic Chen[analyzer] Run clang-format and fix style
2016-12-12 Bruno Cardoso... Revert "[Modules] Make header inclusion order from...
2016-12-12 Bruno Cardoso... Revert "[Headers] Add #include_next for tgmath.h on...
2016-12-12 Bruno Cardoso... [Modules] Make header inclusion order from umbrella...
2016-12-12 Bruno Cardoso... [CrashReproducer] Collect PCH included via -include-pch
2016-12-12 Bruno Cardoso... [Frontend] Use vfs for directory iteration while search...
2016-12-12 Samuel AntaoFix typo and remove unnecessary statement.
2016-12-12 Michael KupersteinBring back note about not supporting global register...
2016-12-12 Vedant KumarAvoid use of std::to_string. NFC.
2016-12-12 Samuel AntaoFix format and a few typos in comments.
2016-12-12 Filipe Cabecinhas[Fix] Add missing include from r289444.
2016-12-12 Filipe Cabecinhas[clang] Version support for UBSan handlers
2016-12-12 Michal Gorny[Driver] Attempt to fix new linux-ld tests on Windows
2016-12-12 Michal Gorny[Driver] Fix finding multilib gcc install on Gentoo...
2016-12-12 Benjamin KramerUse function_ref to avoid allocation in std::function...
2016-12-12 Haojian Wu[StaticAnalysis] Remove unnecessary parameter in CallGr...
2016-12-12 Daniel Jasperclang-format: Separate out a language kind for ObjC.
2016-12-12 Jonas Hahnfeld[Driver] Simplify ToolChain::GetCXXStdlibType (NFC)
2016-12-12 Richard SmithAdd two new AST nodes to represent initialization of...
next