platform/upstream/llvm.git
2022-12-09 Alexey Bataev[SLP][NFC]prepare isUndefVector function to be used...
2022-12-09 Haojian Wu[include-cleaner] Filter out references that not spelle...
2022-12-09 Nikita Popov[MemoryBuiltins] Remove unused TLI parameters (NFC)
2022-12-09 Nikita Popov[MemoryBuiltins] Remove CallocLike (NFC)
2022-12-09 Simon Pilgrim[SLP][X86] slp-fma-loss.ll - add various targets with...
2022-12-09 Nikita Popov[MemoryBuiltins] Remove AlignedAllocLike (NFC)
2022-12-09 Ilya Biryukov[clangd] NFC. Add a newline at the end of the file
2022-12-09 Haojian Wu[include-cleaner] Fix walkUsed only report a single...
2022-12-09 serge-sans... [NFC] Finish cleaning up StringRef usage in OptTable...
2022-12-09 Tobias Gysi[mlir][llvm] Modernize LLVM instruction and global...
2022-12-09 Dmitry Makogon[SimplifyCFG] Prohibit hoisting of llvm.deoptimize...
2022-12-09 Dmitry Makogon[Test] Reduce deopt bundle in test with hoisted llvm...
2022-12-09 Simon Pilgrim[X86] Regenerate fastcc-byval.ll with visible stack...
2022-12-09 Simon Pilgrim[X86] Regenerate fastcc-byval.ll
2022-12-09 Salvatore Dipietro[AArch64] Lower READCYCLECOUNTER using MRS CNTVCT_EL0
2022-12-09 Nikita Popov[MemoryBuiltins] Drop ReallocLike type (NFC)
2022-12-09 Nikita Popov[MemoryBuiltins] Remove some hardcoded builtins
2022-12-09 serge-sans... Adapt lldb to use StringRef for option storage
2022-12-09 Guillaume Chatelet[Alignment] Use Align in MCStreamer::emitCommonSymbol
2022-12-09 Max Kazantsev[IndVars] Use symbolic max block exit count to handle...
2022-12-09 Luke Lau[Docs] Update PatFrag definition in documentation
2022-12-09 Luke Lau[AsmParser] Check that addrspace fits within 24 bits
2022-12-09 Corentin Jabot[Clang] improve grammar in warn_utf8_symbol_homoglyph...
2022-12-09 Max Kazantsev[NFC] Rename variables in optimizeLoopExits
2022-12-09 Pierre van... [GISel] Rework trunc/shl combine in a generic trunc...
2022-12-09 Guillaume ChateletRevert D139098 "[Alignment] Use Align for ObjectFile...
2022-12-09 serge-sans... Recommit of 8ae18303f97d5dcfaecc90b4d87effb2011ed82e...
2022-12-09 Nikita Popov[PtrAuth] Use default attributes for some ptrauth intri...
2022-12-09 Guray Ozen[mlir] Support llvm.readonly attribute on llvm pointers
2022-12-09 Guillaume Chatelet[Alignment] Use Align for ObjectFile::getSectionAlignment
2022-12-09 Vladislav Khmelevsky[BOLT] Fix blocks layout reverse iterators
2022-12-09 Corentin JabotImplement CWG2631
2022-12-09 Elena Lepilkina[Precommit][RISCV] Test for unsupported extensions...
2022-12-09 serge-sans... Revert "Recommit of 8ae18303f97d5dcfaecc90b4d87effb2011...
2022-12-09 Jean Perier[flang] Lower intrinsics to HLFIR part 1
2022-12-09 serge-sans... Recommit of 8ae18303f97d5dcfaecc90b4d87effb2011ed82e...
2022-12-09 Nilanjana Basu[AArch64] Extending lowering of 'zext <Y x i8> %x to...
2022-12-09 Nilanjana Basu[AArch64] Unit test for zext lowering for different...
2022-12-09 Valentin Clement[flang] Generate iteration shape from passed object
2022-12-09 Nikita Popov[LangRef] Fix typo (NFC)
2022-12-09 Kazu Hirata[clang] Don't including None.h (NFC)
2022-12-09 Kazu Hirata[llvm] Use std::nullopt instead of None in comments...
2022-12-09 Douglas YungMark test lld/test/MachO/fat-arch.s updated in e54cfa4...
2022-12-09 Kazu Hirata[clang] Use std::nullopt instead of None in comments...
2022-12-09 liqinweng[AARCH64][CostModel] Modified the cost of mask vector...
2022-12-09 Jeff Niu[mlir] Fix examples build
2022-12-09 Sameer Sahasrabuddhe[AAPointerInfo] rearrange code in preparation for furth...
2022-12-09 Jeff Niu[mlir][ods] Add I8 and I16 cases to BitEnumAttr
2022-12-09 Paul KirthRevert "Reland "[pgo] Avoid introducing relocations...
2022-12-09 Eric Li[libTooling] Add flag to getRangeForEdit to ignore...
2022-12-09 Chenbing Zheng[InstCombine] Add tests for udiv with shl-mul; NFC
2022-12-09 Vy Nguyen[lld-macho] Fix bug in reading cpuSubType field.
2022-12-09 NAKAMURA Takumi[Bazel] Set HAVE_DLADDR in config.h
2022-12-09 Jordan RupprechtImprove error handling for invalid breakpoint `-t`...
2022-12-09 Paul KirthReland "[pgo] Avoid introducing relocations by using...
2022-12-09 Weining Lu[LoongArch] Remove GlobalISel from the LINK_COMPONENTS...
2022-12-09 Jordan Rupprecht[NFC] Fix leak handling breakpoint names.
2022-12-09 LLVM GN Syncbot[gn build] Port 3b7af2796b3d
2022-12-09 Artem DergachevRevert "Revert "[-Wunsafe-buffer-usage] Initial commit...
2022-12-09 Jordan Rupprecht[NFC] Fix leak in command options configuration.
2022-12-09 Sami Tolvanen[ModuleUtils][KCFI] Set !kcfi_type metadata for sanitiz...
2022-12-09 Paul KirthRevert "Reland "[pgo] Avoid introducing relocations...
2022-12-09 Jeff Niu[flang] Fix flang after MLIR update
2022-12-09 Roman Lebedev[compiler-rt] Update build_symbolizer.sh to use -passes...
2022-12-08 Daniel Thornburgh[CMake] Move dladdr check below _GNU_SOURCE check.
2022-12-08 Joshua Batistaadd floor library function
2022-12-08 Peiming Liu[mlir][sparse] reject kernels with non-sparsfiable...
2022-12-08 David Green[ARM][AArch64] Some additional for bitcast splats. NFC
2022-12-08 Roman Lebedev[NFC] Port one more codegen WinEH test to `-passes...
2022-12-08 Roman Lebedev[NFC] Port last few Transforms tests to `-passes=`...
2022-12-08 Roman Lebedev[NFC] Port last few Other tests to `-passes=` syntax
2022-12-08 Roman Lebedev[NFC] Port all Verifier tests to `-passes=` syntax
2022-12-08 Vitaly Buka[NFC][asan] Guard implemetation with ASAN_INTERCEPT_SWA...
2022-12-08 Yaxun (Sam... Revert "[AMDGPU] Disable bool range metadata to workaro...
2022-12-08 Roman Lebedev[NFC] Port codegen X86 tests that invoke opt to `-passe...
2022-12-08 Roman Lebedev[NFC] Port codegen WinEH tests that invoke opt to ...
2022-12-08 Roman Lebedev[NFC] Port codegen Thumb2 tests that invoke opt to...
2022-12-08 Roman Lebedev[NFC] Port codegen Thumb tests that invoke opt to ...
2022-12-08 Roman Lebedev[NFC] Port codegen SystemZ tests that invoke opt to...
2022-12-08 Roman Lebedev[NFC] Port codegen PowerPC tests that invoke opt to...
2022-12-08 Roman Lebedev[NFC] Port codegen NVPTX tests that invoke opt to ...
2022-12-08 Roman Lebedev[NFC] Port codegen Generic tests that invoke opt to...
2022-12-08 Roman Lebedev[NFC] Port codegen ARM tests that invoke opt to `-passe...
2022-12-08 Roman Lebedev[NFC] Port codegen AMDGPU tests that invoke opt to...
2022-12-08 Roman Lebedev[NFC] Port codegen AArch64 tests that invoke opt to...
2022-12-08 Roman Lebedev[NFC] Port all tools tests to `-passes=` syntax
2022-12-08 Roman Lebedev[NFC] Port all Verifier tests to `-passes=` syntax
2022-12-08 Roman Lebedev[NFC] Port all Other tests to `-passes=` syntax
2022-12-08 Roman Lebedev[NFC] Port all LTO tests to `-passes=` syntax
2022-12-08 Roman Lebedev[NFC] Port all Feature tests to `-passes=` syntax
2022-12-08 Roman Lebedev[NFC] Port all DebugInfo tests to `-passes=` syntax
2022-12-08 Roman Lebedev[NFC] Port all Bitcode tests to `-passes=` syntax
2022-12-08 Roman Lebedev[NFC] Port all Analysis/ScalarEvolution tests to `...
2022-12-08 Roman Lebedev[NFC] Port all Analysis/MustExecute tests to `-passes...
2022-12-08 Roman Lebedev[NFC] Port all Analysis/MemorySSA tests to `-passes...
2022-12-08 Roman Lebedev[NFC] Port all Analysis/LoopAccessAnalysis tests to...
2022-12-08 Roman Lebedev[NFC] Port all Analysis/LazyValueAnalysis tests to...
2022-12-08 Roman Lebedev[NFC] Port all Analysis/GlobalsModRef tests to `-passes...
2022-12-08 Roman Lebedev[NFC] Port all Analysis/Dominators tests to `-passes...
2022-12-08 Roman Lebedev[NFC] Port all Analysis/CallGraph tests to `-passes...
next