summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ELF][Hexagon] Improve error message for unknown relocationsFangrui Song2019-08-191-3/+18
* Don't keep stale pointers to LoopInfos.Aaron Ballman2019-08-193-7/+24
* [lld][Hexagon] Add GOTREL relocations.Sid Manning2019-08-192-0/+38
* [RISCV] Don't force absolute FK_Data_X fixups to relocsAlex Bradbury2019-08-193-3/+28
* [DebugInfo] Allow bundled calls in the MIR's call site infoDavid Stenberg2019-08-193-4/+52
* [SLP] add test that requires shuffle of scalars; NFCSanjay Patel2019-08-191-0/+26
* [llvm-readobj] unwrapOrError: remove unnecessary llvm_unreachable after r369194Fangrui Song2019-08-191-1/+0
* [OpenCL] Add generic type handling for builtin functionsSven van Haastregt2019-08-194-257/+613
* [lldb][NFC] Use CompletionRequest in Variable::AutoCompleteRaphael Isemann2019-08-191-43/+32
* [OpenCL] Fix addr space deduction for pointers/references to arrays.Anastasia Stulova2019-08-192-2/+38
* [SLP] reduce duplicated code; NFCSanjay Patel2019-08-191-2/+4
* [lldb][NFC] Add a few more completion tests to increase test coverageRaphael Isemann2019-08-191-0/+23
* [MC] Simplify ELFObjectWriter::recordRelocation. NFCFangrui Song2019-08-191-22/+16
* [DebugInfo] Make postra sinking of DBG_VALUEs subregister-safeJeremy Morse2019-08-192-9/+132
* [ELF][ARM] Add a test that maxes out the thunk convergence limitPeter Smith2019-08-191-0/+111
* [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
OpenPOWER on IntegriCloud