]> granicus.if.org Git - clang/shortlog
clang
2018-01-03 Hans WennborgUpdate docs version and clear release notes for 7.0.0
2018-01-03 Ivan Donchevskii[libclang] Fix cursors for functions with trailing...
2018-01-03 Hans WennborgRevert r321697 "[libclang] Support querying whether...
2018-01-03 Hans WennborgUserManual: Update with the latest clang-cl flags
2018-01-03 Ivan DonchevskiiFix more line endings.
2018-01-03 Ivan DonchevskiiFix line endings.
2018-01-03 Ivan Donchevskii[libclang] Fix cursors for functions with trailing...
2018-01-03 Ivan Donchevskii[libclang] Support querying whether a declaration is...
2018-01-03 Ivan Donchevskii[libclang] Add clang_getFileContents to libclang.exports
2018-01-03 Alex BradburyUpdate clang cc1as for createMCAsmBackend change in...
2018-01-03 Roman Lebedev[Sema] -Wtautological-constant-compare is too good...
2018-01-03 Richard SmithPR35697: look at the first declaration when determining...
2018-01-02 Richard SmithFix and simplify handling of return type for (generic...
2018-01-02 George Karpenkov[analyzer] do not crash with assertion on processing...
2018-01-02 Reid Kleckner[WinEH] Allow for multiple terminatepads
2018-01-02 Douglas Yung[DOXYGEN] Fix doxygen and content issues in smmintrin.h
2018-01-02 Douglas Yung[DOXYGEN] Fix doxygen and content issues in pmmintrin.h
2018-01-02 Douglas Yung[DOXYGEN] Fix doxygen and content issues in emmintrin.h
2018-01-02 Nick LewyckySuppress undefined-template warnings when the pattern...
2018-01-02 Volodymyr Sapsai[Sema] Don't emit the -Wstrict-prototypes warning for...
2018-01-02 Filipe CabecinhasRevert "ASan+operator new[]: Fix operator new[] cookie...
2018-01-02 Filipe CabecinhasASan+operator new[]: Fix operator new[] cookie poisoning
2018-01-02 Sam McCall[Driver] Fix unused variables and test-writing-into...
2018-01-01 Faisal ValiAgain reverting an attempt to convert the DeclSpec...
2018-01-01 Benjamin Kramer[Sema] Fix build with GCC
2018-01-01 Faisal ValiUse 'unsigned int' instead of enum bit-fields to silenc...
2018-01-01 Serge PavlovFixed markup formatting
2018-01-01 Faisal Vali[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifier...
2018-01-01 Serge PavlovEnable configuration files in clang
2018-01-01 Faisal ValiRevert r321614 and r321615
2018-01-01 Faisal ValiAdd scope specifiers to updated scoped-enums (that...
2018-01-01 Faisal Vali[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifier...
2017-12-31 Jacob Bandes... [Sema] Improve diagnostics for const- and ref-qualified...
2017-12-31 Jacob Bandes... Reverted 321592: [Sema] Improve diagnostics for const...
2017-12-31 Jacob Bandes... [Sema] Improve diagnostics for const- and ref-qualified...
2017-12-31 Faisal Vali[NFC] Modernize enum DeclSpecContext into a scoped...
2017-12-30 Serge PavlovReverted 321587: Enable configuration files in clang
2017-12-30 Serge PavlovEnable configuration files in clang
2017-12-30 Faisal Vali[NFC] Modernize enum 'UnqualifiedId::IdKind' into a...
2017-12-29 Alexey Bataev[docs] Added description of `-f[no]-openmp-simd` option...
2017-12-29 Alexey Bataev[docs] Updated ReleaseNotes for OpenMP part.
2017-12-29 Alexey Bataev[OPENMP] Support for -fopenmp-simd option with compilat...
2017-12-29 Alex Lorenz[driver][darwin] Take the OS version from -m<os>-versio...
2017-12-29 Alexey Bataev[OPENMP] Initial support for `-fopenmp-simd` option.
2017-12-29 Craig TopperRevert r321504 "[X86] Don't accidentally enable PKU...
2017-12-29 Faisal Vali[NFC] Modernize enum Declarator::TheContext to a type...
2017-12-28 Benjamin KramerAvoid int to string conversion in Twine or raw_ostream...
2017-12-28 Ilya Biryukov[Frontend] Correctly handle instantiating ctors with...
2017-12-28 Stephan Bergmann-fsanitize=vptr warnings on bad static types in dynamic...
2017-12-27 Craig Topper[X86] Don't accidentally enable PKU on cannon lake...
2017-12-27 Craig Topper[X86] Test that -march=skx enables PKU.
2017-12-27 Craig Topper[X86] Enable avx512vpopcntdq and clwb for icelake.
2017-12-27 Alexey Bataev[OPENMP] Support for `depend` clauses on `target enter...
2017-12-27 Hamza Sood[NFC] Small const correctness fix
2017-12-27 Alexey Bataev[OPENMP] Support for `depend` clauses on `target data...
2017-12-27 Aleksei Sidorin[ASTImporter] Support importing FunctionTemplateDecl...
2017-12-27 Coby Tayree[x86][icelake][vbmi2]
2017-12-27 Jonas Hahnfeld[OpenMP] Further adjustments of nvptx runtime functions
2017-12-27 Coby Tayree[x86][icelake][vnni]
2017-12-27 Coby Tayree[x86][icelake][bitalg]
2017-12-27 Coby Tayree[hotfix]
2017-12-27 Coby Tayree[x86][icelake][vpclmulqdq]
2017-12-27 Coby Tayree[x86][icelake][gfni]
2017-12-27 Coby Tayree[x86][icelake][vaes]
2017-12-26 Paul RobinsonFix comment typo in r321312.
2017-12-25 Faisal ValiAdd a fixit for attributes incorrectly placed prior...
2017-12-24 Benjamin Kramer[AST] Inline CompoundStmt contents into the parent...
2017-12-24 Benjamin Kramer[AST] Convert AttributedStmt to llvm::TrailingObjects.
2017-12-24 Alexey Bataev[OPENMP] Fix the tests for 32bits targets, NFC.
2017-12-24 Benjamin KramerMake helpers static. No functionality change.
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...
next