2020-12-15 |
Simon Pilgrim | SeparateConstOffsetFromGEP::lowerToSingleIndexGEPs... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Amy Huang | [llvm-symbolizer] Add missing include for config.h |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Fangrui Song | [ELF] Error for out-of-range R_X86_64_[REX_]GOTPCRELX |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Joe Ellis | [AArch64][NEON] Remove undocumented vceqz{,q}_p16,... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Raul Tambre | [PGO] Allow overriding -vp-counters-per-site |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Simon Pilgrim | [X86] Remove unnecessary SUBV_BROADCAST combines. NFCI. |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Louis Dionne | [libc++] Fix allocate_shared when used with an explicit... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Mircea Trofin | [utils] The func_dict for a prefix may just be empty |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Nathan James | [clang][driver][NFC] Use StringRef instead of std:... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Paul Walker | [NFC] Fix a few SVEInstrInfo related stylistic issues. |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Tres Popp | [mlir] Add std op for X raised to the power of Y |
commit | commitdiff | tree | snapshot |
2020-12-15 |
David Green | [ARM] Match dual lane vmovs from insert_vector_elt |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Quentin Chateau | [clangd] Improve goToDefinition on auto and dectype |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Ulrich Weigand | [SystemZ] Remove most hard-coded R1D instances for... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Mircea Trofin | [utils] Fix UpdateTestChecks case where 2 runs differ... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Raphael Isemann | [lldb] Fix import-std-module tests after libc++ got... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Florian Hahn | [AnnotationRemarks] Also generate annotation remarks... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Kazushi (Jam... | [VE] Support FRAMEADDR |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Kazushi (Jam... | [VE][NFC] Sort VEISD operations |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Florian Hahn | [VPlan] Use VPDef for VPWidenSelectRecipe. |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Sebastian Neubauer | [AMDGPU] Unify flat offset logic |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Sebastian Neubauer | [AMDGPU][NFC] Add more global_atomic_cmpswap tests |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Hansang Bae | [OpenMP] Initialize runtime in the forked child process |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Sam McCall | [clangd] Oops, fix code in #ifdef WIN32 |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Jun Ma | [InstCombine] Remove scalable vector restriction in... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Sam McCall | Reland [clangd] Extract per-dir CDB cache to its own... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Sam McCall | [clangd] Avoid traversing C:\ -> C: when looking for... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Florian Hahn | [LV] Pass explicit vector width to not require a X86... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Chuanqi Xu | [clang-format] Recognize c++ coroutine keywords as... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Jun Ma | [InstCombine][NFC] Change cast of FixedVectorType to... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Jun Ma | [InstCombine] Remove scalable vector restriction in... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Jun Ma | [InstCombine] Remove scalable vector restriction when... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Hsiangkai Wang | [RISCV] Define vwadd/vwaddu/vwsub/vwsubu intrinsics. |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Paul Walker | [SVE] Move INT_TO_FP i1 promotion into custom lowering. |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Paul Walker | [CodeGenPrepare] Update optimizeGatherScatterInst for... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Simon Pilgrim | [X86] Remove trailing whitespace. NFC. |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Simon Pilgrim | [X86][AVX] LowerBUILD_VECTOR - reduce 256/512-bit build... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Florian Hahn | [LV] Add reduction test, which exposed a crash in a... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Florian Hahn | [VPlan] Use VPDef for VPWidenGEPRecipe. |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Florian Hahn | [VPlan] Use VPdef for VPWidenCall. |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Jan Svoboda | [clang][cli] Squash multiple cc1 -fxxx-exceptions flags... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Jan Svoboda | [clang][cli] Squash exception model in LangOptions... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Jan Svoboda | [clang][cli] Create accessors for exception models... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
xndcn | [clangd] Add hover info for `this` expr |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Kazushi (Jam... | [VE] Support atomic exchange instructions |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Hsiangkai Wang | [RISCV][NFC] Define scalable vectors for half types. |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Georgii Rymar | [llvm-readelf] - Don't print OS/Processor specific... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Max Kazantsev | [SCEV] Add missing type check into getRangeForAffineNoS... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Amara Emerson | [GlobalISel][IRTranslator] Ensure branch probabilities... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Kazu Hirata | [IR] Remove isPowerOf2ByteWidth |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Max Kazantsev | [Test] Test on assertion failure with expensive SCEV... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Kazu Hirata | [Analysis] Use llvm::erase_value (NFC) |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Raul Tambre | Re-apply "[CMake][compiler-rt][AArch64] Avoid preproces... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Raul Tambre | [Compiler-rt][AArch64] Workaround for .cfi_startproc... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Med Ismail... | [lldb/API] Expose Target::CreateBreakpoint(..., move_to... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Med Ismail... | Revert "[lldb/API] Expose Target::CreateBreakpoint... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Hsiangkai Wang | [RISCV] Define vadd/vsub/vrsub intrinsics and lower... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
LLVM GN Syncbot | [gn build] Port d2ed9d6b7ec |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Nico Weber | Reland "[MachineDebugify] Insert synthetic DBG_VALUE... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Med Ismail... | [lldb/API] Expose Target::CreateBreakpoint(..., move_to... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Nico Weber | Revert "[MachineDebugify] Insert synthetic DBG_VALUE... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Nico Weber | Revert "[Debugify] Support checking Machine IR debug... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Luo, Yuanke | [X86] Add test case for commit e52bc1d2bba794b. |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Nico Weber | Revert "Lex: Migrate HeaderSearch::LoadedModuleMaps... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Nico Weber | Revert "[amdgpu] Default to code object v3" |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Qiu Chaofan | [NFC] [Legalizer] Use common method for expanding fp... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Rong Xu | [PGO] remove unintentional code in early commit |
commit | commitdiff | tree | snapshot |
2020-12-15 |
River Riddle | [mlir][Inliner] Refactor the inliner to use nested... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Siva Chandra | [libc] Add remainder[f|l] and remquo[f|l] to the list... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Xiang1 Zhang | [Debugify] Support checking Machine IR debug info |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Siva Chandra | [libc][NFC] Skip adding dummy targets for skipped unit... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Xiang1 Zhang | Revert "[Debugify] Support checking Machine IR debug... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Cheng Wang | [libc] Add memcmp implementation. |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Xiang1 Zhang | [Debugify] Support checking Machine IR debug info |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Craig Topper | [RISCV] Prevent assertion in the assembler if vmerge... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Craig Topper | [RISCV] Handle Match_InvalidSImm5 in RISCVAsmParser... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Craig Topper | [RISCV] Teach debug output from assembly parser to... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Alexander Kornienko | Remove the ast_type_traits namespace. |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Siva Chandra... | [libc][Obvious] Mark functions in DummyFEnv.h as static... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Jon Chesterfield | [amdgpu] Default to code object v3 |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Reid Kleckner | Revert "ADT: Migrate users of AlignedCharArrayUnion... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Changpeng Fang | AMDGPU: If a store defines (alias) a load, it clobbers... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Nemanja Ivanovic | [PowerPC] Temporarily disable asan longjmp tests |
commit | commitdiff | tree | snapshot |
2020-12-14 |
Rong Xu | [PGO] Verify BFI counts after loading profile data |
commit | commitdiff | tree | snapshot |
2020-12-14 |
Harald van... | [X86] Fix variadic argument handling for x32 |
commit | commitdiff | tree | snapshot |
2020-12-14 |
Nico Weber | [lld/mac] implement -compatibility_version, -current_ve... |
commit | commitdiff | tree | snapshot |
2020-12-14 |
Peter Collingbourne | scudo: Remove positional template arguments for seconda... |
commit | commitdiff | tree | snapshot |
2020-12-14 |
Sanjay Patel | [VectorCombine] add alignment test for gep load; NFC |
commit | commitdiff | tree | snapshot |
2020-12-14 |
Nico Weber | [gn build] (semi-manually) port 19d57b5c42b |
commit | commitdiff | tree | snapshot |
2020-12-14 |
Nico Weber | [gn build] (semi-manually) port 7ad49aec125 |
commit | commitdiff | tree | snapshot |
2020-12-14 |
Eugene Zhulenev | [mlir] Fix opaque struct typedef in AsyncRuntime header |
commit | commitdiff | tree | snapshot |
2020-12-14 |
Richard Uhler | [mlir] Add section page for Rationale docs. |
commit | commitdiff | tree | snapshot |
2020-12-14 |
Gulfem Savrun... | [clang][IR] Add support for leaf attribute |
commit | commitdiff | tree | snapshot |
2020-12-14 |
Louis Dionne | [libc++] Remove unnecessary static assertion in allocat... |
commit | commitdiff | tree | snapshot |
2020-12-14 |
Louis Dionne | [libc++] NFCI: Return pointer instead of reference... |
commit | commitdiff | tree | snapshot |
2020-12-14 |
Sanjay Patel | [VectorCombine] make load transform poison-safe |
commit | commitdiff | tree | snapshot |
2020-12-14 |
Duncan P. N... | Adapt lldb to a40db5502b2515a6f2f1676b5d7a655ae0f41179 |
commit | commitdiff | tree | snapshot |
2020-12-14 |
Duncan P. N... | Add comment to closing brace of anonymous namespace... |
commit | commitdiff | tree | snapshot |
2020-12-14 |
Duncan P. N... | AST: Silence an instance of -Wsign-compare, NFC |
commit | commitdiff | tree | snapshot |
2020-12-14 |
Duncan P. N... | Lex: Migrate HeaderSearch::LoadedModuleMaps to FileEntryRef |
commit | commitdiff | tree | snapshot |
next |