platform/upstream/llvm.git
2021-06-09 Lang Hames[JITLink][MachO] Split C-string literal sections on...
2021-06-09 Siva Chandra... [libc][NFC][Obvious] Compare against size_t values...
2021-06-08 Siva Chandra... [libc] Add a macro to include/exclude subprocess tests.
2021-06-08 Siva Chandra... [libc][NFC] Use add_library instead of add_llvm_library...
2021-06-08 Suraj Sudhir[mlir][tosa] Temporarily support 2D and 3D tensor types...
2021-06-08 Quinn Pham[NFC] In the future, all intrinsics defined for compati...
2021-06-08 Sami TolvanenLTO: Export functions referenced by non-canonical CFI...
2021-06-08 Whitney TsangRevert "Revert "[LoopNest] Fix Wdeprecated-copy warnings""
2021-06-08 patacca[Polly][Isl] Removing nullptr constructor from C++...
2021-06-08 Kevin AtheyUpdate and improve compiler-rt tests for -mllvm -asan_u...
2021-06-08 Jonas Paulsson[SystemZ] Return true from convertSetCCLogicToBitwiseLo...
2021-06-08 Shafik Yaghmour[LLDB][NFC] Remove parameter names from forward declara...
2021-06-08 Sanjay Patel[InstCombine] fix nsz (fast-math) propagation from...
2021-06-08 Sanjay Patel[InstCombine] add FMF tests for fneg-of-select; NFC
2021-06-08 Daniel Michael[scudo] Add Scudo support for Trusty OS
2021-06-08 Jonas Devlieghere[lldb] Don't print script output twice in HandleCommand
2021-06-08 David Green[DSE] Add another multiblock loop DSE test. NFC
2021-06-08 Louis Dionne[libc++] NFC: Rewrite the documentation for the debug...
2021-06-08 Whitney TsangRevert "[LoopNest] Fix Wdeprecated-copy warnings"
2021-06-08 Petr Hosek[CMake][Fuchsia] Disable vcruntime for first stage...
2021-06-08 Jonas Paulsson[SystemZ] Return true from isMaskAndCmp0FoldingBenefici...
2021-06-08 Brendon CahoonRevert "[AMDGPU] Add gfx1013 target"
2021-06-08 David GreenRevert "[DSE] Remove stores in the same loop iteration"
2021-06-08 Petr HosekPartially revert the Fuchsia changes to avoid the use...
2021-06-08 David Green[ARM] Generate VDUP(Const) from constant buildvectors
2021-06-08 Eric Astor[ms] [llvm-ml] Disambiguate size directives and variabl...
2021-06-08 Michael Liao[amdgpu] Add `-enable-ocl-mangling-mismatch-workaround`.
2021-06-08 Leonard ChanFix for failing test mentioned in https://reviews.llvm...
2021-06-08 Alex Langford[lldb][NFC] Refactor name to index maps in Symtab
2021-06-08 Sanjay Patel[CodeGen] remove instcombine from codegen tests; NFC
2021-06-08 Petr Hosek[CMake][Fuchsia] Use PIC for Fuchsia runtimes
2021-06-08 Nico Weber[gn build] (semi-manually) port 944b3c53aec5
2021-06-08 Leonard Chan[NFC][compiler-rt][hwasan] Move allocation functions...
2021-06-08 Abhina Sreeskantharajan[SystemZ][z/OS] Pass OpenFlags when creating tmp files
2021-06-08 Matt ArsenaultGlobalISel: Avoid use of G_INSERT in insertParts
2021-06-08 Matt ArsenaultGlobalISel: Hide virtual register creation in MIRBuilder
2021-06-08 David Green[ARM] A couple of extra VMOVimm tests, useful for showi...
2021-06-08 Mehdi AminiAdd a static assertions for custom Op<> to not defined...
2021-06-08 Artur PilipenkoAdd an option to hide "cold" blocks from CFG graph
2021-06-08 Petr Hosek[CMake][Fuchsia] Include llvm-otool in Fuchsia toolchain
2021-06-08 Craig Topper[RISCV] Remove dead code from fixed-vectors-abs.ll...
2021-06-08 Justin Bogner[FuzzMutate] Fix getWeight of InstDeleterIRStrategy
2021-06-08 Nathan Sidwell[clang] p1099 using enum part 2
2021-06-08 Petr Hosek[CMake] Only include LTO on Apple targets
2021-06-08 Nick Desaulniersreland [IR] make -stack-alignment= into a module attr
2021-06-08 Daniel McIntosh[libcxx] Remove VLA from libcxx locale header
2021-06-08 Louis Dionne[libc++] Add a CI configuration for the modular build
2021-06-08 Justin Bogner[GlobalISel] Handle non-multiples of the base type...
2021-06-08 Justin Bogner[GlobalISel] Handle non-multiples of the base type...
2021-06-08 Mehdi AminiAdd missing header <atomic> in lib/IR/Verifier.cpp...
2021-06-08 Petr Hosek[Fuchsia] Update some of the Fuchsia toolchain flags
2021-06-08 Mehdi AminiRevert "[llvm] Make Sequence reverse-iterable"
2021-06-08 Simon PilgrimUse llvm_unreachable for unsupported integer types.
2021-06-08 Simon PilgrimPPCISelLowering.cpp - don't dereference a dyn_cast<>.
2021-06-08 Simon PilgrimInstrEmitter.cpp - don't dereference a dyn_cast<>.
2021-06-08 Brendon Cahoon[AMDGPU] Add gfx1013 target
2021-06-08 Chris Lattner[Core] Add Twine support for StringAttr and Identifier...
2021-06-08 Chris Lattner[Verifier] Speed up and parallelize dominance checking...
2021-06-08 Craig TopperFurther improve register allocation for vwadd(u).wv...
2021-06-08 Jake VossenFix a typo in the internals manual
2021-06-08 Craig Topper[RISCV] Remove ForceTailAgnostic flag from vmv.s.x...
2021-06-08 Fangrui Song[ELF] Add a GRP_COMDAT test with a local signature...
2021-06-08 Kiran Chandramohan[MLIR] Remove LLVM_AnyInteger type constraint
2021-06-08 Louis Dionne[libc++] NFC: Add regression tests for some <tuple...
2021-06-08 Hans Wennborg[clang-cl] Parse the /external: flags (PR36003)
2021-06-08 Nick DesaulniersRevert "[IR] make -stack-alignment= into a module attr"
2021-06-08 William S.... [MLIR][MemRef] Only allow fold of cast for the pointer...
2021-06-08 David Blaikie.clang-tidy: Disable misc-no-recursion in general/acros...
2021-06-08 Nick Desaulniers[IR] make -stack-alignment= into a module attr
2021-06-08 David BlaikieNFC: .clang-tidy: Inherit configs from parents to impro...
2021-06-08 Louis Dionne[libc++] Remove the old HTML documentation
2021-06-08 pataccaRevert "[Polly][Isl] Removing nullptr constructor from...
2021-06-08 Simon Pilgrim[DAG] foldShuffleOfConcatUndefs - ensure shuffles of...
2021-06-08 Whitney Tsang[LoopNest] Fix Wdeprecated-copy warnings
2021-06-08 Yaxun (Sam... [CUDA][HIP] Fix store of vtbl in ctor
2021-06-08 Guillaume ChateletFix missing header and namespace qualifier in ADT Sequence
2021-06-08 patacca[Polly][Isl] Removing nullptr constructor from C++...
2021-06-08 Guillaume Chatelet[llvm] Make Sequence reverse-iterable
2021-06-08 Hans WennborgRevert "3rd Reapply "[DebugInfo] Use variadic debug...
2021-06-08 Fabian Schuiki[MLIR] Mark additional builtin attr methods const
2021-06-08 Simon Moll[VP] getDeclarationForParams
2021-06-08 Timm Bäder[NFC] Remove some include cycles
2021-06-08 Simon Moll[VE][NFC] IRBuilder<> -> IRBuilderBase
2021-06-08 Nathan Sidwell[clang] p1099 using enum part 1
2021-06-08 maekawatoshiki[LoopUnrollAndJam] Change LoopUnrollAndJamPass to LoopN...
2021-06-08 Vignesh Balasubramanian[OpenMP][OMPD] Implementation of OMPD debugging library...
2021-06-08 Kerry McLaughlin[CostModel] Return an invalid cost for memory ops with...
2021-06-08 Sven van Haastregt[OpenCL] Add memory_scope_all_devices
2021-06-08 Fraser Cormack[RISCV] Add a test case showing inefficient vector...
2021-06-08 Caroline Concatto[InstCombine] Add instcombine fold for extractelement...
2021-06-08 Simon PilgrimOptBisect.cpp - remove unused include. NFCI.
2021-06-08 Simon Pilgrim[CostModel][X86] Improve AVX1/AVX2 truncation costs
2021-06-08 Simon PilgrimMemCpyOptimizer.cpp - hasUndefContentsMSSA - Pass DataL...
2021-06-08 Simon PilgrimValueTrackingTest.cpp - Pass DataLayout by reference...
2021-06-08 Simon PilgrimNVPTXTargetLowering::LowerReturn - Pass DataLayout...
2021-06-08 Kerry McLaughlin[LoopVectorize] Don't use strict reductions when reorde...
2021-06-08 Alex Zinenko[mlir] fix shared-libs build
2021-06-08 David Green[DAG] Allow isNullOrNullSplat to see truncated zeroes
2021-06-08 Martin Storsjö[clang] Apply MS ABI details on __builtin_ms_va_list...
2021-06-08 Alex Zinenko[mlir] support memref of memref in standard-to-llvm...
next