platform/upstream/llvm.git
2022-10-19 Malhar JajooAvoid exporting 80-bit fp functions for architectures...
2022-10-19 Tomasz Kamiński[analyzer] Make directly bounded LazyCompoundVal as...
2022-10-19 Tomasz Kamiński[analyzer] Fix the liveness of Symbols for values in...
2022-10-19 Joseph Huber[Libomptarget][NFC] clang-format the libomptarget OpenM...
2022-10-19 Joe Nash[AMDGPU] V_LDEXP_F16 encoding fix and doc update.
2022-10-19 dbakunevich[Verifier] Allow undef/poison token argument to llvm...
2022-10-19 David Spickett[flang] Fix missing generated includes in out of tree...
2022-10-19 LLVM GN Syncbot[gn build] Port 8cadac41e9f6
2022-10-19 Yitzhak Mandelbaum[clang][dataflow] Add equivalence relation `Value`...
2022-10-19 Florian Hahn[VPlan] Add VPValue::isDefinedOutsideVectorRegions...
2022-10-19 Sam McCall[clangd] consider ~^foo() to target the destructor...
2022-10-19 Simon PilgrimRevert rG42230efccf8fe1185be5fa6c23dce0a8183d6ec9 ...
2022-10-19 Alexey Bader[Attr][Doc] Fix pragma unroll documentation.
2022-10-19 Oleg Shyshkov[mlir] Add TransposeOp to Linalg structured ops.
2022-10-19 Florian Hahn[SCEV] Replace assert with returning CouldNotComp in...
2022-10-19 bipmis[AggressiveInstCombine] Load merge the reverse load...
2022-10-19 Serge PavlovKeep configuration file search directories in Expansion...
2022-10-19 Simon Pilgrim[DAG] Fold (sra (or (shl x, c1), (shl y, c2)), c1)...
2022-10-19 Jay Foad[AMDGPU] Assume getDefIgnoringCopies will succeed....
2022-10-19 Tobias Gysi[mlir][llvm] Ordered traversal in LLVM IR import.
2022-10-19 Caroline Concatto[AArch64] Replace sme-i64 by sme-i16i64 and sme-f64...
2022-10-19 Jay Foad[AMDGPU] Add test case for a VOPD s_delay_alu insertion bug
2022-10-19 Juan Manuel... [AMDGPU][Backend] Fix user-after-free in AMDGPUReleaseV...
2022-10-19 Nikolas Klauser[libc++] Remove std::function in C++03
2022-10-19 Jean Perier[flang] Add fir.declare operation
2022-10-19 Nikita Popov[AA] Rename getModRefBehavior() to getMemoryEffects...
2022-10-19 Nikita Popov[AA] Rename uses of FunctionModRefBehavior (NFC)
2022-10-19 Nikita Popov[AA] Rename FunctionModRefBehavior to MemoryEffects...
2022-10-19 luxufan[RISCV] Enable the LocalStackSlotAllocation pass support
2022-10-19 Valentin Clement[flang][NFC] Fix printed name from proc_nopass_p2
2022-10-19 Walter Erquinigo[lldb][trace] Fix some minor bugs in the call tree
2022-10-19 Valentin Clement[flang] Add fir.dispatch code generation
2022-10-19 Kai Luo[include-cleaner] Fix link errors when -DBUILD_SHARED_L...
2022-10-19 Jean Perier[flang] Introduce FortranVariableOpInterface for ops...
2022-10-19 Lei Zhang[mlir][spirv] Consider target when converting one-eleme...
2022-10-19 Freddy Ye[X86] Add WRMSRNS instructions.
2022-10-19 Craig Topper[RISCV] Add an early out to lowerVECTOR_SHUFFLEAsVSlide...
2022-10-19 Maksim Panchenko[BOLT][NFC] Refactor EFMM initialization
2022-10-19 Freddy Ye[X86] Add MSRLIST instructions.
2022-10-19 chenglin.bi[MC][COFF] Add COFF section flag "Info"
2022-10-19 Weining LuReland "[LoongArch] Fix codegen of atomicrmw nand"
2022-10-19 Chen Zheng[PowerPC] handle more than two predecessors loop header...
2022-10-19 Yuanfang Chen[Clang] constraints partial ordering should work with...
2022-10-19 Sam Clegg[lld][WebAssembly] Don't allow `--global-base` to be...
2022-10-18 Weining LuRevert "[LoongArch] Fix codegen of atomicrmw nand"
2022-10-18 Jan Svoboda[clang][deps] Remove unintentional `move`
2022-10-18 Lang Hames[JITLink] Add convenience methods for creating block...
2022-10-18 Florian Mayer[sanitizer] Let internal symbolizer use toupper and...
2022-10-18 Xiang Li[HLSL] Add SV_DispatchThreadID
2022-10-18 wren romano[mlir][sparse] Removing the DimLvlType and DimLevelForm...
2022-10-18 Quentin Colombet[mlir][MemRef] Move the forwarding patterns for `extrac...
2022-10-18 Sam McCall[include-cleaner] Add line numbers to HTML output
2022-10-18 wren romano[mlir][sparse] Moving Enums.h into Dialect/SparseTensor/IR
2022-10-18 Siva Chandra... [libc] Add implementation of sigaltstack for linux.
2022-10-18 jinge90[CMake] Fix LIBUNWIND_ENABLE_CET build after D110005
2022-10-18 Joseph Huber[clang-format] Do not parse certain characters in pragm...
2022-10-18 Joseph Huber[OpenMP] Make kernels have protected visibility
2022-10-18 Jez Ng[lld-macho] Folded symbols should have size zero in...
2022-10-18 Jez Ng[lld-macho] Don't fold subsections with symbols at...
2022-10-18 wren romano[mlir][sparse] Factoring out SparseTensorEnums library
2022-10-18 Aart Bik[mlir][sparse] refine insertion code
2022-10-18 Arthur Eubanks[opt] Don't initialize legacy instrumentation passes
2022-10-18 Siva Chandra... [libc][Obvious] Skip some termios tests when there...
2022-10-18 Walter Erquinigo[lldb][trace] Add a basic function call dump [3] -...
2022-10-18 Walter Erquinigo[lldb][trace] Add a basic function call dump [2] -...
2022-10-18 Walter Erquinigo[lldb][trace] Add a basic function call dumpdump [1...
2022-10-18 Siva Chandra... [libc] Add termios.h and the implementation of function...
2022-10-18 Maksim Panchenko[BOLT] Fix instruction encoding validation
2022-10-18 Paul PluzhnikovFix incorrect check for running out of source locations.
2022-10-18 wren romano[mlir][sparse] Use the runtime DimLevelType instead...
2022-10-18 Nico Weber[clang] Move variable declaration closer to use
2022-10-18 Nancy Wang[SystemZ][z/OS][libcxx]: fix the mask in stage2_float_l...
2022-10-18 Quentin Colombet[mlir][MemRef] Fix the simplification of extract_stride...
2022-10-18 LLVM GN Syncbot[gn build] Port 594fa1474f0c
2022-10-18 wren romano[mlir][sparse] rename the values of the runtime DimLeve...
2022-10-18 Yuanfang Chen[C++20] Implement P2113R0: Changes to the Partial Order...
2022-10-18 Mark de Wever[libc++][chrono] Fixes build.
2022-10-18 Alexey Bataev[SLP]Generalize cost model.
2022-10-18 Yuanfang Chen[Clang] update cxx_dr_status.html by running make_cxx_d...
2022-10-18 Eli Friedman[AArch64][Windows] Add MC support for save_any_reg.
2022-10-18 Mark de Wever[libc++][chrono] Implements formatter weekday.
2022-10-18 Mark de Wever[libc++][chrono] Implements formatter duration.
2022-10-18 Hui Xie[libc++][ranges] implement `std::ranges::drop_while_view`
2022-10-18 Alexey BataevRevert "[SLP]Generalize cost model."
2022-10-18 Sjoerd MeijerRevert "Recommit "[LoopFlatten] Enable it by default""
2022-10-18 Felipe de Azevedo... Revert "[lldb-tests] Remove dubious standard library...
2022-10-18 Valentin Clement[flang] Add getTypeDescriptorBindingTableName function
2022-10-18 Felipe de Azevedo... [lldb-tests] Remove dubious standard library flag
2022-10-18 Felipe de Azevedo... [lldb-tests] Add libcxx version check for regex tests
2022-10-18 Felipe de Azevedo... [lldb-tests] Add compiler version check in TestFunction...
2022-10-18 Fangrui Song[ELF] Restore AArch64Relaxer after 685b21255315e699aa83...
2022-10-18 Katherine Rasmussen[flang] Add atomic_cas to the list of intrinsics
2022-10-18 Alexey Bataev[SLP][NFC]Fix a warning for ?: with enum/unsigned,...
2022-10-18 Slava Zakharin[flang] Restrict __float128 support for some build...
2022-10-18 Arthur Eubanks[test] Remove redundant -passes flags
2022-10-18 Aart Bik[mlir][sparse] improve push_back type checking, printin...
2022-10-18 Arthur Eubanks[ObjCARC][test] Use `opt -passes=` syntax
2022-10-18 Krzysztof Parzyszek[Hexagon] Use shifts by scalar for funnel shifts by...
2022-10-18 Chris Bieneman[DX] Create globals for DXContainer parts
2022-10-18 David Zarzycki[clang testing] Unbreak read-only source builds
next