]> granicus.if.org Git - clang/shortlog
clang
2017-08-04 Florian Gross[ASTMatcher] Add handling for DeducedType to HasDeclara...
2017-08-04 Yaxun LiuAdd OpenCL 2.0 atomic builtin functions as Clang builtin
2017-08-04 Martin Probstclang-format: [JS] support fields with case/switch...
2017-08-04 Stefan MaksimovicRevert r304953 for release 5.0.0
2017-08-04 Florian Hahn[Driver] Error if ARM mode was selected explicitly...
2017-08-04 Manuel KlimekFix typo and update documentation.
2017-08-04 Simon Atanasyan[mips] Fix typo (missed space) in the warning message
2017-08-04 Simon Atanasyan[mips] Code formatting fix. NFC
2017-08-04 NAKAMURA TakumiRevert r309984, "Use "foo-12345.o" instead of "foo...
2017-08-04 Vedant KumarRevert "[coverage] Special-case calls to noreturn funct...
2017-08-04 Petr Hosek[Driver][Fuchsia] Pass --hash-style=gnu to the linker
2017-08-04 Vedant Kumar[Coverage] Precise region termination with deferred...
2017-08-03 Akira Hatanaka[Driver][Darwin] Pass -munwind-table when !UseSjLjExcep...
2017-08-03 Petr HosekEnable AddressSanitizer for Fuchsia targets
2017-08-03 Eli Friedman[coverage] Special-case calls to noreturn functions.
2017-08-03 Nico WeberUse "foo-12345.o" instead of "foo.o-12345" as temporary...
2017-08-03 Simon Dardis[mips] Revert r309942 & r309940
2017-08-03 Richard SmithRevert accidentally-committed files.
2017-08-03 Richard SmithDon't emit undefined-internal warnings for CXXDeduction...
2017-08-03 Devin Coughlin[Analyzer] Add support for displaying cross-file diagno...
2017-08-03 Nico WeberRevert r304836.
2017-08-03 Don Hinton[diagtool] Add ability to pass in the id and return...
2017-08-03 Gabor HorvathFix some typos in the documentation.
2017-08-03 Simon Dardis[mips] Fixup r309940.
2017-08-03 Krasimir Georgiev[clang-format] Fix indent of 'key <...>' and 'key ...
2017-08-03 Simon Dardis[mips] Implement -muninit-const-in-rodata
2017-08-03 Krasimir Georgiev[clang-format] Fix parsing of <>-style proto options
2017-08-03 Simon Dardis[mips] Add support -m(no-)embedded-data option
2017-08-03 Rafael EspindolaUpdate for llvm change.
2017-08-03 Tim Shen[Sema] Add a comment on an identified bug on default...
2017-08-02 Eli Friedman[coverage] Make smaller regions for the first case...
2017-08-02 Benjamin KramerRemove unused diagnostic. NFC.
2017-08-02 Rafael EspindolaUpdate for llvm change.
2017-08-02 Han Shen[UBSan] Provide default blacklist filename for UBSan
2017-08-02 Vedant Kumar[docs] Remove accidental unindent to appease the sphinx bot
2017-08-02 Vedant Kumar[ubsan] Have -fsanitize=vptr emit a null check if ...
2017-08-02 Walter LeeDefine _GNU_SOURCE for RTEMS c++
2017-08-02 Alex Lorenz[rename] NFC, extract symbol canonicalization logic...
2017-08-02 Manuel KlimekUnify and simplify the behavior of the hasDeclaration...
2017-08-02 Daniel Marjamaki[StaticAnalyzer] Fix false positives for unreachable...
2017-08-02 Ilya BiryukovUse VFS operations in FileManager::makeAbsolutePath.
2017-08-02 Yuka Takahashi[Bash-autocompletion] Add comment to test so that it...
2017-08-02 Petr Hosek[CMake] Include llvm-objcopy tool in Fuchsia toolchain
2017-08-02 Petr Hosek[Driver] Disable static C++ library support on Fuchsia
2017-08-01 Bruno Cardoso... [Headers][Darwin] Allow #include_next<float.h> to work...
2017-08-01 Yan Wang[clang] Change the condition of unnecessary packed...
2017-08-01 Matt ArsenaultFix creating bitcasts with wrong address space
2017-08-01 Johannes Altmanninger[clang-diff] Renames, NFC
2017-08-01 Johannes Altmanninger[clang-diff] Move data declarations to the public header
2017-08-01 Josh GaoRevert "Thread Safety Analysis: fix assert_capability."
2017-08-01 Josh GaoThread Safety Analysis: fix assert_capability.
2017-08-01 Petr Hosek[CMake] Include sancov tool in Fuchsia toolchain
2017-08-01 Bruno Cardoso... [Sema] Fix lax conversion between non ext vectors
2017-08-01 Martin Probstclang-format: [JS] no whitespace between typeof operato...
2017-08-01 Martin Probstclang-format: [JS] prefer wrapping chains over empty...
2017-08-01 Martin Probstclang-format: [JS] whitespace between keywords and...
2017-08-01 Martin Probstclang-format: [JS] handle union types in arrow functions.
2017-08-01 Martin Probstclang-format: [JS] consistenly format enums.
2017-08-01 Martin Probstclang-format: [JS] support default imports.
2017-08-01 Martin Probstclang-format: [JS] handle object types in extends posit...
2017-08-01 Krasimir Georgiev[Tooling] Add LLVM_NODISCARD to Replacements::merge
2017-08-01 Joey Gouly[OpenCL] Add missing subgroup builtins
2017-08-01 Coby Tayree[x86][inline-asm]Allow a pack of Control Debug to be...
2017-08-01 Malcolm Parsons[ASTMatchers] Allow forField to match indirect fields.
2017-07-31 Akira HatanakaUse -target instead of -arch in test case.
2017-07-31 Akira HatanakaSilence warning -Wmissing-sysroot.
2017-07-31 Peter CollingbourneRe-apply r309622 with a fix for MSVC.
2017-07-31 Akira Hatanaka[Driver] Make sure the deployment target is earlier...
2017-07-31 Walter LeeMove RTEMS to OSTargets.h
2017-07-31 Peter CollingbourneRevert r309622, "Fix logic for generating llvm.type...
2017-07-31 Peter CollingbourneFix logic for generating llvm.type.test()s
2017-07-31 Martin Storsjo[Attr] Make TargetWindows and TargetMicrosoftCXXABI...
2017-07-31 Martin Storsjo[AArch64] Don't define __LP64__ when targeting Windows
2017-07-31 Martin Storsjo[test] Fix mistagged CHECK-NOT-lines for AARCH64-DARWIN...
2017-07-31 Craig Topper[X86] Remove -O3 from tbm-builtins.c test file.
2017-07-31 Akira Hatanaka[Driver] Allow users to silence the warning that is...
2017-07-31 Martin Storsjo[Targets] Move addCygMingDefines into the arch-independ...
2017-07-31 Alexey Bataev[OPENMP] Change the name of outer non-debug function...
2017-07-31 Joey Gouly[OpenCL] Enable subgroup extension in tests
2017-07-31 Alexander KornienkoFix -Wshadow false positives with function-local classes.
2017-07-31 Joey Gouly[OpenCL] Add extension Sema check for subgroup builtins
2017-07-31 Alex LorenzFix release notes indentation from r309562
2017-07-31 Alex LorenzDocument '-Wpragma-pack' in the release notes
2017-07-31 Alex Lorenz-Wpragma-pack: add an additional note and fixit when...
2017-07-31 NAKAMURA Takumi[CMake][Modules] libclang: Ignore _CINDEX_LIB_ and...
2017-07-31 Eric LiuAdded `applyAtomicChanges` function.
2017-07-31 Eric Fiselier[coroutines] Evaluate the operand of void `co_return...
2017-07-31 Eric Fiselier[Sema] Fix operator lookup to consider local extern...
2017-07-30 Brad SmithAlso pass -pie back to the linker when linking on OpenBSD.
2017-07-30 Brad SmithFix a typo.
2017-07-30 Coby Tayree[x86][inline-asm][ms-compat] legalize the use of "jc...
2017-07-30 Coby Tayree[x86][inline-asm]Allow a pack of Control Regs to be...
2017-07-30 NAKAMURA TakumiCodeGenModule.cpp: [PR33810][Modules] Remove an asserti...
2017-07-30 Richard SmithPR33902: Invalidate line number cache when adding more...
2017-07-30 NAKAMURA TakumiCodeGenModule.cpp: [PR33810][Modules] Avoid reusing...
2017-07-30 NAKAMURA TakumiCodeGenModule.cpp: [PR33810][Modules] Make sure actual...
2017-07-29 Lenar SafinImprove readability of CXX method overrides list
2017-07-29 Simon Pilgrim[X86][AVX] Ensure vector non-temporal load/store intrin...
2017-07-29 Victor LeschukFix incorrect assertion condition.
2017-07-29 Vedant Kumar[test] FileCheck-ify a test to avoid a spurious failure...
next