]> granicus.if.org Git - clang/shortlog
clang
2017-02-18 Richard SmithHandle deduction guides better in -ast-print.
2017-02-18 Richard Smith[modules] Load the ModuleOffsetMap from the module...
2017-02-17 Vedant KumarRetry^2: [ubsan] Reduce null checking of C++ object...
2017-02-17 Vedant Kumar[ubsan] Pass a set of checks to skip to EmitTypeCheck...
2017-02-17 Carlo Bertolli[OpenMP] Prepare Sema for initial implementation for...
2017-02-17 Vedant KumarRevert "Retry: [ubsan] Reduce null checking of C++...
2017-02-17 Richard SmithAdd an explicit derived class of FunctionDecl to model...
2017-02-17 Charles Li[Test] Make Lit tests C++11 compatible - misc
2017-02-17 Petr Hosek[CMake] Add Fuchsia toolchain CMake cache files
2017-02-17 Jonas Hahnfeld[OpenMP] Fix cancellation point in task with no cancel
2017-02-17 Jonas Hahnfeld[OpenMP] Remove barriers at cancel and cancellation...
2017-02-17 Justin BognerRename DiagnosticInfoWithDebugLoc to WithLocation to...
2017-02-17 Daniel Jasperclang-format: Don't remove existing spaces between...
2017-02-17 Ismail DonmezUpdate Bugzilla URLs in docs
2017-02-17 Richard TrieuRevert r295421, new ODR checker for modules, to fix...
2017-02-17 Richard TrieuAdd better ODR checking for modules.
2017-02-17 Argyrios Kyrtzidis[index] Improvde how we handle synthesized ObjC propert...
2017-02-17 Ekaterina RomanovaAdded doxygen comments to smmintrin.h's intrinsics.
2017-02-17 Vedant KumarRetry: [ubsan] Reduce null checking of C++ object point...
2017-02-17 Vedant KumarRevert "[ubsan] Reduce null checking of C++ object...
2017-02-17 Vedant Kumar[ubsan] Reduce null checking of C++ object pointers...
2017-02-16 Alex LorenzUse correct fix-it location for -Wblock-capture-autorel...
2017-02-16 Richard SmithProperly set up the DeclContext for parameters of impli...
2017-02-16 Arpith Chacko... [OpenMP] Teams reduction on the NVPTX device.
2017-02-16 Arpith Chacko... [OpenMP] Parallel reduction on the NVPTX device.
2017-02-16 Arpith Chacko... Revert r295319 while investigating buildbot failure.
2017-02-16 Benjamin KramerSilence sign compare warning. NFC.
2017-02-16 Arpith Chacko... [OpenMP] Parallel reduction on the NVPTX device.
2017-02-16 Anastasia Stulova[OpenCL][Doc] Added OpenCL vendor extension description...
2017-02-16 Krasimir Georgiev[clang-format] Align block comment decorations
2017-02-16 Anastasia Stulova[OpenCL] Correct ndrange_t implementation
2017-02-16 Anastasia Stulova[OpenCL] Disallow blocks capture other blocks (v2.0...
2017-02-16 Erik VerbruggenCache FileID when translating diagnostics in PCH files
2017-02-16 Richard TrieuRevert r295284: Add better ODR checking for modules.
2017-02-16 Craig Topper[AVX-512] Replace 512-bit masked packss/packus builtins...
2017-02-16 Richard TrieuLoosen a Type check ODR checking to try to fix the...
2017-02-16 Richard TrieuAdd better ODR checking for modules.
2017-02-16 Richard SmithRevert r295277 to fix buildbot.
2017-02-16 Faisal Vali[cxx1z-constexpr-lambda] Implement captures - thus...
2017-02-16 Richard SmithAdd missing "deduced A == A" check for function templat...
2017-02-16 Evgeniy StepanovAdd missing regexp quantifiers in a test.
2017-02-16 Vedant Kumar[Sema] Add lvalue-to-rvalue cast in direct-list-initial...
2017-02-16 Richard Smith[c++1z] Diagnose non-deducible template parameters...
2017-02-15 Hans Wennborg[dllimport] Check for dtor references in functions
2017-02-15 Hans Wennborg[dllimport] Look through typedefs and arrays in HasNonD...
2017-02-15 Alex Lorenz[Docs] Add missing space to an option doc
2017-02-15 George Burgess IV[Modules] Consider enable_if attrs in isSameEntity.
2017-02-15 Rafael EspindolaFix the static build.
2017-02-15 Richard SmithPR24440: Do not silently discard a fold-expression...
2017-02-15 Argyrios Kyrtzidis[index] USR generation: use getTemplateArgs() instead...
2017-02-15 Gabor Horvath[analyzer] Proper caching in CallDescription objects.
2017-02-15 Simon PilgrimFix spelling mistake - paramater -> parameter. NFCI.
2017-02-15 Serge PavlovUse dedicated method instead of copying conditions...
2017-02-15 Serge PavlovRemoved stale comment. NFC.
2017-02-15 Sagar Thakur[XRAY][MIPS] Add -fxray-instrument for mips/mipsel...
2017-02-15 Eric ChristopherAdd a definition for __STRUCT_PARM_ALIGN__ for elfv2...
2017-02-15 Akira Hatanaka[Sema] Disallow returning a __block variable via a...
2017-02-15 Richard SmithFix assertion failure due to implicit special member...
2017-02-15 Richard SmithSpeculatively revert r295118 to see if it's what's...
2017-02-15 Richard SmithDon't look for GCC versions in /usr/lib/<triple> except...
2017-02-15 Richard SmithRefactor GCC lib directory detection to make it easier...
2017-02-15 Tim Shen[VLA] Fix the test failure on msvc by specifying the...
2017-02-14 Richard TrieuRemove unused variable. No functional change.
2017-02-14 Tim Shen[VLA] Handle VLA size expression in a full-expression...
2017-02-14 Richard SmithStop asserting when a meaningless -std= flag is passed...
2017-02-14 Richard SmithDo not implicitly instantiate the definition of a class...
2017-02-14 Aaron BallmanImprove diagnostic reporting when using __declspec...
2017-02-14 Richard Smith[Driver] Report available language standards on user...
2017-02-14 Reid KlecknerMS inline asm: Filter MXCSR out of the inferred clobber...
2017-02-14 Vedant Kumar[profiling] Update test cases to deal with name variabl...
2017-02-14 Vedant KumarRevert "[profiling] Update test case to deal with name...
2017-02-14 George Burgess IVFinish a comment + remove trailing whitespace. NFC
2017-02-14 Vedant Kumar[profiling] Update test case to deal with name variable...
2017-02-14 Reid KlecknerRemove unnecessary std::string construction
2017-02-14 Reid KlecknerFix some warnings in intrin.h
2017-02-14 Laszlo Nagy[scan-build-py] move function report_directory from...
2017-02-14 Krasimir Georgiev[clang-format] Remove dead code in FormatTestComments...
2017-02-14 Laszlo Nagy[scan-build-py] use subprocess wrapper to execute build
2017-02-14 Akira Hatanaka[CodeGen][ObjC] Use the type of the captured field...
2017-02-14 George Burgess IVDelete useless / in comment. NFC.
2017-02-14 George Burgess IVAdd a destruct-on-exit function to ASTContext.
2017-02-14 NAKAMURA Takumiclang/test/Parser/cxx1z-class-template-argument-deducti...
2017-02-14 Richard SmithCanonicalize implicit deduction guide parameter types...
2017-02-14 Richard Smith[c++1z] Add some more tests for class template argument...
2017-02-14 David Majnemer[MS ABI] Correctly mangling vbase destructors
2017-02-14 Richard Smith[c++1z] Synthesize implicit deduction guides from const...
2017-02-13 Nick LewyckyWhen the new expr's array size is an ICE, emit it as...
2017-02-13 Alex Lorenz[CodeCompletion] Code complete the '__auto_type' keyword
2017-02-13 Alex Lorenz[CodeCompletion] Code complete the missing C++11 keywords
2017-02-13 Charles Li[test] Make Lit tests C++11 Compatible - Objective-C++
2017-02-13 Charles Li[Test] Make Lit tests C++11 compatible - printf format...
2017-02-13 Reid Kleckner[CodeGen] Treat auto-generated __dso_handle symbol...
2017-02-13 Charles Li[Test] Make Lit tests C++11 compatible - nounwind noexcept
2017-02-13 Benjamin Kramer[ASTUnit] Clear out diagnostic state after creating...
2017-02-13 Davide Italiano[PM] Add support for instrumented PGO in the new pass...
2017-02-13 NAKAMURA TakumiFix r291495 -- Normalize LLVM_CMAKE_PATH in clang stand...
2017-02-13 Gor Nishanov[coroutines] NFC: Refactor Sema::CoroutineBodyStmt...
2017-02-12 Aaron BallmanRevert r294910 and recommit r294861 and r294862 with...
2017-02-12 Renato GolinRevert "Attributes on K&R C functions should not cause...
2017-02-12 David BlaikieASTReader: Refactor common code for writing function...
next