platform/upstream/llvm.git
2020-07-25 Simon PilgrimSymbolRemappingReader.h - pass Twine by reference not...
2020-07-25 Florian Hahn[IPSCCP] Drop argmemonly after replacing pointer argument.
2020-07-25 Nathan JamesFix C2975 error under MSVC
2020-07-25 Simon Pilgrim[X86][SSE] getFauxShuffle - ignore undemanded sources...
2020-07-25 Nathan James[ADT] Add a range-based version of std::move
2020-07-25 Jessica Paquette[AArch64][GlobalISel] Look through constants when selec...
2020-07-25 Kuba Mracek[tsan] Allow TSan in the Clang driver for Apple Silicon...
2020-07-25 Amy Kwan[PowerPC] Exploit the High Order Vector Multiply Instru...
2020-07-25 Adrian PrantlUpstream macCatalyst support in ArchSpec and associated...
2020-07-25 Rong Xu[PGO] Fix incorrect function entry count
2020-07-25 Rong Xu[PGO][InstrProf] Do not promote count if the exit block...
2020-07-25 Rong XuRevert "[PGO][InstrProf] Do not promote count if the...
2020-07-25 Rong XuRevert "[PGO][InstrProf] Do not promote count if the...
2020-07-25 Rong Xu[PGO][InstrProf] Do not promote count if the exit block...
2020-07-25 Amy Kwan[PowerPC] Implement Truncate and Store VSX Vector Builtins
2020-07-25 Jessica Paquette[AArch64][GlobalISel] Use wzr/xzr for 16 and 32 bit...
2020-07-25 Rong Xu[PGO][InstrProf] Do not promote count if the exit block...
2020-07-25 Matt ArsenaultGlobalISel: Define mulfix/divfix opcodes
2020-07-25 Amara Emerson[AArch64][GlobalISel] Promote G_UITOFP vector operands...
2020-07-24 Jonas Devlieghere[lldb] Have LanguageRuntime and SystemRuntime share...
2020-07-24 Jonas Devlieghere[lldb] Don't wrap and release raw pointer in unique_ptr...
2020-07-24 Jez Ng[lld-macho] Ignore -dependency_info and its argument
2020-07-24 Jez Ng[lld-macho] Partial support for weak definitions
2020-07-24 Alina SbirleaReapply "[DomTree] Replace ChildrenGetter with GraphTra...
2020-07-24 Jinsong Ji[compiler-rt][CMake] Remove unused -stdlib when passing...
2020-07-24 Jon Roelofs[compiler-rt][fuzzer] Disable bcmp.test on darwin
2020-07-24 Matt ArsenaultAMDGPU: Skip other terminators before inserting s_cbran...
2020-07-24 Petr Hosek[CMake] Find zlib when building lldb as standalone
2020-07-24 Yifan ShenAdd Debug Info Size to Symbol Status
2020-07-24 Walter ErquinigoRevert "Add Debug Info Size to Symbol Status"
2020-07-24 Yifan ShenAdd Debug Info Size to Symbol Status
2020-07-24 Eli Friedman[AArch64][SVE] Add "fast" fcmp operations.
2020-07-24 Johannes Doerfert[SROA] Teach promote to register about droppable instru...
2020-07-24 Johannes Doerfert[Mem2Reg] Teach promote to register about droppable...
2020-07-24 Johannes Doerfert[SROA][Mem2Reg] Do not crash on alloca + addrspacecast
2020-07-24 Johannes Doerfert[OpenMP] Use `abort` not `error` for fatal runtime...
2020-07-24 Jacques Pienaar[mlir][shape] Fix missing dependency
2020-07-24 shafik[ASTImporter] Modify ImportDefiniton for ObjCInterfaceD...
2020-07-24 Gui Andrade[MSAN] Allow inserting array checks
2020-07-24 cgyurgyik[libc] [Obvious] Place entrypoints, specs alphabetically.
2020-07-24 Jon ChesterfieldMake hip math headers easier to use from C
2020-07-24 Nemanja Ivanovic[PowerPC] Fix computation of offset for load-and-splat...
2020-07-24 Kirstóf Umann[analyzer] Revert the accidental commit of D82122
2020-07-24 Martin Storsjö[MC] [COFF] Make sure that weak external symbols are...
2020-07-24 Martin Storsjö[llvm-lib] Support adding short import library objects...
2020-07-24 Arthur EubanksRename scoped-noalias -> scoped-noalias-aa
2020-07-24 Jonas Devlieghere[lldb] Inform every language runtime of the modified...
2020-07-24 Valentin Clement[openmp] Clean up OMPKinds.def remove OMP_DIRECTIVE
2020-07-24 cgyurgyik[libc] Adds implementation for memrchr.
2020-07-24 madhur13490[AMDGPU] Fix incorrect arch assert while setting up...
2020-07-24 Craig Topper[X86] Move the implicit enabling of sse2 for 64-bit...
2020-07-24 Francesco Petrogalli[llvm][sve] Reg + Imm addressing mode for ld1ro.
2020-07-24 Craig Topper[X86] Use X86_MC::ParseX86Triple to add mode features...
2020-07-24 Meera Nakrani[ARM] Added additional patterns to VABD instruction
2020-07-24 Kostya Kortchinsky[scudo][standalone] Change the release loop for efficie...
2020-07-24 Roman Lebedev[NFC][GVN] Improve loadpre-missed-opportunity.ll test...
2020-07-24 Meera NakraniTest Commit
2020-07-24 biplmish[test commit] Add my name to the CREDITS.TXT
2020-07-24 Adrian Prantldebugserver: Support ios simulator load command disambi...
2020-07-24 Dokyung Song[libFuzzer] Disable noasan-memcmp64.test and bcmp.test...
2020-07-24 Florian Hahn[ValueTracking] Check for ConstantExpr before using...
2020-07-24 Fred Riss[lldb/ObjectFileMachO] Correctly account for resolver...
2020-07-24 Nicolai HähnleMachineBasicBlock: add printName method
2020-07-24 diggerlin[AIX] remove -u from the clang when invoke aix as assembler
2020-07-24 Alexey Bataev[OPENMP] Fix PR46730: Fix compiler crash on taskloop...
2020-07-24 Yitzhak Mandelbaum[libTooling] Add an `EditGenerator` that applies a...
2020-07-24 David Truby[flang] Run non-gtest unit tests with lit.
2020-07-24 Dmitry Preobrazhensky[AMDGPU][MC] Added support of SP3 syntax for MTBUF...
2020-07-24 David Truby[openmp] Don't copy exports into the source folder...
2020-07-24 George Mitenkov[MLIR][SPIRVToLLVM] Conversion of load and store SPIR...
2020-07-24 Frederik Gossen[MLIR][Shape] Fold `shape.mul`
2020-07-24 Frederik Gossen[MLIR][Shape] Allow `shape.mul` to operate in indices
2020-07-24 Yitzhak Mandelbaum[libTooling] Add assorted `EditGenerator` combinators.
2020-07-24 George Mitenkov[MLIR][SPIRVToLLVM] Conversion of SPIR-V variable op
2020-07-24 Nico Weber[gn build] (manually) port 10b1b4a23 more
2020-07-24 Nico Weber[gn build] (manually) port 10b1b4a23
2020-07-24 Djordje Todorovic[DWARF][EntryValues] Emit GNU extensions in the case...
2020-07-24 Nico Weber[gn build] (manually) port 228f8d89
2020-07-24 Simon PilgrimRevert rG5dd566b7c7b78bd- "PassManager.h - remove unnec...
2020-07-24 Simon PilgrimPassManager.h - remove unnecessary Function.h/Module...
2020-07-24 Djordje Todorovic[DWARF] Avoid entry_values production for SCE
2020-07-24 Georgii Rymar[obj2yaml][yaml2obj] - Add note-section.yaml tests.
2020-07-24 Frederik Gossen[MLIR][Shape] Remove deprecated and unused lowerings
2020-07-24 Frederik Gossen[MLIR][Shape] Allow `get_extent` to operate on extent...
2020-07-24 Frederik Gossen[MLIR][Shape] Allow `shape.any` to operate on extent...
2020-07-24 Frederik Gossen[MLIR][Shape] Pass Ops instead of Operations in shape...
2020-07-24 Frederik Gossen[MLIR][Shape] Allow `shape.rank` to operate on extent...
2020-07-24 Roman Lebedev[NFC][GVN] Clean loadpre-missed-opportunity.ll test...
2020-07-24 Florian Hahn[IPSCCP] Add another test case with argmemonly callsite...
2020-07-24 Frederik Gossen[MLIR][Shape] Clean up shape to standard lowering
2020-07-24 Xing GUO[DWARFYAML] Replace 'Format', 'Version', etc with ...
2020-07-24 Frederik Gossen[MLIR][Shape] Simplify shape lowering
2020-07-24 Frederik Gossen[MLIR][Shape] Allow for `shape_of` to return extent...
2020-07-24 Georgii Rymar[LLD][ELF] - Linkerscript: report location for the...
2020-07-24 Frederik Gossen[MLIR][Shape] Allow `shape.get_extent` to operate on...
2020-07-24 Frederik Gossen[MLIR][Standard] Add default lowering for `assert`
2020-07-24 Ulrich Weigand[SystemZ] Implement __builtin_eh_return_data_regno
2020-07-24 Petar AvramovicAMDGPU/GlobalISel: Select set.inactive intrinsic
2020-07-24 Frederik Gossen[MLIR][Shape] Generalze `shape.const_shape` to extent...
2020-07-24 Fangrui Song[libFuzzer] Instrument bcmp
next