summaryrefslogtreecommitdiff
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* Bump the trunk version to 10.0.0svnllvmorg-10-initHans Wennborg2019-07-185-59/+13
* [ARM][DAGCOMBINE][FIX] PerformVMOVRRDCombineDiogo N. Sampaio2019-07-182-3/+38
* [SCEV] add no wrap flag for SCEVAddExpr.Chen Zheng2019-07-185-8/+8
* [RISCV] Reset NoPHIS MachineFunctionProperty in emitSelectPseudoAlex Bradbury2019-07-181-0/+1
* [LoopInfo] Use early return in branch weight update functions. NFC.Serguei Katkov2019-07-181-29/+30
* [RISCV][DebugInfo] Fix dwarf-riscv-relocs.ll test on WindowsAlex Bradbury2019-07-181-1/+1
* [NFC][PowerPC] Add the test to test the pass block-placementKang Zhang2019-07-182-1/+318
* [X86] Disable combineConcatVectors for vXi1 vectors.Craig Topper2019-07-182-116/+116
* Fix typo in programmer's manual cantFile -> cantFailNathan Lanza2019-07-181-1/+1
* [DWARF][RISCV] Add support for RISC-V relocations needed for debug infoAlex Bradbury2019-07-189-12/+192
* [RISCV] Re-land r366331 d RISCV to LLVM_ALL_TARGETSAlex Bradbury2019-07-181-0/+1
* [RISCV] Avoid signed integer overflow UB in RISCVMatInt::generateInstSeqAlex Bradbury2019-07-181-1/+1
* [RISCV] Don't acccess an invalidated iterator in RISCVInstrInfo::removeBranchAlex Bradbury2019-07-181-2/+2
* [AArch64] Add dependency from AArch64CodeGen to TransformUtils to fix -DBUILD...Fangrui Song2019-07-181-1/+1
* [Tests] Add a test showing how we handle overaligned allocas w/ no-realign-stackPhilip Reames2019-07-181-0/+55
* Changes to display code view debug info type records in hex formatNilanjana Basu2019-07-177-122/+149
* Make DT a transitive dependency of LI.Evgeniy Stepanov2019-07-171-1/+1
* [llvm-bcanalyzer] Fixed error 'Expected<T> must be checked before access or d...Denis Bakhvalov2019-07-171-2/+5
* llvm-pdbdump: Fix several smaller issues with injected source compression han...Nico Weber2019-07-1714-27/+181
* [AMDGPU] Simplify AMDGPUInstPrinter::printRegOperand()Stanislav Mekhanoshin2019-07-172-157/+37
* AMDGPU: Set inaccessiblememonly on sendmsg intrinsicsMatt Arsenault2019-07-171-2/+2
* [X86] Make sure we mark 128/256 MLOAD as Legal with VLX when min-legal-vector...Craig Topper2019-07-172-5/+20
* gn build: Merge r366361.Peter Collingbourne2019-07-171-0/+1
* hwasan: Initialize the pass only once.Peter Collingbourne2019-07-174-13/+26
* [AMDGPU] Stop special casing flat_scratch for register nameStanislav Mekhanoshin2019-07-172-13/+1
* Speculative fix for stack-tagging.ll failure.Evgeniy Stepanov2019-07-171-2/+2
* [Attributor][NFC] Remove unnecessary debug outputHideto Ueno2019-07-171-1/+0
* Adding inline comments to code view type record directives for better readabi...Nilanjana Basu2019-07-175-265/+325
* [PEI] Don't re-allocate a pre-allocated stack protector slotFrancis Visoiu Mistrih2019-07-177-10/+37
* [CodeGen] Add stack protector tests where the guard gets re-assignedFrancis Visoiu Mistrih2019-07-176-0/+134
* [CodeGen][NFC] Simplify checks for stack protector index checkingFrancis Visoiu Mistrih2019-07-172-13/+11
* GlobalISel: Handle widenScalar of arbitrary G_MERGE_VALUES sourcesMatt Arsenault2019-07-175-186/+490
* GlobalISel: Handle more cases for widenScalar of G_MERGE_VALUESMatt Arsenault2019-07-173-4/+118
* Basic MTE stack tagging instrumentation.Evgeniy Stepanov2019-07-178-0/+577
* Basic codegen for MTE stack tagging.Evgeniy Stepanov2019-07-1722-8/+818
* Revert [AArch64] Add support for Transactional Memory Extension (TME)Momchil Velikov2019-07-1715-251/+12
* [AMDGPU] Tune inlining parameters for AMDGPU targetDaniil Fukalov2019-07-179-19/+60
* [ORC] Add deprecation warnings to ORCv1 layers and utilities.Lang Hames2019-07-1726-156/+400
* [RISCV] Revert r366331 as it exposed some sanitizer failuresAlex Bradbury2019-07-171-1/+0
* AMDGPU: Use getTargetConstantMatt Arsenault2019-07-172-6/+6
* [Attributor] Deduce "willreturn" function attributeHideto Ueno2019-07-178-9/+274
* [llvm-ar][test] Add tests failing on DarwinOwen Reynolds2019-07-173-0/+125
* [RISCV] Add RISCV to LLVM_ALL_TARGETS so it s built by defaultAlex Bradbury2019-07-171-0/+1
* [RISCV][NFC] Remove outdated TODO from test/CodeGen/RISCV/dwarf-eh.llAlex Bradbury2019-07-171-1/+1
* [AsmPrinter] Make the encoding of call sites in .gcc_except_table configurabl...Alex Bradbury2019-07-177-13/+44
* Mips: Remove immarg from copy and insert intrinsicsMatt Arsenault2019-07-171-12/+12
* [RISCV] Set correct encodings for DWARF exception handlingAlex Bradbury2019-07-172-16/+22
* [RISCV][NFC] Add tests that capture current encodings for DWARF EHAlex Bradbury2019-07-173-0/+133
* [llvm-ar][test] \r\n -> \nFangrui Song2019-07-1717-1167/+1164
* [AMDGPU] Optimize atomic AND/OR/XORJay Foad2019-07-172-16/+91