platform/upstream/llvm.git
2022-09-22 Teresa Johnson[MemProf] Fix buildbot error due to hasValue deprecatio...
2022-09-22 Teresa Johnson[MemProf] Fix buildbot error due to unused variable...
2022-09-22 Fangrui Song[ELF] --compress-debug-sections=zstd: ignore error...
2022-09-22 Louis Dionne[NFC] Remove trailing whitespace in CMake file
2022-09-22 Teresa Johnson[MemProf] Fix buildbot errors by requiring zlib
2022-09-22 Craig Topper[RISCV] Remove support for the unratified Zbe, Zbf...
2022-09-22 Chris Bieneman[NFC] Update test case to be flexible
2022-09-22 Jan Svoboda[clang][modules][deps] Preserve module map load order
2022-09-22 Teresa Johnson[MemProf] Memprof profile matching and annotation
2022-09-22 Simon Pilgrim[CostModel][X86] Tidyup sdiv/srem/udiv/urem by constant...
2022-09-22 Jan Svoboda[clang][modules][deps] Report modulemaps describing...
2022-09-22 Philip Reames[DAGCombine] Check both forms of a commutative transform
2022-09-22 Philip Reames[RISCV] Precommit test showing scatter addressing gap
2022-09-22 Yitzhak Mandelbaum[clang][dataflow] Add support for nested method calls.
2022-09-22 Quentin Colombet[mlir][MemRef] Simplify extract_strided_metadata(expand...
2022-09-22 Jan Svoboda[clang][deps] Report module map describing compiled...
2022-09-22 Alex Brachet[ELF] Fix std::min error on MacOs
2022-09-22 Xiang Li[HLSL] Add resource binding attribute for HLSL.
2022-09-22 Oleg Shyshkov[mlir] Modify LinalgStructuredInterface to allow the...
2022-09-22 Leonard Chan[llvm] Handle dso_local_equivalent in FunctionComparator
2022-09-22 Greg ClaytonTrack .dwo/.dwp loading errors and notify user when...
2022-09-22 Michael BenfieldDocument WarnOnSizeOfPointerToAggregate.
2022-09-22 Fangrui Song[llvm-objcopy] --compress-debug-sections: remove tail...
2022-09-22 Yashwant Singh[NFC] Empty commit to check commit access
2022-09-22 Chris Bieneman[NFC] Refactor dxil metadata code
2022-09-22 Nico Weber[gn build] port 47afaf2eb02b (exegesis all targets)
2022-09-22 Slava Zakharin[flang][runtime] Fixes for element size calculation.
2022-09-22 Michael Benfield[clang-tidy] Add option WarnOnSizeOfPointerToAggregate.
2022-09-22 Jonathan Camilleri[clang][DebugInfo] Emit access specifiers for typedefs
2022-09-22 Jonathan Camilleri[DebugInfo] Emit access specifiers for typedefs
2022-09-22 Aaron BallmanUpdate the C status page for WG14 N2359
2022-09-22 Christopher... [mlir][vector] Fix test for vector-warp-distribute
2022-09-22 Hassnaa Hamdi[AArh64-SVE]: Improve cost model for div/udiv/mul 128...
2022-09-22 Anastasia Stulova[Doc][OpenCL] Fixed typos in code examples
2022-09-22 Simon Pilgrim[CostModel][X86] Remove duplicate ashr v4i64 cost table...
2022-09-22 Saleem AbdulrasoolMC: make section classification a bit more thorough
2022-09-22 bixia1[mlir][sparse] Add codegen rule for the push_back operator.
2022-09-22 Philip Reames[llvm-exegesis] Initialize all supported targets
2022-09-22 Philip Reames[VPlan] Only generate single instr for unpredicated...
2022-09-22 Fraser Cormack[RISCV] Use structured bindings in common RVV lowering...
2022-09-22 Sanjay Patel[AArch64] add tests for vector load combining; NFC
2022-09-22 Simon Pilgrim[CostModel][X86] Add CostKinds test coverage for mul...
2022-09-22 Philip Reames[RISCV] Verify consistency of a couple TSFlags related...
2022-09-22 Craig Topper[RISCV] Improve support for vector fp_to_sint_sat/uint_sat.
2022-09-22 Craig Topper[RISCV] Formatting fixes to RISCV.td NFC
2022-09-22 Dmitri GribenkoFix -Wunused-local-typedef warning in some build config...
2022-09-22 Amara Emerson[GlobalISel] Enforce G_ASSERT_ALIGN to have a valid...
2022-09-22 Nikita Popov[BasicAA] Move experimental.guard modelling to getModRe...
2022-09-22 Nikita Popov[InstCombine] Remove buggy zext of icmp eq with pow2...
2022-09-22 Peter Steinfeld[Flang] Finalize IO operations after calling EndIO
2022-09-22 Simon Pilgrim[CostModel][X86] Add gep.ll CostKind test coverage
2022-09-22 Simon Pilgrim[CostModel][X86] Regenerate gep.ll test checks
2022-09-22 Nikita Popov[InstCombine] Add test for PR57899 (NFC)
2022-09-22 Joe Loser[clang][docs] Fix supported element types for __builtin...
2022-09-22 Matt ArsenaultMachineVerifier: Verify REG_SEQUENCE
2022-09-22 Nikita Popov[InstCombine] Use simplifyWithOpReplaced() for non...
2022-09-22 Erich KeaneRe-apply "Deferred Concept Instantiation Implementation"
2022-09-22 Haojian Wu[AST] Better recovery on an expression refers to an...
2022-09-22 Martin Storsjö[LLD] [ELF] Fix building with LLVM_LINK_LLVM_DYLIB...
2022-09-22 serge-sans... [clang] Rework IsTailPaddedMemberArray into isFlexibleA...
2022-09-22 luxufan[MemorySSA] Reset location size if IsGuaranteedLoopInva...
2022-09-22 Johannes Reifferscheid[mlir] Fix a cast that should be a dyn_cast.
2022-09-22 Tim NorthoverAArch64: add support for newer Apple CPUs
2022-09-22 Simon Pilgrim[CostModel][X86] Add partial CostKinds handling for...
2022-09-22 Clement CourbetRe-land "[llvm-exegesis] Support analyzing results...
2022-09-22 Simon Pilgrim[CostModel][X86] Add CostKinds handling for smax/smin...
2022-09-22 Clement CourbetRevert "[llvm-exegesis] Support analyzing results from...
2022-09-22 Nikita Popov[AA] Model operand bundles more precisely
2022-09-22 Clement Courbet[llvm-exegesis] Support analyzing results from a differ...
2022-09-22 Haojian Wu[pseudo] NFC, Remove an extral blank line.
2022-09-22 Nikita Popov[InstSimplify] Support vectors in simplifyWithOpReplaced()
2022-09-22 serge-sans... [BOLT] Fix (part of) dylib compatibility
2022-09-22 serge-sans... Revert "[bolt] Fix (part of) dylib compatibility"
2022-09-22 serge-sans... [bolt] Fix (part of) dylib compatibility
2022-09-22 Ivan Radanov... [MLIR] Revert default NVIDIA GPU version
2022-09-22 Ilia Diachkov[SPIRV] fix build with clang and use PoisonValue instea...
2022-09-22 Florian Hahn[llvm-reduce] Add test with debug nodes not being removed.
2022-09-22 LLVM GN Syncbot[gn build] Port 32a8260ccc8b
2022-09-22 serge-sans... [clang] Fix interaction between asm labels and inline...
2022-09-22 Christudasan... -dot-machine-cfg for printing MachineFunction to a...
2022-09-22 Chenbing Zheng[InstCombine] Precommit tests for shl_trunc_icmp. nfc
2022-09-22 Juan Manuel... [NFC] Remove unused set construction from DILocation...
2022-09-22 LiaoChunyu[RelocationResolver] Add R_RISCV_SET{16,32}
2022-09-22 Craig Topper[RISCV] Replace RISCVISD::GREV/GORC/SHFL/UNSHFL with...
2022-09-22 Craig Topper[RISCV] Remove support for the unratified Zbp extension.
2022-09-22 Congzhe Cao[LoopInterchange][PR57148] Ensure the correct form...
2022-09-22 Fanchen Kong[WebAssembly] Improve codegen for loading scalars from...
2022-09-22 Congzhe Cao[LoopPassManager] Ensure to construct loop nests with...
2022-09-22 LiaoChunyu[RelocationResolver] Add R_RISCV_SET8
2022-09-22 Chuanqi Xu[C++] [Coroutines] Prefer aligned (de)allocation for...
2022-09-22 Corentin JabotUpdate Unicode to 15.0
2022-09-22 Craig Topper[RISCV] Remove some unused Predicates from tablegen...
2022-09-22 River Riddle[mlir] Flip PDL to use Both accessors
2022-09-22 River Riddle[mlir] Flip Async/GPU/OpenACC/OpenMP to use Both accessors
2022-09-22 Jan Korous[analyzer] Support implicit parameter 'self' in path...
2022-09-21 Vitaly Buka[msan] Instrument vtest instrinsics
2022-09-21 Craig Topper[RISCV] Add a couple more fp_to_sint_sat/uint_sat tests...
2022-09-21 Craig Topper[RISCV] Add tests for fixed vector fp_to_sint_sat/fp_to...
2022-09-21 Fangrui Song[test] Fix CodeGen/arm-crc32.c to not write an output...
2022-09-21 Katherine Rasmussen[flang] Write semantics test for atomic_xor
next