2023-01-14 |
Kirill Stoimenov | [LSAN][Fuchsia] Added ForEachExtraThreadStackRange... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Kazu Hirata | [mlir] Add #include <optional> (NFC) |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Kshitij Jain | Fixes handling logic for i386/ELF GOTPC relocation |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Jan Svoboda | [clang] Report the on-disk paths for inputs to module... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Nikolas Klauser | [libc++] Add [[clang::lifetimebound]] attribute to... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Khem Raj | [hwasan] Replace j __interceptor_sigsetjmp instead... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Matt Arsenault | DAG/GlobalISel: Fix broken/redundant setting of MODeref... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Matt Arsenault | AArch64/GlobalISel: Regenerate test checks |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Mehdi Amini | Fix scf.while verifier crash (NFC) |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Mehdi Amini | Refactor OperationName to use virtual tables for dispat... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
NAKAMURA Takumi | [Bazel] Use `LLVM_VERSION` from `llvm/CMakeLists.txt` |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Youling Tang | [lsan] Add lsan support for loongarch64 |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Hui Li | [LLDB][LoongArch] Add FP branch instructions for Emulat... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Hui Li | [LLDB][LoongArch] Delete the s9 register alias definition |
commit | commitdiff | tree | snapshot |
2023-01-14 |
NAKAMURA Takumi | MachineScheduler.cpp: Fixup D141707, suppress `MISchedD... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
LLVM GN Syncbot | [gn build] Port 5629d492df38 |
commit | commitdiff | tree | snapshot |
2023-01-14 |
varconst | Reapply "[libc++][ranges]Refactor `copy{,_backward... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Fangrui Song | [test] Deprecated llvm::TypeSize::getFixedSize => getFi... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Fangrui Song | Fix some -Wconstant-conversion warnings for future... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Lang Hames | [ORC] Introduce deferred allocation-actions scheme... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
yijiagu | [mlir][async] Allow to call async.execute inside async... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Valery N Dmitriev | [SLP] Remove unused check label from test - NFC |
commit | commitdiff | tree | snapshot |
2023-01-13 |
NAKAMURA Takumi | Revert "[Clang][Sema] Enabled implicit conversion warni... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Owen Pan | [clang-format] Replace DeriveLineEnding and UseCRLF... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
LLVM GN Syncbot | [gn build] Port fdc0bf6adcee |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Paul Kirth | Revert "[LoongArch][M68k] Add 'Stack Frame Layout Analy... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Paul Kirth | Revert "[codegen] Add StackFrameLayoutAnalysisPass" |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Joseph Huber | [OpenMP][Docs] Remove documentation on removed option |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Joseph Huber | [Clang] Remove `CLANG_OPENMP_NVPTX_DEFAULT_ARCH` CMake... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Joseph Huber | [OpenMP] Make `-fopenmp-target=` use the `nvptx-arch... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Craig Topper | [LoongArch][M68k] Add 'Stack Frame Layout Analysis... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Craig Topper | [CodeGen] Remove uses of Register::isPhysicalRegister... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Vitaly Buka | [NFC] Suppress warning after D139114 |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Sanjay Patel | [InstCombine] fold pow(X,Y) / X -> pow(X, Y-1) |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Sanjay Patel | [InstCombine] fold pow(X,Y) * X -> pow(X, Y+1) (with... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Sanjay Patel | [InstCombine] add more tests for pow reassociation... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Michal Paszkowski | [SPIR-V] Fix switch lowering with common compare register |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Christopher... | [mlir][gpu] Fix another windows build issue |
commit | commitdiff | tree | snapshot |
2023-01-13 |
LLVM GN Syncbot | [gn build] Port 0a652c540556 |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Carlo Bertolli | [OpenMP][libomptarget][AMDGPU] Add missing declarations... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Owen Pan | [clang-format] Fix a bug in DerivePointerAlignment... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Paul Kirth | [codegen] Add StackFrameLayoutAnalysisPass |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Jakub Kuderski | [mlir][vector] Disallow vector.fma over vectors of... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Diego Caballero | [mlir][vector] Masking support for reductions in Linalg... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Christopher... | [mlir][gpu] Fix build failure / silence windows build... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Dominik Adamski | Revert "[OpenMP][OMPIRBuilder] Move SIMD alignment... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Dominik Adamski | [OpenMP][OMPIRBuilder] Move SIMD alignment calculation... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Jonathon Penix | [flang] Fix cmake errors when building the Decimal... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Nhat Nguyen | [cmake] Fix path to LLVMConfig.cmake for multi-config... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Paul Robinson | [Polly] Fix REQUIRES for nvptx-dependent tests |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Utkarsh Saxena | Remove brittle test introduced in D140547. |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Matt Arsenault | AMDGPU: Use getConstantStringInfo for printf format... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
HanSheng Zhang | [DAGCombiner] `visitFREEZE()`: gracefully handle node... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Roman Lebedev | [NFC][DAGCombiner] Fix typo in `visitFREEZE()` |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Francesco Petrogalli | [CodeGen] Fix build failure due to missing declaration. |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Craig Topper | [Analysis] Use isa instead of dyn_cast to suppress... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Craig Topper | [DAGCombiner][RISCV] Pre-promote (zext (abs X)) to... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Florian Hahn | [X86] Update check lines that are not properly auto... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Lei Huang | [PowerPC][NFC] Add missing P10 code enablement asm... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Sanjay Patel | [InstCombine] fold pow(X,Y) * pow(Z,Y) -> pow(X*Z,... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Sanjay Patel | [InstCombine] add tests for pow reassociation; NFC |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Florian Mayer | [NFC] [scudo] actually fix DCHECK now |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Florian Mayer | [NFC] [scudo] fix mistake in DCHECK |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Carlo Bertolli | [OpenMP][libomptarget][AMDGPU] lock/unlock (pin/unpin... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Matt Arsenault | AMDGPU: Fix format string indexes for existing llvm... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Alex Brachet | Revert "[clang-scan-deps] Migrate to OptTable" |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Alex Brachet | [clang-scan-deps] Migrate to OptTable |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Roman Lebedev | [SimplifyCFG] Reapply: when eliminating `unreachable... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Christopher... | [mlir][gpu] Migrate hard-coded address space integers... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Blue Gaston | [Sanitizer] Clean up SANITIZER_CAN_USE_ALLOCATOR64... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Florian Mayer | allocation_ring_buffer_size to 0 disables stack collection |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Florian Hahn | [VPlan] Use to_vector when iterating over a temporary... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Matt Arsenault | AMDGPU: Some printf call edge case tests |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Matt Arsenault | AMDGPU: Don't expand printf users if printf is defined |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Benjamin Kramer | [thread] Fix a FIXME with std::apply. NFCI |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Med Ismail... | Revert "[lldb] Add Debugger & ScriptedMetadata referenc... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Mark de Wever | [libc++][doc] Updates the release notes. |
commit | commitdiff | tree | snapshot |
2023-01-13 |
bixia1 | [mlir][sparse] Improve ConcatenateOp rewriting for... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Guillaume Chatelet | [NFC] Remove Function::getParamAlignment |
commit | commitdiff | tree | snapshot |
2023-01-13 |
David Green | [AArch64] Add some tests for vscale being a power 2... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Fahad Nayyar | [Clang][Sema] Enabled implicit conversion warning for... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Fahad Nayyar | [libunwind] Fixed an upcoming clang -Wsign-conversion... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Jakub Kuderski | [mlir][spirv] Fix crash in spirv-lower-abi-attributes |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Matthias Springer | [mlir][vector] Support multiple result types in vector... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Kito Cheng | [Driver][RISCV] Adjust the priority between -mcpu,... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Frank (Fang... | [mlir][vector] Add scalable vectors support to OuterPro... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Jens Massberg | Move definitions to prevent incomplete types. |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Jens Massberg | Add default constructurs to `filter_iterator_impl`... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Matthias Springer | [mlir][bufferization][NFC] Make getEnclosingRepetitiveR... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Sanjay Patel | [InstCombine] improve description of fold and add TODO... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Florian Hahn | [MachineCombiner] Lift same-bb restriction for reassoci... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Benjamin Kramer | [HashBuilder] Simplify with C++17. NFCI |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Haojian Wu | [include-cleaner] Remove a stale FIXME. |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Keith Walker | [AArch64] Update 2 RME MEC instruction encodings |
commit | commitdiff | tree | snapshot |
2023-01-13 |
David Green | [AArch64] Add extra tests for sinking to umull/smull... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Joseph Huber | [lld][Mach-O] Fix build with Mach-O due to missing... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Jirui Wu | [ARM] Accept two-register form of vnmul |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Benjamin Kramer | [analyzer] Fix a FIXME. NFCI |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Lorenzo Chelini | [MLIR] Fold outer dims permutation to pack when propagating |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Nikita Popov | [LVI] Check for non-speculatable instructions |
commit | commitdiff | tree | snapshot |
next |