platform/upstream/llvm.git
2022-03-22 Peter Klausler[flang] Fix crash: ENTRY with generic interface of...
2022-03-22 Jacques Pienaar[mlir][ods] Add Deprecate helper
2022-03-22 Jonas Devlieghere[lldb] Set the TERM environment variable for the API...
2022-03-22 Cynthia Shen[MLIR][Presburger] Fix a comment in the unittests
2022-03-22 Marcus JohnsonAdd UTF32 to/from UTF8 conversion functions
2022-03-22 Simon Pilgrim[ARM] select_xform.ll - re-add and fix missing CHECK...
2022-03-22 Craig Topper[RISCV] Special case sign extended scalars when type...
2022-03-22 Aaron BallmanAllow -Wno-gnu to silence GNU extensions related to...
2022-03-22 Craig Topper[TableGen][RISCV] Add InstAliases with zero_reg to...
2022-03-22 Zakk Chen[RISCV][NFC] Refine and refactor RISCVVEmitter and...
2022-03-22 Craig Topper[VP] Preserve address space of pointer for strided...
2022-03-22 Nathan Sidwell[demangler] Add support for C++20 modules
2022-03-22 Louis Dionne[clang][NFC] Refactor logic for picking standard librar...
2022-03-22 Hendrik Greving[IR] Allow matching pointer to vector with opaque pointers.
2022-03-22 Alex Bradbury[WebAssembly][NFC] Delete type checking logic for remov...
2022-03-22 Alex Bradbury [WebAssembly] Add tests for the Asm type checker
2022-03-22 Walter Erquinigo[simple] fix some the documentation
2022-03-22 Nikita Popov[CGOpenMPRuntime] Remove some uses of deprecated Adddre...
2022-03-22 Valentin Clement[flang][NFC] Remove unused variable
2022-03-22 Kiran Chandramohan[Flang] Lower the sqrt intrinsics
2022-03-22 Zakk Chen[RISCV] Add policy operand for masked compare and vmsbf...
2022-03-22 Sanjay Patel[InstCombine] add test for abs with dominating conditio...
2022-03-22 Valentin Clement[flang] Lower boxed procedure
2022-03-22 chenglin.bi[InstCombine] add tests for abs with dominating conditi...
2022-03-22 Nikita Popov[CGOpenMPRuntime] Remove some uses of deprecated Addres...
2022-03-22 Krasimir Georgiev[clang-format] don't break up #-style comment sections
2022-03-22 Florian Hahn[LV] Remove Loop argument from createInductionResumeVal...
2022-03-22 Pavel Labath[lldb/test] Increase pexpect termination timeouts
2022-03-22 Kiran Chandramohan[Flang] Lower the exp, log, log10 intrinsics
2022-03-22 Nikita Popov[CGOpenMPRuntimeGPU] Remove uses of deprecated address...
2022-03-22 Aaron BallmanFix _BitInt suffix width calculation
2022-03-22 Joseph Huber[LTO] Add configuartion option to use default optimizat...
2022-03-22 Arjun P[MLIR][Prebsurger] Add IntegerRelation::intersect suppo...
2022-03-22 Arjun P[MLIR][Presburger] MultiAffineFunction::removeIdRange...
2022-03-22 Arjun P[MLIR][Presburger] fix bug where Simplex::addZeroRow...
2022-03-22 Sanjay Patel[InstCombine] try to canonicalize logical shift after...
2022-03-22 Djordje Todorovic[Debugify] Use DebugifyLevel in Debugify original mode
2022-03-22 Nikita Popov[LICM] Handle store of pointer to itself (PR54495)
2022-03-22 Igor Kudrin[NVPTX][tests] Do not run tests that require direct...
2022-03-22 Igor Kudrin[tests] Make 'object-emission' imply 'default_triple'
2022-03-22 Igor Kudrin[NVPTX] Avoid a crash when 'llc' is called with '-filet...
2022-03-22 Igor Kudrin[tests] Force (some) X86-specific tests to use an expli...
2022-03-22 Bryan Chan[ThinLTO] Work around buggy FileCheck pattern; NFC
2022-03-22 Vince Bridgers[analyzer] Refactor makeNull to makeNullWithWidth ...
2022-03-22 Sanjay Patel[InstCombine] try to narrow shifted bswap-of-zext
2022-03-22 Sanjay Patel[InstCombine] add tests for shift-of-bswap; NFC
2022-03-22 David Green[AArch64] Add extra insert subvector cost model tests...
2022-03-22 alex-t[AMDGPU] use scalar shift for SALU users in frame index...
2022-03-22 Djordje Todorovic[Debugify] Optimize debugify original mode
2022-03-22 Shraiysh Vaishay[flang][OpenMP] Lowering critical construct
2022-03-22 Simon Pilgrim[X86][SandyBridge] Remove superfluous mmx store from...
2022-03-22 alex-t[AMDGPU] use scalar shift for SALU users in frame index...
2022-03-22 Simon Moll[VP] Fix VPintrinsic::getStaticVectorLength for vp...
2022-03-22 Nikita Popov[CGStmtOpenMP] Remove uses of deprecated Address constr...
2022-03-22 Shengchen Kan[X86] Rename MMX_MOVD64from64rm to MMX_MOVD64from64mr...
2022-03-22 serge-sans... Fix missing include under -DEXPENSIVE_CHECK
2022-03-22 Zakk Chen[RISCV] Add policy operand for masked vid and viota...
2022-03-22 Haojian WuReland "[pseudo] Split greatergreater token."
2022-03-22 Alex Bradbury[WebAssembly] Always emit functype directives for defin...
2022-03-22 Nikita Popov[CodeGen][RISCV] Avoid deprecated address constructor
2022-03-22 Martin Storsjö[clang-tidy] Don't try to build CTTestTidyModule for...
2022-03-22 serge-sans... Cleanup includes: Transforms/IPO
2022-03-22 Nikita Popov[CodeGen] Remove some uses of deprecated Address constr...
2022-03-22 serge-sans... Cleanup includes: Linker
2022-03-22 Nikita Popov[CodeGen] Avoid deprecated Address ctor in EmitLoadOfPo...
2022-03-22 Nikita Popov[CodeGen][OpenMP] Make EmitLoadOfPointer() type consistent
2022-03-22 Stanislav Gatev[clang][dataflow] Model the behavior of optional and...
2022-03-22 Zakk Chen[RISCV] Support mask policy for RVV IR intrinsics.
2022-03-22 Lian Wang[RISCV][NFC] Add some check prefixes to remove redundan...
2022-03-22 Petr Hosek[CMake][Fuchsia] Switch to lld on Apple platforms
2022-03-22 Shengchen Kan[X86] Simplify attributes of the generated memory foldi...
2022-03-22 gysit[mlir][affine] Add affine.min / affine.max canonicaliza...
2022-03-22 Siva Chandra... [libc][Obvious] Remove an unnecessary dep and use inlin...
2022-03-22 Chuanqi Xu[NFC] [Coroutines] Remove unnecessary check and constra...
2022-03-22 Yeting Kuo[RISCV] Add basic cost model for vector casting
2022-03-22 Sheng[TableGen] Fix a misuse of getValueAsBitsInit
2022-03-22 Petr HosekRevert "[bootstrap] Allow passing options to sub-builds...
2022-03-22 Shraiysh Vaishay[mlir] Printing oilist element
2022-03-22 jacquesguan[RISCV][NFC] Add common check prefix to reduce duplicat...
2022-03-22 Ella Ma[analyzer][ctu] Fix wrong 'multiple definitions' errors...
2022-03-22 jacquesguan[mlir][Math] Add more constant folder for Math ops.
2022-03-22 Carl Ritson[MachineSink] Check block prologue interference
2022-03-22 Louis Dionne[libc++] Re-enable workaround for pre-ranges CTAD in...
2022-03-22 Louis Dionne[cmake] Handle iOS, watchOS and tvOS when finding compi...
2022-03-22 Petr Hosek[Clang] Set -mlinker-version explicitly in the lto...
2022-03-22 Petr Hosek[CMake][Clang] Skip host link version detection for...
2022-03-22 Joseph Huber[OpenMP] Manually unroll the argument copy loop
2022-03-22 Arthur EubanksRevert "Revert "[OpaquePtr][LLParser] Automatically...
2022-03-22 Arthur EubanksRevert "Revert "[OpaquePointers][BitcodeReader] Enable...
2022-03-22 wren romano[mlir][sparse] Marking several things const/static
2022-03-21 Mitch PhillipsRevert "[OpaquePointers][BitcodeReader] Enable -opaque...
2022-03-21 Mitch PhillipsRevert "[OpaquePtr][LLParser] Automatically detect...
2022-03-21 Walter Erquinigo[trace] clear any existing tracing sessions before...
2022-03-21 Walter Erquinigo[trace] Use vector instead of ArrayRef when reading...
2022-03-21 Mitch PhillipsRevert "[memprof] Store callsite metadata with memprof...
2022-03-21 Vasileios PorpodasRecommit "[SLP] Fix lookahead operand reordering for...
2022-03-21 Walter Erquinigo[simple] fix formatting in the intel-pt doc
2022-03-21 Jonas Devlieghere[lldb] Fix log & progress report for in-memory binaries
2022-03-21 Nathan JamesRevert "[ASTMatchers] Output currently processing match...
2022-03-21 Jakob JohnsonFix e6c84f82b87576a57d1fa1c7e8c289d3d4fa7ab1
next