platform/upstream/llvm.git
2023-07-03 Johannes Doerfert[Attributor] Make isImpliedByIR and hasAssumedIRAttr...
2023-07-03 Garvit Gupta[RISCV] Support constant operand for la and lla pseudoi...
2023-07-03 Luke Lau[RISCV] Refactor vfcvt_rm pseudo insertion case stateme...
2023-07-03 Jennifer Yu[OPENMP52] Codegen support for doacross clause.
2023-07-03 Andrzej Warzynski[mlir][transform] Allow arbitrary indices to be scalable
2023-07-03 Dave Lee[lldb] Remove old commented out code (NFC)
2023-07-03 Florian Hahn[LV] Break up condition in selectEpilogueVectorizationF...
2023-07-03 Jonas Devlieghere[lldb] SymbolFileJSON: Update outdates Text -> JSON...
2023-07-03 Jonas Devlieghere[lldb] Add two-level caching in the source manager
2023-07-03 Felipe de Azevedo... [lldb][nfc] Remove redundant nullptr check
2023-07-03 Anshil Gandhi[InstSimplify] Fold all global variables with initializers
2023-07-03 Ian Anderson[libc++][Modules] std.functional.__functional.invoke...
2023-07-03 Peter Klausler[flang] Don't warn about a NaN argument to ISNAN()
2023-07-03 Yaxun (Sam... [HIP] Pass -fno-hip-fp32-correctly-rounded-divide-sqrt...
2023-07-03 Aiden Grossman[llvm-exegesis] Disable tests requiring the subprocess...
2023-07-03 Peter Klausler[flang] Check constant POS/LEN arguments IBITS even...
2023-07-03 Peter Klausler[flang] Fix overflow detection for folding SUM/PRODUCT
2023-07-03 Johannes Doerfert[Polly][FIX] Adjust enum after D153305
2023-07-03 Johannes Doerfert[Attributor] Use the right argument number (call site...
2023-07-03 Peter Klausler[flang] More actual argument warnings
2023-07-03 Louis Dionne[libc++] Remove support for .fail.cpp tests
2023-07-03 Christopher... [mlir][Conversion/GPUCommon] Fix bug in conversion...
2023-07-03 Zhixun Tan[mlir][dataflow] Unify dependency management in Analysi...
2023-07-03 Peter Klausler[flang] Prevent lowering crash by properly updating...
2023-07-03 Johannes Doerfert[Attributor][NFCI] Move attribute collection and manife...
2023-07-03 Johannes Doerfert[Attributor][NFCI] Manifest assumption attributes expli...
2023-07-03 Johannes Doerfert[Attributor][NFCI] Merge MemoryEffects explicitly
2023-07-03 Med Ismail... [lldb] Fix data race when interacting with python scripts
2023-07-03 Alex Langford[lldb][NFCI] Target::StopHook::GetDescription should...
2023-07-03 Peter Klausler[flang][runtime] Allow OPEN(n,ENCODING=) to change...
2023-07-03 Peter Klausler[flang][NFC] Document semantics of an ambiguous/non...
2023-07-03 Peter Klausler[flang] Warn about overflow after folding HYPOT
2023-07-03 Alex Langford[lldb] Introduce a macro to mark methods as unsupported...
2023-07-03 Alex Langford[lldb][NFCI] Remove use of ConstString from ProcessElfCore
2023-07-03 Florian Hahn[LSR] Add test for another normalization miscompile.
2023-07-03 Peter Klausler[flang][NFC] Add F2023X documentation
2023-07-03 Johannes Doerfert[Attributor] Ensure we call the specialized isImpliedByIR
2023-07-03 Johannes Doerfert[Attributor][NFC] Check for the Explorer first to avoid...
2023-07-03 Johannes Doerfert[Attributor][NFC] Exit manifestAttrs early if there...
2023-07-03 Johannes Doerfert[MemoryEffects][NFCI] Make the MemoryEffects class...
2023-07-03 Alex Langford[lldb][NFCI] Change return type of GetProcessPluginName
2023-07-03 Slava Zakharin[flang][hlfir] Evaluate actual args before impure eleme...
2023-07-03 Kiran Chandramohan[Flang] Mark as maybe_unused to fix warning in PPCIntri...
2023-07-03 Florian Hahn[LV] Prepare tests for D154261.
2023-07-03 Dmitriy Smirnov[Flang][OpenMP] Lower allocatable or pointer in private...
2023-07-03 Jorge Pinto... [clang-tidy] Accessing checks not done for aliases...
2023-07-03 Mike Crowe[clang-tidy] Fix width/precision argument order in...
2023-07-03 Alex Langford[lldb][NFCI] TypeSystemClang::CreateStructForIdentifier...
2023-07-03 Alex Langford[lldb][NFCI] Remove unneeded use of ConstString in...
2023-07-03 Peter Klausler[flang] Add optional portability warning for upcoming...
2023-07-03 Matthias Springer[mlir][Interfaces] Add `promoteIfSingleIteration` to...
2023-07-03 Christudasan... [CodeGen] MRI call back in TargetMachine
2023-07-03 Yashwant Singh[Mips] Remove isMoveReg=1 from wrdsp and rddsp instructions
2023-07-03 Christian Ulmann[mlir][LLVM] Export LLVMFuncOp's GC for declarations
2023-07-03 Kadir Cetinkaya[clang][tooling] Fix early termination when there are...
2023-07-03 David Truby[flang] Install omp_lib.h to install directory alongsid...
2023-07-03 Paul Walker[SVE] Extend incp/decp testing to cover 32-bit use...
2023-07-03 Joel E. Denny[OpenMP] libomptarget: Don't map alignment padding...
2023-07-03 Mariya Podchishchaeva[clang] Add `__has_extension ()` for C++11 features
2023-07-03 Balazs Benics[NFC] Fix typo explicitly_convertable -> explicitly_con...
2023-07-03 David SpickettRevert "[ARM] Adjust strd/ldrd codegen alignment requir...
2023-07-03 Louis Dionne[lit] Remove dead code not referenced, documented or...
2023-07-03 Louis Dionne[libc++] Move all the remaining .fail.cpp tests to...
2023-07-03 Louis Dionne[libc++] Add missing includes
2023-07-03 Matthias Springer[mlir][transform] Add `transform.apply_licm` op
2023-07-03 Florian Hahn[LV] Check for vector instruction in main vector loop.
2023-07-03 Simon Pilgrim[Headers][X86] Ensure all AVX broadcast scalar load...
2023-07-03 Felipe de Azevedo... [lldb][NFC] Simplify GetLocation_DW_OP_addr function
2023-07-03 Felipe de Azevedo... [lldb] Skip apple accelerator table test in DWARF 5...
2023-07-03 Ankur[clang][ExtractAPI] Add --emit-symbol-graph option
2023-07-03 Leandro Lupori[flang] Fix codegen of subcomponents' indexing
2023-07-03 Sergei Barannikov[RISCV] Use parseDirective returning ternary status...
2023-07-03 Adrian Kuegel[mlir][Bazel] Add missing dependencies after 564713c471...
2023-07-03 Sedenion[clang-format] Fixed bad performance with enabled quali...
2023-07-03 Quentin Colombet[mlir][Linalg] Remove useless include
2023-07-03 Igor Kirillov[CodeGen] Refactor ComplexDeinterleaving to run identif...
2023-07-02 Aleksandr Popov[AArch64] Add PredictableSelectIsExpensive feature...
2023-07-03 Cullen Rhodes[mlir][ArmSME] Add basic lowering of vector.transfer_wr...
2023-07-03 Xiaodong Liu[ISel] Improve notes for 'ComplexPattern' class
2023-07-03 Xiaodong Liu[AMDGPU] Fix typo for "amdgpu-spill-sgpr-to-vgpr" optio...
2023-07-03 Mariya Podchishchaeva[clang] Fix new-expression with elaborated-type-specifier
2023-07-02 aleks-tmb[IRCE][Tests] Add tests with range checks in the form...
2023-07-03 Théo Degioanni[mlir][llvm] Type consistency transformations
2023-07-03 David Green[Reassociate] Keep flags for more unchanged operations
2023-07-03 Quentin Colombet[mlir][Linalg] Implement the tiling interface for softmax
2023-07-03 Wang, Xin10[X86]Precommit test cases for D154193
2023-07-03 Ella Ma[analyzer][CStringChecker] Adjust the invalidation...
2023-07-03 zhanglimin[dfsan] Support Linux loongarch64
2023-07-03 Haojian Wu[Tooling][Rewriter] Remove the redundant AtomicallyMove...
2023-07-03 Balazs Benics[ADT] Add deduction guide for iterator_range
2023-07-03 tripleCC[analyzer] Fix false negative when using a nullable...
2023-07-03 Matthias Springer[mlir][linalg] LinalgOp-anchored empty tensor elimination
2023-07-03 Matthias Springer[mlir][vector] Clean up some dimension size checks
2023-07-03 Matthias Springer[mlir][linalg] Remove redundant dimension size helper...
2023-07-03 Ben Shi[CSKY] Optimize conditional branch with BLZ32/BLSZ32...
2023-07-03 Ben Shi[CSKY] Optimize IR pattern icmp-select with DECT32...
2023-07-03 Matthias Springer[mlir][transform] Add `transform.apply_cse` op
2023-07-03 Matthias Springer[mlir][Transforms][NFC] CSE: Add C++ entry point
2023-07-03 Matthias Springer[mlir][IR] Fix memory leak in DominanceInfo
2023-07-03 Jie Fu[flang] Fix -Wstring-conversion in PPCIntrinsicCall...
next