2023-02-25 |
Craig Topper | [RISCV] Combine some duplicate XTHeadFMemIdx patterns... |
commit | commitdiff | tree | snapshot |
2023-02-25 |
Alex Bradbury | [lld][RISCV] Avoid error when encountering unrecognised... |
commit | commitdiff | tree | snapshot |
2023-02-25 |
Casey Carter | [libc++][test] Silence MSVC deprecation warnings |
commit | commitdiff | tree | snapshot |
2023-02-25 |
Matt Arsenault | clang: Add __builtin_elementwise_fma |
commit | commitdiff | tree | snapshot |
2023-02-25 |
Mehdi Amini | Add info about the "testing only" aspect of `--allow... |
commit | commitdiff | tree | snapshot |
2023-02-25 |
Mehdi Amini | [MLIR][doc] Clarify `allowUnregisteredDialects()` as... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Fangrui Song | [lldb][test] Fix vCont-threads/main.cp for -std=c++11 |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Vitaly Buka | [docs] Update compiler-rt/CODE_OWNERS.TXT |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Fangrui Song | [OpenMP] Remove uses of ATOMIC_VAR_INIT |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Fangrui Song | Remove uses of ATOMIC_VAR_INIT |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Michael Jones | [libc] Clarify printf percent conversion behavior. |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Noah Goldstein | Add transform for `(and/or (icmp eq/ne A,-1),(icmp... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Noah Goldstein | Make `(and/or (icmp eq/ne A,C0), (icmp eq/ne A,C1)... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Noah Goldstein | Add tests for (or/and (icmp eq/ne A, C0), (icmp eq... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Noah Goldstein | Add transforms for `(max/min (xor X, Pow2), X)` ->... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Noah Goldstein | Add tests for transforming `(max/min (xor X, Pow2)... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Noah Goldstein | Add tests for shuffle as shift/rotate; NFC |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Noah Goldstein | Add Extend shuffle pattern to vNf32 shuffles. |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Noah Goldstein | Prioritize lowering V{4|16}F32 with blend. |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Alexey Bataev | [SLP]Improve handling gathers/buildvectors with undefs. |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Alan Hu | [OCaml] Remove all PassManager-related functions |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Zibi Sarbinowski | [z/OS][NFC] Remove obsolete code. |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Stefan Pintilie | [PowerPC] Add Binary Coded Decimal Assist Instructions |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Fangrui Song | LanguageExtensions.rst: fix a typo in the `#pragma... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Philipp Tomsich | [RISCV] Add vendor-defined XTheadCondMov (conditional... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Siva Chandra... | [libc] Add a linting target named "libc-lint". |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Mark de Wever | [libc++][test] Use the Japanese test. |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Alexis Murzeau | [clang-tidy] improve readability-identifier-naming... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Alexey Bataev | [SLP][NFC]Format and improve function, returning std... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Cyndy Ishida | [llvm][NFC] Move tapi tests using nm to llvm-nm test... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Aaron Ballman | [C2x] Remove the ATOMIC_VAR_INIT macro from stdatomic.h |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Tue Ly | [libc][math] Fix floating point exception testing macro... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Akira Hatanaka | [CodeGen] Stop storing alignment information into point... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Vitaly Buka | Revert "[InstCombine] Remove early constant fold" |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Tue Ly | [libc][math] Set floating point exceptions for exp... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Craig Topper | [RISCV] Use ComplexPattern to reduce the number of... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Arthur Eubanks | [clang][Driver] Pass /INFERASANLIBS:NO to link.exe... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Markus Böck | [mlir][NVGPUToNVVM] Add option for emitting opaque... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
David Spickett | Revert "[clang-tidy] handle exceptions properly in... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Markus Böck | [mlir][SPIRV] Enable use of opaque-pointers in spirv... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Markus Böck | [mlir][GPUToVulkan] Port conversion passes and `mlir... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Manuel Klimek | [clang-format] Add simple macro replacements in formatting. |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Jon Chesterfield | [amdgpu] Change LDS lowering default to hybrid |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Jon Chesterfield | [amdgpu] Add test case showing bug prior to D141852 |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Tobias Gysi | [mlir][llvm] Add FastmathFlagsInterface only once ... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Steve Merritt | [Codeview] Fix incorrect size determination for complex... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Hans Wennborg | [PDB] Error on too large stream directories |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Matt Arsenault | Verifier: Don't rely on bitmask enum when checking... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Markus Böck | [mlir][Vector][Trivial] Move a conversion to LLVM test... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Markus Böck | [mlir][LLVM] Enable opaque-pointers in e2e lowering... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Markus Böck | [mlir][LinalgToLLVM] Add pass option for emitting opaqu... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Joseph Huber | [Libomptarget] Remove unused image argument from global... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Nikolas Klauser | [libc++] Remove <experimental/{algorithm,functional}> |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Ilya Leoshkevich | [sanitizer] Support v2 and v3 capabilities |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Aaron Ballman | Fix the LLVM Sphinx build |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Haojian Wu | [Tooling/Inclusion] Add the generic abs symbol to the... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Florian Hahn | Recommit "[SCCP] Remove legacy SCCP pass." |
commit | commitdiff | tree | snapshot |
2023-02-24 |
isuckatcs | [clang-tidy] handle exceptions properly in `ExceptionAn... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Matt Arsenault | LLParser: Fix failing nofpclass test |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Florian Hahn | [Polly] Remove CodegenCleanupPass. |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Dmitri Gribenko | Revert "Add tests to reproduce pointer/index width... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Haojian Wu | [Tooling/Inclusion] Add the missing NULL symbol to... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Matt Arsenault | AMDGPU: Document denormal behavior |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Matt Arsenault | IR: Add nofpclass parameter attribute |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Jirui Wu | [ARM] Remove redundant BTI instructions for table jumps |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Jirui Wu | [ARM] Accept .w suffixes for some memory instructions |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Paul Semel | [clang][dataflow] Fix wrong assert for CXXConstructExpr |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Kadir Cetinkaya | [Tooling][Inclusions] Add c-header and global namespace... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Kadir Cetinkaya | [clangd] Fix UB in scanPreamble |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Nathan Ridge | [clangd] Avoid using CompletionItemKind.Text for macro... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Matthias Springer | [mlir][IR] Add Iterator template option to IR walkers |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Florian Hahn | [SCEV] Increase FoldID bits size cover common cases. |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Valentin Clement | [flang] Perform default value initialization on abstrac... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Jean Perier | [flang][hlfir] Array constructor lowering [part 4/4] |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Serge Pavlov | [NFC] Make FPClassTest a bitmask enumeration |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Jean Perier | [flang][hlfir] Array constructor lowering [part 3/4] |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Martin Liska | ASAN: keep support for Global::location |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Jean Perier | [flang] Do not include dangling ac-implied-do-index... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Jean Perier | [flang] Preserve useResultSymbolShape_ option when... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
LLVM GN Syncbot | [gn build] Port fffbfe7c0ca8 |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Julian Lettner | Restore "[Darwin] Apply workaround to make symbolicatio... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Craig Topper | [WebAssembly] Split WebAssemblyUtils to fix library... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Alexis Murzeau | [clang-tidy] Fix readability-identifer-naming Hungarian... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Vikram | [AMDGPU] Autogenerate carryout-selection.ll, uaddo... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Chuanqi Xu | Add test for issue 60486 |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Mehdi Amini | Fix internal link in the MLIR doc |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Fangrui Song | [FunctionImport] Change IRMover report_fatal_error... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Chia-hung Duan | [scudo] Accessing PossibleRegions requires lock |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Ben Shi | [AVR][MC] Add ELF flag 'EF_AVR_LINKRELAX_PREPARED'... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Siva Chandra... | [libc] Remove a now uneccesary CMake policy. |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Michael Liao | [LangRef] Correct value ranges for address space, vecto... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Siva Chandra... | [libc] Introduce a target named libc-unit-tests to... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Julian Lettner | Revert "[Darwin] Apply workaround to make symbolication... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Noah Goldstein | Use `analyzeKnownBitsFromAndXorOr` in `SimplifyDemanded... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Noah Goldstein | Add logic for tracking lowbit of (and/xor/or X, (add... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Noah Goldstein | Add helper for handling `computeKnownBits` for and... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Noah Goldstein | Add tests for KnownBits of (and/xor/or X, (add/sub... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Min-Yih Hsu | [M68k] Provide exception pointer and selector registers |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Kadir Cetinkaya | Revert "Revert "[Tooling/Inclusion] Handle std::get... |
commit | commitdiff | tree | snapshot |
2023-02-24 |
Shilei Tian | [OpenMP] Fix the wrong use of `fopen` |
commit | commitdiff | tree | snapshot |
next |