platform/upstream/llvm.git
2022-12-23 liqinweng[MLIR][Arith] Canonicalize xor with ext
2022-12-23 Chenbing Zheng[InstCombine] complete (X << Z) / (Y << Z) --> X / Y
2022-12-23 Amir Ayupov[BOLT][TEST] Limit iterations in X86/exceptions-pic...
2022-12-23 Bastian KerstingAdd Soft/Hard RSS Limits to Scudo Standalone
2022-12-23 Vitaly Buka[scudo] Fix return type of GetRSS()
2022-12-23 Ben Shi[AVR] Select 16-bit LDS/STS for load/store on AVRTiny.
2022-12-23 Ben Shi[AVR] Support 16-bit LDS/STS on AVRTiny.
2022-12-23 Nikolas Klauser[libc++] Granularize <type_traits> includes in <compare>
2022-12-23 Ben Shi[AVR][MC] Fix illegal operand forms.
2022-12-23 Peiming Liu[mlir][sparse] add missing dependent dialect.
2022-12-23 Ben Shi[AVR] Fix a bug in AsmPrinter when printing memory...
2022-12-23 Roman Lebedev[NFC][Codegen][X86] Tests w/ final optimized IR of...
2022-12-23 Lang Hames[ORC][ORC-RT] Add SimplePackedSerialization support...
2022-12-23 Peiming Liu[mlir][sparse] use sparse_tensor::StorageSpecifier...
2022-12-23 Emilia Dreamer[clang-format] Set requires expression params as not...
2022-12-23 Emilia Dreamer[clang-format][docs] Fix invalid CSS syntax in versionbadge
2022-12-23 Keith Smiley[lld-macho] Use ld64's LC_LINKER_OPTIONS behavior by...
2022-12-22 Keith Smiley[lld-macho] Flip string deduplication default
2022-12-22 Roman Lebedev[NFC][SROA] Rewrite widen-load-of-small-alloca tests...
2022-12-22 Roman Lebedev[DAGCombiner] `visitFREEZE()`: be less greedy with...
2022-12-22 Roman Lebedev[DAGCombiner] `visitFREEZE()`: allow multiple maybe...
2022-12-22 Roman Lebedev[DAGCombine] `BUILD_VECTOR` can not create undef or...
2022-12-22 Roman Lebedev[NFC][Codegen] Tests for `freeze` of `BUILD_VECTOR`
2022-12-22 Roman Lebedev[NFC][DAGCombiner] `visitFREEZE()`: use early return
2022-12-22 Peiming Liu[bazel] fix bazel file.
2022-12-22 LLVM GN Syncbot[gn build] Port d64d3c5a8f81
2022-12-22 Thomas Raoux[mlir][vector] Fix bug in extractOp folding
2022-12-22 Nilay Vaishstd::sort: add BlockQuickSort partitioning algorithm...
2022-12-22 Peiming Liu[mlir][sparse] introduce sparse_tensor::StorageSpecifie...
2022-12-22 Zhi Zhuang[LowerExpectIntrinsic] Propagate branch weights through...
2022-12-22 Siva Chandra... [libc][NFC] Use operator delete to cleanup a File object.
2022-12-22 Shubham Sandeep... Revert "Emit unwind information in the .debug_frame...
2022-12-22 Nitin John Raj[RISCV] Add pass to remove W suffix from ADDIW and...
2022-12-22 Nikolas Klauser[libc++] Granularize <type_traits> includes in <utility>
2022-12-22 Matt ArsenaultSCCP: Add failing testcase with llvm.ssa.copy
2022-12-22 Matt ArsenaultSCCP: Don't assert on constantexpr casts of function...
2022-12-22 Fangrui Song[CSKY] Fix MachineFunctionInfo initialization after...
2022-12-22 Kazu Hirata[clang] Remove redundant initialization of std::optiona...
2022-12-22 Krzysztof Drewniak[mlir][GPU] Add known_block_size and known_grid_size...
2022-12-22 LLVM GN Syncbot[gn build] Port 17ed8f29287b
2022-12-22 Vladislav Khmelevsky[BOLT][AArch64] Handle adrp+ld64 linker relaxations
2022-12-22 Keith Smiley[lld-macho] Fix assert when splitting section
2022-12-22 Peiming Liu[mlir][sparse] make loop emitter API more concise.
2022-12-22 Gulfem Savrun... [LangRef] Add description for nocallback attribute
2022-12-22 Gulfem Savrun... [Linker] Remove nocallback attribute while linking
2022-12-22 Roman Lebedev[DAGCombine][X86] Pull one-use `freeze` out of `extract...
2022-12-22 Roman Lebedev[NFC][Codegen][X86] Add tests where we could improve...
2022-12-22 Fangrui Song[Driver] Revert D139717 and add -Xparser/-Xcompiler...
2022-12-22 Aart Bik[mlir][sparse] move loop boundary method to codegenenv
2022-12-22 Fangrui SongRemove incorrectly implemented -mibt-seal
2022-12-22 Roman Lebedev[DAGCombiner] `visitFREEZE()`: allow, and update, other...
2022-12-22 Roman Lebedev[NFC][Codegen][X86] Add test for freeze with other...
2022-12-22 Michael Jones[libc][obvious] fix errno for 32 bit long test
2022-12-22 Kazu Hirata[lldb] Fix a warning
2022-12-22 Fangrui SongRevert D138179 "MIPS: fix build from IR files, nan2008...
2022-12-22 Jessica PaquetteFix indentation in LangRef.rst
2022-12-22 Matt ArsenaultSupport: Fix broken C++ marker
2022-12-22 Kazu Hirata[mlir] Fix a warning
2022-12-22 Siva Chandra... [libc] Handle allocation failures gracefully in FILE...
2022-12-22 Kazu Hirata[mlir] Fix warnings
2022-12-22 serge-sans... Properly support LLVM_ENABLE_LLD on Windows
2022-12-22 Florian Hahn[VPlan] Add support for tracking UFs applicable to...
2022-12-22 Koakuma[SPARC] Fix SELECT_REG emission for f128s
2022-12-22 Mark de Wever[libc++][CI] Improves buildbot runner.
2022-12-22 LLVM GN Syncbot[gn build] Port eb6e13cb3280
2022-12-22 Michael Jones[libc] change str to int tests to be templated
2022-12-22 Mark de Wever[libc++][format] Removes test redundancy.
2022-12-22 Mark de Wever[libc++][format] Adds formatter for tuple and pair
2022-12-22 Aart Bik[mlir][sparse] completed codegen environment privatization
2022-12-22 Florian Hahn[VPlan] Add unittest for printing plans with VFs and...
2022-12-22 Mark Mendell[mlir][spirv] Add StreamingInterfaceINTEL to SPIRVBase.td
2022-12-22 Blue Gaston[Sanitizer] Fix page alignment for mmap calls
2022-12-22 Jessica Paquette[IR/MachineOutliner] Add a "nooutline" function attr...
2022-12-22 Michael Jones[libc] add exponent format to printf
2022-12-22 Augusto Noronha[lldb] Add LTO dependency to lldb test suite
2022-12-22 Matt ArsenaultAMDGPU: Modernize sqrt f64 test
2022-12-22 Mitch PhillipsAdd aligned_alloc to symbolizer symbols list.
2022-12-22 Matt ArsenaultSupport: Add polling option to sys::Wait
2022-12-22 Matt ArsenaultAMDGPU: Update constant address spaces used in printf...
2022-12-22 Matt ArsenaultAMDGPU: Use early continue to reduce indentation
2022-12-22 Chenguang Wang[mlir] Allow specifying benefit for C func ptr style...
2022-12-22 David Green[AArch64] Add RSHRN and RSHRN2 patterns
2022-12-22 Amy HuangSmall fixes to creduce-clang-crash.py script.
2022-12-22 Ramkumar Ramachandramlir/tblgen test: add a test for EnumAttr customAssembl...
2022-12-22 Ties Stuij[GlobalISel][Legalizer] add minScalarIf action
2022-12-22 Ayke van Laethem[AVR] Do not emit instructions invalid for attiny10
2022-12-22 Jay Foad[AMDGPU] Remove permlane discard vdst_in optimization...
2022-12-22 Mehdi AminiApply clang-tidy fixes for llvm-else-after-return in...
2022-12-22 Mehdi AminiApply clang-tidy fixes for llvm-else-after-return in...
2022-12-22 Nikita Popov[SampleProfile] Regenerate test checks (NFC)
2022-12-22 Nikita Popov[Util] Regenerate test checks (NFC)
2022-12-22 Nikita Popov[InstCombine] Regenerate test checks (NFC)
2022-12-22 Aliia Khasanova[mlir][linalg] Reuploading: add a shortened printing...
2022-12-22 Alex Richardson[libc++] Use aligned_alloc instead of posix_memalign...
2022-12-22 Nikita Popov[SystemZ] Convert test to opaque pointers (NFC)
2022-12-22 Nikita Popov[RISCV] Convert test to opaque pointers (NFC)
2022-12-22 Nikita Popov[RISCV] Convert some tests to opaque pointers (NFC)
2022-12-22 Yitzhak Mandelbaum[clang][dataflow] Fix bug in handling of `return` state...
2022-12-22 Matt ArsenaultInstSimplify: Split isKnownNeverInfinity tests into...
2022-12-22 Matt ArsenaultValueTracking: Add test for isKnownNeverInfinity for...
next