summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Add support for MVE vaddvSam Tebbs2019-08-196-0/+80
* [ARM] MVE sext costsDavid Green2019-08-192-16/+77
* [DebugInfo] Test for variable range un-coalescingJeremy Morse2019-08-191-0/+138
* [lldb][NFC] Remove StringList::AutoCompleteRaphael Isemann2019-08-193-37/+12
* Revert [Attributor] Fix: Make sure we set the changed flagDavid L. Jones2019-08-191-4/+4
* [lldb][NFC] Use GetMaxStringLength in CommandObjectApropos::DoExecuteRaphael Isemann2019-08-191-5/+1
* [MC] Delete unnecessary diagnostic: "No relocation available to represent thi...Fangrui Song2019-08-195-20/+6
* [clangd] Added special HighlightingKind for function parameters.Johan Vikstrom2019-08-194-15/+31
* [lldb][NFC] Address review comments to StringList for-loop supportRaphael Isemann2019-08-194-8/+8
* Revert [Attributor] Fix: Do not partially resolve returned calls.David L. Jones2019-08-191-28/+11
* [lldb] Remove unused inheritance in RegularExpressionJan Kratochvil2019-08-191-1/+1
* Revert r369230 and r369231Seiya Nuta2019-08-1910-877/+210
* [MC] Don't emit .symver redirected symbols to the symbol tableFangrui Song2019-08-198-170/+90
* [X86] Teach lower1BitShuffle to match right shifts with upper zero elements o...Craig Topper2019-08-192-34/+28
* [llvm-objcopy][MachO] Implement a layout algorithm for executablesSeiya Nuta2019-08-192-20/+337
* [llvm-objcopy][MachO] Support load commands used in executables/shared librariesSeiya Nuta2019-08-199-210/+560
* [clangd] Update features table in the docs with links to LSP extension proposalsNathan Ridge2019-08-191-51/+55
* [X86] Fix the lower1BitShuffle code added in r369215 to correctly pass the wi...Craig Topper2019-08-191-1/+1
* [X86] Teach lower1BitShuffle to match KSHIFTR that doesn't use Zeroable and o...Craig Topper2019-08-192-6/+51
* [X86] Teach lower1BitShuffle to recognize padding a subvector with zeros with...Craig Topper2019-08-192-11/+16
* [X86] Add test case for missed opportunity to recognize a vXi1 shuffle as an ...Craig Topper2019-08-191-0/+18
* [X86] Add a special case to LowerCONCAT_VECTORSvXi1 to handle concatenating z...Craig Topper2019-08-182-20/+33
* [X86] Add test cases for suboptimal insertion of a vXi1 vector into a larger ...Craig Topper2019-08-181-0/+39
* [X86] Replace uses of getZeroVector for vXi1 vectors with DAG.getConstant.Craig Topper2019-08-181-4/+4
* [cmake] Move blocks out of redundant else( MSVC ); NFCHubert Tong2019-08-181-61/+60
* [CMake] Update CMAKE_OSX_DEPLOYMENT_TARGET to 10.12.Jonas Devlieghere2019-08-181-1/+1
* [ORC] Make sure we linker-mangle symbol names in the SpeculationLayer.Lang Hames2019-08-182-7/+8
* [ORC] Remove some dead code.Lang Hames2019-08-181-9/+0
* [Diagnostics] Diagnose misused xor as powDavid Bolvansky2019-08-184-1/+220
* [Docs] Test commitDeForest Richards2019-08-181-1/+1
* [X86] Improve lower1BitShuffle handling for KSHIFTL on narrow vectors.Craig Topper2019-08-182-43/+39
* [clang-format] Fix a bug that joins template closer and =Owen Pan2019-08-184-6/+13
* Fix signed/unsigned comparison warning. NFCI.Simon Pilgrim2019-08-181-2/+2
* [X86] isTargetShuffleEquivalent - add BUILD_VECTOR matchingSimon Pilgrim2019-08-182-15/+32
* [X86] isTargetShuffleEquivalent - early out on illegal shuffle masks. NFCI.Simon Pilgrim2019-08-181-8/+10
* [X86][SSE] Improve PACKSS shuffle tests to better match codegen from D61129Simon Pilgrim2019-08-181-22/+86
* [MC] MCFixup - Fix cppcheck + MSVC analyzer uninitialized member variable war...Simon Pilgrim2019-08-181-3/+3
* [InstCombine] Cherry-pick NFC cleanups of foldShiftIntoShiftInAnotherHandOfAn...Roman Lebedev2019-08-181-5/+8
* [Diagnostics] Improve -Wsizeof-pointer-divDavid Bolvansky2019-08-183-10/+26
* [TargetLowering] Teach computeRegisterProperties to only widen v3i16/v3f16 ve...Craig Topper2019-08-185-66/+195
* [SelectionDAG] Add a node creation debug message to getMachineNode.Craig Topper2019-08-181-0/+1
* AMDGPU: Fix iterator error when lowering SI_END_CFMatt Arsenault2019-08-182-5/+72
* AMDGPU: Disambiguate v3f16 format in load/store tablesMatt Arsenault2019-08-185-104/+119
* TableGen: Revert changes from r369038Matt Arsenault2019-08-181-3/+1
* [X86] Add a one use check to the combineStore code that handles v16i16->v16i8...Craig Topper2019-08-172-1/+21
* [BPF] Fix bpf llvm-objdump issues.Yonghong Song2019-08-172-2/+71
* [lldb][NFC] Remove unused MaterializeInitializer and MaterializeInternalVariableRaphael Isemann2019-08-172-86/+0
* [NFC][InstCombine] Some tests for 'shift amount reassoc in bit test - trunc-o...Roman Lebedev2019-08-171-0/+546
* [SemaDeclCXX] Allow inheriting constructor declaration to specify a cv-qualif...Tan S. B.2019-08-172-1/+3
* [analyzer] Turn an assert into an if conditionKristof Umann2019-08-172-5/+15
OpenPOWER on IntegriCloud