platform/upstream/llvm.git
2021-12-26 Fangrui Song[ELF] Change InputSectionDescription members from vecto...
2021-12-26 Florian Hahn[LV] Move getStepVector out of ILV (NFC).
2021-12-26 Fangrui Song[ELF] Move outSecOff addition from InputSection::writeT...
2021-12-26 Kazu HirataRemove redundant string initialization (NFC)
2021-12-26 Kazu HirataEnsure newlines at the end of files (NFC)
2021-12-26 Kazu Hirata[Orc] Remove a redundant declaration (NFC)
2021-12-26 Arjun PRevert "[MLIR] Add forgotten directory Support to unitt...
2021-12-26 Fangrui Song[ELF] Remove one redundant computeBinding
2021-12-26 Fangrui Song[ELF] reportRangeError: mention symbol name for non...
2021-12-26 Fangrui Song[ELF] sortSymTabSymbols: change vector to SmallVector
2021-12-26 Fangrui Song[ELF][test] Make some TLS tests less sensitive to addresses
2021-12-26 Mehdi AminiFix clang-tidy performance-move-const-arg in DLTI Diale...
2021-12-26 David BlaikieDebugInfo: Don't hash DIE offsets before they're computed
2021-12-25 Fangrui Song[ELF] scanReloc: remove unused start parameter. NFC
2021-12-25 Fangrui Song[ELF] De-template handleTlsRelocation. NFC
2021-12-25 Arjun P[MLIR] Add forgotten directory Support to unittests...
2021-12-25 Luís Ferreira[lldb] Add support for UTF-8 unicode formatting
2021-12-25 Groverkss[MLIR][FlatAffineConstraints][NFC] Move some static...
2021-12-25 Serge Pavlov[NFC] Method for evaluation of FCmpInst for constant...
2021-12-25 Kazu Hirata[StaticAnalyzer] Remove redundant declaration isStdSmar...
2021-12-25 Kazu HirataRemove redundant return and continue statements (NFC)
2021-12-25 Fangrui Song[ELF] Move TLS dynamic relocations to postScanRelocations
2021-12-25 Fangrui Song[ELF][test] Add tests for mixed GD-to-IE and IE, mixed...
2021-12-25 Kazu HirataUse StringRef::contains (NFC)
2021-12-25 Kazu HirataUse {DenseSet,SetVector,SmallPtrSet}::contains (NFC)
2021-12-25 Kazu HirataUse isa instead of dyn_cast (NFC)
2021-12-25 Kazu HirataUse Optional::getValueOr (NFC)
2021-12-25 Kazu Hirata[CodeGen] Fix a memory leak
2021-12-25 Fangrui Song[ELF] Optimize replaceCommonSymbols
2021-12-25 Fangrui Song[ELF] Cache global variable `target` in relocate*
2021-12-25 Fangrui Song[ELF] Add ELFFileBase::{elfShdrs,numELFShdrs} to avoid...
2021-12-25 William S.... [MLIR][LLVM] Add MemmoveOp to LLVM Dialect
2021-12-24 Fangrui Song[CMake] Revert -Wl,-O3
2021-12-24 Markus Böck[mlir] Fully qualify default types used in parser code
2021-12-24 Fangrui Song[ELF] parseLazy: skip local symbols
2021-12-24 Fangrui Song[ELF] Optimize --wrap to only check non-local symbols
2021-12-24 Fangrui Song[ELF] Avoid referencing SectionBase::repl after ICF
2021-12-24 Gabriel Smith[clang-format] Fix short enums getting wrapped even...
2021-12-24 GroverkssRevert "[MLIR][FlatAffineConstraints][NFC] Move some...
2021-12-24 Groverkss[MLIR][FlatAffineConstraints][NFC] Move some static...
2021-12-24 Anastasia Stulova[Docs] Minor fix in clang user manual
2021-12-24 Alexey Zhikhartsev[DFAJumpThreading] Determinator BB should precede switc...
2021-12-24 alex-t[AMDGPU] Changing S_AND_B32 to V_AND_B32_e64 in the...
2021-12-24 Matt ArsenaultInstCombine: Gracefully handle more allocas in the...
2021-12-24 Simon Pilgrim[X86] Enable v32i16 ISD::ROTL/ROTR lowering on AVX512BW...
2021-12-24 Shilei Tian[Clang][OpenMP] Add the support for atomic compare...
2021-12-24 Alexandros... [AArch64] Add a tablegen pattern for RADDHN/RADDHN2.
2021-12-24 LLVM GN Syncbot[gn build] Port 969a51ff3632
2021-12-24 Krasimir GeorgievRevert "[ASan] Moved optimized callbacks into a separat...
2021-12-24 Nikita Popov[DSE] Fix typo in recent commit
2021-12-24 Nikita Popov[DSE] Remove unnecessary check in getLocForWrite()...
2021-12-24 Nikita Popov[DSE] Rename getLocForWriteEx() to getLocForWrite(...
2021-12-24 Phoebe WangReland "[X86][MS-InlineAsm] Use exact conditions to...
2021-12-24 Nikita Popov[DSE] Assert analyzable write in isRemovable() (NFC)
2021-12-24 Nikita Popov[DSE] Avoid calling isRemovable() on non-analyzable...
2021-12-24 Nikita Popov[DSE] Call isRemovable() after getLocForWriteEx() ...
2021-12-24 Fangrui Song[GlobalISel] Fix -Wunused-function in -DLLVM_ENABLE_ASS...
2021-12-24 Nikita Popov[DSE] Simplify isGuaranteedLoopInvariant() (NFC)
2021-12-24 Nikita Popov[DSE][MemLoc] Handle intrinsics more generically
2021-12-24 Nikita Popov[DebugInfo] Remove type-units-maybe-unused-types.ll...
2021-12-24 Nikita Popov[Attributor] Directly call areTypesABICompatible()...
2021-12-24 Nikita Popov[OpenMP] Avoid creating null pointer lvalue (NFC)
2021-12-24 Fangrui Song[ELF] Optimize symbol initialization and resolution
2021-12-24 Chuanqi Xu[C++20] [Coroutines] Allow promise_type to not define...
2021-12-24 Jim Lin[RISCV] Use DAG variable directly instead of DCI.DAG
2021-12-24 David BlaikieRevert "[DWARF] Fix PR51087 Extraneous enum record...
2021-12-24 Chuanqi Xu[C++20] Conform coroutine's comments in clang (NFC...
2021-12-24 Fangrui Song[ELF] Simplify and optimize ObjFile<ELFT>::parseLazy
2021-12-24 Shilei Tian[NFC] Remove tailing whitespaces in llvm/include/llvm...
2021-12-24 Craig Topper[RISCV] Don't allow vector types to be used with inline...
2021-12-24 Fangrui Song[ELF] scanVersionScript: remove unused variable
2021-12-24 Mogball[mlir] Add getNumThreads to MLIRContext
2021-12-24 Fangrui Song[ELF] Simplify SymbolTable::insert. NFC
2021-12-24 Stella Laurenzo[mlir] Use thread-pool's notion of thread count instead...
2021-12-24 Nico Weber[gn build] "port" 71b3bfde9cd2
2021-12-24 Fangrui Song[ELF] SymbolTable: change some vector<Symbol *> to...
2021-12-24 Kirill Stoimenov[ASan] Moved optimized callbacks into a separate library.
2021-12-24 Mehdi AminiRevert "[mlir][tosa] Split tosa-to-linalg named ops...
2021-12-23 Jason MolendaLoad binary by UUID from qProcessInfo packet fields
2021-12-23 Siva Chandra... [libc][obvious] Fix style of MPFRWrapper.
2021-12-23 Krzysztof Parzyszek[Hexagon] Revamp HVX flag verification in driver
2021-12-23 Fangrui Song[ELF] Remove stale comment which was duplicated in...
2021-12-23 Nico Weber[gn build] (manually) port 7cd7b4d2f807 (sanitizer_symb...
2021-12-23 Kristina BessonovaRevert "[DwarfDebug] Support emitting function-local...
2021-12-23 Vitaly Buka[sanitizer] Add common "demangle" flag
2021-12-23 Florian Hahn[Verifier] Iteratively traverse all indirect users.
2021-12-23 Nico Weber[gn build] (manually) port f103ee2e9e3fc (sanitizer_sym...
2021-12-23 Victor Perez[RISCV][VP] Lower mask vector VP AND/OR/XOR to RVV...
2021-12-23 Rob Suderman[mlir][tosa] Split tosa-to-linalg named ops out of...
2021-12-23 Michael Kruse[Polly][SchedOpt] Account for prevectorization of multi...
2021-12-23 Arthur O'Dwyer[libc++] [ranges] Whitespace and namespace-style adjust...
2021-12-23 Arthur O'Dwyer[libc++] [test] Eliminate `== true` and `== false`...
2021-12-23 Arthur O'Dwyer[libc++] [ranges] Fix bugs in ranges::empty().
2021-12-23 Arthur O'Dwyer[libc++] [test] Flatten the directory structure a bit...
2021-12-23 Mogball[mlir] Remove spurious debug guard
2021-12-23 Nathan Chancellor[clang][driver] Warn when '-mno-outline-atomics' is...
2021-12-23 Fangrui Song[ELF][PPC32] Support .got2 in an output section description
2021-12-23 Vitaly Buka[sanitizer] Move internal_symbolizer "inline" option
2021-12-23 Fangrui Song[Driver][test] Remove unneeded -no-canonical-prefixes...
2021-12-23 Vitaly Buka[NFC][sanitizer] Increase kArgVMax to 16
next