platform/upstream/llvm.git
2022-08-31 Simon Pilgrim[CostModel][X86] Add and/or/xor general cost kinds...
2022-08-31 Peixin Qiao[flang] Support lowering of intrinsic module procedure...
2022-08-31 Florian Hahn[SLP] Add FMA test case with missing or partial fast...
2022-08-31 Daniel Bertalan[lld-macho] Set the SG_READ_ONLY flag on __DATA_CONST
2022-08-31 Simon Pilgrim[DAG] extractShiftForRotate - replace assertion for...
2022-08-31 Jon Chesterfield[amdgpu][nfc] Factor predicate out of findLDSVariablesT...
2022-08-31 Jez Ng[lld-macho][nfc] Simplify MarkLive.cpp using `if constexpr`
2022-08-31 Siva Chandra... [bazel overlay][libc] Add unistd targets.
2022-08-31 Aaron BallmanFurther update -Wbitfield-constant-conversion for 1...
2022-08-31 Florian Hahn[LV] Add test case where SCEV is needed to remove vecto...
2022-08-31 Aaron BallmanClarifying the documentation for diagnostic formats...
2022-08-31 Hassnaa Hamdi[AArch64 - SVE]: Use SVE to lower reduce.fadd.
2022-08-31 Florian Hahn[LV] Fix test cases where vector loop never executed.
2022-08-31 Nikita Popov[LLParser] Add test for phi first class type error...
2022-08-31 Nikita Popov[LLParser] Allow zero-input phi nodes
2022-08-31 Alvin Wong[COFF] Use the more accurate GuardFlags definition...
2022-08-31 Alvin Wong[llvm-readobj][COFF] Print load config GuardFlags as...
2022-08-31 Martin Storsjö[clang] Silence a false positive GCC -Wunused-but-set...
2022-08-31 Hassnaa Hamdi[AArch64-SVE-fixed]:
2022-08-31 Benjamin Kramer[bazel] Drop ConversionPassDetail, it shouldn't be...
2022-08-31 Valentin Clement[flang] Apply lower bounds correctly before runtime...
2022-08-31 Simon Pilgrim[DAG] visitFreeze - account for operand depth when...
2022-08-31 Mikhail Goncharov[clang] update pr27699 test to make headers different...
2022-08-31 David Green[ARM] Add a phase ordering test for MVE intrinsic remai...
2022-08-31 Michele Scuttari[MLIR] Update pass declarations to new autogenerated...
2022-08-31 Wei Yi Tee[clang][dataflow] Extend transfer functions for other...
2022-08-31 Simon Pilgrim[CostModel][X86] Replace CostKindCosts constructor...
2022-08-31 Nikita Popov[InstCombine] Use getInsertionPointAfterDef() in freeze...
2022-08-31 corona10[clang-tidy] Fix modernize-use-emplace to support alias...
2022-08-31 Nikita Popov[libclc] Quote addition of CLC/LLAsm flags
2022-08-31 Nikita Popov[Reassociate] Use getInsertionPointerAfterDef()
2022-08-31 Ying YiRemove `REQUIRES: x86-registered-target` from ps4/ps5...
2022-08-31 Nikita Popov[IR] Add Instruction::getInsertionPointAfterDef()
2022-08-31 Adrian Kuegel[mlir][OpenMP] Apply ClangTidy readability finding.
2022-08-31 Daniel Bertalan[lld-macho] Support synthesizing __TEXT,__init_offsets
2022-08-31 Kadir CetinkayaRevert "[clang] Fix a crash in constant evaluation"
2022-08-31 Kadir Cetinkaya[clang] Fix a crash in constant evaluation
2022-08-31 Nikita Popov[GVN] Add another test for phi translation miscompile...
2022-08-31 Aleksandr Bezzubikov[SPIR-V] Use llvm::Optional for builtin lowering result.
2022-08-31 gonglingqin[LoongArch] Support floating-point number reciprocal
2022-08-31 Xiang Li[DirectX backend] change MinVectorRegisterBitWidth...
2022-08-31 Fangrui Song[SLPVectorizer] Fix -Wunused-lambda-capture in -DLLVM_E...
2022-08-31 owenca[clang-format] Fix a bug in inserting braces at trailin...
2022-08-31 Tue Ly[libc][doc] Update implementation status of atanf and...
2022-08-31 Chuanqi Xu[NFC] Add an invalid test case for clang/test/CXX/modul...
2022-08-31 Shraiysh Vaishay[mlir][OpenMP] Translation to LLVM IR for omp.taskgroup
2022-08-31 jacquesguan[RISCV] Add cost model for select and integer compare...
2022-08-31 Chuanqi Xu[docs] Add "Standard C++ Modules"
2022-08-31 jacquesguan[RISCV][test] Add cost model coverage for compare instr...
2022-08-31 Chenbing Zheng[InstCombine] add support for multi-use Y of (X op...
2022-08-31 Vitaly Buka[msan] Add more specific messages for use-after-destroy
2022-08-31 Kai Luo[AtomicExpand] Make floating point conversion happens...
2022-08-31 Richard SmithRevert "[driver] Additional ignoring of module-map...
2022-08-31 Shafik Yaghmour[Clang] Fix lambda CheckForDefaultedFunction(...) so...
2022-08-31 Weining Lu[llc] Use CPUStr instead of calling codegen::getMCPU...
2022-08-31 Lang Hames[ORC-RT] Make llvm-jitlink an ORC-RT specific dependence.
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
next