aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-04Revert "[RFC] Factor out repetitive cmake patterns for llvm-style projects"Stephen Neuendorffer17-221/+28
2020-10-04[Coroutines][NewPM] Fix coroutine tests under new pass managerArthur Eubanks6-11/+17
2020-10-05[NFC][SCEV] Add a test with some patterns where we could treat inttoptr/ptrto...Roman Lebedev1-0/+115
2020-10-04llvm-dwarfdump: Skip tombstoned address rangesDavid Blaikie8-32/+615
2020-10-04[MemCpyOpt] Add tests for call slot optimization with GEPs (NFC)Nikita Popov1-1/+58
2020-10-04Implement callee/caller type checking for llvm.callMehdi Amini3-6/+145
2020-10-04[MemCpyOpt] Don't use array allocas in tests (NFC)Nikita Popov1-48/+68
2020-10-04[X86] Remove an accidentally added file. NFC.Martin Storsjö1-11/+0
2020-10-04[SDA] Fix -Wunused-function in -DLLVM_ENABLE_ASSERTIONS=off buildsFangrui Song1-0/+2
2020-10-04[gn build] Port 6c6cd5f8a97LLVM GN Syncbot1-1/+0
2020-10-04[X86] Sync AESENC/DEC Key Locker builtins with gcc.Craig Topper5-153/+587
2020-10-04[X86] Synchronize the encodekey builtins with gcc. Don't assume void* is 16 b...Craig Topper5-37/+194
2020-10-04[X86] Synchronize the loadiwkey builtin operand order with gcc version.Craig Topper5-6/+6
2020-10-04[X86] Consolidate wide Key Locker intrinsics into the same header as the othe...Craig Topper4-266/+240
2020-10-04[VPlan] Add VPRecipeBase::toVPUser helper (NFC).Florian Hahn3-1/+47
2020-10-04[VPlan] Account for removed users in replaceAllUsesWith.Florian Hahn2-1/+15
2020-10-04[NFC][clang][codegen] Autogenerate a few ARM SVE tests that are being affecte...Roman Lebedev4-152/+152
2020-10-04[PowerPC] Add builtins for xvtdiv(dp|sp) and xvtsqrt(dp|sp).Esme-Yi6-0/+121
2020-10-04[SDAG] fold x * 0.0 at node creation timeSanjay Patel4-20/+26
2020-10-04[MemCpyOpt] Add additional call slot tests (NFC)Nikita Popov1-0/+91
2020-10-04[X86][SSE] isTargetShuffleEquivalent - ensure shuffle inputs are the correct ...Simon Pilgrim1-27/+37
2020-10-04[RISCV][ASAN] instrumentation pass now uses proper shadow offsetAnatoly Parshintsev1-0/+5
2020-10-04[CodeGen] Improve likelihood branch weightsMark de Wever4-42/+274
2020-10-04[RISCV][ASAN] support code for architecture-specific parts of asanAlexey Baturo15-32/+99
2020-10-04[OldPM] Pass manager: run SROA after (simple) loop unrollingRoman Lebedev9-80/+37
2020-10-04[RISCV][ASAN] unwind fixupAlexey Baturo1-1/+10
2020-10-03[lldb] [test/Register] Mark new FP reg tests XFAIL on DarwinJonas Devlieghere2-0/+2
2020-10-03[X86] LOADIWKEY, ENCODEKEY128 and ENCODEKEY256 clobber EFLAGS.Craig Topper1-3/+3
2020-10-03[X86] Add memory operand to AESENC/AESDEC Key Locker instructions.Craig Topper6-36/+76
2020-10-03[X86] Move ENCODEKEY128/256 handling from lowering to selection.Craig Topper2-65/+36
2020-10-03[X86] Remove X86ISD::MWAITX_DAG. Just match the intrinsic to the custom inser...Craig Topper7-31/+5
2020-10-03[RFC] Factor out repetitive cmake patterns for llvm-style projectsStephen Neuendorffer17-28/+221
2020-10-03[X86] Add X86ISD opcodes for the Key Locker AESENC*KL and AESDEC*KL instructionsCraig Topper6-76/+234
2020-10-03Add indented raw_ostream classJacques Pienaar8-166/+418
2020-10-03[Object][MachO] Refactor MachOUniversalWriterAlexander Shaposhnikov2-31/+55
2020-10-03[MC] Assert that MCRegUnitIterator operates over MCRegistersMircea Trofin3-0/+16
2020-10-03[lldb] [test/Register] Mark new FP reg tests XFAIL on WindowsMichał Górny3-0/+3
2020-10-03[VPlan] Properly update users when updating operands.Florian Hahn2-1/+107
2020-10-03[NFC][InstCombine] Autogenerate a few tests being affected by an upcoming patchRoman Lebedev3-121/+290
2020-10-03[NFC][PhaseOrdering] Add a test showing new inttoptr casts after SROA due to ...Roman Lebedev1-0/+169
2020-10-03[LV] Add another test case with unsinkable first-order recurrences.Florian Hahn1-0/+33
2020-10-03[AArch64] Prefer prologues with sp adjustments merged into stp/ldp for WinCFI...Martin Storsjö2-6/+88
2020-10-03[AArch64] Allow pairing lr with other GPRs for WinCFIMartin Storsjö6-13/+236
2020-10-03[AArch64] Match the windows canonical callee saved register orderMartin Storsjö15-171/+313
2020-10-03Revert "[Driver] Move detectLibcxxIncludePath to ToolChain"Nico Weber5-29/+23
2020-10-03[clang][NFC] Change a mention of `objc_static_protocol` to `non_runtime`Nathan Lanza1-2/+2
2020-10-03[lldb] [test/Register] Add read/write tests for x87 regsMichał Górny5-0/+243
2020-10-03[lldb] [Process/NetBSD] Fix crash on unsupported i386 regsMichał Górny2-30/+39
2020-10-03[lldb] [Process/NetBSD] Fix reading FIP/FDP registersMichał Górny1-4/+4
2020-10-03[asan] Stop instrumenting user-defined ELF sectionsMichał Górny3-0/+39