platform/upstream/llvm.git
2022-01-11 Nick Desaulniers[clang] number labels in asm goto strings after tied...
2022-01-11 Elvis StansvikAccept string literal decay in conditional operator
2022-01-11 Philip Reames[DSE] Generalize store null to calloc allocated memory...
2022-01-11 William S.... [MLIR][LLVM] Add MemRead/MemWrite behavior to llvm...
2022-01-11 Yaxun (Sam... [HIP] Fix device malloc/free
2022-01-11 Nico Weber[gn build] (manually) port f77d115cc136 more
2022-01-11 Nick Desaulniers[clang][CGStmt] emit i constraint rather than X for...
2022-01-11 Roman Lebedev[NFC][SimplifyCFG] Add some more tests for sinking...
2022-01-11 James Y KnightFix bazel build after f77d115cc136585f39d30a78c741eb296...
2022-01-11 Nick Desaulniers[llvm][test] rewrite callbr to use i rather than X...
2022-01-11 Akira Hatanaka[CodeGen] Treat ObjC `__unsafe_unretained` and class...
2022-01-11 Mehdi AminiApply clang-tidy fixes for readability-redundant-contro...
2022-01-11 Shafik YaghmourFix clang-tidy bugprone-argument-comment that was mixed up
2022-01-11 Kazu Hirata[mlir] Fix a missing override warning
2022-01-11 Nick Desaulniers[SelectionDAG] treat X constrained labels as i for asm
2022-01-11 Aaron DeBattista[mlir][tosa] Allow optional TOSA decompositions to...
2022-01-11 John Ericson[libc++][libc++abi][libunwind] Dedup install path var...
2022-01-11 Arthur Eubanks[NFC][LazyCallGraph] Remove check in removeDeadFunction...
2022-01-11 Nick Desaulniers[ShrinkWrap] check for PPC's non-callee-saved LR
2022-01-11 Rob Suderman[mlir][tosa] Relax tosa.apply_scale operations
2022-01-11 William S.... [MLIR][SCF] Simplify scf.if by swapping regions if...
2022-01-11 Fangrui Song[ELF] Add RelocationScanner. NFC
2022-01-11 Lei Zhang[mlir][linalg] Improve pooling op iterator order consis...
2022-01-11 James Y KnightFix bazel build after 8503c688d555014b88849e933bf096035...
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...
next