platform/upstream/llvm.git
2022-03-15 Jonas Devlieghere[lldb] Fix AppleObjCRuntime log channels
2022-03-15 Valentin Clement[flang] Fix intrinsic entry
2022-03-15 Valentin Clement[flang] Lower random_[init|number|seed] intrinsics
2022-03-15 Tavian Barnes[sanitizer] Always initialize the regex in the regcomp...
2022-03-15 Valentin Clement[flang] Lower min|max intrinsics
2022-03-15 Matthias BraunX86ISelDAGToDAG: Transform TEST + MOV64ri to SHR +...
2022-03-15 Matthias BraunAdd tests for D121320
2022-03-15 Louis Dionne[libc++] Define _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER...
2022-03-15 Valentin Clement[flang] Lower character related intrinsic
2022-03-15 Sam McCall[clang-tools-extra] Reuse llvm_config.use_clang() to...
2022-03-15 Valentin Clement[flang] Lower allocated intrinsic
2022-03-15 Aleksandr PlatonovFix sphinx build because of indentation
2022-03-15 Sam McCall[lit] add lit_config.substitute to interpolate lit_conf...
2022-03-15 Zequan Wu[LLDB][NativePDB] Don't complete static members' types...
2022-03-15 Valentin Clement[flang] Lower alternate return
2022-03-15 Valentin Clement[flang] Lower entry statement
2022-03-15 Valentin Clement[flang] Lower more pointer assignments/disassociation...
2022-03-15 Keith Smileyreland: [clang] Don't append the working directory...
2022-03-15 Björn Schäpers[clang-format] Fix crash with ObjC Blocks
2022-03-15 Louis Dionne[libc++] Add workaround to avoid breaking users of...
2022-03-15 Vitaly Buka[lsan] Allow suppression of "unknown module"
2022-03-15 Louis Dionne[libc++] Update URL to old libc++ dylibs
2022-03-15 Roy Jacobson[Concepts] Fix an assertion failure while diagnosing...
2022-03-15 Sterling AugustineAvoid using a variable-sized array for a tiny allocation.
2022-03-15 Jonas DevlieghereRe-land "[lldb] Synchronize output through the IOHandler"
2022-03-15 Maksim Panchenko[BOLT][NFC] Remove unused function
2022-03-15 Florian Hahn[FunctionAttrs] Replace MemoryAccessKind with FMRB.
2022-03-15 Aleksandr Platonov[clang][parser] Allow GNU attributes before namespace...
2022-03-15 Jake Egan[NFC][AIX] Disable precompiled module file test on AIX
2022-03-15 Vladislav Khmelevsky[BOLT] Set cold sections alignment explicitly
2022-03-15 Stefan Pintilie[PowerPC][P10] Add Vector pair calling convention
2022-03-15 Eli FriedmanComplete the list of single-underscore keywords for...
2022-03-15 Nirvedh[MLIR][Linalg] Canonicalization patterns for linalg...
2022-03-15 LLVM GN Syncbot[gn build] Port d46409fc8ea4
2022-03-15 Shubham Sandeep... Move DWARFRecordSectionSplitter code to its own file
2022-03-15 Sam Clegg[WebAssembly] Fix asan issue from https://reviews.llvm...
2022-03-15 Dimitry Andric[libc++] Make __dir_stream visibility declaration consi...
2022-03-15 Danny MöschAllow newline characters as separators for checks in...
2022-03-15 Daniel Thornburgh[Debuginfod] Check libcurl via CMake library.
2022-03-15 Joe Nash[AMDGPU] Regen checks again no-remat-indirect-mov
2022-03-15 Joe Nash[AMDGPU] Regen checks for schedule-barrier
2022-03-15 Joe Nash[AMDGPU] Regen checks for no-remat-indirect-mov
2022-03-15 Aart Bik[mlir][sparse] more test cases for linalg.index
2022-03-15 Roman Lebedev[X86] Fix AMD Znver3 model checks
2022-03-15 Yi KongRevert "[clang][driver] Emit a warning if -xc/-xc+...
2022-03-15 Yi Kong[clang][driver] Emit a warning if -xc/-xc++ is after...
2022-03-15 Joe Nash[AMDGPU] Fix typo consecutive in GCNNSAReassign
2022-03-15 Jonas DevlieghereRevert "[lldb] Synchronize output through the IOHandler"
2022-03-15 Igor Kudrin[llvm-cov gcov] Fix calculating coverage of template...
2022-03-15 Shafik Yaghmour[LLDB] Fixing DWARFExpression handling of ValueType...
2022-03-15 Andrzej Warzynski[flang][lowering] Add support for lowering of the ...
2022-03-15 Jonas Devlieghere[lldb] Make the PlatformMacOSX unit test Apple specific
2022-03-15 Jonas Devlieghere[lldb] Synchronize output through the IOHandler
2022-03-15 Andrzej Warzynski[flang][lowering] Add support for lowering the `dim...
2022-03-15 Siva Chandra... [libc] Add implementation of POSIX lseek function.
2022-03-15 Jonas Devlieghere[lldb] Fix platform selection on Apple Silicon (again)
2022-03-15 Andrzej Warzynski[flang][lowering] Add support for lowering the `dot_pro...
2022-03-15 Bixia Zheng[mlir][sparse][taco] Reorder a class.
2022-03-15 Craig Topper[LegalizeTypes][RISCV][WebAssembly] Expand ABS in Promo...
2022-03-15 Craig Topper[DAGCombiner][RISCV] Adjust (aext (and (trunc x), cst...
2022-03-15 Pavel LabathRevert "[lldb/test] Make category-skipping logic "platf...
2022-03-15 Craig Topper[RISCV] Remove lowerSPLAT_VECTOR
2022-03-15 Alex Brachet[libc] Fix exit not calling new handlers registered...
2022-03-15 Alex Brachet[libc][BlockStore] Add back, pop_back and empty methods
2022-03-15 Yitzhak Mandelbaum[clang][dataflow] Allow disabling built-in transfer...
2022-03-15 Sanjay Patel[InstCombine] try harder to propagate 'nsz' through...
2022-03-15 Sanjay Patel[InstCombine] add tests for fneg-of-select with FMF...
2022-03-15 Louis Dionne[libc++] Overhaul all tests for assertions and debug...
2022-03-15 Simon Moll[VE] strided v256.23 isel and tests
2022-03-15 Sam Carroll[mlir] Fix --convert-func-to-llvm=emit-c-wrappers argum...
2022-03-15 Tue Ly[libc] Implement expm1f function that is correctly...
2022-03-15 Simon Pilgrim[InstCombine] Add general constant support to eq/ne...
2022-03-15 Simon Pilgrim[JITLink] Fix -Wparentheses warning in R_RISCV_SUB6...
2022-03-15 Ties Stuij[AARCH64] ssbs should be enabled by default for cortex...
2022-03-15 Arnamoy Bhattacharyya[MLIR][OpenMP] Add support for basic SIMD construct
2022-03-15 Steven Wu[ASAN] Fix darwin-interface test
2022-03-15 LLVM GN Syncbot[gn build] Port 7262eacd4199
2022-03-15 Wael YehiaRevert "Load pass plugins during option processing...
2022-03-15 Simon PilgrimRevert rG9c542a5a4e1ba36c24e48185712779df52b7f7a6 ...
2022-03-15 Pavel LabathRemove a top-level "using namespace" in TargetTransform...
2022-03-15 Wael YehiaLoad pass plugins during option processing, so that...
2022-03-15 Pavel Labath[lldb/test] Make category-skipping logic "platform...
2022-03-15 Florian Hahn[BasicAA] Add test showing incorrect noalias result...
2022-03-15 Matthias Springer[mlir][bufferize] Extract buffer hoisting into separate...
2022-03-15 Marek Kurdej[clang-format] Correctly format variable templates.
2022-03-15 Simon Pilgrim[X86] combineSelect - canonicalize (vXi1 bitcast(iX...
2022-03-15 Marek Kurdej[clang-format] Add regression tests for function ref...
2022-03-15 Florian Hahn[LV] Make reduction-order.ll test independent of instru...
2022-03-15 Dmitry Makogon[NFC] Add LazyValueInfo::clear method
2022-03-15 Marek Kurdej[clang-format] Correctly recognize arrays in template...
2022-03-15 Ivan Butygin[mlir][gpu] Introduce gpu.global_id op
2022-03-15 Ivan Butygin[mlir][spirv] Add AssumeTrueKHROp
2022-03-15 Matthias Springer[mlir][bufferize][NFC] Deallocate all buffers at the...
2022-03-15 Nikita Popov[OpenMPOpt] Avoid pointer element type access during...
2022-03-15 Matthias Springer[mlir][bufferize][NFC] Split BufferizationState into...
2022-03-15 Jean Perier[flang] fulfill -Msave/-fno-automatic in main programs too
2022-03-15 Matthias Springer[mlir][bufferize] Fix config not passed to greedy rewriter
2022-03-15 Siva Chandra... [libc][Obvious] Fix typo in CMake file.
2022-03-15 Jean Perier[flang] Hanlde COMPLEX 2/3/10 in runtime TypeCode(cat...
2022-03-15 Fangrui Song[MachineLICM] Simplify code and avoid adding nullptr...
next