platform/upstream/llvm.git
2021-03-04 Michael Kruse[Polly][Codegen] Emit access group metadata.
2021-03-04 Alex Zinenko[mlir] ODS: change OpBuilderDAG to OpBuilder
2021-03-04 Max Kazantsev[X86][CodeGenPrepare] Try to reuse IV's incremented...
2021-03-04 James Henderson[llvm-objcopy][test] Improve many-sections object and...
2021-03-04 Fraser Cormack[RISCV] Fix crash when inserting large fixed-length...
2021-03-04 Fraser Cormack[RISCV] Preserve fixed-length VL on insert_vector_elt...
2021-03-04 Martin Storsjö[ARM] Fix linking of the new unittest from a968e7b82eac
2021-03-04 Petr HosekRevert "[XRay][x86_64] Fix CFI directives in assembly...
2021-03-04 David Green[ARM] KnownBits for CSINC/CSNEG/CSINV
2021-03-04 Andy Wingo[lld][WebAssembly] -Bsymbolic creates indirect function...
2021-03-04 Max Kazantsev[X86][CodeGenPrepare] Try to reuse IV's incremented...
2021-03-04 Juneyoung Lee[LangRef] remove links to lifetime since use marker...
2021-03-04 Alex Zinenko[mlir] make implementations of translation to LLVM...
2021-03-04 Juneyoung Lee[LangRef] fix more undefined label errors
2021-03-04 Arpith C. Jacob[mlir] Add loop codegen options to some LLVM dialect...
2021-03-04 Craig Topper[LegalizeVectorTypes] Remove a tautological compare.
2021-03-04 Jonas Devlieghere[debugserver] Fix more compiler warnings on arm64
2021-03-04 Martin Storsjö[libcxx] Don't use dllimport for a static member in...
2021-03-04 Hongtao Yu[CSSPGO] Deduplicating dangling pseudo probes.
2021-03-04 Hongtao Yu[CSSPGO] Unblocking optimizations by dangling pseudo...
2021-03-04 Hongtao Yu[CSSPGO] Introducing dangling pseudo probes.
2021-03-04 Christopher... [libcxx] adds concept `std::assignable_from`
2021-03-04 Johannes Doerfert[Docs] Remove `no-aa` from the alias analysis documentation
2021-03-04 Johannes Doerfert[Attributor] Make DepClass a required argument
2021-03-04 Johannes Doerfert[Attributor] Fold "TrackDependence" into the DepClassTy...
2021-03-04 Johannes Doerfert[Attributor] Avoid work for GEPs and wait till the...
2021-03-04 Johannes Doerfert[Attributor] Use known alignment as lower bound to...
2021-03-04 Johannes Doerfert[Attributor][NFC] Move some trivial checks up
2021-03-04 Johannes Doerfert[Attributor] Use sensible initialization in AANoCapture...
2021-03-04 Kito Cheng[doc] Fix description of _Float16
2021-03-04 Siva Chandra... [libc] Remove redundant header files included from...
2021-03-04 Evgeniy Brevnov[DSE] Add support for not aligned begin/end
2021-03-04 Alan Bakerlibclc: Add clspv target to libclc
2021-03-04 Siva Chandra... [compiler-rt | interceptors] Provide an intercept overr...
2021-03-04 Christopher... [libcxx] adds concept `std::common_with`
2021-03-04 Serguei Katkov[InstCombine] Move statepoint intrinsic handling from...
2021-03-04 Wang, PengfeiAdd Windows ehcont section support (/guard:ehcont).
2021-03-04 Jason MolendaLanguageRuntime for 0th frame unwind, simplify getting...
2021-03-04 Arthur O'Dwyer[libc++] Introduce __identity_t<T>. NFCI.
2021-03-04 Christopher... [libcxx] adds concept `std::common_reference_with`
2021-03-04 Aart Bik[mlir][sparse] fix bug in reduction chain
2021-03-04 Juneyoung Lee[LangRef] fix undefined label
2021-03-04 Juneyoung Lee[LangRef] Make lifetime intrinsic's semantics consisten...
2021-03-04 River Riddle[mlir] Add support for generating Attribute classes...
2021-03-04 Craig Topper[RISCV] Make use of the required features in BuiltinInf...
2021-03-04 Fangrui Song[IRSymTab] Set FB_used on llvm.compiler.used symbols
2021-03-04 Steven Wan[AIX] Update default arch on AIX
2021-03-03 River Riddle[mlir][pdl][NFC] Rename InputOp to OperandOp
2021-03-03 River Riddle[mlir][pdl] Add a new !pdl.range<> type
2021-03-03 Xun Li[LICM][Coroutine] Don't sink stores from loops with...
2021-03-03 Fangrui Song[test] Fix profiling.ll
2021-03-03 Jin LinAdd the use of register r for outlined function when...
2021-03-03 River RiddleFix flang build after D97804
2021-03-03 George Balatsouras[dfsan] Remove hard-coded shadow width in more tests
2021-03-03 Zequan Wu[lld-link] Add safe icf mode to lld-link, which does...
2021-03-03 River Riddle[mlir][IR] Refactor the internal implementation of...
2021-03-03 Jez Ng[lld-macho] Fix test breakage introduced by D97799
2021-03-03 Sanjay Patel[Analysis] simplify propagation of FMF in recurrences...
2021-03-03 Stefan Gränitz[lli] Add JITLink link component after 99a6d003edbe
2021-03-03 David BlaikieFix use of deprecated API
2021-03-03 Louis Dionne[libc++] Temporary hack: disable Apple back-deployment...
2021-03-03 MaheshRavishankar[mlir] Remove incorrect folding for SubTensorInsertOp
2021-03-03 Florian Hahn[AArch64] Add implicit uses for operands when expanding...
2021-03-03 Stefan GränitzRevert "hack to unbreak check-llvm on win after D97335...
2021-03-03 Soumi Manna[WebAssembly] Add missing default cases in switch state...
2021-03-03 Jez Ng[lld-macho] Require -arch and -platform_version to...
2021-03-03 Jez Ng[lld-macho][nfc] Parse more options using getLastArg...
2021-03-03 Whitney Tsang[LoopUnrollRuntime] Add option to assume the non latch...
2021-03-03 Alexey Bataev[Cost]Add tests for boolean and/or reductions, NFC.
2021-03-03 Philip ReamesAddress review comment from D97219 (follow up to 8051156)
2021-03-03 Philip ReamesSink routine for replacing a operand bundle to CallBase...
2021-03-03 Philip Reames[LSR] Unify scheduling of existing and inserted addrecs
2021-03-03 Jonas Paulsson[SystemZ] Reimplement the i8/i16 compare-and-swap logic.
2021-03-03 Peter Steinfeld[flang] Prohibit MODULE procedures in the global scope
2021-03-03 Hanhan Wang[mlir][linalg] Add depthwise_conv_2d_input_nhwc_filter_...
2021-03-03 Florian Hahn[AArch64] Move CALL_RVMARKER definition after CALL.
2021-03-03 Fangrui Song[InstrProfiling] Place __llvm_prf_vnodes and __llvm_prf...
2021-03-03 Fangrui Song[test] Improve PGO tests
2021-03-03 Zequan Wu[Coverage] Emit gap region between statements if first...
2021-03-03 Sam McCall[clangd] ObjC fixes for semantic highlighting and xref...
2021-03-03 George Balatsouras[dfsan] Remove hardcoded shadow width in abilist_aggreg...
2021-03-03 Petr Hosek[CMake] Rename RUNTIMES_BUILD to LLVM_RUNTIMES_BUILD
2021-03-03 Louis Dionne[libc++] NFC: Normalize links to bug reports
2021-03-03 Stanislav Mekhanoshin[AMDGPU] Exclude always_inline from max bb threshold
2021-03-03 Mehdi AminiAdd basic JIT Python Bindings
2021-03-03 Mehdi AminiAdd C bindings for mlir::ExecutionEngine
2021-03-03 Hongtao Yu[CSSPGO][llvm-profgen] Continue disassembling after...
2021-03-03 Choongwoo Han[llvm-cov] Cache file status information
2021-03-03 Elia Geretto[XRay][x86_64] Fix CFI directives in assembly trampolines
2021-03-03 Louis Dionne[libc++] Use generator expression to simplify the CMake...
2021-03-03 Louis Dionne[libc++/abi] Replace uses of _NOEXCEPT in src/ by noexcept
2021-03-03 Hanhan Wang[mlir][linalg] Delete unused vars if there are shaped...
2021-03-03 MaheshRavishankar[mlir] Add LinalgInterface method to clone with a given...
2021-03-03 Philip ReamesFix a build warning from ea7d208
2021-03-03 Philip Reames[basicaa] Rewrite isGEPBaseAtNegativeOffset in terms...
2021-03-03 Baptiste Saleil[VirtRegRewriter] Insert missing killed flags when...
2021-03-03 Philip Reames[basicaa] Fix a latent bug in isGEPBaseAtNegativeOffset
2021-03-03 Philip Reames[basicaa] Minor indentation fix
2021-03-03 Louis Dionne[pstl] Fix broken policy_traits and clean up unused...
2021-03-03 Philip Reames[tests] Add tests for cases brought up during review...
next