platform/upstream/llvm.git
2022-08-31 Joseph Huber[Libomptarget] Remove old workaround for GCC 5,6 from...
2022-08-31 bzcheeseman[Docs][CodeReview] Add a small paragraph on adding...
2022-08-30 LLVM GN Syncbot[gn build] Port ea9ac3519c13
2022-08-30 Greg ClaytonAn upcoming patch to LLDB will require the ability...
2022-08-30 Ben LangmuirRevert "[clang][deps] Split translation units into...
2022-08-30 Markus Böck[GlobalISel] Explicitly fail trying to translate `gc...
2022-08-30 Ben Langmuir[clang][deps] Split translation units into individual...
2022-08-30 Ian Anderson[clang][modules] Don't hard code [no_undeclared_include...
2022-08-30 Mingming Liu[NFC] Move a test case across files.
2022-08-30 Jeff Niu[mlir] Fix try_value_begin_impl for DenseElementsAttr
2022-08-30 Jeff Niu[mlir][ElementsAttr] Change value_begin_impl to try_val...
2022-08-30 Slava Zakharin[flang] Lower integer exponentiation into math::IPowI.
2022-08-30 Jonas Devlieghere[lldb] Fix two bugs in ObjectContainerMachOFileset
2022-08-30 Kirill Okhotnikov[libc][math] Fix broken atan function.
2022-08-30 Kirill Okhotnikov[libc][math] Fix broken tests.
2022-08-30 Alex Zinenko[mlir] fix -Wsign-compare equivalent on Windows
2022-08-30 Kirill Okhotnikov[libc][math] Added atanf function.
2022-08-30 Kirill Okhotnikov[libc][math] Added atanhf function.
2022-08-30 Kirill Okhotnikov[libc][math] Added auxiliary function log2_eval for...
2022-08-30 Jeff Niu[mlir] Allow dense array to be parsed with type elision
2022-08-30 Jeff Niu[mlir] Make DenseArrayAttr generic
2022-08-30 Michele ScuttariRevert "[MLIR] Update pass declarations to new autogene...
2022-08-30 Lang Hames[ORC] Update mapper deinitialize functions to deinitial...
2022-08-30 Rob Suderman[mlir][tosa] Fix windows build-bot error due to implici...
2022-08-30 Michele Scuttari[MLIR] Update pass declarations to new autogenerated...
2022-08-30 Gulfem Savrun... [profile] Create only prof header when no counters
2022-08-30 Craig Topper[RISCV] Use uint64_t countTrailingZeros/Ones instead...
2022-08-30 Sanjay Patel[Verifier] remove stale comment about PHI with no opera...
2022-08-30 Alexey Bataev[SLP]Fix PR57447: Assertion `!getTreeEntry(V) && "Scala...
2022-08-30 Craig Topper[RISCV] Improve isel of AND with shiftedMask containing...
2022-08-30 Stanislav Mekhanoshin[AMDGPU] Limit TID / wavefrontsize uniformness to 1D...
2022-08-30 Luke Nihlen[clang] Don't emit debug vtable information for constev...
2022-08-30 Justin Bogner[AMDGPU] Precommit two tests showing missed combines...
2022-08-30 Joe Nash[AMDGPU][GFX11] Fix dst register class for V_CVT_U32_U16
2022-08-30 isuckatcs[clang-tidy] Fix false positive on ArrayInitIndexExpr...
2022-08-30 Sanjay Patel[InstCombine] add tests for xor-of-ctlz/cttz; NFC
2022-08-30 Sanjay Patel[InstCombine] delete redundant folds; NFC
2022-08-30 Sanjay Patel[InstCombine] add tests for signbit test using lshr...
2022-08-30 Muiez Ahmed[SystemZ][z/OS] Account for renamed parameter name...
2022-08-30 Aart Bik[mlir][sparse] add missing file for singleton revision
2022-08-30 Stephen Long[SVE] Fix SVEDup0 matching -0.0f
2022-08-30 Eugene Zhulenev[mlir] Async: add unrealized cast materializations...
2022-08-30 Aart Bik[mlir][sparse] add more dimension level types and prope...
2022-08-30 Chris Bieneman[Docs] Fixing incorrect document title
2022-08-30 Chris Bieneman[Docs] [HLSL] Documenting HLSL Entry Functions
2022-08-30 Jim InghamChange the meaning of a UUID with all zeros for data.
2022-08-30 Joseph Huber[Libomptarget] Make unified shared memory test unsuppor...
2022-08-30 Matheus Izvekov[clang] Improve diagnostics for expansion length mismatch
2022-08-30 Hendrik Greving[mlir] Fix signed ceildiv, loop normalization.
2022-08-30 Hendrik Greving[mlir] Make division unsigned.
2022-08-30 Mingming Liu[NFC][AArch64] Specify datalayout explicitly for cast...
2022-08-30 Daniel Bertalan[lld-macho] Rename {StubHelper,ObjCStubs}Section::setup...
2022-08-30 Hendrik Greving[BasicBlockUtils] Amend test for loop metadata.
2022-08-30 David Penry[ModuloScheduler] Fix missing LLVM_DEBUG
2022-08-30 Mark de Wever[libc++] Improves feature-test macro diagnostics.
2022-08-30 Simon Pilgrim[CostModel][X86] Account for add/sub 512-bit vector...
2022-08-30 Jolanta Jensen[NFC][LoopLoadElim] Extending type-mismatch testing
2022-08-30 Shivam Gupta[llvm-size] Fix missing file name for darwin output...
2022-08-30 Alex Zinenko[mlir] materialize strided memref layout as attribute
2022-08-30 Nico Weber[llvm-otool] Print dyld_info output before chained_fixu...
2022-08-30 Matthias Springer[mlir][SCF][bufferize] Support different iter_arg/init_...
2022-08-30 Matthias Springer[mlir][SCF][bufferize][NFC] Move scf.if buffer type...
2022-08-30 Matthias Springer[mlir][arith][bufferize][NFC] Move buffer type computat...
2022-08-30 zhijian[AIX][clang][driver] Check the command string to the...
2022-08-30 Matthias Springer[mlir][SCF][bufferize] Support different iter_arg/init_...
2022-08-30 Jon Chesterfield[amdgpu][nfc] Add test case showing false aliasing...
2022-08-30 Matthias Springer[mlir][bufferization] Generalize getBufferType
2022-08-30 Dmitry Preobrazhensky[AMDGPU][MC][GFX11][NFC] Update asm tests for VOP3P...
2022-08-30 Dmitry Preobrazhensky[AMDGPU][MC][GFX11][NFC] Add tests for opcode promotion...
2022-08-30 Dmitry Preobrazhensky[AMDGPU][MC][GFX11][NFC] Add missing asm tests for...
2022-08-30 Dmitry Preobrazhensky[AMDGPU][MC][GFX11][NFC] Update asm tests for VOPC...
2022-08-30 Alexey Bataev[SLP]Improve operands kind analaysis for constants.
2022-08-30 Dmitry Preobrazhensky[AMDGPU][MC][GFX11][NFC] Update asm tests for VOP3...
2022-08-30 Timm Bäder[clang][Parse] Fix crash when emitting template diagnostic
2022-08-30 Matheus Izvekov[libcxx] CI: set symbolizer for bootstrapping build
2022-08-30 serge-sans... [clang] Fix -Warray-bound interaction with -fstrict...
2022-08-30 Markus Böck[cmake] Don't include symlinks to tools in Build-all...
2022-08-30 zhongyunde[InstCombine] Distributive or+mul with const operand
2022-08-30 Florian Hahn[DSE] Support looking through memory phis at end of...
2022-08-30 Johannes ReifferscheidMove BufferViewFlowAnalysis to the Bufferization dialect.
2022-08-30 Thomas Symalla[NFC][AMDGPU] Pre-commit tests for D132837.
2022-08-30 Valentin Clement[flang] Create a temporary of the correct size when...
2022-08-30 Nikita Popov[GVN] Regenerate test checks (NFC)
2022-08-30 Utkarsh Saxena[clangd] Enable folding ranges by default.
2022-08-30 Tomas Matheson[AArch64][GISel] constrain regclass for 128->64 copy
2022-08-30 Tomas Matheson[AArch64][GISel] fix G_ADD*/G_SUB* legalization
2022-08-30 OCHyams[DebugInfo] Fix line number attribution in mldst-motion
2022-08-30 Benjamin Kramer[bazel] Stop building PassGenTest.cpp.inc, it was remov...
2022-08-30 Ting Wang[PowerPC] CTRLoop pseudo instructions should not be...
2022-08-30 Pavel Samolysov[LazyCallGraph] Reformat the code in accordance with...
2022-08-30 Michele Scuttari[MLIR] Unique autogenerated file for tablegen passes
2022-08-30 Shoaib Meenai[MachO] Don't fold compact unwind entries with LSDA
2022-08-30 Martin Storsjö[lldb] Use the NativeSock type instead of plain 'int'
2022-08-30 Martin Storsjö[libcxx] [test] Remove an unnecessary condition in...
2022-08-30 Ting Wang[NFC][PowerPC] Add test case to show ctrloop mi shall...
2022-08-30 Xiang1 Zhang[NFC] Clang-format for CodeGenPrepare.cpp
2022-08-30 Richard SmithFix assumption that Clang version number is numeric.
2022-08-30 liqinweng[RISCV][COST] Refactor for costs of integer saturing...
2022-08-30 Vitaly Buka[test][msan] Use -DAG to match Debug Info
2022-08-30 jacquesguan[InstCombine] fold fake floating point vector extract...
next