]> granicus.if.org Git - clang/shortlog
clang
2017-12-23 Sam McCall[Index] Reduce size of SymbolInfo struct.
2017-12-23 Faisal Vali[NFC] Remove a cast rendered unnecessary by r321409
2017-12-23 Faisal Vali[NFC] Update the template-parameter parsers and analyze...
2017-12-23 Richard Trieu[ODRHash] Disable hashing on methods.
2017-12-23 Richard Trieu[ODRHash] Support ODR violation detection in functions.
2017-12-22 Chandler CarruthAdd an explicit `LLVM_FALLTHROUGH` annotation to an...
2017-12-22 Alexey Bataev[OPENMP] Captured arguments of the capturable clauses...
2017-12-22 Serge PavlovUnit tests for TBAA metadata generation.
2017-12-22 Ivan A. Kosarev[CodeGen] Represent array members in new-format TBAA...
2017-12-22 Ivan A. Kosarev[CodeGen] Support generation of TBAA info in the new...
2017-12-22 Sam McCallFix unused variable warning in SemaTemplate. NFC
2017-12-22 Craig Topper[X86] Add missing check lines for the silvermont cases...
2017-12-22 Bruno Cardoso... [Modules] Map missing private submodules from Foo.Priva...
2017-12-22 Craig Topper[X86] Add 'prfchw' to the correct CPUs to match the...
2017-12-22 Faisal ValiDiagnose the various invalid decl-specifiers on nontype...
2017-12-22 Bruno Cardoso... [Modules] Change private modules rules and warnings
2017-12-21 Artem Belevich[CUDA] More fixes for __shfl_* intrinsics.
2017-12-21 Craig Topper[X86] Allow _mm_prefetch (both the header implementatio...
2017-12-21 Erich KeaneCorrect hasFeature/isValidFeatureName's handling of...
2017-12-21 Adrian PrantlDelete dead code.
2017-12-21 George Karpenkov[analyzer] Add Javascript to analyzer HTML output to...
2017-12-21 Richard Trieu[ODRHash] Canonicalize Decl's before processing.
2017-12-21 Richard SmithSuppress "redundant parens" warning for "A (::B())".
2017-12-21 Petr Hosek[CMake][Fuchsia] Enable assertions
2017-12-21 Petr Hosek[scudo] Add -fsanitize=scudo option to Fuchsia
2017-12-21 Paul Robinson[AST] Incorrectly qualified unscoped enumeration as...
2017-12-21 Aaron BallmanRe-commit r321223, which adds a printing policy to...
2017-12-21 Volodymyr SapsaiRevert "[CodeGen] Fix crash when a function taking...
2017-12-21 Richard SmithDon't produce redundant parentheses warning for "A...
2017-12-21 Abderrazek... [AArch64] Enable fp16 data type for the Builtin for...
2017-12-21 Reid KlecknerRevert "Fix for PR32990"
2017-12-21 Richard SmithWhen instantiating a deduction guide, transform its...
2017-12-21 Volodymyr Sapsai[CodeGen] Fix crash when a function taking transparent...
2017-12-21 Abderrazek... [AARch64] Add ARMv8.2-A FP16 vector intrinsics
2017-12-21 Artem Dergachev[analyzer] Fix zero-initialization of stack VLAs under...
2017-12-21 Aleksei Sidorin[ASTImporterTest] Add mandatory testing with '-fdelayed...
2017-12-21 Ilya BiryukovAdded helper to get size of PrecompiledPreamble
2017-12-21 Ivan A. Kosarev[CodeGen] Fix access sizes in new-format TBAA tags
2017-12-21 Erich KeaneFix for PR32990
2017-12-21 Aaron BallmanReverting a file that snuck in with r321229 by accident.
2017-12-21 Vedant Kumar[ubsan] Diagnose noreturn functions which return
2017-12-21 Vedant Kumar[Driver] Ensure no overlap between trapping & recoverab...
2017-12-20 Aaron BallmanReverting r321223 and its follow-up commit because...
2017-12-20 Aaron BallmanSilence a -Wreorder warning from r321223.
2017-12-20 Aaron BallmanAdd a printing policy to the ASTDumper.
2017-12-20 Alex LorenzFix an assertion failure regression in isDesignatorAtOb...
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
next