platform/upstream/llvm.git
2022-02-01 Marek Kurdej[clang-format] De-pessimize appending newlines. NFC.
2022-02-01 Marek Kurdej[clang-format] Use ranged for loops. NFC.
2022-02-01 Jon Chesterfield[openmp] Disable tests that presently hang on CI
2022-02-01 Nicolas Vasilache[mlir][vector][integration] Reactivate LLI in vector...
2022-02-01 Valentin Clement[flang] Add lowering placeholders
2022-02-01 Simon Pilgrim[DAG] SimplifyMultipleUseDemandedBits - add default...
2022-02-01 Nicolas VasilacheTemporarily disable LLI to investigate weird non 0...
2022-02-01 Nico Weber[gn build] unconfuse sync script after 762f0b546328
2022-02-01 Alexander Shaposhnikov[CodeGen][AArch64] Fix typo in legalizer-info-validatio...
2022-02-01 Alexander Shaposhnikov[CodeGen][AArch64] Fix typo in arm64-zero-cycle-zeroing.ll
2022-02-01 Alexander Shaposhnikov[llvm-objcopy][COFF] Add missing RUN in bigobj.test
2022-02-01 Alexander Shaposhnikov[lld][MachO] Fix typo in rename.s
2022-02-01 Simon Pilgrim[DAG] Make it clear mul(x,x) knownbits bit[1] == 0...
2022-02-01 Alexander Shaposhnikov[lld][ELF] Add missing RUN in aarch64-adrp-ldr-got.s
2022-02-01 Fraser Cormack[RISCV][3/3] Switch undef -> poison in scalable-vector...
2022-02-01 Fraser Cormack[RISCV][2/3] Switch undef -> poison in fixed-vector...
2022-02-01 Fraser Cormack[RISCV][1/3] Switch undef -> poison in VP RVV tests
2022-02-01 Benjamin Kramer[mlir] Attempt working around a GCC 5 bug
2022-02-01 Nicolas Vasilache[mlir][LLVM] Add support for operand_attrs to InlineAsmOp
2022-02-01 Nikita Popov[AArch64] Regenerate test checks (NFC)
2022-02-01 Prashant Kumar[MLIR] Extract division representation from equality...
2022-02-01 Benjamin KramerRevert "[SLP]Alternate vectorization for cmp instructions."
2022-02-01 tyb0807[ARM] Make getInstSizeInBytes() use instruction size...
2022-02-01 tyb0807[AArch64] Make getInstSizeInBytes() use instruction...
2022-02-01 Fraser Cormack[RISCV] Add a test showing an incorrect VSETVLI insertion
2022-02-01 David Spickett[compiler-rt][fuzzer] Disable 2 tests for Arm Thumb...
2022-02-01 Bjorn Pettersson[DAGCombine] Add simple folds for SSHLSAT/USHLSAT
2022-02-01 Bjorn PetterssonPre-commit test cases missing SSHLSAT/USHLSAT folds...
2022-02-01 Florian Hahn[LV] Use onlyFirstLaneDemanded when widening pointer...
2022-02-01 David Sherwood[CodeGen] Support folds of not(cmp(cc, ...)) -> cmp...
2022-02-01 Nikita Popov[ArgPromotion] Add alignment test (NFC)
2022-02-01 Jay Foad[StructurizeCFG] Clean up some boolean not instructions
2022-02-01 Nikita Popov[ArgPromotion] Regenerate test checks (NFC)
2022-02-01 Nikita Popov[ArgPromotion] Use range-based for loop (NFC)
2022-02-01 David Green[LV][AArch64] Add test for scalar interleaving with...
2022-02-01 Siva Chandra[libc] Add a few missing deps, includes, and fix a...
2022-02-01 Johannes Doerfert[Attributor][FIX] Relax assertion in IRPosition::verify
2022-02-01 Markus Lavin[llvm-reduce] Set ShouldPreserveUseListOrder=true
2022-02-01 Johannes Doerfert[UpdateTestChecks][FIX] Expected output changed with...
2022-02-01 Marek Kurdej[clang-format] Fix AlignConsecutiveAssignments breaking...
2022-02-01 Fangrui Song[ELF] Change vector<Symbol *> to SmallVector. NFC
2022-02-01 Siva Chandra... [libc] Adjust few fcntl macros for aarch64.
2022-02-01 Fangrui Song[ELF] Change vector<InputSection *> to SmallVector...
2022-02-01 Johannes Doerfert[Attributor][FIX] Repair broken unit test
2022-02-01 Fangrui Song[ELF] Switch split-stack to use SmallVector. NFC
2022-02-01 Marek Kurdej[clang-format] Don't break block comments when sorting...
2022-02-01 Johannes Doerfert[Attributor] Introduce the `AA::isPotentiallyReachable...
2022-02-01 Johannes Doerfert[Attributor] Introduce the concept of query AAs
2022-02-01 Johannes Doerfert[Attributor] Pre-commit test case
2022-02-01 Kuter Dinel[Attributor] AAFunctionReachability, Instruction reacha...
2022-02-01 Johannes Doerfert[Attributor] Use AAFunctionReachability to determine...
2022-02-01 Johannes Doerfert[Attributor] Make interprocedural value explicit in...
2022-02-01 Christian Sigg[MLIR][arith] Mark addf/mulf as commutative
2022-02-01 Mogball[mlir][ods] Unify Attr/TypeDef and Operation Format...
2022-02-01 Johannes Doerfert[Attributor][FIX] Liveness handling in the isAssumedDea...
2022-02-01 Johannes Doerfert[Attributor] Use edge liveness rather than block liveness
2022-02-01 Johannes Doerfert[Attributor][FIX] Address two oversights in AAIsDead
2022-02-01 Johannes Doerfert[Attributor][NFCI] Improve debug diagnostic
2022-02-01 Johannes Doerfert[Attributor] Provide convenient helpers for isAssumedRe...
2022-02-01 Johannes Doerfert[Attributor] Use CFG reasoning to filter potentially...
2022-02-01 Johannes Doerfert[Attributor][NFC] Make debug output more useful and...
2022-02-01 Johannes Doerfert[OpenMP][FIX] Explicit barriers in SPMD mode are not...
2022-02-01 Johannes Doerfert[Attributor][NFCI] Expose some nosync reasoning to...
2022-02-01 Johannes Doerfert[Attributor][NFCI] Remove anonymous namespaces
2022-02-01 Johannes Doerfert[OpenMP] Eliminate redundant barriers in the same block
2022-02-01 Johannes Doerfert[OpenMP] Ensure to remove noinline from all runtime...
2022-02-01 Amir Ayupov[BOLT][CMAKE] Add extra BOLT_INCLUDE_TESTS condition...
2022-02-01 Siva Chandra... [libc] Add implementations of POSIX mkdir, mkdirat...
2022-02-01 Jez Ng[lld-macho][test] Add test for UUID format
2022-02-01 Serguei Katkov[RS4GC] Make PointerToBase mapping be independent on...
2022-02-01 Joseph Huber[OpenMP] Remove new driver tests for AMDGPU
2022-02-01 Joseph Huber[Libomptarget] Run GPU offloading tests using the new...
2022-02-01 Joseph Huber[PassBuilder] Add OpenMPOpt to default LTO pipeline
2022-02-01 Joseph Huber[OpenMP] Remove call to 'clang-offload-wrapper' binary
2022-02-01 Joseph Huber[OpenMP] Replace sysmtem call to `llc` with target...
2022-02-01 Joseph Huber[OpenMP] Cleanup the Linker Wrapper
2022-02-01 Joseph Huber[OpenMP] Include the executable name in the temporary...
2022-02-01 Joseph Huber[OpenMP] Implement save temps functionality in linker...
2022-02-01 Joseph Huber[OpenMP] Embed bitcode after optimizations instead...
2022-02-01 Joseph Huber[OpenMP] Improve symbol resolution for OpenMP Offloadin...
2022-02-01 Joseph Huber[OpenMP] Add support for linking AMDGPU images
2022-02-01 Joseph Huber[OpenMP] Add extra flag handling to linker wrapper
2022-02-01 Joseph Huber[OpenMP] Add support for embedding bitcode images in...
2022-02-01 Joseph Huber[OpenMP] Link the bitcode library late for device LTO
2022-02-01 Joseph Huber[OpenMP] Initial Implementation of LTO and bitcode...
2022-02-01 Joseph Huber[OpenMP] Search for static libraries in offload linker...
2022-02-01 Joseph Huber[Clang] Initial support for linking offloading code...
2022-02-01 Joseph Huber[OpenMP] Add support for extracting device code in...
2022-02-01 Sam Cleggllvm-readobj: support globals in initializer expressions
2022-02-01 River Riddle[mlir] Add isa/dyn_cast support for dialect interfaces
2022-02-01 Fangrui Song[AArch64] Temporarily use getPointerElementType to...
2022-02-01 Tanya LattnerAdd status of migration.
2022-02-01 Mircea Trofin[nfc][mlgo][regalloc] 'hasPreferredPhys' out of feature...
2022-02-01 Geoffrey Martin... [Bazel] Don't fail the build on usage of deprecated...
2022-02-01 Changpeng FangAMDGPU {NFC}: Add code object v5 support and generate...
2022-02-01 Chris BienemanFix memory leak I introduced in 2d66ed370a40
2022-02-01 David BlaikieDisable -Wmissing-prototypes for internal linkage funct...
2022-02-01 Jonas Devlieghere[lldb] Use the build's python interpreter in the shell...
2022-02-01 Fangrui Song[BitcodeWriter] Fix cases of some functions
2022-02-01 Fangrui Song[ModuleUtils] Move EmbedBufferInModule to LLVMTransform...
next