]> granicus.if.org Git - clang/shortlog
clang
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
2017-01-03 Alex LorenzHandle UsingDecl and UsingShadowDecl in DeclContextPrinter
2017-01-03 Alex LorenzHandle FriendDecl in DeclContextPrinter
2017-01-03 Alex Lorenz[CodeCompletion] Autocomplete NS_DESIGNATED_INITIALIZER...
2017-01-03 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2017-01-02 Richard SmithAdd testcase for the regression introduced in r290808.
2017-01-02 Daniel JasperRemove isIgnored()-test that is more expensive than...
2017-01-02 Kelvin Li[OpenMP] Add test cases for the proc_bind and schedule...
2017-01-02 Renato GolinRevert "DR1391: Check for implicit conversion sequences...
2017-01-02 Richard SmithDR1391: Check for implicit conversion sequences for...
2017-01-02 Richard SmithAddress post-commit review comments.
2017-01-01 Saleem AbdulrasoolCodeGen: update comment about RTTI field
2016-12-31 Kelvin LiFix typo in test case. NFC
2016-12-31 Richard Smith[c++17] Implement P0522R0 as written. This allows a...
2016-12-31 Alexander Shaposhnikov[clang] Fix clean build of generate-order-file
2016-12-31 Richard SmithRemove redundant assertion.
2016-12-31 James DennettTypo fix in AST matcher documentation: s/aribtrary...
2016-12-30 Simon PilgrimWdocumentation fix
2016-12-30 Mads Ravn[clang] Minor fix to libASTMatcherTutorial
2016-12-30 Saleem AbdulrasoolCodeGen: use a StringSwitch instead of cascasding ifs
2016-12-30 Eric FiselierAllow lexer to handle string_view literals. Patch from...
2016-12-30 Richard SmithRemove bogus assertion and add testcase that triggers it.
2016-12-29 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2016-12-29 Justin Lebar[ADT] Delete RefCountedBaseVPTR.
2016-12-28 Piotr Padlewski[ItaniumABI] NFC changes
2016-12-28 Piotr PadlewskiRevert "Mention devirtualization in release notes"
2016-12-28 Piotr PadlewskiMention devirtualization in release notes
2016-12-28 Teresa Johnson[ThinLTO] No need to rediscover imports in distributed...
2016-12-28 Kelvin LiFix format. NFC
2016-12-28 Reid KlecknerRevert "Driver: switch Windows to static RelocModel"
2016-12-28 Teresa Johnson[ThinLTO] Add missing FileCheck invocation
2016-12-28 George Burgess IV[CodeGen] Unique constant CompoundLiterals.
2016-12-28 Richard SmithMark 'auto' as dependent when instantiating the type...
2016-12-28 Richard SmithDR1315: a non-type template argument in a partial speci...
2016-12-28 Michael KupersteinUpdate test that relies on the optimizer to match new...
2016-12-27 David BlaikieDebugInfo: Don't include size/alignment on class declar...
2016-12-27 Richard SmithAdd warning flag for "partial specialization is not...
2016-12-27 Ekaterina Romanova[DOXYGEN] Improved doxygen comments for xmmintrin.h...
2016-12-27 Richard SmithDR1495: A partial specialization is ill-formed if it...
2016-12-27 Richard SmithAdd reference/non-reference mismatch test.
next