]> granicus.if.org Git - clang/shortlog
clang
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...
2016-12-11 Bruno Cardoso... [CrashReproducer] Setup a module collector callback...
2016-12-11 Bruno Cardoso... [CrashReproducer] Collect headermap files
2016-12-11 Craig Topper[AVX-512] Remove masking from 512-bit vpermil builtins...
2016-12-10 Craig Topper[AVX-512] Remove masking from 512-bit pshufb builtin...
2016-12-10 Craig Topper[AVX-512] Remove 128/256-bit masked vpermilvar builtins...
2016-12-10 Yaron KerenSimplify parseShowColorsArgs logic, NFC.
2016-12-10 Devin Coughlin[analyzer] Improve VirtualCallChecker diagnostics and...
2016-12-10 Vedant Kumar[clang-format] Another attempt at python 3 compatibility
2016-12-09 Vedant Kumar[ubsan] Treat ObjC's BOOL as if its range is always...
2016-12-09 Artem Belevich[CUDA,Driver] Added --no-cuda-gpu-arch= option.
2016-12-09 Richard Smith[c++17] P0490R0, NB comment FI 20: allow direct-initial...
2016-12-09 Simon PilgrimFix unused variable warnings. NFCI.
2016-12-09 Graydon Hoare[modules] Add optional out-param to ASTReader::ReadAST...
2016-12-09 Reid KlecknerRemove special error recovery for ::(id)
2016-12-09 Reid KlecknerImprove error message when referencing a non-tag type...
2016-12-09 Richard SmithAdd tests for a couple more DRs.
2016-12-09 Richard Smithcxx_dr_status: update to latest issue list and add...
2016-12-09 Yaxun LiuAdd support for non-zero null pointer for C and OpenCL
2016-12-09 Richard SmithDR1295 and cleanup for P0135R1: Make our initialization...
2016-12-09 Ekaterina Romanova[DOXYGEN] Improved doxygen comments for x86 intrinsics...
2016-12-09 Reid KlecknerRelax IRgen check in decl-in-prototype.c to match signe...
2016-12-09 Nico WeberDon't assert when redefining a built-in macro in a...
2016-12-09 Reid KlecknerStore decls in prototypes on the declarator instead...
2016-12-09 Vassil VassilevDocument and publish the useful module-file-info flag.
2016-12-09 Eric Liu[clang-format] calculate MaxInsertOffset in the origina...
2016-12-09 Bruno Cardoso... [Headers] Add #include_next for tgmath.h on Darwin
next