]> granicus.if.org Git - clang/shortlog
clang
2017-05-25 Hans WennborgMake test/Driver/baremetal.cpp pass on Windows
2017-05-25 Reid KlecknerRevert "[AMDGPU] add __builtin_amdgcn_s_getpc"
2017-05-25 Jonathan RoelofsAppease more buildbots about r303873
2017-05-25 Erich KeaneRevert MSVC CXXOperatorNames patch due to issues with...
2017-05-25 Jonathan RoelofsRelax testcase to appease buildbots
2017-05-25 Jonathan RoelofsDon't defer to the GCC driver for linking arm-baremetal
2017-05-25 Eric FiselierMake git-clang-format python 3 compatible
2017-05-25 Eric Fiselier[coroutines] Diagnose when promise types fail to declar...
2017-05-25 Eric Fiselier[coroutines] Bump __cpp_coroutines version
2017-05-25 Tim Corringham[AMDGPU] add __builtin_amdgcn_s_getpc
2017-05-25 Oren Ben Simhon[X86] Adding avx512_vpopcntdq feature set and its intri...
2017-05-25 Krzysztof Parzyszek[CodeGen] Pessimize aliasing for member unions (and...
2017-05-25 Egor Churaev[OpenCL] reserve_id_t cannot be used as argument to...
2017-05-25 Egor Churaev[OpenCL] Added regression test on invalid vector initia...
2017-05-25 Eric Fiselier[coroutines] Fix fallthrough diagnostics for coroutines
2017-05-24 Tim NorthoverRevert "Sema: allow imaginary constants via GNU extensi...
2017-05-24 Saleem AbdulrasoolBasic: fix whitespace in file header (NFC)
2017-05-24 Gor Nishanov[coroutines] Add support for coroutines with non-scalar...
2017-05-24 Erich KeaneFor Microsoft compatibility, set fno_operator_names
2017-05-24 Argyrios KyrtzidisAddress follow-up feedback for r303712
2017-05-24 Tony JiangFix one test case faiulre in commit 303766.
2017-05-24 Alexey Bataev[OPENMP] Allow value of thread local variables in targe...
2017-05-24 Tony Jiang[PowerPC] Implement vec_xxsldwi builtin.
2017-05-24 Gor Nishanov[coroutines] Make generic lambda coroutines work
2017-05-24 Alex LorenzWarn about uses of `@available` that can't suppress the
2017-05-24 Tony Jiang[PowerPC] Implement vec_xxpermdi builtin.
2017-05-24 Serge PavlovDriver must return non-zero code on errors in command...
2017-05-24 Tony JiangGeneralize two diagnostic messages to take function...
2017-05-24 Gor Nishanov[coroutines] Improved diagnostics when unhandled_except...
2017-05-24 Alex Lorenz[index] The references to explicit class properties...
2017-05-24 Gor Nishanov[coroutines] [NFC] Add tests for return_void, unhandled...
2017-05-24 Krasimir Georgiev[clang-format] Remove unused using directive, NFC
2017-05-24 Serge PavlovMethod loadFromCommandLine should be able to report...
2017-05-24 Francois Ferrandclang-format: Introduce BreakConstructorInitializers...
2017-05-24 Simon PilgrimFix 'set but not used' [-Wunused-but-set-variable]...
2017-05-24 Dean Michael... [XRay][clang] Allow imbuing arg1 logging attribute...
2017-05-24 Gor Nishanov[coroutines] Implement correct GRO lifetime
2017-05-24 Gor Nishanov[coroutines] Fix leak in CGCoroutine.cpp
2017-05-24 Argyrios KyrtzidisChange __has_feature(objc_diagnose_if_attr) to __has_fe...
2017-05-24 Argyrios KyrtzidisEnhance the 'diagnose_if' attribute so that we can...
2017-05-23 Bruno Cardoso... [Modules] Fix overly conservative assertion for import...
2017-05-23 Richard Smith[modules] When reparenting a local declaration, don...
2017-05-23 Tim NorthoverSema: allow imaginary constants via GNU extension if...
2017-05-23 Benjamin Kramer[Frontend] Don't index into an empty string.
2017-05-23 Yuka TakahashiRemove trailing whitespace
2017-05-23 Yuka Takahashi[GSoC] Shell autocompletion for clang
2017-05-23 Galina KistanovaRemoved fallthrough annotation which does not directly...
2017-05-23 Alex Lorenz[index] The references to enum constants from member...
2017-05-23 Alex Lorenz[index] The references to member enums from template...
2017-05-23 Galina KistanovaAdded LLVM_FALLTHROUGH to address gcc warning: this...
2017-05-23 Alex Lorenz[index] The references to type aliases and typedefs...
2017-05-23 Alex Lorenz[index] The references to fields from nested records...
2017-05-23 Alex Lorenz[index] The references to records from template instant...
2017-05-23 Yaxun Liu[AMDGPU] Do not require opencl triple environment for...
2017-05-23 Reid KlecknerAdd test coverage for recent behavior change in GNU...
2017-05-23 Krasimir Georgiev[Tooling][libclang] Remove unused CompilationDatabase...
2017-05-23 Ilya BiryukovAllow to use vfs::FileSystem for file accesses inside...
2017-05-23 Sven van Haastregt[libclang] [OpenCL] Expose more OpenCL CIndex types
2017-05-23 Simon Dardis[mips] Make checks in CodeGen/mips-varargs.c less fragile
2017-05-23 Gor Nishanov[coroutines] Skip over passthrough operator co_await
2017-05-23 Galina KistanovaAdded LLVM_FALLTHROUGH to address gcc warning: this...
2017-05-23 Gor Nishanov[coroutines] Add emission of initial and final suspends
2017-05-23 Gor Nishanov[coroutines] Add support for deallocation elision
2017-05-23 Gor Nishanov[coroutines] Replace all coro.frame builtins with an...
2017-05-23 Gor Nishanov[coroutines] Add support for allocation elision
2017-05-23 Faisal Vali[NFC, Refactor] Modernize TemplateIdAnnotation using...
2017-05-23 Teresa JohnsonAdjust clang test for r303590
2017-05-22 Richard SmithAdd option to include multiple lines in snippets.
2017-05-22 Gor Nishanov[coroutines] Fix coro-eh-cleanup.cpp test
2017-05-22 Gor Nishanov[coroutines] Wrap the body of the coroutine in try...
2017-05-22 Reid KlecknerGive files from #line the characteristics of the curren...
2017-05-22 Gor Nishanov[coroutines] Build GRO declaration and return GRO statement
2017-05-22 Alex Lorenz[index] Index the default template parameter values
2017-05-22 Simon Atanasyan[mips] Add one more check to the micromips attribute...
2017-05-22 Simon Atanasyan[mips] Quote command line options with `` in the microm...
2017-05-22 Alex Lorenz[index] Index the deleted functions
2017-05-22 Erik Pilkington[Sema][ObjC] Fix a bug where -Wunguarded-availability...
2017-05-22 Alex Lorenz[index] Visit the default argument values in function...
2017-05-22 Martin Probstclang-format: [JS] avoid line breaks before unindented...
2017-05-22 Francois Ferrandclang-format: do not reflow bullet lists
2017-05-22 Alex Lorenz[index] 'using namespace' declarations in functions...
2017-05-22 Simon Atanasyan[mips] Support `micromips` attribute
2017-05-22 Krasimir Georgiev[clang-format] Keep trailing preprocessor line comments...
2017-05-22 Francois Ferrandclang-format: Allow customizing the penalty for breakin...
2017-05-21 Craig Topper[Format] Add curly braces to suppress a -Wmisleading...
2017-05-20 Faisal ValiFix PR25627: constant expressions being odr-used in...
2017-05-20 Piotr Padlewski[Devirtualization] insert placement new barrier with -O0
2017-05-20 Argyrios Kyrtzidis[index] Fix forward declarations interfering with USR...
2017-05-20 Richard SmithRename RAII objects for performing eager instantiation...
2017-05-20 Matthias BraunCodeGenModule: Always output wchar_size, check LLVM...
2017-05-20 Matthias BraunRevert "CodeGenModule: Always output wchar_size, check...
2017-05-20 Hubert TongFix valid-for-expr ellipses eaten as invalid decl
2017-05-19 Richard SmithRemove last (unnecessary) use of mapping from SourceLoc...
2017-05-19 Richard Smith[modules] Simplify module macro handling in non-local...
2017-05-19 Matthias BraunCodeGenModule: Always output wchar_size, check LLVM...
2017-05-19 Richard Trieu[ODRHash] Revert r303450 to fix buildbot
2017-05-19 Richard SmithDo not issue -Wnullability-completeness for dependent...
2017-05-19 Richard Trieu[ODRHash] Support TemplateName and TemplateArgument
2017-05-19 Vassil Vassilev[modules] Further delay calling DeclMustBeEmitted until...
2017-05-19 Krzysztof ParzyszekRestore and update documentation comment for EmitPointe...
next