]> granicus.if.org Git - clang/shortlog
clang
2017-01-07 Richard SmithPR20090: Add (passing) test from this bug; it's been...
2017-01-07 Richard SmithPR23135: Don't instantiate constexpr functions referenc...
2017-01-07 Teresa Johnson[ThinLTO] Specify target triple in new test
2017-01-06 Teresa Johnson[ThinLTO] Optionally ignore empty index file
2017-01-06 Mehdi AminiAdd a cc1 option to force disabling lifetime-markers...
2017-01-06 Richard SmithRevisit PR10177: don't instantiate a variable if it...
2017-01-06 Mehdi AminiUse CodegenOpts::less when creating a TargetMachine...
2017-01-06 David BlaikieReapply "IntrusiveRefCntPtr -> std::shared_ptr for...
2017-01-06 George Burgess IVClean up redundant isa<T> before getAs<T>. NFC.
2017-01-06 Kelvin Li[OpenMP] fix typo - the standalone 'distribute' pragma...
2017-01-06 Reid Kleckner[CUDA] Add a host target triple to cuda-version-check.cu
2017-01-06 Akira HatanakaMake ASTContext::getDeclAlign return the correct alignm...
2017-01-06 David BlaikieRevert "Fix examples for recent shared_ptrification"
2017-01-06 David BlaikieRevert "IntrusiveRefCntPtr -> std::shared_ptr for Compi...
2017-01-06 Konstantin... [OpenCL] Re-enable supported core extensions based...
2017-01-06 Filipe Cabecinhas[ubsan] Minimize size of data for type_mismatch (Redo...
2017-01-06 Alex Lorenz[CodeCompletion] Block property setters: Use dynamic...
2017-01-06 Alex Lorenz[ObjC] The declarator for a block literal should be...
2017-01-06 Yaron KerenConstify UsingPackDecl::getInstantiatedFromUsingDecl...
2017-01-06 Saleem AbdulrasoolCodeGen: address post commit review comments for r291123
2017-01-06 David Blaikieshared_ptrify (from InclusiveRefCntPtr) HeaderSearchOptions
2017-01-05 Richard SmithFix bug where types other than 'cv auto', 'cv auto...
2017-01-05 Richard SmithAdd missing "original call argument has same type as...
2017-01-05 Sean FertileRemove the ppc insertword/extractword expected fail...
2017-01-05 David BlaikieFix examples for recent shared_ptrification
2017-01-05 David BlaikieIntrusiveRefCntPtr -> std::shared_ptr for CompilerInvoc...
2017-01-05 Sean FertileAdd vec_insert4b and vec_extract4b functions to altivec.h
2017-01-05 Richard SmithIf an explicitly-specified pack might have been extende...
2017-01-05 David BlaikieMove SerializedDiagnosticPrinter's SharedState to std...
2017-01-05 David BlaikieMove Preprocessor over to std::shared_ptr rather than...
2017-01-05 David BlaikieMove PreprocessorOptions to std::shared_ptr from Intrus...
2017-01-05 David BlaikieMove FailedModulesSet over to shared_ptr from Intrusive...
2017-01-05 David BlaikieMove VariantMatcher's Payload to std::shared_ptr rather...
2017-01-05 David BlaikieSimplify ASTReader ctor by using in-class initializers...
2017-01-05 David BlaikieSimplify ASTReader ctor by using in-class initializers...
2017-01-05 David BlaikieUse shared_ptr instead of IntrusiveRefCntPtr for Module...
2017-01-05 Joerg SonnenbergerTypo
2017-01-05 David BlaikieMigrate PathDiagnosticPiece to std::shared_ptr
2017-01-05 Saleem Abdulrasooltest: add a requires registered target
2017-01-05 Justin Lebar[CUDA] Rename keywords used in macro so they don't...
2017-01-05 Justin Lebar[CUDA] Don't define functions that the CUDA headers...
2017-01-05 Justin Lebar[CUDA] Let NVPTX inherit the host's calling conventions.
2017-01-05 Justin Lebar[CUDA] More correctly inherit primitive types from...
2017-01-05 Justin Lebar[CUDA] Add __declspec spellings for CUDA attributes.
2017-01-05 Justin Lebar[ToolChains] Use "static" instead of an anonymous names...
2017-01-05 Justin Lebar[Driver] Driver changes to support CUDA compilation...
2017-01-05 Justin Lebar[CUDA] Make CUDAInstallationDetector take the host...
2017-01-05 Justin Lebar[TableGen] Only normalize the spelling of GNU-style...
2017-01-05 Justin Lebar[Windows] Remove functions in intrin.h that are defined...
2017-01-05 Saleem Abdulrasooltest: add an explicit triple
2017-01-05 Samuel Antao[OpenMP] Add fields for flags in the offload entry...
2017-01-05 Saleem AbdulrasoolCodeGen: plumb header search down to the IAS
2017-01-05 Arpith Chacko... [OpenMP] Update target codegen for NVPTX device.
2017-01-05 Haojian WuNo canonical-prefixes match in avr-toolchain.c.
2017-01-05 Dylan McKay[AVR] Revert the functional part of r291083
2017-01-05 Dylan McKay[AVR] Support r26 through r31 in inline assembly
2017-01-05 Dylan McKayAdd AVR target and toolchain to Clang
2017-01-05 Richard SmithPer [temp.deduct.call], do not deduce an array bound...
2017-01-05 Richard SmithFactor out more common logic in template argument deduc...
2017-01-05 Richard SmithFix assertion failure on deduction failure due to too...
2017-01-05 George Burgess IV[Sema] Mark undefined ctors as deleted. NFC.
2017-01-05 Reid Kleckner[MS] Instantiate default args during instantiation...
2017-01-05 Erich KeaneCorrect Vectorcall Register passing and HVA Behavior
2017-01-04 Chandler Carruth[gtest] The way EXPECT_TEST now works after upgrading...
2017-01-04 Richard SmithOnly instantiate members of nested classes in local...
2017-01-04 Richard SmithBail out if we try to build a DeclRefExpr naming an...
2017-01-04 George Burgess IV[Parse] Don't ignore attributes after a late-parsed...
2017-01-04 David BlaikieFix for LLVM Bitcode API change (to use std::shared_ptr)
2017-01-04 David BlaikieRemove use of intrusive ref count ownership acquisition
2017-01-04 Richard SmithFix failure to treat overloaded function in braced...
2017-01-04 Richard SmithRevert accidentally-committed file.
2017-01-04 Richard SmithFactor out duplicated code and simplify.
2017-01-04 George Burgess IV[Sema] Replace remove_if+erase with erase_if. NFC.
2017-01-04 Reid KlecknerSupport -fno-delayed-template-parsing in clang-cl.exe
2017-01-04 Arpith Chacko... Reverting commit r290983 while debugging test failure...
2017-01-04 Reid KlecknerUse -### so the mbig-obj.c test passes when there is...
2017-01-04 Arpith Chacko... [OpenMP] Update target codegen for NVPTX device.
2017-01-04 Artem Belevich[CUDA] Pre-include sm_60 and sm_61 headers.
2017-01-04 Reid KlecknerAccept and ignore -Wa,-mbig-obj on COFF targets for...
2017-01-04 Alex LorenzFix a buildbot failure introduced by r290960.
2017-01-04 Alex LorenzAdd -f[no-]strict-return flag that can be used to avoid...
2017-01-04 Martin Probstclang-format: [JS] avoid indent after ambient function...
2017-01-04 Alexander Shaposhnikov[clang] Update lit config in utils/perf-training
2017-01-04 Richard SmithFix deduction of pack elements after a braced-init...
2017-01-04 Nico WeberChange clang-format's Chromium JavaScript defaults
2017-01-04 Richard SmithRemove accidentally-added lines in r290923 test, and...
2017-01-04 Richard SmithFix template argument deduction when only some of a...
2017-01-04 Richard TrieuExtend -Wtautological-overlap-compare to more cases.
2017-01-04 Dehao ChenAdd -plugin-opt=sample-profile for thinLTO build.
2017-01-03 George Burgess IVRe-add objectsize function/incomplete type checks.
2017-01-03 Reid KlecknerRelax CHECK line from r290906
2017-01-03 Reid Kleckner[Win64] Don't widen integer literal zero arguments...
2017-01-03 Arpith Chacko... [OpenMP] Code cleanup for NVPTX OpenMP codegen
2017-01-03 Carlo Bertolli[OPENMP] Private, firstprivate, and lastprivate clauses...
2017-01-03 Alexander Kornienko[clang-tidy] Add check name to YAML export
2017-01-03 Alex LorenzHandle StaticAssertDecl in DeclContextPrinter
2017-01-03 Alex LorenzHandle VarTemplateDecl in DeclContextPrinter
2017-01-03 Alex LorenzHandle AccessSpecDecl in DeclContextPrinter
2017-01-03 Alex LorenzHandle ClassTemplateSpecializationDecl in DeclContextPr...
2017-01-03 Alex LorenzHandle EmptyDecl in DeclContextPrinter
next