]> granicus.if.org Git - clang/shortlog
clang
2016-04-24 Martin Probstclang-format: [JS] generator and async functions.
2016-04-24 Aaron BallmanImprove diagnostic checking for va_start to also warn...
2016-04-24 Mehdi AminiMake thinlto clang test more robust against LLVM changes.
2016-04-24 Craig TopperFix a couple assertions that can never fire because...
2016-04-23 Duncan P. N... DebugInfo: DIGlobalVariables became 'distinct' in LLVM...
2016-04-23 Duncan P. N... DebugInfo: Adapt to loss of DITypeRef in LLVM r267296
2016-04-23 Sean Silva[profile] Fix another use of the driver.
2016-04-23 Sean Silva[profile] Use cc1 in these tests instead of the driver.
2016-04-22 Richard TrieuRevert the bool portion of r267054
2016-04-22 Rong XuPGO] PGOFuncName meta data if PGOFuncName is different...
2016-04-22 Reid KlecknerFix a bug involving deferred decl emission and PCH
2016-04-22 Krzysztof Parzyszek[Hexagon] Add definitions for circular and bit-reverse...
2016-04-22 Michael Zuckerman[clang][AVX512][Builtin] adding intrinsics for vf{n...
2016-04-22 Michael Zuckerman[Clang][AVX512][BUILTIN] Adding scalar intrinsics for...
2016-04-22 Alexey Bataev[OPENMP] Fix for PR27463: Privatizing struct fields...
2016-04-22 Argyrios Kyrtzidis[index] Add SymbolSubKinds for ObjC IB annotations.
2016-04-22 Argyrios Kyrtzidis[index] Add a SymbolSubKind for an ObjC unit test.
2016-04-22 Argyrios Kyrtzidis[index] Change SymbolCXXTemplateKind to a 'SymbolSubKin...
2016-04-22 Alexey Bataev[OPENMP] Fix for LCV in simd directives in explicit...
2016-04-22 Nico WeberTry to get test passing on OS X (see comment at top...
2016-04-21 Artem Belevich[CUDA] removed unneeded __nvvm_reflect_anchor()
2016-04-21 Derek Bruening[esan] EfficiencySanitizer driver flags
2016-04-21 Richard TrieuSplit interesting warnings off from -Wfloat-conversion
2016-04-21 Nico Weberclang-cl: Don't assert on using /Yc with non-source...
2016-04-21 Renato Golin[x86] Force mixes asm syntax test to check for x86
2016-04-21 Krzysztof Parzyszek[Hexagon] Define architecture version macros for hexagonv55
2016-04-21 Aaron BallmanClarify memory ownership semantics; NFC.
2016-04-21 Michael Zuckerman[Clang][AVX512][BuiltIn] Adding intrinsics of VGATHER...
2016-04-21 Denis ZobninCorrectly parse GCC-style asm line following MS-style...
2016-04-21 Benjamin KramerBack out the test case for r266973 for now.
2016-04-21 Benjamin Kramer[Tooling] Inject -resource-dir instead of overwriting...
2016-04-21 Andrey TuretskiyCompilation for Intel MCU (Part 1/3)
2016-04-21 Richard Smith[modules] Make the tweak to avoid circular inclusion...
2016-04-21 Bob WilsonRemove the (ignored) -Wreceived-is-weak diagnostic.
2016-04-20 Adrian PrantlModule Debugging: Emit the canonical debug info for...
2016-04-20 Chaoren Lin[Tooling] Fix getting fully qualified names of template...
2016-04-20 Adrian McCarthyAdd warning about CR+LF line endings on Windows.
2016-04-20 Alexey Bataev[OPENMP] Codegen for untied tasks.
2016-04-20 Teresa JohnsonEnable ODR uniquing of DITypes for ThinLTO backends
2016-04-20 Mandeep Singh... [Clang] Remove unwanted --check-prefix=CHECK from unit...
2016-04-20 Stephen HinesMarkEOLs should only be true for clang-cl.exe.
2016-04-19 Adam Nemet[Parse] Reuse OptionUnroll rather than matching it...
2016-04-19 Adam Nemet[Parse] Use StringSwitch to improve readability. NFC
2016-04-19 Marcin Koscielnicki[AArch64] Fix D19098 fallout.
2016-04-19 Adrian Prantlcc1as: Don't crash when CIE is requested and no DWARF...
2016-04-19 Ahmed Bougacha[ARM NEON] Define vfms_f32 on ARM, and all vfms using...
2016-04-19 Eric LiuFixed a bug in AnnotatedLine::startsWith when there...
2016-04-19 Manman RenObjC Class Property: don't emit class properties on...
2016-04-19 Douglas KatzmanFix PR26999 better- RenderDebugEnablingArgs() once...
2016-04-19 Justin Lebar[CUDA] Add a test for r266496 (raise an error if a...
2016-04-19 Martin Probstreuse mustBeJSIdent for interface detection
2016-04-19 Martin Probstclang-format: [JS] support `interface` as a free standi...
2016-04-19 Sanjay Patel[builtin_expect] tighten checks, add test, add comments
2016-04-19 Sanjay Patelreduce indentation; NFCI
2016-04-19 Ahmed Bougacha[CodeGen] Widen non-power-of-2 vector HFA base types.
2016-04-19 Ahmed Bougacha[CodeGen] Fix whitespace. NFC.
2016-04-19 Douglas KatzmanPass dwarf-version to cc1as.
2016-04-19 Sanjay Patelreduce indentation; NFCI
2016-04-19 Michael Zuckerman[Clang][Builtin][AVX512] Adding intrinsics for VGETMANT...
2016-04-19 Alexey BataevRevert "[OPENMP] Codegen for untied tasks."
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...
next