summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Support configuration of inlay hints.maainSam McCall2022-01-107-18/+132
* [SCEVExpander] Only create multiplication if needed.Florian Hahn2022-01-103-30/+22
* [gn build] Port c0fdc748871fLLVM GN Syncbot2022-01-101-0/+1
* [AST] Add more source information for DecltypeTypeLoc.Haojian Wu2022-01-1011-28/+76
* [clang-format] Ensure we can correctly parse lambda in the template argument ...mydeveloperday2022-01-102-0/+11
* [ORC][JITLink] Add dependence on OrcShared to JITLink.Lang Hames2022-01-101-0/+1
* [lld-macho] Fix shadowed variableVincent Lee2022-01-101-1/+1
* [MemoryBuiltins] Remove isNoAliasFn() in favor of isNoAliasCall()Nikita Popov2022-01-107-32/+6
* [ORC] Add helper functions for running finalize / dealloc actions.Lang Hames2022-01-106-22/+98
* [RISCV] Generalize (srl (and X, 0xffff), C) -> (srli (slli X, (XLen-16), (XLe...Craig Topper2022-01-0910-178/+142
* Fix exported MLIR_TABLEGEN_EXEStephen Neuendorffer2022-01-092-1/+8
* [SchedModels][CortexA55] Fix scheduling of FP loadsPavel Kosov2022-01-103-199/+203
* [lldb] Remove LLDB_RECORD_RESULT macroJonas Devlieghere2022-01-0966-850/+801
* [lldb] Skip TestTargetXMLArch if no support for x86 targetDave Lee2022-01-091-0/+1
* [CSKY] Lower leaf DAG node such as global symbol, frame address and jumptable...Zi Xuan Wu2022-01-1015-4/+1831
* [libc] Re-enable thrd_test.Siva Chandra Reddy2022-01-101-13/+12
* [lldb] Skip TestVSCode_coreFile if no x86 target supportDave Lee2022-01-091-0/+1
* [lldb] Remove reproducer instrumentationJonas Devlieghere2022-01-0974-6208/+77
* [lldb] Guard libstdc++ specific 'frame var' testDave Lee2022-01-091-6/+8
* [lldb] Check for arm64 in TestDisassembleRawDataDave Lee2022-01-091-2/+2
* [lldb] Require x86 support for dwo-relative-path testDave Lee2022-01-091-0/+2
* [RISCV] Isel (sra (sext_inreg X, i16), C) -> (srai (slli X, (XLen-16), (XLen-...Craig Topper2022-01-094-36/+67
* [lld][ELF] Support adrp+ldr GOT optimization for AArch64Alexander Shaposhnikov2022-01-105-6/+305
* [RISCV] Disable EEW=64 for index values when XLEN=32.jacquesguan2022-01-1018-5649/+1579
* Control-flow Enforcement Technology (CET), published by Intel, introducesjinge902022-01-107-0/+41
* [Builtins] Add missing the macro 'y' description in commentsJim Lin2022-01-101-0/+1
* [RISCV] Fold (srl (and X, 0xffff), C)->(srli (slli X, (XLen-16), (XLen-16) + ...Craig Topper2022-01-094-23/+24
* [yaml2obj][XCOFF] parsing auxiliary symbols.Esme-Yi2022-01-104-15/+456
* [PowerPC] fast isel can lower intrinsics call on AIX.Chen Zheng2022-01-103-11/+58
* [SelectionDAG] Add FP_TO_UINT_SAT/FP_TO_SINT_SAT to computeKnownBits/computeN...Craig Topper2022-01-098-170/+87
* [CodeGen] Rename emitCalleeSavedFrameMovesAlexander Shaposhnikov2022-01-105-10/+8
* Apply clang-tidy fixes for performance-move-const-arg in ReductionNode.cpp (NFC)Mehdi Amini2022-01-101-2/+2
* Apply clang-tidy fixes for performance-for-range-copy in ElementwiseOpFusion....Mehdi Amini2022-01-101-1/+2
* Apply clang-tidy fixes for performance-for-range-copy in ModuleBufferization....Mehdi Amini2022-01-101-1/+1
* Apply clang-tidy fixes for modernize-use-equals-default in IRCore.cpp (NFC)Mehdi Amini2022-01-101-1/+1
* Revert "[lldb] Set result error state in 'frame variable'"Dave Lee2022-01-092-20/+19
* [ELF] Move gotIndex/pltIndex/globalDynIndex to SymbolAuxFangrui Song2022-01-099-46/+94
* [lldb] Set result error state in 'frame variable'Dave Lee2022-01-092-19/+20
* [lldb][docs] Update references to SVNDave Lee2022-01-092-28/+25
* Use true/false instead of 1/0 (NFC)Kazu Hirata2022-01-0912-14/+17
* [lldb] Remove redundant member initialization (NFC)Kazu Hirata2022-01-0943-112/+80
* Fix bugprone argument comments.Kazu Hirata2022-01-0913-20/+20
* [clang] Remove unused forward declarations (NFC)Kazu Hirata2022-01-0957-137/+0
* [lldb] Compute fully qualified command names in FindCommandsForAproposDave Lee2022-01-094-14/+17
* [lldb] Remove ProcessStructReader from NSStringSummaryProvider (NFC)Dave Lee2022-01-091-25/+12
* [mlir][MemRef] NFC - Improve assertion error messageNicolas Vasilache2022-01-091-3/+3
* [Attributor][FIX] Remove assumption that doesn't have to holdJohannes Doerfert2022-01-091-1/+0
* [mlir][Bufferize] NFC - Introduce areCastCompatible assertions to catch misfo...Nicolas Vasilache2022-01-094-2/+24
* [SCEVExpander] Simplify cleanup, skip sorting by dominance.Florian Hahn2022-01-094-14/+7
* [AIX] Disable tests that fail because of no 64-bit XCOFF object file supportJake Egan2022-01-097-1/+72