summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ThinLTO: Document the option BOOTSTRAP_LLVM_ENABLE_LTOSylvestre Ledru2019-09-021-0/+4
* [X86] getPMOVMSKB - add MVT::v64i8 handling and remove from combineBitcastvxi...Simon Pilgrim2019-09-021-11/+12
* Recommit r370661 "[llvm-nm] - Add a test case for case when we dump a symbol ...George Rimar2019-09-022-4/+30
* [DAGCombiner] try to form test+set out of shift+mask patternsSanjay Patel2019-09-023-32/+109
* Partially revert D61491 "AMDGPU: Be explicit about whether the high-word in S...Jay Foad2019-09-025-28/+27
* [AMDGPU][MC][GFX10] Corrected constant bus checks to exclude nullDmitry Preobrazhensky2019-09-022-3/+12
* [FileCheck] Make NumericVariable ctor explicitThomas Preud'homme2019-09-021-2/+2
* [FileCheck] Forbid using var defined on same lineThomas Preud'homme2019-09-025-110/+48
* Revert r370661 "[llvm-nm] - Add a test case for case when we dump a symbol th...George Rimar2019-09-021-27/+3
* [llvm-nm] - Add a test case for case when we dump a symbol that belongs to a ...George Rimar2019-09-021-3/+27
* [AMDGPU][MC][GFX10] Enabled null with 64-bit operandsDmitry Preobrazhensky2019-09-022-0/+10
* [InstCombine] recognize bswap disguised as shufflevectorSanjay Patel2019-09-022-8/+27
* [dotest] Add @skipIfCursesSupportMissing and annotate the new gui testPavel Labath2019-09-024-8/+19
* [test] [llvm-dlltool] Improve test strictness a little. NFC.Martin Storsjo2019-09-023-34/+36
* [llvm-dlltool] Handle external and internal names with differing decorationMartin Storsjo2019-09-022-1/+21
* [llvm-dlltool] Remove support for implying output nameMartin Storsjo2019-09-021-10/+2
* [LLD] [COFF] Demangle itanium symbols in mingw modeMartin Storsjo2019-09-023-1/+84
* NativeProcessLinux: Remove some register context boilerplatePavel Labath2019-09-0210-202/+114
* [AMDGPU][MC][GFX10] Corrected constant bus limit for 64-bit shift instructionsDmitry Preobrazhensky2019-09-023-9/+36
* [unittests][AST] CommentParser: don't name variable 'DEBUG'Roman Lebedev2019-09-021-2/+2
* [X86][BtVer2] Fix latency and throughput of conditional SIMD store instructions.Andrea Di Biagio2019-09-0214-43/+114
* [DebugInfo] LiveDebugValues: correctly discriminate kinds of variable locationsJeremy Morse2019-09-024-6/+240
* [lldb][NFC] Add test for invalid gui commandRaphael Isemann2019-09-021-0/+15
* [lldb][NFC] Remove unused imports from TestIntegerTypesExpr.pyRaphael Isemann2019-09-021-7/+0
* [ARM64] Simplify RegisterInfos_arm64.h with macro based RegisterInfo arrayOmair Javaid2019-09-021-181/+258
* [llvm-strings][test] Merge two closely related testsJames Henderson2019-09-022-7/+8
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-0270-9103/+390
* [lldb][NFC] Remove unused imports from TestIntegerTypes.pyRaphael Isemann2019-09-021-6/+0
* [AST] AST structural equivalence to work internally with pairs.Balazs Keri2019-09-023-30/+157
* [lldb][NFC] Add test for source infoRaphael Isemann2019-09-024-0/+26
* [X86] combineHorizontalPredicateResult - pull out repeated getTargetLoweringI...Simon Pilgrim2019-09-021-2/+2
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-0270-390/+9103
* [ELF] Do not ICF two sections with different output sections (by SECTIONS com...Fangrui Song2019-09-029-81/+146
* [AMDGPU] Add testPiotr Sobczak2019-09-021-0/+41
* [yaml2obj] - Allow overriding sh_name fields of the sections.George Rimar2019-09-024-12/+112
* [DWARFVerifier] Verify GNU extensions of call site DWARF symbolsDjordje Todorovic2019-09-022-2/+110
* [ELF] Align SHT_LLVM_PART_EHDR to a maximum page size boundaryFangrui Song2019-09-022-10/+25
* [lldb] Add description to option completions.Raphael Isemann2019-09-022-5/+30
* [AArch64][GlobalISel] Fix zext narrowScalar to use the right type when creatingAmara Emerson2019-09-022-3/+27
* [lldb][NFC] Add basic test for GUI commandRaphael Isemann2019-09-023-0/+65
* [lldb][NFC] Remove unnecessary lldb_enable_attach in TestMultilineCompletionRaphael Isemann2019-09-021-1/+0
* [ASTImporter] At import of records re-order indirect fields too.Balazs Keri2019-09-022-7/+35
* [X86] Add initial support for unfolding broadcast loads from arithmetic instr...Craig Topper2019-09-014-124/+274
* [lldb] Test and fix invalid log command invocationsRaphael Isemann2019-09-012-0/+27
* [lldb][NFC] Add test for invalid expression command argsRaphael Isemann2019-09-011-0/+48
* [DAGCombiner] improve throughput of shift+logic+shiftSanjay Patel2019-09-015-60/+134
* [lldb][NFC] Fix failing tests on macOS after restructuring test folderRaphael Isemann2019-09-0127-28/+28
* Fix MSVC unreferenced formal parameter warning. NFCI.Simon Pilgrim2019-09-011-1/+1
* Fix MSVC unreferenced formal parameter warning. NFCI.Simon Pilgrim2019-09-011-1/+1
* [X86][AVX] Rename + cleanup lowerShuffleAsLanePermuteAndBlend. NFCI.Simon Pilgrim2019-09-011-28/+30
OpenPOWER on IntegriCloud