2021-11-30 |
Carlos Galvez | [clang-tidy] Warn on functional C-style casts |
commit | commitdiff | tree | snapshot |
2021-11-30 |
Fangrui Song | [ELF] Move GOT/PLT relocation code closer. NFC |
commit | commitdiff | tree | snapshot |
2021-11-30 |
Phoebe Wang | [X86][clang] Enable floating-point type for -mno-x87... |
commit | commitdiff | tree | snapshot |
2021-11-30 |
Stella Laurenzo | [mlir][python] Audit and fix a lot of the Python pyi... |
commit | commitdiff | tree | snapshot |
2021-11-30 |
Stella Laurenzo | [mlir][python] Implement more SymbolTable methods. |
commit | commitdiff | tree | snapshot |
2021-11-30 |
Stella Laurenzo | [mlir][python] Add pyi stub files to enable auto comple... |
commit | commitdiff | tree | snapshot |
2021-11-30 |
Ellis Hoag | [DebugInfo] Do not replace existing nodes from DICompil... |
commit | commitdiff | tree | snapshot |
2021-11-30 |
Christudasan... | [AMDGPU] Enable copy between VGPR and AGPR classes... |
commit | commitdiff | tree | snapshot |
2021-11-30 |
Guozhi Wei | [TwoAddressInstructionPass] Create register mapping... |
commit | commitdiff | tree | snapshot |
2021-11-30 |
Craig Topper | [RISCV] Promote f16 log/pow/exp/sin/cos/etc. to f32... |
commit | commitdiff | tree | snapshot |
2021-11-30 |
Vitaly Buka | [NFC][sanitizer] Track progress of populating the block |
commit | commitdiff | tree | snapshot |
2021-11-30 |
Hsiangkai Wang | [RISCV] Fix a bug in RISCVFrameLowering. |
commit | commitdiff | tree | snapshot |
2021-11-30 |
Hsiangkai Wang | [RISCV] Add a test case to show the bug in RISCVFrameLo... |
commit | commitdiff | tree | snapshot |
2021-11-30 |
Mircea Trofin | [NFC] Header comment in X86RegisterBanks.td referred... |
commit | commitdiff | tree | snapshot |
2021-11-30 |
Vitaly Buka | [sanitizer] Add Leb128 encoding/decoding |
commit | commitdiff | tree | snapshot |
2021-11-30 |
Luís Ferreira | Revert "[lldb][NFC] Format lldb/include/lldb/Symbol... |
commit | commitdiff | tree | snapshot |
2021-11-30 |
David Blaikie | Add missing header |
commit | commitdiff | tree | snapshot |
2021-11-30 |
Aart Bik | [mlir][sparse] generalize sparse tensor output implemen... |
commit | commitdiff | tree | snapshot |
2021-11-30 |
Matthias Braun | X86: Fold masked-merge when and-not is not available |
commit | commitdiff | tree | snapshot |
2021-11-30 |
Matthias Braun | Tests for D112754 |
commit | commitdiff | tree | snapshot |
2021-11-30 |
Luís Ferreira | [Demangle] Add support for D anonymous symbols |
commit | commitdiff | tree | snapshot |
2021-11-30 |
David Blaikie | [Demangle] Add support for multiple identifiers in... |
commit | commitdiff | tree | snapshot |
2021-11-30 |
David Blaikie | [Demangle] Add support for D simple single qualified... |
commit | commitdiff | tree | snapshot |
2021-11-30 |
Mircea Trofin | [NFC][Regalloc] Split canEvictInterference into hint... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Luís Ferreira | [lldb][NFC] Format lldb/include/lldb/Symbol/Type.h |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Jon Chesterfield | [openmp][devicertl] Add a missing loader_uninitialized... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Salman Javed | [clang-tidy] Fix pr48613: "llvm-header-guard uses a... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Jeremy Morse | [DebugInfo][InstrRef] Terminate overlapping variable... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Fabian Wolff | [CVP] Remove ashr of -1 or 0 |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Philip Reames | [SCEVExpander] Drop poison generating flags when reusin... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Jeremy Morse | [DebugInfo][InstrRef][NFC] "Final" x86 test cleanup |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Philip Reames | [unroll] Use early return in shouldPartialUnroll [nfc] |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Philip Reames | [unroll] Reduce scope of UnrollFactor variable in compu... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Jeremy Morse | [DebugInfo][InstrRef] Add indirection from dbg.declare... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Philip Reames | [unroll] Split full exact and full bound unroll costing... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Fangrui Song | [ELF] --cref: If -Map is specified, print to the map... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Sanjay Patel | [InstCombine] try to fold 'or' into 'mul' operand |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Jeremy Morse | [DebugInfo][InstrRef] Preserve properties of restored... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
David Green | [DAG] Add tests for fpsti.sat for various architectures... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Matt Arsenault | OpenMP: Correctly query location for amdgpu-arch |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Adrian Prantl | Update unit test API usage (NFC) |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Jeremy Morse | [DebugInfo][InstrRef][NFC] Test changes: DBG_VALUE... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Matt Arsenault | Revert "OpenMP: Start calling setTargetAttributes for... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Aart Bik | [mlir][sparse] some leftover cleanup from migration... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Nikita Popov | [LICM] Regenerate test checks (NFC) |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Sanjay Patel | [InstCombine] add tests for or with mul operand; NFC |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Stanislav Mekhanoshin | [InstCombine] (~(a | b) & c) | ~(c | (a ^ b)) -> ~... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Steven Wan | [NFC][clang]Increase the number of driver diagnostics |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Anshil Gandhi | [HIP] Add atomic load, atomic store and atomic cmpxchng... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Zequan Wu | [LLDB][NativePDB] fix find-functions.cpp failure on... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Matt Arsenault | OpenMP: Start calling setTargetAttributes for generated... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Louis Dionne | [libc++] Fix incorrect REQUIRES on a locale-dependent... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Steven Wan | [NFC][AIX]Disable unsupported hip test on AIX |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Zequan Wu | [LLDB][NativePDB] fix find-functions.cpp failure on... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Benjamin Kramer | [mlir] Handle an edge case when folding reshapes with... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Kazu Hirata | [llvm] Use range-based for loops (NFC) |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Mehrnoosh Heidarpour | [InstCombine] Fold (~A | B) ^ A --> ~(A & B) |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Nikita Popov | [SCEV] Remove incorrect assert |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Matt Morehouse | [HWASan] Disable LTO test on aarch64. |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Valentin Clement | [fir] Get rid of the global option in FIRBuilder |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Roman Lebedev | [X86][Costmodel] `getInterleavedMemoryOpCostAVX512... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Mirko Brkusanin | [AMDGPU][GlobalISel] Transform (fsub (fpext (fneg ... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Mirko Brkusanin | [AMDGPU][GlobalISel] Transform (fsub (fpext (fmul x... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Mirko Brkusanin | [AMDGPU][GlobalISel] Transform (fsub (fneg (fmul, x... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Mirko Brkusanin | [AMDGPU][GlobalISel] Transform (fsub (fmul x, y), z... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Mirko Brkusanin | [AMDGPU][GlobalISel] Transform (fadd (fma x, y, (fpext... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Mirko Brkusanin | [AMDGPU][GlobalISel] Transform (fadd (fma x, y, (fmul... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Mirko Brkusanin | [AMDGPU][GlobalISel] Transform (fadd (fpext (fmul x... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Mirko Brkusanin | [AMDGPU][GlobalISel] Transform (fadd (fmul x, y), z... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Jay Foad | [AMDGPU] Fix list indentation in docs |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Jay Foad | [AMDGPU] Fix "must generated" typo in docs |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Omer Aviram | [X86] Add vector test coverage for or with no common... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Stephan Herhut | [mlir][memref] Fix bug in verification of memref.collap... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Erich Keane | Reapply 'Implement target_clones multiversioning' |
commit | commitdiff | tree | snapshot |
2021-11-29 |
mydeveloperday | [clang-format] regressed default behavior for operator... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
David Sherwood | [CodeGen][AArch64] Bail out in performConcatVectorsComb... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Erich Keane | Don't consider 'LinkageSpec' when calculating DeclConte... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Roman Lebedev | [NFC][X86][LV][Costmodel] Add most basic test for maske... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Zhuo Zhang | fix typos in comments |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Bjorn Pettersson | Use a deterministic order when updating the DominatorTree |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Bradley Smith | [AArch64][SVE] Mark fixed-type FP extending/truncating... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Roman Lebedev | [X86][Costmodel] Now that `getReplicationShuffleCost... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Valentin Clement | [fir] Add data flow optimization pass |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Balazs Benics | [analyzer][NFC] Refactor AnalysisConsumer::getModeForDecl() |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Valentin Clement | [fir] Add assignment runtime API builder |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Valentin Clement | [fir] Add fir transformational intrinsic builder |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Florian Hahn | [LV] Move code from widenInstruction to VPWidenRecipe... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Valentin Clement | [fir] Add base for runtime builder unittests |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Balazs Benics | [clang-tidy] Ignore narrowing conversions in case of... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Balazs Benics | [clang-tidy] Fix crashing altera-struct-pack-align... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Balazs Benics | [libtooling][clang-tidy] Fix crashing on rendering... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Balazs Benics | Fix cppcoreguidelines-virtual-base-class-destructor... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
David Sherwood | [CodeGen][SVE] Use whilelo instruction when lowering... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Jean Perier | [flang] Return true in IsSymplyContiguous for allocatables |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Fangrui Song | [ELF] Avoid std::stable_partition which may allocate... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Fangrui Song | [ELF] Speed up/simplify removeUnusedSyntheticSections... |
commit | commitdiff | tree | snapshot |
2021-11-28 |
Endre Fülöp | [analyzer][doc] Add user documenation for taint analysis |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Fangrui Song | [ELF] Decrease InputSectionBase::entsize to uint32_t |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Fangrui Song | [ELF] Simplify some ctx->outSec with sec. NFC |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Fangrui Song | [ELF] Simplify/remove LinkerScript::switchTo. NFC |
commit | commitdiff | tree | snapshot |
next |