clang
2017-12-20 Evgeniy Stepanov[hwasan] Implement -fsanitize-recover=hwaddress.
2017-12-20 Erich KeaneAdd support for ObjectFormat to TargetSpecificAttr
2017-12-20 Gabor HorvathMake DiagnosticIDs::getAllDiagnostics use std::vector...
2017-12-20 Ilya Biryukov[clang] Add BeforeExecute method to PrecompiledPreamble
2017-12-20 Florian Hahn[Complex] Don't use __div?c3 when building with fast...
2017-12-20 Ilya Biryukov[Frontend] Handle skipped bodies in template instantiations
2017-12-20 Pavel LabathRemove llvm::MemoryBuffer const_casts
2017-12-20 Alex Lorenz[darwin][driver] Warn about mismatching -<os>-version...
2017-12-20 Peter CollingbourneRevert r320942, "[ASTImporter] Support importing Functi...
2017-12-20 Artem Dergachev[analyzer] De-duplicate path diagnostics for each explo...
2017-12-20 Artem Dergachev[analyzer] trackNullOrUndefValue: always track through...
2017-12-20 Artem Dergachev[analyzer] trackNullOrUndefValue: track last store...
2017-12-20 Craig Topper[X86] Add more CPUID bits to cpuid.h to match gcc and...
2017-12-20 Artem Dergachev[analyzer] Fix a crash during C++17 aggregate construct...
2017-12-19 Adrian PrantlAdd explicit break (PR35700).
2017-12-19 Adrian PrantlSilence a bunch of implicit fallthrough warnings
2017-12-19 Alex Lorenz[driver][darwin] Set the 'simulator' environment when...
2017-12-19 Alex Lorenz[driver][darwin] Take the OS version specified in ...
2017-12-19 Jonas Devlieghere[clang] -foptimization-record-file= should imply -fsave...
2017-12-19 Walter LeeAdd renamed .o files that were omitted by "git llvm...
2017-12-19 Walter LeeRename sparc-myriad-elf triplet to sparc-myriad-rtems
2017-12-19 Kamil RytarowskiTeach clang/NetBSD about additional dependencies for...
2017-12-19 Eli Friedman[Coverage] Fix use-after free in coverage emission
2017-12-18 Kostya Serebryany[hwasan] update the design doc
2017-12-18 Dimitry AndricFix more inconsistent line endings. NFC.
2017-12-18 Ivan A. KosarevFix the reference to the now renamed member of TBAAStru...
2017-12-18 Stephan BergmannRevert r320978 "No -fsanitize=function warning when...
2017-12-18 Stephan BergmannNo -fsanitize=function warning when calling noexcept...
2017-12-18 Martin Bohme[X86] Use {{.*}} instead of hardcoded %1 in knot test.
2017-12-17 Benjamin KramerRefactor overridden methods iteration to avoid double...
2017-12-17 Aleksei Sidorin[ASTImporter] Support importing FunctionTemplateDecl...
2017-12-16 Sanjay Patel[Driver, CodeGen] pass through and apply -fassociative...
2017-12-16 Craig Topper[X86] Implement kand/kandn/kor/kxor/kxnor/knot intrinsi...
2017-12-16 Craig Topper[X86] Add the two files I forgot to commit in r320915.
2017-12-16 Craig Topper[X86] Add builtins and tests for 128 and 256 bit vpopcntdq.
2017-12-16 Hal Finkel[VerifyDiagnosticConsumer] support -verify=<prefixes>
2017-12-16 Hal Finkel[TextDiagnosticBuffer] Fix diagnostic note emission...
2017-12-16 Vedant Kumar[CodeGen] Specialize mixed-sign mul-with-overflow ...
2017-12-15 Alex Lorenz__is_target_environment: Check the environment after...
2017-12-15 Alex Lorenz__is_target_arch: Check the arch and subarch instead...
2017-12-15 Erich KeaneRemove "FunctionName -" from docs on FunctionDecl(NFC)
2017-12-15 Alexey Bataev[OPENMP] Codegen `declare simd` for function declarations.
2017-12-15 Ilya Biryukov[clang] Add PPCallbacks list to preprocessor when build...
2017-12-14 Alex LorenzRemove duplicate python libclang changes from r320748
2017-12-14 Erich KeaneCorrect UnaryTransformTypeLoc to properly initialize.
2017-12-14 Vassil VassilevD40901: Refactor lazy loading of template specializatio...
2017-12-14 Dimitry AndricDon't trigger -Wuser-defined-literals for system headers
2017-12-14 Yi Kong[ThreadSafetyAnalysis] Fix isCapabilityExpr
2017-12-14 Aaron BallmanHarmonize GNU- and C++-style attribute spellings.
2017-12-14 Don Hinton[debuginfo] Remove temporary FIXME.
2017-12-14 Zachary TurnerFix many -Wsign-compare and -Wtautological-constant...
2017-12-14 Alex Lorenz[libclang] Add support for checking abstractness of...
2017-12-14 Ben HamiltonRevert "[ClangFormat] IndentWrappedFunctionNames should...
2017-12-14 Alex LorenzCommit missing tests for r320734
2017-12-14 Alex Lorenz[Preprocessor] Implement __is_target_{arch|vendor|os...
2017-12-14 Reid Kleckner[CodeGen][X86] Implement _InterlockedCompareExchange128...
2017-12-14 John McCallIn an ARC lambda-to-block conversion thunk, reclaim...
2017-12-14 Alexey Bataev[OPENMP] Add codegen for target data constructs with...
2017-12-14 Ben Hamilton[ClangFormat] IndentWrappedFunctionNames should be...
2017-12-14 Richard SmithWhen attempting to complete an incomplete array bound...
2017-12-14 Richard Smith[c++20] P0515R3: Parsing support and basic AST construc...
2017-12-14 Ilya BiryukovRenamed test file to use proper naming convention
2017-12-14 Richard SmithWarn if we find a Unicode homoglyph for a symbol in...
2017-12-14 Ilya Biryukov[Frontend] Treat function with skipped body as definition
2017-12-13 Peter CollingbourneIRGen: When performing CFI checks, load vtable pointer...
2017-12-13 Alexey Bataev[OPENMP] Add codegen for `nowait` clause in target...
2017-12-13 Krzysztof Parzyszek[Hexagon] Intrinsic support for V62 and V65
2017-12-13 Alexey Bataev[OPENMP] Initial codegen for `target teams distribute...
2017-12-13 Alexey Bataev[OPENMP] Support `reduction` clause on target-based...
2017-12-13 Alexey Bataev[OPENMP] Fix handling of clauses in clause parsing...
2017-12-13 Krzysztof Parzyszek[Hexagon] Add front-end support for Hexagon V65
2017-12-13 Eric Liu[Sema] Ignore decls in namespaces when global decls...
2017-12-13 Eli Friedman[Coverage] Always emit unused coverage mappings in...
2017-12-12 Gheorghe-Teodor... [OpenMP] Add function attribute for triggering data...
2017-12-12 Kelvin Li[OpenMP] Diagnose function name on the link clause
2017-12-12 Don Hinton[cmake] Follow-up to rL320494.
2017-12-12 Kelvin LiAdd --cuda-path to mock a CUDA Toolkit installation...
2017-12-12 Don Hinton[debuginfo-tests] Add support for moving debuginfo...
2017-12-12 Erich KeaneRevert a part of 320489 that was submitted unintentionally.
2017-12-12 Erich KeaneFix ICE when __has_unqiue_object_representations called...
2017-12-12 Krasimir Georgiev[clang-format] Improve ObjC headers detection.
2017-12-12 Eric Liu[SemaCodeComplete] Allow passing out scope specifiers...
2017-12-12 Artem Dergachev[analyzer] StackAddrEscape: For now, disable the new...
2017-12-12 Artem Dergachev[analyzer] In getSVal() API, disable auto-detection...
2017-12-11 Craig Topper[Driver][CodeGen] Add -mprefer-vector-width driver...
2017-12-11 Craig Topper[Docs] Regenerate command line documentation.
2017-12-11 Erich KeanePR35586: Relax two asserts that are overly restrictive
2017-12-11 Krzysztof Parzyszek[Hexagon] Remove unsupported vlut intrinsics
2017-12-11 Hans WennborgFix warn-enum-compare.cpp on Windows
2017-12-11 Zhihao YuanP0620 follow-up: deducing `auto` from braced-init-list...
2017-12-11 Erich KeaneRevert 320391: Certain targets are failing, pulling...
2017-12-11 Malcolm Parsons[Sema] Fix crash in unused-lambda-capture warning for...
2017-12-11 Erich KeaneFor Linux/gnu compatibility, preinclude <stdc-predef...
2017-12-11 Aleksandar... [mips] Minor update to the comment (NFC)
2017-12-11 Aleksandar... [mips] Removal of microMIPS64R6
2017-12-10 Simon PilgrimFix MSVC 'not all control paths return a value' warning
2017-12-09 Duncan P. N... Update Clang CMake cache to use cxx-headers, NFC
2017-12-09 Tim NorthoverSwitch to gnu++14 as the default dialect.
2017-12-09 Richard TrieuRevert r320230 to fix buildbots.
2017-12-09 Alex LorenzFix Driver/darwin-version.c test
next