summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove setup boilerplate from types/ testsRaphael Isemann2019-09-037-52/+1
* [X86] Simplify the setOperationAction handling for fp_to_uint by improving th...Craig Topper2019-09-032-19/+22
* [X86] Don't use Expand for i32 fp_to_uint on SSE1/2 targets on 32-bit target.Craig Topper2019-09-032-139/+63
* [X86] Add an exhaustive test for i32 fptosi/fptoui across different triples a...Craig Topper2019-09-031-0/+1094
* [LegalizeDAG] Pass DAG to two calls to SDNode::dump in debug prints so that t...Craig Topper2019-09-031-2/+2
* [X86] Custom promote i32->f80 uint_to_fp on AVX512 64-bit targets.Craig Topper2019-09-032-24/+13
* [x86] Fix bugs of some intrinsic functions in CLANG : _mm512_stream_ps, _mm51...Pengfei Wang2019-09-032-3/+20
* Rename -Wc++20-designator to -Wc++2a-designator for consistency and addRichard Smith2019-09-022-11/+12
* Split -Wreorder into different warnings for reordering a constructorRichard Smith2019-09-023-7/+9
* [CostModel][X86] Add scalar sext/zext cost testsSimon Pilgrim2019-09-021-0/+158
* [X86] Enable fp128 as a legal type with SSE1 rather than with MMX.Craig Topper2019-09-028-377/+175
* [ARM] MVE predicate bitcast test and VPSEL adjustment. NFCDavid Green2019-09-022-20/+193
* [Wdocumentation] fixes an assertion failure with typedefed function and block...Dmitri Gribenko2019-09-023-0/+47
* [ARM] Use MQPR not QPR for MVE registersDavid Green2019-09-024-96/+211
* [TargetLowering][PS4] Add sincos(f) lib functions when target is PS4Robert Lougher2019-09-022-0/+32
* [SystemZ] Support constrained fpto[su]i intrinsicsUlrich Weigand2019-09-0212-16/+547
* [SVE][Inline-Asm] Support for SVE asm operandsKerry McLaughlin2019-09-028-9/+150
* 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
OpenPOWER on IntegriCloud