summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [asan_symbolize] Avoid blocking when llvm-symbolizer is installed as addr2lineAlexander Richardson2019-08-262-5/+38
* [PowerPC] add tests for fma with negated ops; NFCSanjay Patel2019-08-261-7/+37
* [dotest] Print invocation when encountering an error.Jonas Devlieghere2019-08-261-2/+6
* [clangd] Fix docsKadir Cetinkaya2019-08-261-2/+3
* [SampleFDO] Extract the code calling each section reader to readOneSection.Wei Mi2019-08-262-20/+33
* Moved GlobList into a separate header fileDmitri Gribenko2019-08-2610-125/+173
* [clangd] Add docs for configuration knobs in clangdKadir Cetinkaya2019-08-262-0/+40
* clang-format: [JS] handle `as const`.Martin Probst2019-08-262-0/+7
* [clang-tidy][NFC] Qualify `makeRule` call in test, for consistency with other...Yitzhak Mandelbaum2019-08-261-2/+3
* [clang-tidy] TransformerClangTidyCheck: change choice of location for diagnos...Yitzhak Mandelbaum2019-08-262-15/+59
* [clangd] Handling text editor/document lifetimes in vscode extension.Johan Vikstrom2019-08-262-11/+36
* Really fix the type mismatch error in GDBRemoteCommunicationServerCommonPavel Labath2019-08-261-2/+2
* [X86] Automatically generate various tests. NFCAmaury Sechet2019-08-2625-235/+1033
* [ProcessWindows] Remove equivalent macrosTatyana Krasnukha2019-08-262-4/+4
* Move ProcessInstanceInfoTest to UtilityPavel Labath2019-08-263-1/+1
* ProcessInstanceInfo: Fix dumping of invalid user idsPavel Labath2019-08-262-11/+44
* Fix windows build after r369894Pavel Labath2019-08-261-6/+4
* Fix a type mismatch error in GDBRemoteCommunicationServerCommonPavel Labath2019-08-261-1/+1
* Postfix: move more code out of the PDB pluginPavel Labath2019-08-265-77/+97
* [clangd] Added a colorizer to the vscode extension.Johan Vikstrom2019-08-263-9/+230
* Breakpad: Add support for parsing STACK WIN recordsPavel Labath2019-08-263-4/+151
* [GWP_ASAN] Avoid using VERSION_GREATER_EQUAL in cmake filesBjorn Pettersson2019-08-261-1/+1
* [ELF] EhFrameSection: postpone FDE liveness check to finalizeSectionsFangrui Song2019-08-264-32/+50
* [ELF] Make LinkerScript::assignAddresses iterativeFangrui Song2019-08-267-17/+140
* [NFC][cmake] Build fix in tools/llvm-config/CMakeLists.txtGabor Buella2019-08-261-3/+3
* [LoopUnroll] Handle certain PHIs in full unrolling properlyBjorn Pettersson2019-08-262-3/+112
* [lldb] Construct the dummy target when the first Debugger object is constructedRaphael Isemann2019-08-262-5/+5
* [clangd] Send highlighting diff beyond the end of the file.Haojian Wu2019-08-268-45/+57
* [lldb][NFC] Add ProcessInfo::GetNameAsStringRef to simplify some codeRaphael Isemann2019-08-264-15/+7
* [ELF] Error if --strip-all and --emit-relocs are used togetherFangrui Song2019-08-262-0/+6
* [NFC][Regalloc] Add testcases for D66576Zi Xuan Wu2019-08-264-0/+854
* [X86] Automatically generate stack folding tests. NFCAmaury Sechet2019-08-2522-3750/+19916
* [Hexagon] remove noise from tests; NFCSanjay Patel2019-08-251-15/+10
* [Hexagon][x86] add tests for bit-test; NFCSanjay Patel2019-08-252-1/+114
* [Wdocumentation] improve wording of a warning messageDmitri Gribenko2019-08-252-7/+7
* [X86][DAGCombiner] Teach narrowShuffle to use concat_vectors instead of inser...Craig Topper2019-08-252-2/+41
* [X86] Add test case for inserting/extracting from two shuffled vectors. NFCAmaury Sechet2019-08-251-0/+82
* [X86] Add test case for inserting/extracting from shuffled vectors. NFCAmaury Sechet2019-08-251-0/+80
* [PowerPC][AIX] Adds support for writing the .data section in assembly filesXing Xue2019-08-2510-13/+130
* [ELF] Delete a redundant dyn_cast<InputSection>. NFCFangrui Song2019-08-251-6/+5
* [AMDGPU] Downgrade from StringLiteral to const char* in an attempt to make GC...Benjamin Kramer2019-08-251-3/+3
* Fixup in test/DebugInfo/X86/live-debug-vars-discard-invalid.mirBjorn Pettersson2019-08-251-7/+7
* [TableGen] Correct comments for end of namespace. NFCBjorn Pettersson2019-08-2510-29/+29
* [SDAG] Fold umul_lohi with 0 or 1 multiplicandNikita Popov2019-08-259-7745/+4999
* [X86] Teach -Os immediate sharing code to not count constant uses that will b...Craig Topper2019-08-252-22/+21
* [X86] Add test cases for PR42998. NFCCraig Topper2019-08-251-0/+73
* FileManager: Factor duplicated code in getBufferForFile, NFCDuncan P. N. Exon Smith2019-08-252-12/+14
* Removing block comments from CodeView records in assembly files & related cod...Nilanjana Basu2019-08-2511-757/+70
* [X86] Add isel patterns to match vpdpwssd avx512vnni instruction from add+pma...Craig Topper2019-08-242-0/+227
* AMDGPU: Add baseline test for mul24 ordering issuesMatt Arsenault2019-08-241-0/+263
OpenPOWER on IntegriCloud