platform/upstream/llvm.git
2022-07-26 Nico Weber[gn build] tweak how symbol_exports map files look...
2022-07-26 Sinan Lin[CodeMetrics] use hasOneLiveUse instead of hasOneUse...
2022-07-26 Nico Weber[gn build] port bc39d7bdd497 (libclang.map -> libclang...
2022-07-26 zhongyunde[LoopDataPrefetch] Fix crash when TTI doesn't set Cache...
2022-07-26 Tom Stellardlibclang.so: Make SONAME the same as LLVM version
2022-07-26 Amir Ayupov[BOLT][TEST] Update fptr.test
2022-07-26 Xiang Li[DirectX backend] [NFC]Add DXILOpBuilder to generate...
2022-07-26 Jun Zhang[CodeGen] Consider MangleCtx when move lazy emission...
2022-07-26 Sunho Kim[JITLink][COFF] Don't dead strip seh frame of exported...
2022-07-26 Sunho Kim[JITLink][COFF] Consider lib/dll files in llvm-jitlink.
2022-07-26 Luo, Yuanke[X86][DAGISel] Don't widen shuffle element with AVX512
2022-07-26 Slava Gurevich[LLDB][NFC][Reliability] Fix uninitialized variables...
2022-07-26 Kazu Hirata[flang] Remove unused variable lastPrivBlock (NFC)
2022-07-26 Sunho Kim[JITLink][COFF] Implement IMAGE_COMDAT_SELECT_LARGEST...
2022-07-26 Sunho Kim[JITLink][COFF] Implement IMAGE_WEAK_EXTERN_SEARCH_NOLI...
2022-07-26 Sunho Kim[JITLink][COFF] Handle duplicate external symbols.
2022-07-26 Weverything[bazel] Add new rule for c60b897d22b2feab3282c4fc2b390b...
2022-07-26 John Ericson[llvm][cmake] Make `install_symlink` workflow work...
2022-07-26 jacquesguan[DAGCombiner] Teach scalarizeExtractedBinop to support...
2022-07-26 Slava GurevichRevert "[LLDB][NFC][Reliability] Fix uninitialized...
2022-07-26 jacquesguan[mlir][Math] Add constant folder for Exp2Op.
2022-07-26 Jacques Pienaar[mlir] SCCP add missing pessimistic setting
2022-07-26 River Riddle[mlir][Parser] Fix memory leak when failing to parse...
2022-07-26 Arnamoy Bhattacharyya[Flang][OpenMP] Add support for lastprivate clause...
2022-07-25 Daniel Bertalan[lld-macho] Implement -hidden-l
2022-07-25 Slava Gurevich[LLDB][NFC][Reliability] Fix uninitialized variables...
2022-07-25 River Riddle[mlir] Refactor the Parser library in preparation for...
2022-07-25 Amara Emerson[GlobalISel] Fix miscompile of G_UREM + G_UDIV due...
2022-07-25 Shafik Yaghmour[Clang] Fix how we set the NumPositiveBits on an EnumDe...
2022-07-25 Craig Topper[RISCV] Refactor translateSetCCForBranch to prepare...
2022-07-25 Alexander Shaposhnikov[IRBuilder] Add assert for AtomicRMW ordering
2022-07-25 Fabian Parzefall[BOLT] Process each block only once in fixCFGForPIC
2022-07-25 Fangrui Song[Driver] Ignore unimplemented -mtune= for ARM/PowerPC
2022-07-25 lipracer[mlir][NFC] Remove TypeRange's constructors that cause...
2022-07-25 lipracerSplit class ValueRange to a new file
2022-07-25 Augie FacklerMemoryBuiltins: remove malloc-family funcs from list
2022-07-25 Augie Facklertests: add attributes that would normally come from...
2022-07-25 John EricsonRevert "[llvm][cmake] Make `install_symlink` workflow...
2022-07-25 John Ericson[llvm][cmake] Make `install_symlink` workflow work...
2022-07-25 John Ericson[cmake] Support custom package install paths
2022-07-25 Joseph Huber[Libomptarget] Reintroduce host architecture checks...
2022-07-25 Roy Sundahl[asan][test] Additional test requiring weak symbol...
2022-07-25 Daniel BertalanReland "[lld-macho] Implement -load_hidden"
2022-07-25 Siva Chandra... [libc][Obvious] Use the correct StringView constructor...
2022-07-25 Andrew Brown[WebAssembly] Use `localexec` as default TLS model...
2022-07-25 Siva Chandra... [libc] Add dirent.h functions opendir, readdir, closedi...
2022-07-25 Matt ArsenaultRegAllocGreedy: Add a command line flag for reverseLoca...
2022-07-25 Matt ArsenaultAMDGPU: Adjust register allocation priority values...
2022-07-25 Joseph Huber[OpenMP] Remove noinline attributes in the device runtime
2022-07-25 Sanjay Patel[Passes] add a tail-call-elim pass near the end of...
2022-07-25 Peter Klausler[flang] Allow restricted specific intrinsic functions...
2022-07-25 Peter Klausler[flang][runtime] Reset unit frame buffer when re-opening
2022-07-25 Daniel BertalanRevert "[lld-macho] Implement -load_hidden"
2022-07-25 Daniel Bertalan[lld-macho] Implement -load_hidden
2022-07-25 Craig Topper[RISCV] Add more test cases for select with (setge...
2022-07-25 Kiran Chandramohan[Flang][OpenMP] Initial support for integer reduction...
2022-07-25 Dmitri Gribenko[clang][dataflow] Rename iterators from IT to It
2022-07-25 Siva Chandra... [libc] Add a simple StringStream class.
2022-07-25 Eric Li[clang][dataflow] Fix MapLattice::insert() to not drop...
2022-07-25 Justin Brooks[Kaleidoscope] Fix DWARF function creation example
2022-07-25 Peter Klausler[flang] Dial some errors down to warnings for ASSOCIATED()
2022-07-25 Christopher... Revert "[mlir][Arithmetic] Add `arith.delinearize_index...
2022-07-25 Corentin Jabot[Clang] Status of the C++23 papers approved by WG21...
2022-07-25 Jean Perier[flang] Runs FIR SimplifyRegionLitePass pass after...
2022-07-25 Mike Urbach[mlir] Update Python CMake version requirement.
2022-07-25 Warren Ristow[Reassociate][NFC] Use an appropriate dyn_cast for...
2022-07-25 Vladislav Dzhidzhoev[GlobalISel][DebugInfo] Remove debug info with zero...
2022-07-25 Peter Klausler[flang] Better error message for NULL() actual argument...
2022-07-25 Vladislav DzhidzhoevFix assertion in SmallDenseMap constructor with reserve...
2022-07-25 Igor ZhukovUse `<stdatomic.h>` with MSVC and C++
2022-07-25 Michał Górny[lldb] [gdb-remote] Refactor killing process and move...
2022-07-25 Daniel Bertalan[lld-macho] Demangle location name in undefined symbol...
2022-07-25 Craig Topper[RISCV] Teach RISCVCodeGenPrepare to optimize (zext...
2022-07-25 Saiyedul IslamRevert "Revert "Revert "[Libomptarget] Add checks for...
2022-07-25 Nikolas Klauser[libc++] Fix algorithms which use reverse_iterator
2022-07-25 Peixin Qiao[flang] Support intrinsic `selected_int_kind` for variables
2022-07-25 Andrzej Warzynski[flang][nfc] Add missing `REQUIRES: asserts` in a test
2022-07-25 Jonas Devlieghere[lldb] Make compiler-rt an optional LLDB test dependency
2022-07-25 Craig Topper[X86] Custom type legalize v2i32 smulo/umulo to use...
2022-07-25 John Ericson[llvm][cmake] Shore up `llvm_check_linker_flags`.
2022-07-25 Benoit JacobGeneralize the vector transfer flattening patterns...
2022-07-25 Bradley Smith[AArch64][SVE] Fold target specific ext/trunc nodes...
2022-07-25 David Spickett[lldb][AArch64] Use macro for unused var without assert...
2022-07-25 Dmitri Gribenko[lldb][AArch64] Fix an unused variable warning in relea...
2022-07-25 David Spickett[lldb][AArch64] Add UnpackTagsFromCoreFileSegment to...
2022-07-25 Sunho Kim[JITLink][COFF][x86_64] Reimplement ADDR32NB/REL32.
2022-07-25 Sunho Kim[ORC][COFF] Properly set weak flag to COMDAT symbols.
2022-07-25 Sunho Kim[JITLink][COFF] Implement IMAGE_SYM_CLASS_LABEL.
2022-07-25 Tue Ly[libc] Raise FE_INVALID for sinf with +- inf inputs.
2022-07-25 Matthias Springer[mlir][linalg] Expand test case for tile-and-fuse with...
2022-07-25 Sunho Kim[JITLink][COFF] Handle out-of-order COMDAT second symbol.
2022-07-25 Sunho Kim[JITLink][COFF] Don't dead strip COMDAT associative...
2022-07-25 Erich KeaneReapply "[NFC] Add some additional features to MultiLev...
2022-07-25 Simon Tatham[llvm-objdump,ARM] Fix .byte directives dumping the...
2022-07-25 Alex Zinenko[mlir] move _mlir_alloc and friends to CRunnerUtils
2022-07-25 Michele Scuttari[MLIR] Generic 'malloc', 'aligned_alloc' and 'free...
2022-07-25 Saiyedul IslamRevert "Revert "[Libomptarget] Add checks for AMDGPU...
2022-07-25 Iain Sandoe[C++20][Modules] Update ADL to handle basic.lookup...
2022-07-25 Ilya Biryukov[Sema] Merge C++20 concept definitions from different...
2022-07-25 Weining Lu[LoongArch] Parse LoongArch base ABI in ObjectYAML...
next