platform/upstream/llvm.git
2021-11-11 Aaron BallmanFix Sphinx build diagnostics
2021-11-11 Snehasish Kumar[memprof] Make the raw binary format the default.
2021-11-11 Snehasish Kumar[memprof] Add a raw binary format to serialize memprof...
2021-11-11 Snehasish Kumar[memprof] Replace the block cache with a hashmap.
2021-11-11 Snehasish Kumar[memprof] Move the MemInfoBlock definition to a separat...
2021-11-11 Snehasish Kumar[sanitizer] Add a ForEach callback interface for AddrHa...
2021-11-11 Nikita Popov[InstCombine] Drop redundant fold for and/or of icmp...
2021-11-11 Sanjay Patel[x86] add tests and RUNs for vector compares; NFC
2021-11-11 Louis Dionne[libc++] Implement file_clock::{to,from}_sys
2021-11-11 Louis Dionne[libc++] Disallow running the libc++ benchmarks in...
2021-11-11 Louis Dionne[libc++] Allow running the bootstrapping CI build on...
2021-11-11 Bran Hagger[OpenMP] Allow building libomp using Microsoft Visual...
2021-11-11 Erich KeaneImplement target_clones multiversioning
2021-11-11 Steven Wan[AIX][NFC] Disable clang-repl tests failing due to...
2021-11-11 Min-Yih Hsu[M68k][NFC] Rename 'GlSel' -> 'GISel'
2021-11-11 Abhimanyu GoyalFully qualify `::mlir::IntegerAttr` type in ODS generat...
2021-11-11 Craig Topper[RISCV] Add rv32i/rv64i command lines to some floating...
2021-11-11 Simon Pilgrim[X86] Move LowerFunnelShift below LowerShift. NFC.
2021-11-11 Simon Pilgrim[DAG] reassociateOpsCommutative - test getNode result...
2021-11-11 Adrian Vogelsgesang[clang-apply-replacements] Correctly handle relative...
2021-11-11 Dmitry Vyukovtsan: enable clone interceptor only on Linux
2021-11-11 Mircea Trofin[NFC][InlineAdvisor] Inform advisor when the module...
2021-11-11 Florian Hahn[AArch64] Add some fp16 cast cost-model tests.
2021-11-11 Michael Jones[libc] tweak strtof errno behavior
2021-11-11 Michael Jones[libc] clean up FPUtil long doubles
2021-11-11 Andrzej Warzynski[flang][CodeGen] Transform `IsPresentOpConversion`...
2021-11-11 Nico Weber[gn build] (manually) port 57c22ade867
2021-11-11 Nikita Popov[InstCombine] Handle undefs in and of icmp eq zero...
2021-11-11 Nikolas Klauser[libc++] Implement P2186R2 (Remove Garbage Collection)
2021-11-11 Nikita Popov[InstCombine] Add test for and of icmp ne zero with...
2021-11-11 Mark de Wever[libc++] Use addressof in list.
2021-11-11 Dmitry Vyukovtsan: intercept clone
2021-11-11 Nicolas Vasilache[mlir][Linalg] Add 1-d depthwise conv with opdsl
2021-11-11 Nicolas Vasilache[mlir][Linalg] Make a LinalgStrategyDecomposePass avail...
2021-11-11 Mark de Wever[libc++] Use addressof in forward_list.
2021-11-11 Petr Hosek[lld][ELF] Support for R_ARM_THM_JUMP8
2021-11-11 Craig Topper[X86] Honor command line features along with cpu_specif...
2021-11-11 Jordan Rupprecht[PowerPC][NFC] Ignore unused var in release builds.
2021-11-11 Craig Topper[RISCV] Fix non-sensical intrinsic names in rv64i-singl...
2021-11-11 Peter HawkinsSplit headers from implementations in MLIR C API Bazel...
2021-11-11 Craig Topper[RISCV] Promote f16 ceil/floor/round/roundeven/nearbyin...
2021-11-11 Nikolas Klauser[libc++] Implement P1147R1 (Printing volatile T*)
2021-11-11 Louis Dionne[libc++] Fix GDB pretty printer test on 32 bit targets
2021-11-11 Victor Huang[PowerPC] PPC backend optimization to lower int_ppc_tdw...
2021-11-11 Kai Luo[AIX] Set D111860's test unsupported on AIX
2021-11-11 Sanjay Patel[DAGCombiner] add fold for vselect based on mask of...
2021-11-11 Jay Foad[AMDGPU] Regenerate some div/rem test checks
2021-11-11 Jay Foad[CodeGen] Tweak whitespace in LiveInterval printing
2021-11-11 Jay Foad[AMDGPU] Fix line endings
2021-11-11 Kazu Hirata[CodeGen] Use MachineInstr::operands (NFC)
2021-11-11 Stephan Herhut[mlir][linalg] Avoid illegal elementwise fusion into...
2021-11-11 Valentin Clement[fir] Add !fir.field type conversion
2021-11-11 Valentin Clement[fir] Add fir.select_case conversion
2021-11-11 Valentin Clement[fir] Add placeholder conversion pattern for disptach...
2021-11-11 Zahira AmmarguellatMaking the code compliant to the documentation about...
2021-11-11 Jay Foad[TwoAddressInstruction] Update LiveIntervals after...
2021-11-11 Jay Foad[LiveIntervals] Update subranges in processTiedPairs
2021-11-11 Benjamin Kramer[mlir][X86Vector] Fix unused variable warning
2021-11-11 Nicolas Vasilache[mlir][Vector] Silence recently introduced warnings
2021-11-11 Simon Pilgrim[DAG] reassociateOpsCommutative - peek through bitcasts...
2021-11-11 Raphael Isemann[lldb][NFC] Remove commented out code in SymbolFileDWARF
2021-11-11 Raphael Isemann[lldb][NFC] Remove no longer valid comment for TypeSyst...
2021-11-11 Simon Pilgrim[DAG] FoldConstantArithmetic - fold intop(bitcast(build...
2021-11-11 David Spickett[lldb][AArch64] Add UnwindPlan for Linux sigreturn
2021-11-11 Diana Picus[fir] Add !fir.alloca conversion
2021-11-11 Andrzej Warzynski[flang][codegen] Add type conversion for `fir.boxchar`
2021-11-11 Valentin Clement[fir] Add !fir.vector type conversion
2021-11-11 Luís Ferreira[lldb] Add support for demangling D symbols
2021-11-11 Andrzej Warzynski[flang][nfc] Tidy up in CodeGen.cpp and TypeConverter.h
2021-11-11 Matthias Springer[mlir][linalg][bufferize] Remove remaining linalg depen...
2021-11-11 Valentin Clement[fir] Add fir.box_isarray, fir.box_isptr and fir.box_is...
2021-11-11 Matthias Springer[mlir][linalg][bufferize] Group helpers in Bufferizatio...
2021-11-11 Simon Tatham[extract_symbols.py] Fix llvm-readobj options.
2021-11-11 Florian Hahn[AArch64] Use custom lowering for {U,S}INT_TO_FP with i8.
2021-11-11 duanbo.db[LoopInfo] Fix function getInductionVariable
2021-11-11 Fangrui Song[Polly][Isl] Fix -Wsign-compare after D113101
2021-11-11 Fangrui Song[Driver] Change Linux::isPIEDefault to true for all...
2021-11-11 Igor Kudrin[ELF] Better resemble GNU ld when placing orphan sectio...
2021-11-11 Nicolas Vasilache[mlir] Fix build post 34ff8573505e04c75e84a0e515af462f2...
2021-11-11 Qiu Chaofan[NFC] Clean-up typos in PowerPC CodeGen tests
2021-11-11 Nicolas Vasilache[mlir][X86Vector] Add specialized vector.transpose...
2021-11-11 David Green[AArch64] Allow FP16 vector fixed point converts
2021-11-11 Lang Hames[JITLink] Update Section pointers on Blocks when mergin...
2021-11-11 Mehdi AminiUse base class AsmParser/AsmPrinter in Types and Attrib...
2021-11-11 Bin Cheng[BPI] Push exit block rather than exiting ones in getSc...
2021-11-11 Craig Topper[TypePromotion] Fix a hardcoded use of 32 as the size...
2021-11-11 Matthias Springer[mlir][linalg][bufferize][NFC] Move `getResultBuffer...
2021-11-11 Qiu Chaofan[NFC] Remove unnecessary check prefix of AIX test
2021-11-11 Kazu Hirata[ComprehensiveBufferize] Fix a warning
2021-11-11 River Riddle[mlir] Fix windows build after D113511
2021-11-11 Matthias Springer[mlir][linalg][bufferize] Move more helper functions...
2021-11-11 Vitaly Buka[sanitizer] Fix solaris build
2021-11-11 Kazu Hirata[llvm] Use make_early_inc_range (NFC)
2021-11-11 Huihui Zhang[InstCombine][NFC] Pre-commit baseline test for D113442.
2021-11-11 River Riddle[mlir] Optimize usage of llvm::mapped_iterator
2021-11-11 Emily Shi[compiler-rt] separate lsan, ubsan, stats configuration...
2021-11-11 Matthias Springer[mlir][bufferize][linalg] Do not copy tensors that...
2021-11-11 Matthias Springer[mlir][linalg][bufferize] Do not copy results of non...
2021-11-11 Jacques Pienaar[mlir] Fix unused variable waraning in OpDocGen
2021-11-11 Vitaly Buka[NFC][msan] Clang format includes
next