platform/upstream/llvm.git
2020-05-10 Jez Ng[lld-macho] Support pc-relative section relocations
2020-05-10 Jez Ng[lld-macho] Use export trie instead of symtab when...
2020-05-10 Jez Ng[lld-macho] Dylib symbols should always replace undefin...
2020-05-10 Jez Ng[lld-macho] Support calls to functions in dylibs
2020-05-10 Jez Ng[lld-macho] Follow-up to D77893
2020-05-10 Jinsong Ji[sanitizer] Enable whitelist/blacklist in new PM
2020-05-10 Craig Topper[X86] Add test cases for vXi16 PMULH opportunities...
2020-05-09 Matt ArsenaultGlobalISel: Handle more cases in lowerUnmergeValues
2020-05-09 Craig Topper[BreakFalseDeps] Harden pickBestRegisterForUndef agains...
2020-05-09 Florian Hahn[LAA] Remove unneeded PtrRtChecking argument (NFC).
2020-05-09 Simon Pilgrim[X86] isVectorShiftByScalarCheap - don't limit fast...
2020-05-09 Petr Hosek[Clang] Pass -z max-page-size to linker for Fuchsia
2020-05-09 Petr Hosek[Clang] Pass --pack-dyn-relocs=relr to lld for Fuchsia
2020-05-09 Matt ArsenaultGlobalISel: Move code into lowering for G_MERGE_VALUES
2020-05-09 Matt ArsenaultGlobalISel: Combine G_UNMERGE_VALUES with G_TRUNC
2020-05-09 Matt ArsenaultInstCombine: Broaden copy-constant-to-alloca optimization
2020-05-09 Matt ArsenaultFix typo
2020-05-09 Matt ArsenaultAMDGPU: Skip GetUnderlyingObject check in pointsToConst...
2020-05-09 Simon Pilgrim[CodeGenPrepare][X86] Add x16i16, v32i8 and XOP vector...
2020-05-09 Simon Pilgrim[X86] Add XOP vector shift by scalar amount tests
2020-05-09 Craig Topper[X86] Teach getUndefRegClearance that we use undef...
2020-05-09 Craig Topper[X86] Add an assert that v32i16/v64i8 splitting in...
2020-05-09 David Green[ARM] Convert VDUPLANE to VDUP under MVE
2020-05-09 Nathan James[NFC] Small rework to RenamerClangTidyCheck addUsage
2020-05-09 Fred Riss[lldb/debugserver] Include TargetConditionals.h where...
2020-05-09 Kadir Cetinkaya[clangd] Fix data race in BackgroundIndex test
2020-05-09 Tim Keith[flang] Make implicit conversion explicit in assignment
2020-05-09 Nathan James[clang-tidy] RenamerClangTidy now renames dependent...
2020-05-09 David Zarzycki[libcxx testing] Make three locking tests more reliable
2020-05-09 Simon PilgrimLTO.h - reduce includes to forward declarations. NFC.
2020-05-09 Simon PilgrimLLParser.h - remove unused ValueHandle.h include. NFC.
2020-05-09 Simon Pilgrim[X86] Remove mul(abs(x),abs(x)) -> mul(x,x) tests
2020-05-09 Simon Pilgrim[X86] Allow combineVectorCompareAndMaskUnaryOp to handl...
2020-05-09 Simon Pilgrim[X86] Add test cases for 'abs from mul patterns' (PR45691)
2020-05-09 Kadir Cetinkaya[clangd] Fix a data race in RecordsLatencies test
2020-05-09 Simon Pilgrim[X86] Add tests showing failure of combineVectorCompare...
2020-05-09 Simon PilgrimNativeFormatting.h - reduce raw_ostream.h include to...
2020-05-09 mydeveloperday[clang-format] [PR34574] Handle [[nodiscard]] attribute...
2020-05-09 Eugene Zhulenev[MLIR] Register JIT event listeners with RTDyldObjectLi...
2020-05-09 Jan Kratochvil[lldb] [testsuite] TestReproducerAttach.py: Fix depende...
2020-05-09 Fangrui Song[Driver] Don't pass -u__llvm_profile_runtime for clang...
2020-05-09 Shengchen Kan[NFC] Clean up in MCObjectStreamer and X86AsmBackend
2020-05-09 Jan KorousRevert "Relands "[YAMLVFSWriter][Test][NFC] Add couple...
2020-05-09 Igor Kudrin[DebugInfo] Dump raw data in a case of decoding error...
2020-05-09 Richard SmithFix parsing of enum-base to follow C++11 rules.
2020-05-09 Jan KorousRelands "[YAMLVFSWriter][Test][NFC] Add couple tests"
2020-05-09 Matt Arsenaultclang: Cleanup usage of CreateMemCpy
2020-05-09 Fangrui Song[Driver] Add -fno-test-coverage
2020-05-08 Evgenii Stepanov[hwasan] Allow -hwasan-globals flag to appear more...
2020-05-08 Evgenii Stepanov[hwasan] Untag destination address in hwasan_posix_mema...
2020-05-08 Fangrui Song[Driver] Don't warn -Wunused-command-line-argument...
2020-05-08 Matthias Schiffer[LangRef] Describe linkage types, allocation size of...
2020-05-08 Fangrui Song[Driver] Reorganize --coverage -ftest-coverage -fprofil...
2020-05-08 Craig Topper[SelectionDAG] Remove ConstantPoolSDNode::getAlignment.
2020-05-08 Craig Topper[SelectionDAG] Use Align/MaybeAlign for ConstantPoolSDNode.
2020-05-08 Geoffrey Martin... Add Operation::moveAfter
2020-05-08 Stanislav Mekhanoshin[AMDGPU] Vectorize alloca thru bitcast
2020-05-08 Layton Kifer[TRE][NFC] Refactor shared state into member variables.
2020-05-08 Reid Kleckner[COFF] Use Expected in COFFObjectFile creation
2020-05-08 Reid Kleckner[COFF] Migrate COFFObjectFile to Expected<T>
2020-05-08 Thomas Lively[clang][WebAssembly] Only expose wait and notify builti...
2020-05-08 Thomas Lively[WebAssembly] Disallow 'shared-mem' rather than 'atomics'
2020-05-08 Hubert Tong[Target][XCOFF] Correctly halt when mixing AIX or XCOFF...
2020-05-08 Hubert Tong[XCOFF] XCOFF constants, MCObjectFileInfo placeholder...
2020-05-08 Hubert Tong[AIX] Avoid structor alias; die before bad alias codegen
2020-05-08 Jessica Paquette[GlobalISel] Don't add duplicate successors to MBBs...
2020-05-08 Sanjay Patel[VectorCombine] scalarize binop of inserted elements...
2020-05-08 Jonas Devlieghere[lldb/Test] Update TestProcessList.py for reproducer...
2020-05-08 Eric FiselierReland [libc++] Move abs and div into stdlib.h to fix...
2020-05-08 Craig Topper[X86] Remove the mayLoad and mayStore flags from vzerou...
2020-05-08 Sanjay Patel[InstCombine] fix typo in comment; NFC
2020-05-08 zoecarverRe-commit: Mark values as trivially dead when their...
2020-05-08 Sanjay Patel[InstCombine] add/adjust tests for fpext of casted...
2020-05-08 Sanjay Patel[InstCombine] add helper for known exact cast to FP...
2020-05-08 zoecarver[libcxx] Delete pointer in shared_ptr deduction test.
2020-05-08 Raphael Isemann[lldb] Remove 'use_synthetic' parameters in ValueObject...
2020-05-08 Craig Topper[X86] Add assembler support for {vex} prefix to match...
2020-05-08 Wei Mi[SampleFDO] For functions without profiles, provide...
2020-05-08 Wei Mi[lld] Add a new output section ".text.unknown" for...
2020-05-08 Ricky Zhou[SimplifyCFG] Remap rewritten debug intrinsic operands.
2020-05-08 Simon Pilgrim[DAG] SimplifyMultipleUseDemandedBits - remove superflu...
2020-05-08 David Tenty[AIX] Make sure we use export lists for plugins
2020-05-08 Lawrence D... Re-land "get rid of PythonInteger::GetInteger()"
2020-05-08 Adrian PrantlAdd an API to construct an XcodeSDK from an SDK type.
2020-05-08 Sanjay Patel[InstCombine] add tests for known bits before FP casts...
2020-05-08 zoecarverRevert "[libc++] ECMAScript IdentityEscape is ambiguous...
2020-05-08 Nico WeberFix bugs when an included file name is typo corrected.
2020-05-08 Evgenii Stepanov[hwasan] Reset current thread pointer on thread exit.
2020-05-08 Raphael IsemannReland [lldb][cmake] Also use local submodule visibilit...
2020-05-08 Reid Kleckner[PDB] Optimize public symbol processing
2020-05-08 Vedant Kumar[lldb/test][Darwin] Ask dyld where the real python is
2020-05-08 Matt ArsenaultAMDGPU: Don't assert on unknown address spaces
2020-05-08 Nico WeberUnbreak clang-tidy tests after D79599 / e9b4113902850.
2020-05-08 Fangrui SongReland D79501 "[DebugInfo] Fix handling DW_OP_call_ref...
2020-05-08 Raphael Isemann[lldb][modules] Disable Clang Modules in source/Host...
2020-05-08 Sanjay Patel[InstCombine] clean up foldItoFPtoI; NFC
2020-05-08 Arthur EubanksFix MSan test use-after-dtor.cpp under new pass manager
2020-05-08 Nico WeberAdd a flag that controls if clang-tidy and clang-includ...
2020-05-08 Krasimir GeorgievRevert "[DebugInfo] Fix handling DW_OP_call_ref in...
2020-05-08 Denis Khalikov[mlir][spirv] Handle debuginfo for variables.
next