]> granicus.if.org Git - clang/shortlog
clang
2016-07-19 Sylvestre LedruAdd support of the latest Ubuntu (Yakkety Yak - 16.10)
2016-07-19 Dmitry PolukhinFix for failing bot sanitizer-x86_64-linux-fast after...
2016-07-19 Dmitry PolukhinDeprecated (legacy) string literal conversion to 'char...
2016-07-19 Daniel Sanders[mips] Correct label prefixes for N32 and N64.
2016-07-19 Simon Atanasyan[driver][mips] Remove empty folder from test inputs
2016-07-19 Simon Atanasyan[driver][mips] Support MIPS targets in modern Android NDK
2016-07-19 Alexey Bataev[OPENMP] Removed loop statement as its body executes...
2016-07-19 Alexey Bataev[OPENMP] Improved processing of 'priority' clause,...
2016-07-19 Samuel AntaoAppend clang system include path for offloading tool...
2016-07-18 Samuel Antao[OpenMP] Remove dead code in conditional of mappable...
2016-07-18 Kelvin Li[OpenMP] Fix incorrect diagnostics in map clause
2016-07-18 Richard SmithFix some minor issues found by Coverity.
2016-07-18 Vedant Kumar[Coverage] Remove '..' from filenames *after* getting...
2016-07-18 Vedant Kumar[Coverage] Normalize '..' out of filename strings
2016-07-18 Bruno Cardoso... [Sema] Create a separate group for incompatible functio...
2016-07-18 Mehdi AminiAdd missing header in ClangFuzzer (after r275882 cleanup)
2016-07-18 Bob WilsonAllow iOS and tvOS version numbers with 2-digit major...
2016-07-18 Vedant Kumar[Driver] Compute effective target triples once per...
2016-07-18 Vedant Kumar[Driver] Make Driver::DefaultTargetTriple private ...
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-07-18 Devin CoughlinRevert "[analyzer] Add checker modeling potential C...
2016-07-18 Yunzhong GaoSupport -masm= flag for x86 assembly targets.
2016-07-18 Hans Wennborgdocs/conf.py: update version to 4.0
2016-07-18 Hans WennborgTrunk release notes are now for 4.0.0
2016-07-18 Reid Kleckner[clang-cl] Reinstate -gline-tables-only as a CoreOption...
2016-07-18 Devin Coughlin[analyzer] Add checker modeling potential C++ self...
2016-07-18 Paul RobinsonRelease note for 'nodebug' on variables
2016-07-18 Kelvin Li[OpenMP] update test cases for -std=c++11 compile
2016-07-18 NAKAMURA TakumiRevert r275678, "Revert "Revert r275027 - Let FuncAttrs...
2016-07-17 Saleem Abdulrasooltest: add missing triple to test
2016-07-17 Saleem AbdulrasoolCodeGen: honour dllstorage on ObjC types
2016-07-17 Saleem AbdulrasoolCodeGen: whitespace, formatting cleanups, NFC
2016-07-17 Saleem AbdulrasoolCodeGen: whitespace cleanup, StringRef usage in ObjC...
2016-07-17 Richard SmithAttempt to work around MSVC rejects-valid, round 2.
2016-07-17 Richard SmithPR28589: attempt to work around MSVC rejects-valid.
2016-07-17 David Majnemer[CodeGen] Some assorted cleanups
2016-07-16 Saleem AbdulrasoolCodeGen: use StringRefs more in ObjC class generation...
2016-07-16 Saleem AbdulrasoolCodeGen: simplify using a local variable, NFC
2016-07-16 Hal FinkelRevert "Revert r275029 - Update Clang tests after addin...
2016-07-16 Sean Silva[Driver] Add flags for enabling both types of PGO Instr...
2016-07-16 Eric ChristopherRemove extra semi-colon. Fixes warning and Werror bots.
2016-07-16 Erik Pilkington[ObjC] Implement @available in the Parser and AST
2016-07-16 Richard SmithReimplement ExternalSemaSource delegation in terms of
2016-07-16 Samuel AntaoUse std::string instead of StringRef when generating...
2016-07-15 Samuel AntaoAttempt to fix breakage caused by r275645 for Windows...
2016-07-15 Samuel Antao[CUDA][OpenMP] Create generic offload action
2016-07-15 Argyrios Kyrtzidis[index] Create different USR if a property is a class...
2016-07-15 Richard SmithRevert r275481, r275490. This broke modules bootstrap.
2016-07-15 Matt ArsenaultAMDGPU: Remove legacy ldexp builtin
2016-07-15 Matt ArsenaultAMDGPU: Update for rsq intrinsic changes
2016-07-15 Richard SmithPush alias-declarations and alias-template declarations...
2016-07-15 Saleem AbdulrasoolSema: support __declspec(dll*) on ObjC interfaces
2016-07-15 Argyrios Kyrtzidis[test/objcmt] Add a follow-up test case for r275600.
2016-07-15 Argyrios Kyrtzidis[objcmt] Fix a buffer overflow crash than can occur...
2016-07-15 Argyrios Kyrtzidis[AST] Keep track of the left brace source location...
2016-07-15 Argyrios Kyrtzidis[objcmt] Don't add an #import of Foundation unnecessari...
2016-07-15 Wei DingAMDGPU: Add Clang Builtin for v_lerp_u8
2016-07-15 Dean Michael... XRay: Remove duplicate checks for xray instrumentation...
2016-07-15 Aaron BallmanRemoving a few more :option: tags that we do not have...
2016-07-15 Aaron BallmanRemoving a few more :option: tags that we do not have...
2016-07-15 Kelvin Li[OpenMP] add check for both simdlen and safelen clauses...
2016-07-15 Peter CollingbourneFrontend: Simplify ownership model for clang's output...
2016-07-14 Ben LangmuirRemove the new module cache from the index-module test
2016-07-14 Paul RobinsonC does not have inline variables.
2016-07-14 Richard SmithAdd test inputs missed by r275481.
2016-07-14 Richard Smith[modules] Don't pass interesting decls to the consumer...
2016-07-14 Argyrios Kyrtzidis[arcmt/objcmt] Fix ParentMap crash with invalid code.
2016-07-14 Ben LangmuirAttempt to workaround Windows bots after my previous...
2016-07-14 Roger Ferrer... Reverting 275417
2016-07-14 Sean CallananWhen importing classes and structs with anonymous struc...
2016-07-14 Ben Langmuir[index] Index system ImportDecls even when there is...
2016-07-14 Aaron BallmanDespite there being an option, it seems that Sphinx...
2016-07-14 Aaron BallmanRemoving a few more :option: tags that we do not have...
2016-07-14 Benjamin Kramer[OpenCL] In test/Driver/opencl.cl, don't require name...
2016-07-14 Roger Ferrer... Diagnose taking address and reference binding of packed...
2016-07-14 Aaron BallmanRemoving more :option: tags that we do not have corresp...
2016-07-14 Pierre GousseauThe test added in r275267 does not work on read-only...
2016-07-14 Benjamin KramerUpgrade all the .arcconfigs to https.
2016-07-14 Aaron BallmanThis is a malformed :option: tag -- we don't have an...
2016-07-14 Benjamin Kramer[OpenCL] Actually activate Frontend/opencl.cl test...
2016-07-14 Aaron BallmanCorrect the attribute documentation for the new XRay...
2016-07-14 Asaf Badouh[X86][AVX512F] minor fix of the parameter names
2016-07-14 Dean Michael... Use hasFlag instead of hasArg
2016-07-14 Dean Michael... Add C++ dependencies to xray runtime
2016-07-14 Kelvin Li[OpenMP] Sema and parsing for 'target parallel for...
2016-07-14 Adrian PrantlAdd a comment mirroring the one in LLVM's Dwarf.h
2016-07-14 Richard Smithwww/cxx_status: give more precise links to initializati...
2016-07-14 Richard SmithP0305R0: Semantic analysis and code generation for...
2016-07-13 Aaron BallmanAdd XRay flags to Clang. We implement two flags to...
2016-07-13 Argyrios Kyrtzidis[test] Add 'env' to fix test failures in windows bots.
2016-07-13 Kelvin Li[OpenMP] remove duplicate code in ActOnOpenMPRegionStart
2016-07-13 Yaxun Liu[OpenCL] Fixes failures in test/Driver/opencl.cl.
2016-07-13 Kelvin Li[OpenMP] add more tests for 'distribute parallel for...
2016-07-13 Argyrios Kyrtzidis[PCH/preamble] Make sure that if the preamble/PCH was...
2016-07-13 Kelvin Li[OpenMP] add more tests for 'distribute simd' pragma
2016-07-13 Yaron KerenImplement FunctionDecl::getDefinition() to be consisten...
2016-07-13 Artem Dergachev[analyzer] Implement a methond to discover origin regio...
2016-07-13 Carlo Bertolli[OpenMP] Initial implementation of parse+sema for OpenM...
2016-07-13 Carlo Bertolli[OpenMP] Initial implementation of parse+sema for claus...
2016-07-13 Pierre Gousseau[PCH] Add a fno-pch-timestamp option to cc1 to disable...
next