platform/upstream/llvm.git
2022-01-11 Florian Hahn[IRBuilder] Introduce folder using inst-simplify, use...
2022-01-11 ksyx[clang-format] Fix SeparateDefinitionBlocks issues
2022-01-11 Philip Reames[instsimplify] Add a comment and test for a highly...
2022-01-11 LLVM GN Syncbot[gn build] Port f77d115cc136
2022-01-11 Matthias BraunX86InstrInfo: Support immediates that are +1/-1 differe...
2022-01-11 Craig Topper[RISCV] Add DAG combine to fold (fp_to_int (ffloor...
2022-01-11 Sven van Haastregt[SPIR-V] Drop double quote from test pattern
2022-01-11 Jan Svoboda[clang] Move `ApplyHeaderSearchOptions` from Frontend...
2022-01-11 Siva Chandra... [libc][NFC] Move sys/mman entrypoints to the default...
2022-01-11 Christian SiggMark arith.minf, arith.maxf as commutative.
2022-01-11 Philip Reames[GlobalsModRef] Apply indirect-global rule to all globa...
2022-01-11 Simon Pilgrim[X86] Apply clang-format to X86TargetLowering::isVector...
2022-01-11 Philip Reames[DSE] Style improvements after 3cef3cf - remove redunda...
2022-01-11 Dimitry Andric[Nomination] Adding Intel representatives to security...
2022-01-11 Florian Hahn[InstSimplify] Fold inbounds GEP to poison if base...
2022-01-11 Simon Atanasyan[mips][lld] Add test case to check symbol index reading...
2022-01-11 Simon Atanasyan[mips] Use `push_back` to insert element at the end...
2022-01-11 Simon Pilgrim[X86] Tag existing shuffle test case as PR53124
2022-01-11 Roman Lebedev[SCEV] `getSequentialMinMaxExpr()`: look into `umin...
2022-01-11 Roman Lebedev[NFC][SCEV] More tests with operand-wise redundant...
2022-01-11 Alexandre Ganea[compiler-rt] Silence warnings when building with MSVC
2022-01-11 Louis Dionne[libc++] Use TEST_HAS_NO_UNICODE instead of _LIBCPP_HAS...
2022-01-11 Kirill Stoimenov[ASan] Driver changes to always link-in asan_static...
2022-01-11 Nikita Popov[GlobalStatus] Look through non-constexpr casts
2022-01-11 Roman Lebedev[NFC][SCEV] Add more tests for umin_seq with redundant...
2022-01-11 Nico Weber[gn build] (manually) port 8503c688d555
2022-01-11 Nikita Popov[GlobalOpt] Regenerate test checks (NFC)
2022-01-11 Jan Svoboda[clang][lex] Keep references to `DirectoryLookup` objec...
2022-01-11 Benjamin Kramer[mlir][linalg] Use cast instead of dyn_cast that's...
2022-01-11 Roman Lebedev[SCEV] `getSequentialMinMaxExpr()`: keep only the first...
2022-01-11 Roman Lebedev[SCEV] Add test for umin_seq with duplicate operands
2022-01-11 Anastasia Stulova[SPIR-V] Remove unused variable
2022-01-11 Florian Hahn[InstSimplify] Add additional GEP tests with undef...
2022-01-11 David Spickett[lldb] Remove non address bits from memory read arguments
2022-01-11 Anastasia Stulova[SPIR-V] Add linking using spirv-link.
2022-01-11 Pavel Labath[lldb/qemu] Implement GetMmapArgumentList
2022-01-11 Roman Lebedev[SCEV] Reenable umin_seq support and fix the `computeSC...
2022-01-11 Roman Lebedev[NFC][SCEV] Add reproducers for umin_seq crashes
2022-01-11 Florian Hahn[LSR] Use pointer args instead of undef for uglygep...
2022-01-11 David GreenRevert "[Clang][AArch64][ARM] PMUv3.4 Option Added"
2022-01-11 Egor Zhdan[Clang][Sema] Fix attribute mismatch warning for ObjC...
2022-01-11 Nikita Popov[CodeGen] Avoid deprecated Address constructor
2022-01-11 David Sherwood[SVE][CodeGen] Use splice instruction when lowering...
2022-01-11 Tim NorthoverARM: make FastISel & GISel pass -1 to ADJCALLSTACKUP...
2022-01-11 Simon Pilgrim[SemaTemplateInstantiate] Use cast<> instead of dyn_cas...
2022-01-11 Nikita Popov[MemoryBuiltins] Remove unused isOpNewLikeFn() (NFC)
2022-01-11 Nikita Popov[MemoryBuiltins] Remove unused isStrdupLikeFn() functio...
2022-01-11 Nikita Popov[DSE] Check for noalias calls rather than alloc functions
2022-01-11 Florian Hahn[LSR] Remove duplicated test address-space-loop.ll.
2022-01-11 Matthias Springer[mlir][linalg][bufferize] Fix CallOp bufferization
2022-01-11 Nikita Popov[DSE] Add additional tests for noalias calls (NFC)
2022-01-11 Haojian WuReland "[AST] Add RParen loc for decltype AutoTypeloc."
2022-01-11 Hans Wennborg[ADT] Add an in-place version of toHex()
2022-01-11 Nikita Popov[DSE] Make test more robust (NFC)
2022-01-11 Hans Wennborg[ADT] Use a lookup table in hexdigit() and call that...
2022-01-11 Simon Pilgrim[SemaOverload] compareConversionFunctions - use castAs...
2022-01-11 Simon Pilgrim[SemaOverload] Use castAs<> instead of getAs<> to avoid...
2022-01-11 Martin Storsjö[clang] [test] Fix clang-cl unused argument tests on...
2022-01-11 Nikita Popov[LICM] Regenerate test checks (NFC)
2022-01-11 Julian Gross[MLIR] Update allocs to memref.allocs in documentation.
2022-01-11 wangpc[RISCV] Generate 32 bits jumptable entries when code...
2022-01-11 Diana Picus[flang] Add tests for converting arrays and refs to...
2022-01-11 Sam McCall[clangd] Save more getFileID in Selection
2022-01-11 Florian Hahn[SCEVExpander] Use IntToPtr for temporary instruction.
2022-01-11 David Sherwood[IR] Change vector.splice intrinsic to reject out-of...
2022-01-11 Sam McCall[clangd] Small optimization in SelectionTree
2022-01-11 Martin Storsjö[clang] [test] Remove newly added tests that fail on...
2022-01-11 Florian Hahn[LoopVersioning] Check the full generated runtime check...
2022-01-11 Diego Caballero[mlir][GPU] Fix attribute name of DL specification
2022-01-11 Nikita Popov[CodeGen] Make element type in emitArrayDestroy() predi...
2022-01-11 Zi Xuan Wu[CSKY] Add CSKYConstantIslands Pass to lift or duplicat...
2022-01-11 wangpc[RISCV] Override TargetLowering::BuildSDIVPow2 to gener...
2022-01-11 Martin Storsjö[clang] Add --start-no-unused-arguments/--end-no-unused...
2022-01-11 LLVM GN Syncbot[gn build] Port 8d23b7420c92
2022-01-11 Konstantin... [libc++][ranges] Implement `uninitialized_copy{,_n...
2022-01-11 Esme-Yi[NFC][XCOFF][llvm-readobj] replace binaries with YAMLs...
2022-01-11 John Regehrallow llvm-reduce, if asked, to run its set of passes...
2022-01-11 Fangrui Song[ELF] Move OffsetGetter before some static functions...
2022-01-11 Fangrui Song[lld-macho] Change some global pointers to unique_ptr
2022-01-11 Fangrui Song[lld-macho][test] Add missing coverage for archive...
2022-01-11 Chenbing.Zheng[RISCV] Block vmsgeu.vi with 0 immediate in Isel
2022-01-11 jacquesguan[RISCV] Select vl op to X0 when it is equal to ~0.
2022-01-11 jacquesguan[RISCV] Add precommit test for select vl op that equal...
2022-01-11 Jim Lin[M68k][test][NFC] Reorder the tests for MxBTST_MI and...
2022-01-11 Haocong.Lu[RISCV] Use shift for zero extension when Zbb and Zbp...
2022-01-11 Nick Desaulniersgit-clang-format HEAD~
2022-01-11 Nick Desaulniers[TargetLowering] precommit refactor from D115688 NFC
2022-01-11 jacquesguan[RISCV] Use vmv.s.x to build one element splat vector.
2022-01-11 Philip ReamesPartial revert of 82fb4f4
2022-01-11 Philip ReamesDelete a stale comment
2022-01-11 Chuanqi Xu[AST] lookup in parent DeclContext for transparent...
2022-01-11 Craig Topper[SelectionDAG] Add additional documentation to FP_TO_S...
2022-01-11 Chuanqi Xu[AST] Don't consider 'ExportDecl' when calculating...
2022-01-11 Mehdi AminiAdd a `qualified` directive to the Op, Attribute, and...
2022-01-11 Jennifer Yu[clang][OpenMP5.1] Initial parsing/sema for 'indirect...
2022-01-11 Sam McCall[Tooling] When transferring compile commands between...
2022-01-11 Wolfgang Pieb[Diagnostics] Don't drop a statically set NoWarningAsEr...
2022-01-11 Casey Carter[libcxx][test] Make LIBCPP_STATIC_ASSERT usable at...
2022-01-11 Adrian PrantlEmit the C++ dialect in -gmodules .pcm files.
2022-01-10 Keith Smileydocs: update some bug tracker references (NFC)
next