platform/upstream/llvm.git
2022-02-01 Joseph Huber[OpenMP] Link the bitcode library late for device LTO
2022-02-01 Joseph Huber[OpenMP] Initial Implementation of LTO and bitcode...
2022-02-01 Joseph Huber[OpenMP] Search for static libraries in offload linker...
2022-02-01 Joseph Huber[Clang] Initial support for linking offloading code...
2022-02-01 Joseph Huber[OpenMP] Add support for extracting device code in...
2022-02-01 Sam Cleggllvm-readobj: support globals in initializer expressions
2022-02-01 River Riddle[mlir] Add isa/dyn_cast support for dialect interfaces
2022-02-01 Fangrui Song[AArch64] Temporarily use getPointerElementType to...
2022-02-01 Tanya LattnerAdd status of migration.
2022-02-01 Mircea Trofin[nfc][mlgo][regalloc] 'hasPreferredPhys' out of feature...
2022-02-01 Geoffrey Martin... [Bazel] Don't fail the build on usage of deprecated...
2022-02-01 Changpeng FangAMDGPU {NFC}: Add code object v5 support and generate...
2022-02-01 Chris BienemanFix memory leak I introduced in 2d66ed370a40
2022-02-01 David BlaikieDisable -Wmissing-prototypes for internal linkage funct...
2022-02-01 Jonas Devlieghere[lldb] Use the build's python interpreter in the shell...
2022-02-01 Fangrui Song[BitcodeWriter] Fix cases of some functions
2022-02-01 Fangrui Song[ModuleUtils] Move EmbedBufferInModule to LLVMTransform...
2022-02-01 Joseph Huber[LLVM] Resolve layer violation in BitcodeWriter
2022-01-31 Keith Smiley[llvm-objcopy][MachO] Ignore LC_LINKER_OPTION when...
2022-01-31 Fangrui Song[Bazel] Add include/llvm/Transforms/Utils/ModuleUtils...
2022-01-31 Michael Kruse[Clang][OpenMPIRBuilder] Fix off-by-one error when...
2022-01-31 Peter Klausler[flang] Make NEWUNIT= use a range suitable for INTEGER...
2022-01-31 Mircea Trofin[mlgo][regalloc] Factor live interval feature calculation
2022-01-31 Snehasish Kumar[instrprof][NFC] Refactor out the common logic for...
2022-01-31 Snehasish Kumar[memprof] Move the meminfo block struct to MemProfData...
2022-01-31 Peter Klausler[flang] runtime perf: larger I/O buffer growth increments
2022-01-31 Dávid Bolvanský[Clang][NFC] Added testcase from #49549
2022-01-31 Konstantin... [libc++][ranges][NFC] Fix formatting on newly-added...
2022-01-31 Sam Clegg[clang][WebAssembly] Imply -fno-threadsafe-static when...
2022-01-31 Chris Bieneman[NFC] Skip PassBuilderCTests if no default triple
2022-01-31 Mircea Trofin[NFC][regalloc] Move evict advisor initialization befor...
2022-01-31 Joachim Protze[OpenMP][tests][NFC] Pin debug info to DWARF v4 for...
2022-01-31 Kirill Stoimenov[ASan] Fixed null pointer bug introduced in D112098.
2022-01-31 Joseph Huber[OpenMP] Remove hard-coded triple in new driver test
2022-01-31 Itay Bookstein[clang][CodeGen][NFC] Remove unused CodeGenModule fields
2022-01-31 Mircea Trofin[nfc][mlgo] De-const a parameter
2022-01-31 Peter Klausler[flang] Distinguish intrinsic from non-intrinsic modules
2022-01-31 William S.... [LoopIdiom] Keep TBAA when creating memcpy/memmove
2022-01-31 Nico Weber[gn build] (manually) port 551b1774524
2022-01-31 Martin Storsjö[libcxx] [Windows] Pick a unique bit for __regex_word
2022-01-31 David Greene[UpdateTestChecks] Re-add --filter and --filter-out...
2022-01-31 tyb0807[AArch64] Removing redundant PAuth flag
2022-01-31 tyb0807[AArch64][SelectionDAG] CodeGen for Armv8.8/9.3 MOPS
2022-01-31 Joseph Huber[Clang] Introduce Clang Linker Wrapper Tool
2022-01-31 Joseph Huber[OpenMP] Embed device files into the host IR
2022-01-31 Joseph Huber[OpenMP] Add a flag for embedding a file into the module
2022-01-31 Joseph Huber[OpenMP] Introduce new flag to change offloading driver...
2022-01-31 tyb0807[AArch64][GlobalISel] CodeGen for Armv8.8/9.3 MOPS
2022-01-31 River Riddle[mlir:Standard][NFC] Remove the dead Arithmetic op...
2022-01-31 tyb0807[AArch64] Modeling NZCV read/write for MOPS instructions
2022-01-31 tyb0807[AArch64] Support for memset tagged intrinsic
2022-01-31 Peter Klausler[flang] Correct interpretation of RECL=
2022-01-31 Mircea Trofin[mlgo][regalloc][test] Add comprehensive log output...
2022-01-31 Sanjoy DasRemove `mutable` and stray comment
2022-01-31 Martin Storsjö[libcxx] [Windows] Use the standard vsnprintf instead...
2022-01-31 Daniel McIntosh[docs] Update Prolog/Epilog Code Insertion docs to...
2022-01-31 Sam CleggRevert "[WebAssembly] Refactor and fix emission of...
2022-01-31 Joseph Huber[OpenMP][NFC] Change error message on offloading failur...
2022-01-31 Joseph Huber[Libomptarget] Reduce shared memory stack size to 512...
2022-01-31 Sanjay Patel[x86] add tests for binop of select with identity const...
2022-01-31 bakhtiyar[async] Get the number of worker threads from the runtime.
2022-01-31 Adrian PrantlWork around a Clang modules build issue.
2022-01-31 Florian Hahn[LV] Add additional complex first order recurrence...
2022-01-31 Louis Dionne[libc++][NFC] Mark a few issues and papers as implemented
2022-01-31 Eli Friedman[ScalarEvolution] Add bailout to avoid zext of pointer.
2022-01-31 Paul Walker[SVE] By using SEL when orring predicates we forgo...
2022-01-31 Chris Bieneman[NFC] Fix build when LLVM_DEFAULT_TARGET_TRIPLE=""
2022-01-31 Ruslan Arutyunyan[libc++][pstl][NFC] Remove usage of std::result_of...
2022-01-31 Konstantin... [libc++][ranges][NFC] Add some missing links to the...
2022-01-31 Arthur O'Dwyer[libc++] [ranges] ADL-proof ranges::iter_{swap,move}.
2022-01-31 Alexey Bataev[SLP]Alternate vectorization for cmp instructions.
2022-01-31 Alexander Yermolovich[BOLT][DWARF] Handle shared abbrev section
2022-01-31 Paul Walker[SVE] Extend isel pattern coverage for INCP & DECP.
2022-01-31 Sanjoy DasRemove OpTrait, AttrTrait and TypeTrait
2022-01-31 Ties StuijAdd info on PACBTI-M to the Clang release notes
2022-01-31 Jonas Devlieghere[lldb] Support Rosetta registers in crashlog.py
2022-01-31 Jon Chesterfield[openmp] Delete rpath test, too expensive to get it...
2022-01-31 Christian Sigg[MLIR][arith] More float op folders
2022-01-31 Florian Hahn[AArch64] Bail out for float operands in SetCC optimiza...
2022-01-31 Jon Chesterfield[OpenMP] Disable rpath test on hexagon as no linker...
2022-01-31 Sam McCallTweak formatting & wording in clangd release notes
2022-01-31 Philip Reames[Statepoint] Remove another use of getActualReturnType...
2022-01-31 Alexander BelyaevRevert "[mlir] Purge `linalg.copy` and use `memref...
2022-01-31 Adrian PrantlFix a fragment overflow problem when composing super...
2022-01-31 Philip Reames[Statepoints] Take result type from gc.result [NFC]
2022-01-31 Philip ReamesSink getGCResultLocality to sole use [NFC]
2022-01-31 Valentin Clement[flang][NFC] Remove obsolete Character helper
2022-01-31 Alexander Belyaev[mlir] Purge `linalg.copy` and use `memref.copy` instead.
2022-01-31 Simon Pilgrim[clang-tidy] getLambdaProperties - use cast<> instead...
2022-01-31 Arthur O'Dwyer[libc++] [ranges] Implement std::ranges::distance
2022-01-31 Jon Chesterfield[OpenMP] Disable rpath test in windows for lack of...
2022-01-31 Craig Topper[RISCV] Add a fatal error if ISD::VSCALE is used with...
2022-01-31 Craig Topper[RISCV] Update the computeKnownBitsForTargetNode for...
2022-01-31 Arthur O'Dwyer[libc++] [NFC] Audit LWG issues for "Nothing To Do...
2022-01-31 Arthur O'Dwyer[libc++] Merge _LIBCPP_HAS_NO_RANGES into _LIBCPP_HAS_N...
2022-01-31 Craig Topper[RISCV] Separate the Zfhmin and Zfh extensions.
2022-01-31 Craig Topper[RISCV] Make Zfhmin in march imply F.
2022-01-31 Josh Mottley[flang] Upstream partial lowering of COMMAND_ARGUMENT_C...
2022-01-31 Nikolas Klauser[libc++][test] add vector<bool>::reference tests
2022-01-31 Jeremy Morse[DebugInfo][InstrRef][NFC] Refactor ahead of further...
next