platform/upstream/llvm.git
2021-09-30 Teresa Johnson[MemProf] Record accesses for all words touched in...
2021-09-30 Rafael Auler[MC] Fix buildbots with shared lib builds
2021-09-30 Amara Emerson[GlobalISel] Extend CombinerHelper::matchConstantOp...
2021-09-30 Jean Perier[flang][NFC] Add debug dump method to evaluate::Expr...
2021-09-30 Craig Topper[RISCV] Remove Zbproposedc extension
2021-09-30 Jean Perier[flang] Take into account SubprogramDetails in GetInter...
2021-09-30 Jon Chesterfield[openmp][docs] Describe how the internal components...
2021-09-30 Jean Perier[flang][NFC] Fix header comments in some runtime headers
2021-09-30 Petr Hosek[CMake] Remove the LLD LTO check for Darwin
2021-09-30 Gwen Mittertreiner[compiler-rt] Add -fno-omit-frame-pointer check to...
2021-09-30 Jon Chesterfield[openmp] Add addrspacecast to getOrCreateIdent
2021-09-30 Jon Chesterfield[libomptarget] Apply D110029 to amdgpu
2021-09-30 Arnold Schwaighofer[cora async] Cleanup undefined llvm.coro.async.resume
2021-09-30 Nicolas Vasilache[mlir][Linalg] Refactor comprehensive bufferize for...
2021-09-30 Jinsong Ji[AIX] Rename binder option for PGO support
2021-09-30 Florian HahnRevert "Recommit "[SCEV] Look through single value...
2021-09-30 Andrew Browne[DFSan] Optimize code for writing to shadow. Move SetSh...
2021-09-30 LLVM GN Syncbot[gn build] Port 050edef8538e
2021-09-30 Maksim Panchenko[MC] Make MCDwarfLineStr class public
2021-09-30 Albion Fung[PowerPC] Improved codegen related to xscvdpsxws/xscvdpuxws
2021-09-30 Amara Emerson[GlobalISel] Extend G_SELECT of known condition combine...
2021-09-30 Peter Klausler[flang] Fold FINDLOC()
2021-09-30 Sanjay Patel[InstCombine] restrict shift-trunc-shift fold to opposi...
2021-09-30 Sanjay Patel[InstCombine] add tests for shift-trunc-shift; NFC
2021-09-30 Nico WeberReland "[clang-cl] Accept `#pragma warning(disable...
2021-09-30 Nikita Popov[BasicAA] Move more extension logic into ExtendedValue...
2021-09-30 wren romano[mlir][sparse] Correcting a few typos
2021-09-30 Arthur Eubanks[clang] Don't modify OptRemark if the argument is not...
2021-09-30 peter klausler[flang] Fix test regression from SQRT folding
2021-09-30 Nico Weber[clang] Make crash reproducer work with clang-cl
2021-09-30 Zequan Wu[clang] do not emit note for bad conversion when destin...
2021-09-30 Nico Weber[clang] Remove duplication in types::getCompilationPhases()
2021-09-30 Louis Dionne[libc++abi][NFCI] Consistently group new_handler, unexp...
2021-09-30 Haowei WuRevert "[libc++][libc++abi] Add tests for vendor-specif...
2021-09-30 peter klausler[flang] Front-end and runtime support for CALL EXIT...
2021-09-30 Lei Zhang[mlir][linalg] Fix incorrect bound calculation for...
2021-09-30 Jonas Devlieghere[lldb] Remove support for replaying the test suite...
2021-09-30 Stanislav Mekhanoshin[AMDGPU] move hasAGPRs/hasVGPRs into header
2021-09-30 Arthur EubanksManually create unique_ptr in various pass adaptors
2021-09-30 Nikita Popov[BasicAA] Use ExtendedValue in VariableGEPIndex (NFC)
2021-09-30 Arthur EubanksInstantiate fewer templates in PassManager::addPass()
2021-09-30 Craig Topper[CostModel] Update default cost model for sadd/ssub...
2021-09-30 Stella Laurenzo[mlir] Remove old "tc" linalg ods generator.
2021-09-30 Adrian PrantlImprove the effectiveness of BDCE's debug info salvaging
2021-09-30 Louis Dionne[libc++][NFC] Remove stray whitespace
2021-09-30 Eric Schweitz[fir][NFC] Rename lenParams to typeparams in builders
2021-09-30 Kazu Hirata[llvm] Migrate from arg_operands to args (NFC)
2021-09-30 Daniil Fukalov[NFC][AMDGPU] Improve cost model tests coverage.
2021-09-30 Florian Mayer[NFC] [hwasan] Remove unneeded member.
2021-09-30 Sanjay Patel[x86] add test for 3 fcmps and logic; NFC
2021-09-30 Kiran Chandramohan[fir] Update fir.alloca op
2021-09-30 Louis Dionne[libc++] Add a testing configuration specific to Apple...
2021-09-30 Valentin Clement[fir][NFC] Removed unused declaration from td file
2021-09-30 Kirill Bobyrev[clangd] Update comment after dea48079b90d40f2087435b77...
2021-09-30 Anna Thomas[LoopPredication] Remove unused variable
2021-09-30 Roman Lebedev[NFC][X86][Codegen] Add test coverage for interleaved...
2021-09-30 Roman Lebedev[NFC][X86][LV] Add costmodel test coverage for interlea...
2021-09-30 Jakub Kuderski[NFC] Improve file-level documentation for Sequence.h
2021-09-30 Valentin Clement[fir][NFC] Move parser/printer for fir.global_len
2021-09-30 Anna Thomas[BPI] Keep BPI available in loop passes through LoopSta...
2021-09-30 Valentin Clement[fir][NFC] Move fir.shape verifier to cpp file
2021-09-30 Valentin Clement[fir][NFC] Update and move fir.freemem and fir.store
2021-09-30 Alex Zinenko[mlir][python] provide bindings for ops from the sparse...
2021-09-30 David Green[ARM] Add more MVE intrinsics to sink splats to
2021-09-30 Brock Wyma[CodeView] Recognize Fortran95 as Fortran instead of...
2021-09-30 Guillaume Chatelet[libc] move benchmark function registration to a differ...
2021-09-30 Kirill Bobyrev[clangd] Land D110386 again
2021-09-30 Adrian Kuegel[mlir] Remove unused namespace alias.
2021-09-30 Roman Lebedev[NFC][Costmodel][LV][X86] Add test coverage for f32...
2021-09-30 Amara Emerson[AArch64][GlobalISel] Re-generate some tests for D110802.
2021-09-30 Nemanja Ivanovic[PowerPC] Truncate element index for vec_insert in...
2021-09-30 Valentin Clement[fir] Update fir.field_index op
2021-09-30 Balazs Benics[NFC] Cleanup the overload of ASTImporter::import()
2021-09-30 Kirill BobyrevRevert "[clangd] Reland D110386"
2021-09-30 Valentin Clement[fir][NFC] Move parser/printer/builder to cpp file
2021-09-30 Eric Schweitz[fir] Update fir.alloca op
2021-09-30 Valentin Clement[fir] Update fir.allocmem op
2021-09-30 LLVM GN Syncbot[gn build] Port 13f3c39f3658
2021-09-30 Jingu KangSecond Recommit "[AArch64] Split bitmask immediate...
2021-09-30 Eric Schweitz[fir] Update fir.extract_value and fir.insert_value ops
2021-09-30 Jay Foad[LiveIntervals] Remove unused subreg ranges in repairIn...
2021-09-30 Eric Schweitz[fir] Update fir.array_update, fir.array_fetch and...
2021-09-30 Kirill BobyrevFix the build after d084c42bdfac4a5879bdabe645b14cf72f7...
2021-09-30 Andrzej Warzynski[flang][docs] Remove the new driver sync-up calls
2021-09-30 Kirill BobyrevInvestigate failure in rGdd13f45e04366cc4f648b57ec87d20...
2021-09-30 Marek Kurdej[format] [docs] Fix typos and clarify QualifierAlignmen...
2021-09-30 Alex Zinenko[mlir][python] provide bindings for the SCF dialect
2021-09-30 Alex Zinenko[mlir][python] provide access to function argument...
2021-09-30 Clement Courbet[AA] Teach BasicAA to recognize basic GEP range informa...
2021-09-30 Kirill Bobyrev[clangd] Reland D110386
2021-09-30 Wenlei He[llvm-profgen] Fix alignment in preferred based calculation
2021-09-30 Wenlei He[llvm-porfgen] Allow perf data as input
2021-09-30 Wenlei He[llvm-profgen] Refactor and better diagnostics
2021-09-30 Frederic Cambus[clang] Update Clang version from 13 to 14 in scan...
2021-09-30 Chris LattnerAsmParser::getContext() - there can be only one. This...
2021-09-30 Chris Lattner[ODS/AsmParser] Don't pass MLIRContext with DialectAsmP...
2021-09-30 Chris Lattner[AsmParser] move AsmParser::getContext to IR library.
2021-09-30 Mehdi AminiRevert "[ODS/AsmParser] Don't pass MLIRContext with...
2021-09-30 Chris Lattner[ODS/AsmParser] Don't pass MLIRContext with DialectAsmP...
2021-09-30 Jim InghamMake "process attach -c" work correctly, and add a...
next