]> granicus.if.org Git - clang/shortlog
clang
2016-04-19 Alexey Bataev[OPENMP] Codegen for untied tasks.
2016-04-19 Andrey TuretskiyRevert r266747 (Compilation for Intel MCU (Part 1/3...
2016-04-19 Samuel Benzaquen[ASTMatchers] Do not try to memoize nodes we can't...
2016-04-19 Andrey TuretskiyCompilation for Intel MCU (Part 1/3)
2016-04-19 Michael Zuckerman[Clang][AVX512][BUILTIN] Adding intrinsics support...
2016-04-19 Martin ProbstSummary:
2016-04-19 Martin Probstclang-format: [JS] simplify import/export.
2016-04-19 Laszlo NagyD17487: [analyzer][scan-build-py] flag filter modificat...
2016-04-19 Alexey BataevRevert "[OPENMP] Codegen for untied tasks."
2016-04-19 Alexey Bataev[OPENMP] Codegen for untied tasks.
2016-04-19 Serge PavlovWarn if function or variable cannot be implicitly insta...
2016-04-19 Justin Lebar[CUDA] Add --no-cuda-noopt-debug, which disables -...
2016-04-19 Justin Lebar[CUDA] Add --cuda-compile-host-device, which overrides...
2016-04-19 Akira HatanakaAdd a test case to check a member's default constructor...
2016-04-18 Adrian Prantl[ObjC++] Fix crash when emitting debug info for a block...
2016-04-18 Richard SmithMark -Xclang as being a compilation-only option so...
2016-04-18 Richard Smith[modules] Remove some more unnecessary forwarding funct...
2016-04-18 Kostya Serebryany[sanitizer-coverage] make sure coverage flags are not...
2016-04-18 Kostya Serebryany[sanitizer-coverage] better docs for -fsanitize-coverag...
2016-04-18 Krzysztof Parzyszek[Hexagon] V60/HVX builtin definitions for clang
2016-04-18 Manman RenBlock: Fix a crash when we have type attributes or...
2016-04-18 Krzysztof Parzyszek[Hexagon] Define macros __HVX__ and __HVXDBL__ when...
2016-04-18 Akira Hatanaka[Parser][ObjC] Make sure c++11 in-class initialization...
2016-04-18 Aaron BallmanClarifying the wording of this diagnostic; it confused...
2016-04-18 JF BastienNFC: unify clang / LLVM atomic ordering
2016-04-18 Xinliang David LiUpdate InstrProf pass creator API reference
2016-04-18 Weiming Zhao[ARM] predefines __ELF__ macro for arm-none-eabi
2016-04-18 Daniel Jasperclang-format: Improve heuristics to detect function...
2016-04-18 Mehdi AminiAdd missing include for StringRef (NFC)
2016-04-17 JF BastienRevert "NFC: unify clang / LLVM atomic ordering"
2016-04-17 JF BastienNFC: unify clang / LLVM atomic ordering
2016-04-17 Faisal ValiImplement CWG 941 - explicit specializations of deleted...
2016-04-17 Duncan P. N... DebugInfo: Make DICompositeTypes distinct most of the...
2016-04-16 Mehdi AminiAdd missing headers (fix build after headers cleanup...
2016-04-16 Alex DenisovReplace hardcoded comment at 'lit.site.cfg.in'
2016-04-16 Richard Smith[modules] Don't expose *intrin.h headers that cannot...
2016-04-16 Justin Lebar[CUDA] Raise an error if the CUDA install can't be...
2016-04-16 Richard SmithImprove diagnostic for the case when a non-defined...
2016-04-15 Nemanja IvanovicRevert 266186 as it breaks anything that includes type_...
2016-04-15 Adrian PrantlFix testcase for MSVC targets where the output ordering...
2016-04-15 Adrian PrantlUpdate testcase to new debug info metadata format.
2016-04-15 Adrian PrantlUpdate to match LLVM changes for PR27284.
2016-04-15 NAKAMURA TakumiASTMatchers.h: Fix formatting. [-Wdocumentation]
2016-04-15 Nico WeberRevert r266415, it broke parsing SDK headers (PR27367).
2016-04-15 Alexey BaderRemove include duplicate. NFC.
2016-04-15 Andrey Bokhanko[MSVC Compat] Implementation of __unaligned (MS extensi...
2016-04-15 Hans Wennborgclang-cl: Don't check for existence of linker inputs...
2016-04-15 Hans Wennborgclang-cl: Make /link accept an optional joined argument.
2016-04-14 Charles LiLit C++11 Compatibility Patch #8
2016-04-14 Matt ArsenaultAMDGPU: Add test for generic builtin behavior
2016-04-14 Reid KlecknerIn vector comparisons, handle scalar LHS just as we...
2016-04-14 Richard SmithMake this code less brittle. The benefits of a fixed...
2016-04-14 Richard SmithFix off-by-one error in worst-case number of offsets...
2016-04-14 Aaron BallmanAdd typedefNameDecl() and typeAliasDecl() to the AST...
2016-04-14 Ismail DonmezFix testcase for the LLVM_LIBDIR_SUFFIX=64 case. Fallou...
2016-04-14 Marianne Mailhot... clang-format: Last line in incomplete block is indented...
2016-04-14 Marianne Mailhot... clang-format: Implemented tab usage for continuation...
2016-04-14 Marianne Mailhot... clang-format: Allow include of clangFormat.h in managed...
2016-04-14 Gabor Horvath[analyzer] Make it possible to query the function name...
2016-04-14 Artem Dergachev[ASTImporter] Implement some expression-related AST...
2016-04-14 Nico WeberReapply r258505 after r266254, this time with a comment...
2016-04-14 Dmitry Polukhin[MSVC] Fix check for wchar_t type in case of -fno-wchar
2016-04-14 Michael Zuckerman[Clang][AVX512][BUILTIN] Adding support for intrinsics...
2016-04-14 Michael Zuckerman[Clang][AVX512][Builtin] Adding intrinsics of vpmovus...
2016-04-14 Mehdi AminiMake sure the LLVMContext outlive the CompilerInstance
2016-04-14 Mehdi AminiDo not use llvm:getGlobalContext() in unittests
2016-04-14 Richard Smith[modules] Store the location of the lexical update...
2016-04-14 Alexander KornienkoReorder ASTNodeKind::AllKindInfo to match NodeKindId.
2016-04-14 Richard Smith[modules] Remove CXX_BASE_SPECIFIERS_OFFSETS table...
2016-04-13 Manman RenObjC kindof: order the methods in global pool relative...
2016-04-13 Reid Kleckner[CodeGen] Avoid ctor/dtor boilerplate with some C++11
2016-04-13 Richard Smith[modules] Remove CXX_CTOR_INITIALIZERS_OFFSETS table...
2016-04-13 Bruno Cardoso... [SemaObjC] Properly handle mix between type arguments...
2016-04-13 Hans WennborgMake sure CheckDestructor gets called on dllimported...
2016-04-13 Charles LiLit C++11 Compatibility Patch #7
2016-04-13 Bruno Cardoso... [CrashReproducer] Add test to run the reproducer script...
2016-04-13 Bruno Cardoso... [CrashReproducer] Setup 'use-external-names' in YAML...
2016-04-13 Bruno Cardoso... [VFS] Move default values to in-class member initializa...
2016-04-13 Hubert TongRemove redundant null-check; NFC
2016-04-13 David Blaikielibclang: Use early-return to reduce indentation.
2016-04-13 David BlaikieSimplify memory management of CXEvalResultKind/ExprEval...
2016-04-13 Devin Coughlin[analyzer] Nullability: Suppress diagnostic on bind...
2016-04-13 Chris Bieneman[OrderFiles] Don't allow lit to run dtrace multithreaded
2016-04-13 Tim NorthoverAArch64: allow 64-bit access to sysregs.
2016-04-13 Tim NorthoverARM: make Darwin's "-arch armv7em" default to hard...
2016-04-13 Michael Zuckerman[Clang][AVX512][Builtin] Adding support to intrinsics...
2016-04-13 Aaron BallmanReverting r266199; it causes build bot failures.
2016-04-13 Aaron BallmanAdd functions declared in ctype.h to builtin function...
2016-04-13 Alexey Bataev[OPENMP 4.0] Fixed DSA analysis for taskloop directives.
2016-04-13 Michael Zuckerman[Clang][AVX512][Builtin] Adding support for VBROADCAST...
2016-04-13 Alexander KornienkoAdd AST Matchers for CXXConstructorDecl::isDelegatingCo...
2016-04-13 Michael Zuckerman[Clang][AVX512][Builtin] Adding supporting to intrinsic...
2016-04-13 Alexey Bader[modules] Add OpenCLImageTypes.def to module map to...
2016-04-13 Nemanja IvanovicEnable support for __float128 in Clang
2016-04-13 Alexander KornienkoTry to use readability-identifier-naming check on Clang.
2016-04-13 Alexander Kornienko[clang-tidy] Disable misc-unused-parameters for clang.
2016-04-13 Alexey Bader[OpenCL] Move OpenCLImageTypes.def from clangAST to...
2016-04-13 Richard Smithconstexpr -> const to appease MSVC bots.
2016-04-13 NAKAMURA TakumiASTWriterDecl.cpp: Prune a couple of \param(s), corresp...
2016-04-13 Richard Smith[modules] Add some missing blockinfo records. No functi...
next