summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [Sema] haveSameParameterTypes - replace repeated isNull() test with assertions5357a98c823aSimon Pilgrim2021-10-181-1/+2
* [DebugInfo] Correctly handle arrays with 0-width elements in GEP salvagingStephen Tozer2021-10-182-7/+22
* [AArch64][SVE][CodeGen] Add tests for RSHRN{T,B} instructionsPeter Waller2021-10-181-0/+73
* [InstCombine][DebugInfo] Remove superflous assertion, add testPeter Waller2021-10-182-2/+9
* [AMDGPU] Remove unused VirtRegMap analysis. NFC.Jay Foad2021-10-181-2/+0
* [DebugInfo][InstrRef] Avoid a crash during DBG_PHI maintenenceJeremy Morse2021-10-182-13/+30
* [lldb] [lldb-server] Refactor ConnectToRemote()Michał Górny2021-10-181-47/+44
* Revert "[NFC] [LoopPeel] Change the way DT is updated for loop exits"Max Kazantsev2021-10-181-34/+56
* [NFC] Remove Block-ABI-Apple.txtShivam Gupta2021-10-181-1/+0
* [lldb][NFC] clang format changeLasse Folger2021-10-182-7/+7
* [lldb] Fix SymbolFilePDBTests for a3939e1Pavel Labath2021-10-181-1/+2
* [clang][modules] Delay creating `IdentifierInfo` for names of explicit modulesJan Svoboda2021-10-185-6/+44
* [AMDGPU] Add link to bugJay Foad2021-10-181-0/+1
* Fix signed/unsigned comparison after b5426ced71280Jeremy Morse2021-10-181-1/+1
* Remove the verifyAfter mechanism that was replaced by D111397Jay Foad2021-10-189-50/+38
* Add new MachineFunction property FailsVerificationJay Foad2021-10-1810-1/+37
* [AMDGPU] Add patterns for i8/i16 local atomic load/storePiotr Sobczak2021-10-187-0/+407
* [AIX][cmake] Set atomics related macros when build with xlclangKai Luo2021-10-181-2/+2
* [SelectionDAG] Fix illegal widening of scalable-vector loadsFraser Cormack2021-10-183-1/+34
* [X86] Prefer VEX encoding in X86 assembler.Luo, Yuanke2021-10-184-18/+16
* [lldb] [Utility] Remove Status::WasInterrupted() along with its only useMichał Górny2021-10-183-17/+0
* [AArch64][GISel] Add 8/16 bit uaddo lowering tests.Florian Hahn2021-10-181-0/+872
* [AMDGPU] Divergence driven selection for fused bitlogicStanislav Mekhanoshin2021-10-183-11/+16
* Fix bazel build.Adrian Kuegel2021-10-181-0/+2
* [lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath2021-10-18205-687/+468
* Fix cyclic header dependency between Support<->Option due to RISCVISAInfoRaphael Isemann2021-10-182-1/+4
* [Parse] Improve diagnostic and recovery when there is an extra override in th...Haojian Wu2021-10-183-0/+34
* [AArch64] Fixed a bug on AArch64MIPeepholeOptJingu Kang2021-10-181-2/+13
* [MachineSink] Compile time improvement for large testcases which has many kil...Bing1 Yu2021-10-181-2/+2
* [PowerPC] Implement scheduling model for Power10Qiu Chaofan2021-10-1834-677/+3450
* [JITLink] Add comments, rename types for visitExistingEdges utility.Lang Hames2021-10-171-15/+21
* [NFC] [LoopPeel] Change the way DT is updated for loop exitsMax Kazantsev2021-10-181-56/+34
* [lldb] Skip target variable test on ASJonas Devlieghere2021-10-171-0/+2
* [clang] Use llvm::erase_if (NFC)Kazu Hirata2021-10-1715-71/+37
* [CostModel][X86] Add mul by positive/negative power-of-2 constants testsSimon Pilgrim2021-10-171-0/+716
* [fir] Add IfBuilder and utility functionsValentin Clement2021-10-174-0/+197
* [CostModel][X86] Add div/rem by negative power-of-2 constantsSimon Pilgrim2021-10-172-0/+1237
* [X86][SLM] Fix BitTest+Set uops + port usageSimon Pilgrim2021-10-172-118/+118
* [X86][SLM] Fix uops for PCMPISTR/PCMPISTR instructionsSimon Pilgrim2021-10-172-12/+12
* [X86][SLM] Fix uops for PCLMULQDQSimon Pilgrim2021-10-172-3/+3
* [X86][SLM] +1uop for PSHUFBrm xmmSimon Pilgrim2021-10-172-3/+3
* [ConstantRange] Add fast signed multiplyNikita Popov2021-10-174-1/+39
* [X86][Costmodel] Load/store i64 Stride=4 VF=16 interleaving costsRoman Lebedev2021-10-175-4/+6
* [X86][Costmodel] Load/store i64 Stride=2 VF=32 interleaving costsRoman Lebedev2021-10-175-4/+6
* [X86][Costmodel] Load/store i32 Stride=4 VF=32 interleaving costsRoman Lebedev2021-10-178-7/+9
* [X86][Costmodel] Load/store i32 Stride=3 VF=32 interleaving costsRoman Lebedev2021-10-177-6/+8
* [X86][Costmodel] Load/store i16 Stride=6 VF=32 interleaving costsRoman Lebedev2021-10-173-2/+4
* This patch supports the following checks for THREADPRIVATE Directive:PeixinQiao2021-10-176-2/+445
* Bump the value of __STDC_VERSION__ in -std=c2x modeAaron Ballman2021-10-173-1/+12
* [InstCombine] Add some extra tests for truncated saturates. NFCDavid Green2021-10-171-0/+585