Skip to content

Commit

Permalink
llvm: Update baseline to d3016aa889ac12fd8a047d68fed2ddaca107b990
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 9, 2024
1 parent 1071c8c commit e6c9584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/llvm-project
Submodule llvm-project updated 34 files
+14 −0 clang/test/C/C11/n1514.c
+4 −1 clang/www/c_status.html
+7 −1 libcxx/docs/ReleaseNotes/19.rst
+1 −0 libcxx/include/CMakeLists.txt
+6 −5 libcxx/include/__format/escaped_output_table.h
+350 −0 libcxx/include/__format/indic_conjunct_break_table.h
+218 −95 libcxx/include/__format/unicode.h
+3 −4 libcxx/include/__format/width_estimation_table.h
+1 −0 libcxx/include/libcxx.imp
+2 −0 libcxx/include/module.modulemap
+1 −3 libcxx/src/random.cpp
+5 −1 libcxx/src/tzdb.cpp
+30 −0 libcxx/test/libcxx/fuzzing/format_no_args.pass.cpp
+1,959 −204 libcxx/test/libcxx/utilities/format/format.string/format.string.std/extended_grapheme_cluster.h
+15 −0 libcxx/test/libcxx/utilities/format/format.string/format.string.std/extended_grapheme_cluster.pass.cpp
+8 −0 libcxx/utils/CMakeLists.txt
+267 −10 libcxx/utils/data/unicode/DerivedCoreProperties.txt
+12 −10 libcxx/utils/data/unicode/DerivedGeneralCategory.txt
+2,586 −2,584 libcxx/utils/data/unicode/EastAsianWidth.txt
+3 −3 libcxx/utils/data/unicode/GraphemeBreakProperty.txt
+656 −71 libcxx/utils/data/unicode/GraphemeBreakTest.txt
+5 −5 libcxx/utils/data/unicode/emoji-data.txt
+8 −17 libcxx/utils/generate_extended_grapheme_cluster_table.py
+309 −0 libcxx/utils/generate_indic_conjunct_break_table.py
+25 −24 llvm/include/llvm/ADT/STLExtras.h
+6 −16 llvm/include/llvm/BinaryFormat/Dwarf.h
+3 −4 llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp
+25 −5 llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+48 −0 llvm/test/Transforms/SLPVectorizer/X86/zext-incoming-for-neg-icmp.ll
+1 −1 mlir/lib/Dialect/SparseTensor/Transforms/CMakeLists.txt
+1 −1 mlir/lib/Dialect/SparseTensor/Transforms/Utils/LoopEmitter.h
+42 −24 mlir/lib/Dialect/SparseTensor/Transforms/Utils/SparseTensorIterator.cpp
+5 −4 mlir/lib/Dialect/SparseTensor/Transforms/Utils/SparseTensorIterator.h
+1 −2 mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp

0 comments on commit e6c9584

Please sign in to comment.