Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Update to LLVM 12 #147

Draft
wants to merge 10,000 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
10000 commits
Select commit Hold shift + click to select a range
9641bd0
[TableGen] RuleMatcher::defineComplexSubOperand avoid std::string cop…
RKSimon Jan 23, 2021
f461e35
[X86][AVX] combineX86ShuffleChain - avoid bitcasts around insert_subv…
RKSimon Jan 25, 2021
8e3adda
[flang][driver] Remove newline in CompilerInvocation
Jan 25, 2021
14947cd
[clang] Fix signedness in vector bitcast evaluation
svenvh Jan 25, 2021
1b780cf
[X86][AVX] LowerTRUNCATE - avoid bitcasts around extract_subvectors.
RKSimon Jan 25, 2021
171d124
[SLPVectorizer] NFC: Migrate getVectorCallCosts to use InstructionCost.
sdesmalen-arm Jan 20, 2021
1c8f199
[flang][driver] Update PP tests to use the new driver
Jan 25, 2021
dbf9bed
[mlir][Linalg] Add a hoistPaddingOnTensors transformation
nicolasvasilache Jan 25, 2021
b16fb1f
Revert "[clang] Fix signedness in vector bitcast evaluation"
svenvh Jan 25, 2021
07b60d0
[InstCombine] add tests for min/max intrinsics with extended values; NFC
rotateright Jan 24, 2021
09a136b
[InstCombine] narrow min/max intrinsics with extended inputs
rotateright Jan 24, 2021
d6d36ba
Add a --use-color option to clang-query to allow forcing the behavior
tomrittervg Jan 25, 2021
84851a2
Revert "[SystemZ][z/OS] Fix No such file or directory expression erro…
abhina-sree Jan 25, 2021
978444d
Revert "[SystemZ][z/OS] Fix No such file or directory expression error"
abhina-sree Jan 25, 2021
821a51a
[X86][AVX] combineX86ShuffleChainWithExtract - widen to at least orig…
RKSimon Jan 25, 2021
68eee55
[mlir][Linalg] Address missed review item
nicolasvasilache Jan 25, 2021
d462aa5
[clang] Fix a nullptr dereference bug on invalid code
gislan Jan 21, 2021
52e2552
[mlir][Linalg] Fix incorrect erase order
nicolasvasilache Jan 25, 2021
7163aa9
[NFC] Fix title comment typo and provide description for LLJIT example.
xgupta Jan 25, 2021
05d5125
[mlir] Generalize OpFoldResult usage in ops with offsets, sizes and o…
nicolasvasilache Jan 25, 2021
3201274
[VPlan] Handle scalarized values in VPTransformState.
fhahn Jan 25, 2021
3546b37
[Doc][NFC] Fix Kaleidoscope links, typos and add blog posts for MCJIT
xgupta Jan 25, 2021
0005438
[clangd] Fix a crash when indexing invalid ObjC method declaration
gislan Jan 18, 2021
7e506b3
[clangd] Allow diagnostics to be suppressed with configuration
sam-mccall Jan 25, 2021
6e530a3
[Verifier] enable and limit llvm.experimental.noalias.scope.decl domi…
dobbelaj-snps Jan 25, 2021
13f2aee
[X86][AVX] Generalize vperm2f128/vperm2i128 patterns to support all l…
RKSimon Jan 25, 2021
3b5d36e
[Verifier] disable llvm.experimental.noalias.scope.decl dominance check.
dobbelaj-snps Jan 25, 2021
b45020c
[LLDB] Remove leftovers and typos from RegisterInfos_arm64_sve.h
omjavaid Jan 25, 2021
2fd4d92
[LLDB] Define AUXV_AT_HWCAP2 in AuxVector.h
omjavaid Jan 25, 2021
e9a3fac
[LLDB] Skip TestPlatformProcessConnect on arm/aarch64 buildbot
omjavaid Jan 25, 2021
f807825
Revert "[JITLink] Enable exception handling for ELF."
nico Jan 25, 2021
558b3bb
[AMDGPU][MC] Improved errors handling for SDWA operands
dpreobra Jan 25, 2021
95f0d1e
[libomptarget] Compile with older cuda, revert D95274
JonChesterfield Jan 25, 2021
51faba3
[libc++] Implement P0655R1 visit<R>: Explicit Return Type for visit
rarutyun Jan 25, 2021
17c3538
Revert "Fix unused variable in CoroFrame.cpp when building Release wi…
lxfind Jan 25, 2021
e123cd6
[OpenCL] Refactor of targets OpenCL option settings
azabazno Jan 25, 2021
e9cc5fe
[scudo][standalone] Enable death tests on Fuchsia
Jan 9, 2021
193cda1
[libc++][doc] Update the release notes.
mordante Jan 22, 2021
4eb4f89
[RISCV] Use sign extend for i32 arguments and returns in makeLibCall …
topperc Jan 25, 2021
93eef7d
[OpenMP][NFC] Fix SourceInfo.h variable names
jhuber6 Jan 25, 2021
9390b85
[ARM] Use half directly for args/return types in test. NFC
davemgreen Jan 25, 2021
3395a33
[clang-format] add case aware include sorting
kentsommer Jan 25, 2021
3fbd3ea
[libc++] Implement [P0769] "Add shift to algorithm" (shift_left, shif…
Quuxplusone Dec 26, 2020
c435567
[Sema] Fix an assertion failure in -Wcompletion-handler
epilk Jan 25, 2021
f851db3
[libc++] [P0879] constexpr std::reverse, partition, *_permutation.
Quuxplusone Dec 17, 2020
c332445
[clang] Add -fprofile-prefix-map
keith Jan 25, 2021
1e73955
[mlir] Use more C99 comments in C API header files
ftynse Jan 25, 2021
1150bfa
[PowerPC] Add missing negate for VPERMXOR on little endian subtargets
nemanjai Jan 25, 2021
299b0e5
[lld] Consistent help text for `--save-temps`
sbc100 Jan 18, 2021
c9cd9a0
[SampleFDO] Report error when reading a bad/incompatible profile inst…
wmi-11 Jan 22, 2021
c8fc5c0
[mlir][Affine] Add support for multi-store producer fusion
dcaballe Jan 20, 2021
988a533
[Win64] Ensure all stack frames are 8 byte aligned
rnk Jan 25, 2021
9d50958
[libc++] Fix build after 51faba35fd81fbd3af407a29c136895a718ccd96
rarutyun Jan 25, 2021
239cfbc
[RISCV] Custom type legalize i8/i16 UDIV/UREM/SDIV on RV64 so we can …
topperc Jan 25, 2021
f05b492
[clangd][NFC] Simplify handing on methods with no params
njames93 Jan 25, 2021
27cc4a8
[OpenMP][NVPTX] Rewrite CUDA intrinsics with NVVM intrinsics
shiltian Jan 25, 2021
f5c7c03
[mlir] Add C API for IntegerSet
ftynse Jan 25, 2021
d368128
[GVN] do not repeat PRE on failure to split critical edge
nickdesaulniers Jan 25, 2021
4bb6244
[ThreadPlan] fix exec on Linux
walter-erquinigo Jan 22, 2021
76afbf6
[VPlan] Replace uses with new value in VPInstructionsToVPRecipe (NFC).
fhahn Jan 25, 2021
9946b16
[lit] Use os.cpu_count() to cleanup TODO
Jan 15, 2021
9d9ceb3
Revert "[clangd][NFC] Simplify handing on methods with no params"
keith Jan 25, 2021
53176c1
[ObjC][ARC] Annotate calls with attributes instead of emitting retainRV
ahatanaka Jan 25, 2021
6cb2887
[clang-format] [NFC] Use some constexpr StringRef
HazardyKnusperkeks Jan 20, 2021
7c8b9c1
[clang-format] [NFC] Restructure getLineCommentIndentPrefix
HazardyKnusperkeks Jan 20, 2021
9aa38a0
[clang-format] [NFC] Remove unsued arguments
HazardyKnusperkeks Jan 21, 2021
60bf582
[clang-format] PR16518 Add flag to suppress empty line insertion befo…
thezbyg Jan 25, 2021
f02eca0
[clang-format] [NFC] Rerun dump_format_style.py
HazardyKnusperkeks Jan 25, 2021
a206d99
libcxx: Try to fix build after D92044
nico Jan 25, 2021
12b34ff
[gn build] Port e123cd674c02
llvmgnsyncbot Jan 25, 2021
71af5a1
Reland"[clangd][NFC] Simplify handing on methods with no params"
njames93 Jan 25, 2021
0f0462c
[vscode] Improve runInTerminal and support linux
walter-erquinigo Dec 28, 2020
f05dc40
Fix SBDebugger::CreateTargetWithFileAndArch to accept LLDB_ARCH_DEFAULT.
jimingham Jan 21, 2021
2cdb34e
Revert "[IndirectFunctions] Skip propagating attributes to address ta…
kzhuravl Jan 25, 2021
12049d8
Fix 0f0462cacf34aa88ae71a13c4199c1b1e70f3ee6
walter-erquinigo Jan 25, 2021
db1a708
Revert "[lit] Use os.cpu_count() to cleanup TODO"
Jan 25, 2021
f50b8ee
[YAML I/O] Fix bug in emission of empty sequence
JDevlieghere Jan 25, 2021
d987b61
[flang] Search for #include "file" in right directory
klausler Jan 25, 2021
03f1c9f
[flang] Fix errors in ISO_FORTRAN_ENV module for REAL128
klausler Jan 25, 2021
925ae8c
Revert "[ObjC][ARC] Annotate calls with attributes instead of emittin…
zygoloid Jan 25, 2021
aa8f367
Recommit "[AArch64][GlobalISel] Implement widenScalar for signed over…
porglezomp Jan 25, 2021
3680cb9
[clangd] ignore parallelism level for quick tasks
qchateau Jan 25, 2021
9c53b8e
[mlir:Async] Add intermediate async.coro and async.runtime operations…
ezhulenev Jan 18, 2021
1ac36b3
Fix 0f0462cacf34aa88ae71a13c4199c1b1e70f3ee6
walter-erquinigo Jan 25, 2021
15141cd
[RISCV] Add RVV insertelt/extractelt scalable-vector patterns
frasercrmck Jan 11, 2021
835104a
[LSR] Drop potentially invalid nowrap flags when switching to post-in…
nikic Jan 23, 2021
118c33e
[clangd] Allow configuration database to be specified in config.
sam-mccall Jan 20, 2021
1fba217
Follow on to: f05dc40c31d1883b46b8bb60547087db2f4c03e3
jimingham Jan 25, 2021
b43c26d
Restore GNU , ## __VA_ARGS__ behavior in MSVC mode
hvdijk Jan 25, 2021
50337fb
Fix runInTerminal errors on ARM
walter-erquinigo Jan 25, 2021
6846686
Fix -Wmissing-override in lldb
dwblaikie Jan 25, 2021
080952a
Support: Remove duplicated code in {File,clang::ModulesDependency}Col…
dexonsmith Jan 23, 2021
c0e94e9
[clang][Fuchsia] Add relative-vtables + asan multilibs
PiJoules Jan 22, 2021
3333244
[OpenMP][deviceRTLs] Remove omp_is_initial_device
shiltian Jan 25, 2021
ce7f9cd
[InlineAdvisor] Allow replay of inline decisions for the CGSCC inline…
modiking Jan 25, 2021
532e420
[lldb/Lua] add support for Lua function breakpoint
tammela Dec 21, 2020
eace81c
[AMDGPU] Added -mcpu=tahiti to 3 tests. NFC.
rampitec Jan 25, 2021
91b61ab
[NFC] Disallow unused prefixes in clang/test/Analysis
mtrofin Jan 22, 2021
3dd5ea9
[lld-macho] Link against ObjCARCOpts instead of ObjCARC
int3 Jan 25, 2021
5b648df
AMDGPU: Reduce the number of expensive calls in SIFormMemoryClause
changpeng Jan 26, 2021
15f66cf
[RISCV] Add isel patterns to optimize slli.uw patterns without Zba ex…
topperc Jan 25, 2021
c9466ed
Revert "Revert "[GlobalISel] LegalizerHelper - Extract widenScalarAdd…
hctim Jan 22, 2021
70e2514
DebugInfo: Generalize the .debug_addr minimization flag to pave the w…
dwblaikie Jan 26, 2021
f9b6fd2
[libc++] Support immovable return types in std::function.
Quuxplusone Jan 11, 2021
ea87cf2
[TargetLowering][RISCV] Don't transform (seteq/ne (sext_inreg X, VT),…
topperc Jan 26, 2021
8b6aedc
ExpressionParser: Migrate to FileEntryRef in ParseInternal, NFC
dexonsmith Dec 9, 2020
d37b539
[mlir:Async] Use LLVM coro operations in async.coro lowering
ezhulenev Jan 25, 2021
cda4d3d
[JITLink] Re-apply 6884fbc2c4f (ELF eh support) with fix for broken t…
lhames Jan 26, 2021
46b1645
SourceManager: Unify FileEntry/FileEntryRef versions of createFileID
dexonsmith Jan 26, 2021
8d67b9e
SourceManager: Migrate to FileEntryRef in getOrCreateContentCache, NFC
dexonsmith Dec 10, 2020
350395d
[x86] Fix trivial typo in emmintrin.h
Jan 26, 2021
6f1d4fb
[lit] Update lit.py shebang for Python3
Jan 25, 2021
03bce0b
[GlobalISel][Localizer] Don't localize phi operands which are used mo…
aemerson Jan 25, 2021
f4d02fb
Frontend: Take VFS and MainFileBuffer by reference in PrecompiledPrea…
dexonsmith Nov 10, 2020
4b6d7fd
[libcxx] random_device, for OpenBSD specify optimal entropy properties
brad0 Jan 26, 2021
8b11714
Revert "Fix SBDebugger::CreateTargetWithFileAndArch to accept LLDB_AR…
zygoloid Jan 26, 2021
13cedca
[llvm-link] Fix crash when materializing appending global
sndmitriev Jan 26, 2021
231a82a
[X86] Correct some cross references in avxintrin.h.
Jan 26, 2021
fafd45c
[libomptarget][cuda] Gracefully handle missing cuda library
JonChesterfield Jan 26, 2021
8018f73
[PowerPC] Do not emit HW loop with half precision operations
nemanjai Jan 26, 2021
236b0d0
[JITLink] Disable ELF_ehframe_basic.s test on Windows.
lhames Jan 26, 2021
2ba1f9c
[Test][AArch64] Move overflow add/sub tests to their own file. NFC
porglezomp Jan 26, 2021
fdbfda2
[Test][AArch64] Add s32 legalizer test for UADDE/USUBE
porglezomp Jan 26, 2021
357eea6
Revert "[libomptarget][cuda] Gracefully handle missing cuda library"
JonChesterfield Jan 26, 2021
9d64275
[OpenMP] Added the support for hidden helper task in RTL
shiltian Jan 26, 2021
5d3f3d3
[TableGen] Use llvm::append_range (NFC)
kazutakahirata Jan 26, 2021
772134e
[StackSafety] Use ListSeparator (NFC)
kazutakahirata Jan 26, 2021
c85b6bf
[AMDGPU] Forward-declare MachineIRBuilder (NFC)
kazutakahirata Jan 26, 2021
b69932b
[RISCV] Implement vlsegff intrinsics.
Hsiangkai Jan 24, 2021
f19849a
[RISCV] Update V extension to v1.0-draft 08a0b464.
Hsiangkai Jan 13, 2021
bd75628
[OpenMP][FIX] Enforce a function boundary for a new data environment
jdoerfert Jan 8, 2021
8c7fdc4
[OpenMP] Add source location information to the libomptarget profile
jdoerfert Jan 23, 2021
a2914e0
[mlir][Python] Fix comments of 'getCapsule' and 'createFromCapsule'
zhanghb97 Jan 26, 2021
84c6f32
[Object][WebAssembly] Update format of error messages
sbc100 Jan 22, 2021
d705c2f
Revert "[WebAssembly] MC layer writes table symbols to object files"
sbc100 Jan 26, 2021
90ebc48
Add vp2intersect to AVX512 dialect.
matthias-springer Jan 26, 2021
b616399
[clang][cli] NFC: Simplify BoolOption API
jansvoboda11 Jan 26, 2021
e72b22a
[RISCV] Define different pseudo instructions for different FPR.
Hsiangkai Jan 22, 2021
2154cff
[clang][cli] Store LangStandard::Kind in LangOptions
jansvoboda11 Jan 26, 2021
956d8e0
[clang][cli] Port GNU language options to marshalling system
jansvoboda11 Jan 26, 2021
9338f3a
[clang][cli] Accept strings instead of options in ImpliedByAnyOf
jansvoboda11 Jan 26, 2021
64cdba6
[clangd] Fix filename completion at the end of file
kadircet Jan 26, 2021
b3b0acd
[NFC] Refine some uninitialized used variables.
FreddyLeaf Jan 26, 2021
bfc60ac
[RISCV] Adjust RISCVInstrInfoVSDPatterns.td for different pseudo inst…
topperc Jan 26, 2021
e98d5c3
[libObject,llvm-readelf/obj] - Don't use @@ when printing versions of…
Jan 22, 2021
68dbd1a
[clangd] Add include-fixer fixit for no_member_template diagnostic.
hokein Jan 25, 2021
db92d47
[llvm-nm][ELF] - Use @@ prefix when printing default versions.
Jan 18, 2021
029644e
[yaml2obj] - Refine how we set the sh_link field. NFCI.
Jan 25, 2021
7025fef
[clang][cli] Port GPU-related language options to marshalling system
jansvoboda11 Jan 26, 2021
2a33b09
[LLDB][test] - Fix test after yaml2obj change.
Jan 26, 2021
2d7aa14
[update_llc_test_checks] Support AVR
benshi001 Jan 26, 2021
510b3d4
[llvm-nm] Silence a gcc warning about a stray semicolon. NFC.
mstorsjo Jan 26, 2021
d5e48f1
[yaml2obj][obj2yaml] - Improve how we set/dump the sh_entsize field.
Jan 25, 2021
2f7baff
[mlir:async] Use ODS to define async types
ezhulenev Jan 25, 2021
6d5c1cd
Revert "[clang-format] add case aware include sorting"
mkurdej Jan 26, 2021
7c164a9
[SVE] Fix some logical arithmetic tests
david-arm Jan 26, 2021
25f80e1
[mlir] Async: add a separate pass to lower from async to async.coro a…
ezhulenev Jan 26, 2021
745064e
[AMDGPU][MC] Refactored exp tgt handling
dpreobra Jan 26, 2021
988cc0a
[LLD][ELF][AArch64] Add support for R_AARCH64_LD64_GOTPAGE_LO15 reloc…
zatrazz Jan 13, 2021
91bd115
[mlir] drop unused statics
ftynse Jan 26, 2021
4a63e53
[LIBOMPTARGET]FIX define declaration, NFC
alexey-bataev Jan 26, 2021
b3e0135
[JITLink][ELF/x86-64] When building PLT stub, use -4 offset for PCRel32.
lhames Jan 26, 2021
476abdb
[ORC] Fix debug logging message.
lhames Jan 26, 2021
028d7a3
Remove requirement for -maltivec to be used when using -mabi=vec-exta…
ZarkoT Jan 26, 2021
e878589
Revert "[flang] Search for #include "file" in right directory"
banach-space Jan 26, 2021
4dc110a
[ORC] Attempt to auto-claim responsibility for weak defs in ObjectLin…
lhames Jan 26, 2021
35b3989
[Passes] Run peeling as part of simple/full loop unrolling.
fhahn Jan 26, 2021
608ac62
[AMDGPU] Fix use of HasModifiers in VopProfile
mbrkusanin Jan 26, 2021
b36370d
[AMDGPU] Add IntrWillReturn to three intrinsics
Flakebi Jan 26, 2021
b9417c3
[CostModel] Handle CTLZ and CCTZ in getTypeBasedIntrinsicInstrCost
sdesmalen-arm Jan 26, 2021
110837f
Fix signed/unsigned comparison warning. NFCI.
RKSimon Jan 26, 2021
b2b2aa1
[LoopUnswitch] Add some additional tests.
fhahn Jan 22, 2021
1272f16
[LoopUnswitch] Avoid partially unswitching too aggressively.
fhahn Jan 22, 2021
551a69e
AMDGPU: Clear IsSSA property in SIFormMemoryClauses
arsenm Jan 18, 2021
94cf89d
[libomptarget][NFC] Fixed obsolete function names in comments
Jan 26, 2021
ee3da89
[AMDGPU] Fix null-dereference static analysis warnings. NFCI.
RKSimon Jan 26, 2021
feb0b4e
[Sema] diagnoseEquivalentInternalLinkageDeclarations - assert for non…
RKSimon Jan 26, 2021
8096644
[mlir][nfc] Move `getInnermostParallelLoops` to SCF/Transforms/Utils.h.
pifon2a Jan 26, 2021
0c0d009
[NFC] Disallow unused prefixes under clang/test/CodeGen
mtrofin Jan 26, 2021
f82cff3
[AMDGPU] HSAMD::fromString - replace std::string arg with StringRef. …
RKSimon Jan 26, 2021
879c12d
Fix null dereference static analysis warning. NFCI.
RKSimon Jan 26, 2021
09b1c56
[LoopUtils] do not initialize Cmp predicate unnecessarily; NFC
rotateright Jan 26, 2021
00773ef
[LoopVectorize] add test for fmin/fmax FMF propagation; NFC
rotateright Jan 26, 2021
b208e5b
[mlir] Add Python bindings for IntegerSet
ftynse Jan 25, 2021
9190f17
[clangd] Add std::size_t to StdSymbol mapping
kadircet Jan 26, 2021
90b8ae0
[lldb] Remove unused ThreadPlanStack::GetStackOfKind (NFC)
kastiglione Jan 26, 2021
7c03f7d
[OpenMP][deviceRTLs] Build the deviceRTLs with OpenMP instead of targ…
shiltian Jan 26, 2021
92d1195
AMDGPU: Add assertion to determineCalleeSaves
arsenm Jan 21, 2021
5f9707b
AMDGPU: Fix redundant FP spilling/assert in some functions
arsenm Sep 21, 2020
8262cd8
[mlir] Set CUDA/ROCm context before creating resources.
chsigg Jan 26, 2021
48e09fa
[lldb][NFC] Another attempt to fix GCC 5.x compilation
Teemperor Jan 26, 2021
302432f
Reland "[lit] Use os.cpu_count() to cleanup TODO"
Jan 15, 2021
1d6df1f
[mlir] sret and byval now require a type argument when constructed.
schweitzpgi Jan 26, 2021
f9d7f77
[RISCV] Have customLegalizeToWOp truncate to the original type instea…
topperc Jan 26, 2021
dad55c2
[ARM] [ELF] Fix ARMMaterializeGV for Indirect calls
zatrazz Jan 26, 2021
d92413a
[clangd] Selection handles CXXBaseSpecifier
njames93 Jan 26, 2021
7730599
[clangd] FindTarget resolves base specifier
njames93 Jan 26, 2021
32cc556
[libomptarget][devicertl][amdgpu] Fix build, variable renaming error
JonChesterfield Jan 26, 2021
4edf35f
Support for instrumenting only selected files or functions
petrhosek Jan 15, 2021
96f09aa
[gn build] Port 4edf35f11a9e
llvmgnsyncbot Jan 26, 2021
683719b
[OpenMP][Libomptarget] Introduce changes to support remote plugin
atmnpatel Jan 26, 2021
2291bd1
[AMDGPU] Update subtarget features for new target ID support
kerbowa Nov 30, 2020
31d375f
CGDebugInfo: Drop Loc.isInvalid() special case from getLineNumber
MaskRay Jan 26, 2021
189f311
CGDebugInfo CreatedLimitedType: Drop file/line for RecordType with in…
MaskRay Jan 26, 2021
d2abd62
[flang][openacc][NFC] Organize clause validity tests by directive
clementval Jan 26, 2021
7636b1f
Make SBDebugger::CreateTargetWithFileAndArch work with lldb::LLDB_DEF…
jimingham Jan 26, 2021
1e634f3
Revert "Support for instrumenting only selected files or functions"
petrhosek Jan 26, 2021
34b60d8
Add -fbinutils-version= to gate ELF features on the specified binutil…
MaskRay Jan 26, 2021
4210b87
[libc++] Fix oss-fuzz build
ldionne Jan 26, 2021
15313f6
[llvm-elfabi] Support ELF file that lacks .gnu.hash section
zeroomega Jan 26, 2021
ec8f4a3
[OpenMP][Libomptarget] Introduce Remote Offloading Plugin
atmnpatel Jan 23, 2021
fdeffd6
[libomptarget][cuda] Only run tests when sure there is cuda available
JonChesterfield Jan 26, 2021
7baff00
[libomptarget][cuda] Gracefully handle missing cuda library
JonChesterfield Jan 26, 2021
79ce46e
[llvm-elfabi] Fix test after D95140
MaskRay Jan 26, 2021
da9a354
[gn build] Port 1e634f3952aa
llvmgnsyncbot Jan 26, 2021
810572c
[OpenMP][Libomptarget] Fix cmake error on remote plugin
atmnpatel Jan 26, 2021
cbed865
[GlobalISel][IRTranslator] Ignore the llvm.experimental.noalias.scope…
aemerson Jan 26, 2021
63273fc
[NFC][lit] Cleanup code using string interpolation
Jan 26, 2021
74784a5
[X86] In shrinkAndImmediate, place the new constant into the topologi…
topperc Jan 26, 2021
c8df2d1
[NFC] Show instcombine powi simplifications drop FMF
Jan 26, 2021
716b9dd
[InstCombine] Preserve FMF for powi simplifications.
Jan 26, 2021
5f1d4d4
[libomptarget][NFC] Use portable printf format specifiers.
Jan 26, 2021
a9bd3d3
[NewPM] Add ExtraVectorizerPasses support
bjope Jan 22, 2021
8cef455
[ARM] Fix STRT/STRHT/STRBT input/output operands.
chaosdefinition Jan 26, 2021
8afabff
Frontend: Fix memory leak in CompilerInstance::setVerboseOutputStream
dexonsmith Nov 21, 2020
0554541
Salvage debug info for function arguments in coro-split funclets.
adrian-prantl Jan 26, 2021
f36007e
[GlobalISel] Implement computeKnownBits for G_SEXT_INREG
Jan 26, 2021
2f72147
Frontend: Simplify handling of non-seeking streams in CompilerInstanc…
dexonsmith Dec 15, 2020
4d28f0a
[llc] Add reportError helper and canonicalize error messages
MaskRay Jan 26, 2021
ad7aaa4
Frontend: Fix layering between create{,Default}OutputFile, NFC
dexonsmith Nov 21, 2020
3caa2d3
[libomptarget][NFC] Avoid gcc 5/6 issue with lambda captures.
Jan 26, 2021
f3c9687
llvm-lib: Pull error printing code out of two functions
nico Jan 27, 2021
fae16fc
Disable rosegment for old Android versions.
DanAlbert Jan 27, 2021
4dcb5c4
[gn build] restore build command removed in 9595a7ff55b6 for platform…
nico Jan 27, 2021
65e2fa5
[gn build] fix get.py change
nico Jan 27, 2021
6536550
[libomptarget][cuda] Handle missing _v2 symbols gracefully
JonChesterfield Jan 27, 2021
927af4b
[OpenMP] Modify OMP_ALLOCATOR environment variable
nawrinsu Nov 2, 2020
fc31920
[libc++] Give `MoveOnly` all six comparison operators, not just == an…
Quuxplusone Jan 25, 2021
bb9eb19
Support for instrumenting only selected files or functions
petrhosek Jan 15, 2021
e1d6178
[RISCV] Add rv64 run lines to rv32 MC layer tests for B extension
topperc Jan 27, 2021
e7535f8
[OpenMP][NVPTX] Drop dependence on CUDA to build NVPTX `deviceRTLs`
shiltian Jan 27, 2021
1458987
[gn build] Port bb9eb1982980
llvmgnsyncbot Jan 27, 2021
e4871c1
Rename clang/test/Frontend/output-{failures,paths}.c, NFC
dexonsmith Jan 27, 2021
8e464dd
Frontend: Use early returns in CompilerInstance::clearOutputFiles, NFC
dexonsmith Jan 27, 2021
50da5b9
Merge commit '8e464dd76befbc4a39a1d21968a3d5f543e29312' into llvm-12
omern1 May 27, 2021
2c0c599
Fix 2 build errors
omern1 May 27, 2021
3290797
Fix missing functions error
omern1 May 27, 2021
5924e80
Make get_fd() public and fix repeating case
omern1 May 28, 2021
faad351
Fix compiler warning
omern1 May 28, 2021
b6082b0
Fix weird 'no member function' errors
omern1 May 28, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[LLDB] Skip TestPlatformProcessConnect on arm/aarch64 buildbot
TestPlatformProcessConnect is randomly failing on LLDB Arm/AArch64
buildbot. I am disabling it temporarily untill problem is fixed.
  • Loading branch information
omjavaid committed Jan 25, 2021
commit e9a3fac76cf199d902a746c2b2fc308dfe0ade26
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@ class TestPlatformProcessConnect(gdbremote_testcase.GdbRemoteTestCaseBase):
@expectedFailureAll(hostoslist=["windows"], triple='.*-android')
@skipIfWindows # lldb-server does not terminate correctly
@skipIfDarwin # lldb-server not found correctly
@skipIf(oslist=["linux"], archs=["arm", "aarch64"]) # Fails randomly
def test_platform_process_connect(self):
self.build()