platform/upstream/llvm.git
2021-07-10 Johannes Doerfert[OpenMP][FIX] Update remark in test file after rewording
2021-07-10 Johannes Doerfert[Attributor] Reorganize AAHeapToStack
2021-07-10 Johannes Doerfert[Attributor][FIX] Do not replace a value with a non...
2021-07-10 David Green[ARM] Extra widening and narrowing combinations tests...
2021-07-10 Johannes Doerfert[Attributor] Use AAValueSimplify to simplify returned...
2021-07-10 Johannes Doerfert[Attributor] Introduce an optimistic getUnderlyingObjec...
2021-07-10 Johannes Doerfert[Attributor][FIX] Traverse uses even if a value is...
2021-07-10 Nico WeberRevert Attributor patch series
2021-07-10 Vassil VassilevReland "[clang-repl] Allow passing in code as positiona...
2021-07-10 Nico WeberRevert "llvm-symbolizer: Fix "start file" to work with...
2021-07-10 Johannes Doerfert[Attributor][NFCI] Add UsedAssumedInformation to more...
2021-07-10 Johannes Doerfert[OpenMP] Detect SPMD compatible kernels and execute...
2021-07-10 Johannes Doerfert[OpenMP] Remove checkXXXX device runtime functions
2021-07-10 Johannes Doerfert[Attributor][FIX] Sanitize queries to LVI and ScalarEvo...
2021-07-10 Johannes Doerfert[Attributor][FIX] Do not replace a value with a non...
2021-07-10 Johannes Doerfert[OpenMP] Create custom state machines for generic targe...
2021-07-10 Johannes Doerfert[OpenMP] Unified entry point for SPMD & generic kernels...
2021-07-10 Johannes Doerfert[Attributor] Look through selects in genericValueTraversal
2021-07-10 Johannes Doerfert[Attributor] Reorganize AAHeapToStack
2021-07-10 Johannes Doerfert[Attributor] Use AAValueSimplify to simplify returned...
2021-07-10 Johannes Doerfert[Attributor] Introduce an optimistic getUnderlyingObjec...
2021-07-10 Johannes Doerfert[Attributor][FIX] Traverse uses even if a value is...
2021-07-10 Itai Zukerman[mlir] Gated calls to getAsm{Result,BlockArgument}Names...
2021-07-10 Itai Zukerman[mlir] Added OpPrintingFlags to AsmState and SSANameState.
2021-07-10 Itai Zukerman[mlir][NFC] Switched `interfaces` to a private member...
2021-07-10 Joel E. Denny[OpenMP] Avoid checking parent reference count in targe...
2021-07-10 Joel E. Denny[OpenMP] Avoid checking parent reference count in targe...
2021-07-10 Kazu Hirata[AFDO] Require x86_64-linux in a testcase
2021-07-10 Simon Pilgrim[X86] Add tests from D93707 for fsub_strict(x,fneg...
2021-07-10 Andrea Di Biagio[llvm-mca][JSON] Teach the PipelinePrinter how to deal...
2021-07-10 Andrea Di Biagio[llvm-mca][JSON] Further refactoring of the JSON printi...
2021-07-10 Sander de Smalen[LV] NFCI: Do cost comparison on InstructionCost directly.
2021-07-10 Sander de Smalen[InstructionCost] Add saturation support.
2021-07-10 Martin StorsjöRevert "Prepare Compiler-RT for GnuInstallDirs, matchin...
2021-07-10 Amara Emerson[AArch64][GlobalISel] Implement moreElements legalizati...
2021-07-10 Eli Friedman[NFC][ScalarEvolution] Precommit tests for D104075.
2021-07-10 Amara Emerson[GlobalISel] Add a new artifact combiner for unmerge...
2021-07-10 Lang Hames[ORC] Flesh out ExecutorAddress, rename CommonOrcRuntim...
2021-07-10 Vy Nguyen[lld-macho] Fix bug in handling unwind info from ld -r
2021-07-10 Thomas Lively[WebAssembly] Custom combines for f64x2.promote_low_f32x4
2021-07-10 David Blaikiellvm-symbolizer: Fix "start file" to work with Split...
2021-07-10 Eli FriedmanFix buildbot regression from 9c4baf5.
2021-07-10 Vitaly Buka[scudo] Check if we use __clang_major__ >= 12
2021-07-10 Eli Friedman[ScalarEvolution] Strictly enforce pointer/int type...
2021-07-10 Valery N Dmitriev[SLP] Do not make an attempt to match reduction on...
2021-07-09 Derek SchuffWebAssembly: Update datalayout to match fp128 ABI change
2021-07-09 Uday Bondhugula[MLIR][GPU][NFC] Fix documentation for wmma matrix...
2021-07-09 Kazu Hirata[AFDO] Merge function attributes after inlining
2021-07-09 Kazu Hirata[WebAssembly] Fix warnings
2021-07-09 Nico Weber[gn build] fix formatting after 9647a6f719ee
2021-07-09 Fangrui Song[llvm-nm][test] diff -q => diff to make AIX happy
2021-07-09 Andrea Di Biagio[llvm-mca] Refactor the logic that prints JSON files.
2021-07-09 Wouter van... [WebAssembly] Fixed 2 warnings in Asm Type Checker
2021-07-09 Wouter van... [WebAssembly] fix broken tools/llvm-symbolizer/wasm...
2021-07-09 Aaron En Ye Shi[HIP] Move std headers after device malloc/free
2021-07-09 Jessica Paquette[GlobalISel] Use GCDTy when extracting GCD ty from...
2021-07-09 Wouter van... [WebAssembly] Added initial type checker to MC Assembler
2021-07-09 David BlaikiePR51018: A few more explicit conversions from SmallStri...
2021-07-09 John EricsonPrepare Compiler-RT for GnuInstallDirs, matching libcxx
2021-07-09 Adrian PrantlAdd scoped timers to ReadMemoryFromInferior and ReadMem...
2021-07-09 Jonas Devlieghere[lldb] Drop REQUIRES where redundant because of lit...
2021-07-09 Stanislav Mekhanoshin[AMDGPU] Added v_accvgpr_read_b32 rematerialization...
2021-07-09 Alexey Bataev[OPENMP]Fix overlapped mapping for dereferenced pointer...
2021-07-09 Stanislav Mekhanoshin[AMDGPU] Fix flags of V_MOV_B64_PSEUDO
2021-07-09 Jonas Devlieghere[lldb] Use custom script instead of lldb.macosx.crashlo...
2021-07-09 Nikita Popov[IR] Add GEPOperator::indices() (NFC)
2021-07-09 Sanjay Patel[PhaseOrdering] add tests for vector cmp reductions...
2021-07-09 Sanjay Patel[SLP] add tests for poison-safe logical reductions...
2021-07-09 Sanjay Patel[SLP] make invalid operand explicit for extra arg in...
2021-07-09 David Spickett[libcxx][CI] Work around Arm buildkite failures
2021-07-09 Florian Mayer[hwasan] More realistic setjmp test.
2021-07-09 Graham Yiu[ARC][NFC] Include file re-ordering
2021-07-09 Stanislav Mekhanoshin[AMDGPU] Add VOP rematerialization test. NFC.
2021-07-09 Nikita PopovReapply [IR] Don't accept nullptr as GEP element type
2021-07-09 Nikita Popov[IRForTarget] Don't pass nullptr to GetElementPtrInst...
2021-07-09 Riccardo Mori[Polly][Isl] Use isl::*::ctx instead of isl::*::get_ctx...
2021-07-09 David BlaikiePR51034: Debug Info: Remove 'prototyped' from K&R funct...
2021-07-09 Nikita PopovReapply [IR] Don't mark mustprogress as type attribute
2021-07-09 Varun Gandhi[Clang] Introduce Swift async calling convention.
2021-07-09 Stella StamenovaRevert "[IR] Don't accept nullptr as GEP element type"
2021-07-09 Andrzej Warzynski[flang][driver] Fix how output filename is generated
2021-07-09 Leonard Chan[NFC][compiler-rt][hwasan] Move TagMemoryAligned into...
2021-07-09 Leonard Chan[NFC][compiler-rt][hwasan] Rename InitPrctl to Initiali...
2021-07-09 Leonard Chan[NFC][compiler-rt][hwasan] Move __hwasan_tag_mismatch4...
2021-07-09 Krzysztof Drewniak[AMDGPU][Docs] Update Code Object V3 example to include...
2021-07-09 Fangrui Song[llvm-mca] Fix -Wunused-private-field after D105618
2021-07-09 Arthur Eubanks[OpaquePtr][InferAddrSpace] Use PointerType::getWithSam...
2021-07-09 Fangrui Song[llvm-size] Switch command line parsing from llvm:...
2021-07-09 LLVM GN Syncbot[gn build] Port 0e09a41b415b
2021-07-09 zoecarver[libcxx][ranges] Add `ranges::transform_view`.
2021-07-09 zoecarver[libcxx][nfc] Remove <variant>'s dependence on <array>.
2021-07-09 Jeremy Morse[X86] Return src/dest register from stack spill/restore...
2021-07-09 Fangrui Song[llvm-cxxfilt] Switch command line parsing from llvm...
2021-07-09 Jonas Devlieghere[lldb] Add the ability to silently import scripted...
2021-07-09 Sylvestre Ledrum86k: adjust the usage of ArgInfo after change 9b057f64...
2021-07-09 Arthur Eubanks[NFC][OpaquePtr] Use GlobalValue::getValueType() more
2021-07-09 Sanjay Patel[SLP] improve code comments; NFC
2021-07-09 Nikita PopovRevert "[IR] Don't mark mustprogress as type attribute"
2021-07-09 Sanjay Patel[SLP] make checks for cmp+select min/max more explicit
2021-07-09 Arthur Eubanks[OpaquePointers][CallPromotion] Don't look at pointee...
next