2021-01-22 |
Craig Topper | [RISCV] Add xperm.* instructions to Zbp extension. |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Craig Topper | [RISCV] Add support for rev8 and orc.b to Zbb. |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Craig Topper | [RISCV] Add zext.h instruction to Zbb. |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Craig Topper | [RISCV] Move pack instructions to Zbp extension only. |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Craig Topper | [RISCV] Change zext.w to be an alias of add.uw rd,... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Craig Topper | [RISCV] Modify add.uw patterns to put the masked operan... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Craig Topper | [RISCV] Rename Zbs instructions to start with just... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Craig Topper | [RISCV] Move Shift Ones instructions from Zbb to Zbp... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Craig Topper | [RISCV] Add SH*ADD(.UW) instructions to Zba extension... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Craig Topper | [RISCV] Add Zba feature and move add.uw and slli.uw... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Craig Topper | [RISCV] Rename mnemonics slliu.w->slli.uw and addu... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Craig Topper | [RISCV] Swap encodings of max and minu to match 0.93... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Craig Topper | [RISCV] Remove addiwu, addwu, subwu, subuw, clmulw... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Craig Topper | [RISCV] Rename pcnt->cpop to match 0.93 bitmanip spec. |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Nikita Popov | [Tests] Add willreturn to libcalls in some tests |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Arthur Eubanks | [NewPM][AMDGPU] Skip adding CGSCCOptimizerLate callback... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Thorsten Schütt | [libc++] Introduce __bits |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Bjorn Pettersson | [CGExpr] Use getCharWidth() more consistently in CCGExp... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Bjorn Pettersson | [CodeGen] Use getCharWidth() more consistently in CGRec... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
River Riddle | [mlir][OpFormatGen] Add support for anchoring optional... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Julian Lettner | Remove obsolete TODOs |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Nikita Popov | [SimplifyLibCalls] Skip unused calls in sincos transform |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Louis Dionne | [libc++] Bring back mach_absolute_time implementation... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Jacques Pienaar | Add more explicit assert for failures |
commit | commitdiff | tree | snapshot |
2021-01-22 |
MaheshRavishankar | [mlir][Linalg] Extend tile+fuse to work on Linalg opera... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Mark de Wever | [NFC][libc++] Update the implementation status. |
commit | commitdiff | tree | snapshot |
2021-01-22 |
MaheshRavishankar | [mlir][Linalg] NFC: Refactor LinalgDependenceGraphElem... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Hongtao Yu | [CSSPGO] LTO option for pseudo probe |
commit | commitdiff | tree | snapshot |
2021-01-22 |
peter klausler | [flang][nfc] Fix comments, remove needless API, tweak... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Abhina Sreeskantharajan | [SystemZ][z/OS] Fix No such file or directory expressio... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
peter klausler | [flang] Correct shape analysis for transformational... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Sanjay Patel | [InstCombine] narrow abs with sign-extended input |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Sanjay Patel | [InstCombine] add tests for abs(sext X); NFC |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Lei Zhang | [mlir][spirv] Define spv.IsNan/spv.IsInf and add lowerings |
commit | commitdiff | tree | snapshot |
2021-01-22 |
peter klausler | [flang] Remove some needless operations in expr rewriting |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Lei Zhang | [mlir][spirv] Fix script for availability autogen and... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Shafik Yaghmour | [LLDB] Fix how ObjCBOOLSummaryProvider deals with BOOL |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Eugene Zhulenev | [mlir] Add coro intrinsics operations to LLVM dialect |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Wolfgang Pieb | [llvm-mca] Adding local lit config file for X86 targets |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Louis Dionne | [libc++] Fix broken build when merging libc++abi into... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Joseph Schuchart | [OpenMP] libomp: properly initialize buckets in __kmp_d... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Fangrui Song | [ELF] --wrap: retain __wrap_foo if foo is defined in... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Hanhan Wang | [mlir][StandardOps] Fix typos in the td file. |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Arjun P | [MLIR] Add support for extracting an integer sample... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Yaxun (Sam... | [HIP] Support __managed__ attribute |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Abhina Sreeskantharajan | [SystemZ][z/OS] Fix No such file or directory expressio... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Simon Pilgrim | [X86][AVX] canonicalizeLaneShuffleWithRepeatedOps ... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Simon Pilgrim | [X86][AVX] canonicalizeLaneShuffleWithRepeatedOps ... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Simon Pilgrim | [X86][AVX] combineTargetShuffle - simplify the X86ISD... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Peter Steinfeld | [flang] Fix typo in error message |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Florian Hahn | [LoopUnswitch] Fix logic to avoid unswitching with... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Florian Hahn | [LoopUnswitch] Add test cases with atomic loads & call |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Arnold Schwaighofer | [coro.async] Make sure we process async coroutines |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Jon Chesterfield | [libomptarget][devicertl] Drop templated atomic functions |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Roman Lebedev | Revert "[NFCI-ish][SimplifyCFG] FoldBranchToCommonDest... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Roman Lebedev | [InstCombine] Fold `(~x) | y` --> `~(x & (~y))` iff... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Roman Lebedev | [InstCombine] Fold `(~x) & y` --> `~(x | (~y))` iff... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Roman Lebedev | [NFC][InstCombine] Add tests for `(~x) &/| y` --> ... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Roman Lebedev | [NFC][InstCombine] Extract freelyInvertAllUsersOf(... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Roman Lebedev | [NFC][SimplifyCFG] FoldBranchToCommonDest(): extract... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Roman Lebedev | [NFC][SimplifyCFG] FoldBranchToCommonDest(): extract... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Roman Lebedev | [NFC][SimplifyCFG] FoldBranchToCommonDest(): somewhat... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Roman Lebedev | [NFC][SimplifyCFG] FoldBranchToCommonDest(): unclutter... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Roman Lebedev | [NFCI-ish][SimplifyCFG] FoldBranchToCommonDest(): reall... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Roman Lebedev | [SimplifyCFG] FoldBranchToCommonDest(): don't deal... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Balázs Kéri | [clang][ASTImporter] Add support for importing CXXFoldExpr. |
commit | commitdiff | tree | snapshot |
2021-01-22 |
David Green | [ARM] Disable sign extended SSAT pattern recognition. |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Moritz Sichert | Avoid fragile type lookups in GDB pretty printer |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Florian Hahn | [LTO] Add support for existing Config::Freestanding... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Sam McCall | [clangd] Inject context provider rather than config... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Aleksandr Platonov | [clangd][SwapIndex] ensure that the old index is alive... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Simon Pilgrim | [X86][AVX] combineX86ShufflesRecursively - attempt... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Anton Rapetov | [SLP] do not traverse constant uses |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Mikhail Maltsev | [clang][Tooling] Get rid of a hack in SymbolOccurrences... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Moritz Sichert | Don't delete default constructor of PathDiagnosticConsu... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Haojian Wu | Revert "[clang] Suppress "follow-up" diagnostics on... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Balazs Benics | [NFC] Add CMakeUserPresets.json filename to .gitignore |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Simon Pilgrim | [DAG] Commute shuffle(splat(A,u), shuffle(C,D)) ->... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Simon Pilgrim | [X86][SSE] Don't fold shuffle(binop(),binop()) -> binop... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
David Green | [ARM] Adjust isSaturatingConditional to return a new... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Kadir Cetinkaya | [clangd] Add documentation for building and testing... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
David Green | [ARM] Add new and regenerate SSAT tests. NFC |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Nikita Popov | [IR] Optimize adding attribute to AttributeList (NFC) |
commit | commitdiff | tree | snapshot |
2021-01-22 |
LLVM GN Syncbot | [gn build] Port 8214982b5042 |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Sebastian Neubauer | [AMDGPU] Implement mir parseCustomPseudoSourceValue |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Simon Pilgrim | [X86][SSE] Add PR48823 HSUB test case |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Simon Pilgrim | [X86][SSE] Add v16i8 02_20_uu_uu_uu_uu_uu_uu_uu_uu_uu_u... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
David Sherwood | Fix build failure caused by 2e080eb00ad76654313e0e119bb... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Lang Hames | [JITLink][ELF/x86-64] Add support for weak and hidden... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Jay Foad | [LegacyPM] Update InversedLastUser on the fly. NFC. |
commit | commitdiff | tree | snapshot |
2021-01-22 |
David Sherwood | [SVE] Add support for scalable vectorization of loops... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Sven van Haastregt | [APSInt][NFC] Clean up doxygen comments |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Christudasan... | [AMDGPU] Fix the inconsistency in soffset for MUBUF... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
ShihPo Hung | [RISCV] Fix intrinsic CodeGen test cases for vrgather |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Jan Svoboda | [clang][cli] Port visibility LangOptions to marshalling... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Craig Topper | [TargetLowering] Use getBoolConstant instead of assumin... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Nathan Lanza | NFC: Remove simple_ilist comment mentioning ilist/iplis... |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Douglas Yung | Update filename to workers.py file in documentation |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Christudasan... | [AMDGPU] Test clean up (NFC) |
commit | commitdiff | tree | snapshot |
2021-01-22 |
Craig Topper | [TargetLowering] Simplify some code in SimplifySetCC... |
commit | commitdiff | tree | snapshot |
next |