2021-09-23 |
Stefan Gränitz | [ORC][examples] Export exectuable symbols explicitly... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Nico Weber | [llvm] Fix a copy-pasto |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Nico Weber | [llvm] Replace tab with spaces in one test |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Stefan Gränitz | [ORC] Minor renaming and typo fixes (NFC) |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Fangrui Song | [InlineAdvisor] Use one single quote |
commit | commitdiff | tree | snapshot |
2021-09-23 |
LLVM GN Syncbot | [gn build] Port a44ab1702539 |
commit | commitdiff | tree | snapshot |
2021-09-23 |
mydeveloperday | [clang-format] Add Left/Right Const fixer capability |
commit | commitdiff | tree | snapshot |
2021-09-23 |
David Green | [AArch64] Update some sve-fixed-length test checks. |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Craig Topper | [RISCV] Add more isel optimizations for (and (shr x... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Craig Topper | [RISCV] Add more tests for (and (srl x, C2), C1) that... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Sanjay Patel | [x86] add AVX512 run for fcmp+logic ops; NFC |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Sanjay Patel | [x86] move combiner state check into convertIntLogicToF... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Yuanfang Chen | Revert "Diagnose -Wunused-value based on CFG reachability" |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Michał Górny | [lldb] [gdb-remote] Use local regnos for value_regs... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Michał Górny | [lldb] [gdb-remote] Refactor getting remote regs to... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Thomas Lively | [WebAssembly] Add prototype relaxed SIMD fma/fms instru... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Raphael Isemann | [lldb] Add a C language REPL to test LLDB's REPL infras... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Leonard Chan | [compiler-rt][profile] Add padding after binary IDs |
commit | commitdiff | tree | snapshot |
2021-09-23 |
peter klausler | [flang] Implement READ(SIZE=) and INQUIRE(IOLENGTH... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Louis Dionne | [libc++] Remove unused macro in __config |
commit | commitdiff | tree | snapshot |
2021-09-23 |
David Green | [ARM] Extra tests for unpredicated qr MVE intrinsics. |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Valentin Clement | [fir][NFC] Remove fir.cmpf replaced by mlir.cmpf |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Jay Foad | Revert "[LiveIntervals] Fix repairOldRegInRange for... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Valentin Clement | [fir][NFC] rename canBePointerOrHeapElementType to... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Nikita Popov | [JumpThreading] Ignore free instructions |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Fangrui Song | Resolve {GlobalValue,GloalIndirectSymol}::getBaseObject... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Michał Górny | Revert "[lldb] [gdb-remote] Refactor getting remote... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Michał Górny | Revert "[lldb] [gdb-remote] Use local regnos for value_... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Jay Foad | [LiveIntervals] Fix repairOldRegInRange for simple... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Louis Dionne | [libc++] Use CMake interface targets to setup benchmark... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Quinn Pham | [PowerPC] Add range checks for P10 Vector Builtins |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Kazu Hirata | [SampleFDO] Remove redundant declarations (NFC) |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Craig Topper | [RegAlloc] Cast uint8_t to unsigned before printing it. |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Frederic Cambus | [clang] Use portable "#!/usr/bin/env bash" shebang... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Michał Górny | [lldb] [gdb-remote] Use local regnos for value_regs... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Michał Górny | [lldb] [gdb-remote] Refactor getting remote regs to... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Sanjay Patel | [x86] add AVX run to tests of fcmp logic; NFC |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Duncan P. N... | Support: Fix missing whitespace in comment for inconver... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Haojian Wu | Fix buildbot error. |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Simon Pilgrim | Pass some DataLayout arguments by const-ref |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Piotr Sobczak | [AMDGPU] Avoid processing functions in amdgpu-propagate... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Haojian Wu | [Sema] Fix a null pointer reference crash. |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Stefan Gränitz | [ORC][examples] Fix segfault in LLJITWithTargetProcessC... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Christian Kandeler | clangd: Do not report inline overrides twice |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Simon Pilgrim | [CostModel][X86] Increase i64 mul cost from 1 to 2 |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Sanjay Patel | [InstCombine] fold cast of right-shift if high bits... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
LLVM GN Syncbot | [gn build] Port f4abdb0c074b |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Nico Weber | [gn build] (manually) port ac191bcc99e2f |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Nico Weber | [gn build] (semi-manually) port 702cb7afe9de |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Sanjay Patel | [CodeGen] update test file to not run the entire LLVM... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Louis Dionne | [libc++] Remove uses of _LIBCPP_HAS_NO_VARIABLE_TEMPLATES |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Dmitry Vyukov | tsan: remove expected race leftover |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Florian Hahn | [DSE] Track earliest escape, use for loads in isReadClo... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Jim Lin | [RISCV] Add missing op type OPERAND_UIMM2, OPERAND_UIMM... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Simon Pilgrim | [CodeGen] ProcessSDDbgValues - use const-ref value... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Simon Pilgrim | [CodeGen] RegisterCoalescer::buildVRegToDbgValueMap... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Bjorn Pettersson | [BasicBlockUtils] Fixup of an assumed typo in MergeBloc... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Pavel Labath | [lldb] Fix DomainSocket::GetSocketName for unnamed... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Fraser Cormack | [RISCV][VP] Add support for VP_REDUCE_* operations |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Valentin Clement | [fir][NFC] inline trival isa_<type> functions |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Dmitry Vyukov | tsan: move shadow declaration into a separate header... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Dmitry Vyukov | tsan: use RawShadow instead of u64 more |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Dmitry Vyukov | tsan: add another deep stack test |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Dmitry Vyukov | tsan: remove DontDumpShadow from Go build |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Dmitry Vyukov | tsan: remove unnecessary enum values (NFC) |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Alex Richardson | [InstSimplify] Don't lose inbounds when simplifying... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Andre Vieira | [libc] Add optimized memset for AArch64 |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Petr Hosek | Revert "[Driver] Correctly handle static C++ standard... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Petr Hosek | [Driver] Correctly handle static C++ standard library |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Jay Foad | [TII] Remove the MFI argument to convertToThreeAddress... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Bjorn Pettersson | [DAGCombiner] Rename isAlias as mayAlias. NFC |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Bjorn Pettersson | [ModuleInlinerWrapperPass] Do some naive printing of... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Nathan Ridge | [clangd] Ensure lambda init-capture gets semantic token |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Tharindu Rusira | [NFC] Wrap MLIR addAffineForOpDomain warning with LLVM_... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Mike Hommey | Wrap xar/xar.h include in extern "C" block |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Liu, Chen3 | [X86][FP16] Combine the FADD(A, FMA(B, C, 0)) to FMA... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Jan Svoboda | [clang][tooling] NFC: Refactor command-line diagnostic... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Diana Picus | [mlir] Fix build on Windows on Arm |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Mikael Holmen | [AMDGPU] Fix gcc warnings about unused variables [NFC] |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Kent Ross | [libc++][spaceship] Implement std::pair::operator<=> |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Johannes Doerfert | [OpenMP][FIX] Be more deliberate about invalidating... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Johannes Doerfert | [OpenMP][NFC] Repair test that contained nested kernels |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Johannes Doerfert | [OpenMP][NFC] Rerun the test check update script on... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Johannes Doerfert | [OpenMP][NFC] Precommit test that exposes a bug in... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Johannes Doerfert | [OpenMP][NFC] Improve debug output |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Johannes Doerfert | [OpenMP][NFC] Clang format OMPIRBuilder |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Usman Nadeem | [AArch64][SVE][InstCombine] Eliminate redundant chains... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Pengfei Wang | [demangle] Support for ISO/IEC TS 18661 binary floating... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Wang, Pengfei | [X86][FP16] Change the order of the operands in complex... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
John Demme | [MLIR] [Python] Make Attribute and Type hashable |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Freddy Ye | [NFC] Remove redundant setOperationAction. |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Hsiangkai Wang | [RISCV] Update mir tests. |
commit | commitdiff | tree | snapshot |
2021-09-23 |
wlei | [llvm-profgen] Fix a dangling vector reference in CS... |
commit | commitdiff | tree | snapshot |
2021-09-23 |
wlei | [llvm-profgen] Fix an out-of-range error during unwinding |
commit | commitdiff | tree | snapshot |
2021-09-23 |
wlei | [llvm-profgen] Fix a bug of assertion |
commit | commitdiff | tree | snapshot |
2021-09-23 |
hyeongyu kim | [NFC][InstCombine] Fix inconsistent comments |
commit | commitdiff | tree | snapshot |
2021-09-22 |
Arthur O'Dwyer | [libc++] Fix __wrap_iter to be a proper contiguous... |
commit | commitdiff | tree | snapshot |
2021-09-22 |
Michael Kruse | [Polly] Dissolve Isl test directory. NFC. |
commit | commitdiff | tree | snapshot |
2021-09-22 |
Michael Kruse | [Polly] Implement user-directed loop distribution/fission. |
commit | commitdiff | tree | snapshot |
2021-09-22 |
Leonard Chan | [compiler-rt][test] Add REQUIRES for checking static... |
commit | commitdiff | tree | snapshot |
next |