]> granicus.if.org Git - clang/shortlog
clang
2016-07-27 Justin Lebar[CUDA] Align kernel launch args correctly when the...
2016-07-27 Justin LebarDon't crash when generating code for __attribute__...
2016-07-27 Nirav DaveAdd target triple in test
2016-07-27 Matt Mastentest commit
2016-07-27 Nirav DaveAdd flags to toggle preservation of assembly comments
2016-07-27 Pirama Arumuga... Adjust coercion of aggregates on RenderScript
2016-07-27 Erik Pilkington[Sema] Teach getCurrentThisType to reconize lambda...
2016-07-27 Nirav DaveUpdate Clang Parser test error message to match new...
2016-07-27 Hans WennborgUsersManual.rst: update clang-cl option list
2016-07-27 Simon PilgrimFix unnecessary default switch warning
2016-07-27 Hans WennborgUpdate cxx_dr_Status after 3.9 branch
2016-07-27 Vassil VassilevImplement filtering for code completion of identifiers.
2016-07-27 Renato Golin[ARM] Pass thumb as architecture to the underlying...
2016-07-27 John BrawnRevert r276856 "Adjust Registry interface to not requir...
2016-07-27 John BrawnAdjust Registry interface to not require plugins to...
2016-07-27 Daniel Jasperclang-format: Fix incorrect detection of QT-signals...
2016-07-27 Oliver Stannard[ARM] Pass -mimplcit-it= to integrated assembler
2016-07-27 Jonas HahnfeldSupport setting default value for -rtlib at build time
2016-07-27 Vedant KumarFix for compiling with clang <= 3.7 and g++6 headers
2016-07-26 Manman RenModules: follow up to r276769.
2016-07-26 Artem Dergachev[analyzer] Hotfix for build failure due to declaration...
2016-07-26 Artem Dergachev[analyzer] Add basic capabilities to detect source...
2016-07-26 Manman RenModules: add command line option fmodules-disable-diagn...
2016-07-26 Martin BohmeRevert "Make RecursiveASTVisitor visit lambda capture...
2016-07-26 David MajnemerUpdate for LLVM changes
2016-07-26 Martin BohmeMake RecursiveASTVisitor visit lambda capture initializ...
2016-07-26 Eric Liu[Tooling] skip anonymous namespaces when checking if...
2016-07-26 David MajnemerUpdate for LLVM changes
2016-07-26 Kelvin Li[OpenMP] diagnose orphaned teams construct
2016-07-26 Vedant Kumar[Coverage] Do not write out coverage mappings with...
2016-07-25 Chris Bieneman[CMake] Pass DYLD_LIBRARY_PATH as CMake variable instea...
2016-07-25 Akira Hatanaka[Sema][ObjC] Compute the nullability of a conditional...
2016-07-25 Chris Bieneman[CMake] Cleaning up some CMake warnings
2016-07-25 Joel Jones[cc1as] Add MCTargetOptions argument to createAsmBackend
2016-07-25 Sunil SrivastavaSupport '#pragma once' in headers when using PCH
2016-07-25 Douglas Katzman[Myriad]: better compatibility with vendor source
2016-07-25 Alexander KornienkoMPI-Checker: move MPIFunctionClassifier.h
2016-07-25 Jonas HahnfeldUpdate description for CLANG_DEFAULT_CXX_STDLIB and...
2016-07-25 David MajnemerUpdate test to account for r276604
2016-07-25 David Majnemer[MSVCToolChain] Guard hardcoded Windows paths with...
2016-07-24 George Burgess IV[Sema] Replace mem_fn with lambdas. NFC.
2016-07-24 David Majnemer[Driver] Switch some getenv calls to llvm::sys::Process...
2016-07-24 Craig Topper[X86] Block pbroadcastq instructions on 32-bit targets...
2016-07-24 Artem Dergachev[analyzer] Pring LocationContext in ExplodedGraph dumps.
2016-07-23 Xinliang David Li[Profile] Use a flag to enable PGO rather than the...
2016-07-23 Faisal Vali[cxx1z-constexpr-lambda] Make a lambda's closure type...
2016-07-23 Richard SmithWork around MSVC's lack of support for unrestricted...
2016-07-23 Richard SmithAdd -fmodules-ts flag to cc1 for the provisional C...
2016-07-22 Ekaterina RomanovaAdd doxygen comments to emmintrin.h's intrinsics.
2016-07-22 Richard SmithP0217R3: Parsing support and framework for AST represen...
2016-07-22 Xinliang David Li[Profile] Enable profile merging with -fprofile-generat...
2016-07-22 Vassil Vassilev[modules] Teach the ASTWriter to ignore mutations comin...
2016-07-22 Vassil VassilevAdd regression test for PR27699.
2016-07-22 Pirama Arumuga... Add .rgba syntax extension to ext_vector_type types
2016-07-22 Anna ThomasClang changes for overloading invariant.start and end...
2016-07-22 Anna Thomastest commit. update comment grammatically. NFC
2016-07-22 Simon Pilgrim[X86][AVX] Added support for lowering to VBROADCASTF128...
2016-07-22 Vedant Kumar[Coverage] Attempt to appease a Windows builder
2016-07-22 Vedant Kumar[Coverage] Strengthen a test case
2016-07-21 Devin Coughlin[analyzer] Add checker modeling potential C++ self...
2016-07-21 Wolfgang PiebReverting r275115 which caused PR28634.
2016-07-21 Xinliang David Li[profile] update test case with interface change.
2016-07-21 David Majnemer[Sema] Handle errors during rewriteBuiltinFunctionDecl
2016-07-21 Erik Pilkington[CodeGen] Fix a crash when constant folding switch...
2016-07-21 Reid KlecknerDisable a flaky test on Windows that uses "echo >>"
2016-07-21 Adrian McCarthyReroll "Include unreferenced nested types in member...
2016-07-21 Benjamin KramerMove some IntrusiveRefCntPtrs instead of copying.
2016-07-21 Adrian McCarthyRevert "Include unreferenced nested types in member...
2016-07-21 Adrian McCarthyInclude unreferenced nested types in member list only...
2016-07-21 Yaron KerenProvide __GLIBCXX_TYPE_INT_N_0 and __GLIBCXX_BITSIZE_IN...
2016-07-21 Craig Topper[Sema,X86] Add explicit check to ensure that builtins...
2016-07-21 Craig Topper[X86] Add missing __x86_64__ qualifiers on a bunch...
2016-07-21 Davide Italiano[CodeGen] Handle recursion in LLVMIRGeneration Timer.
2016-07-21 George Burgess IV[Sema] Fix PR28623.
2016-07-20 Xinliang David Li[Profile] Document new profile file name modifiers
2016-07-20 Kelvin Li[OpenMP] Sema and parsing for 'target simd' pragma
2016-07-20 Richard SmithFix memory leak introduced in r276159.
2016-07-20 John McCallWhen copying an array into a lambda, destroy temporarie...
2016-07-20 Kelvin Li[OpenMP] Allow negative lower bound in array sections...
2016-07-20 Kelvin Li[OpenMP] Ignore parens in atomic capture
2016-07-20 Yaxun Liu[OpenCL] AMDGCN target will generate images in constant...
2016-07-20 Richard Smith[modules] Don't emit initializers for VarDecls within...
2016-07-20 Richard SmithFix modules self-host: add missing include and forward...
2016-07-20 Reid Kleckner[MS] Improve VPtrInfo field names and doc comments
2016-07-20 Simon Pilgrim[X86][SSE] Reimplement SSE fp2si conversion intrinsics...
2016-07-20 Akira Hatanaka[Sema] Compute the nullability of a conditional express...
2016-07-20 Hubert TongRevert r276069: MSVC bots not happy
2016-07-20 Hubert TongFix r276069: add default argument for new parameter
2016-07-20 Hubert TongFix r276069: use LLVM_CONSTEXPR
2016-07-20 Hubert TongConcepts: Create space for requires-clause in TemplateP...
2016-07-19 Bruno Cardoso... [SemaObjC] Improve ObjCDictionaryLiteral and ObjCArryLi...
2016-07-19 David MajnemerLet FuncAttrs infer the 'returned' argument attribute
2016-07-19 Yaxun Liu[OpenCL] Fixes bug of missing OCL version metadata...
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...
next