summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86][AVX] Tweak X86ISD::VPERMV3 demandedelts testSimon Pilgrim2019-04-111-3/+3
* Fixed possible out of bound array access.Andrey Churbanov2019-04-111-2/+2
* [test] Convert CommandScriptImmediateOutput from pexpect to litJonas Devlieghere2019-04-114-101/+62
* [X86] Add MM register mapping from CodeView to MC register idLuo, Yuanke2019-04-111-0/+9
* [lldb] [Process/NetBSD] Fix wrongly mapping mm* registersMichal Gorny2019-04-113-2/+79
* [llvm] [lit] Add target-x86* featuresMichal Gorny2019-04-111-0/+4
* YAMLIO: Fix serialization of strings with embedded nulsPavel Labath2019-04-112-6/+11
* [X86][AVX] Add X86ISD::VPERMV3 demandedelts testSimon Pilgrim2019-04-111-0/+28
* [X86] SimplifyDemandedVectorElts - add X86ISD::VPERMV mask supportSimon Pilgrim2019-04-112-15/+12
* [X86][AVX] Add X86ISD::VPERMV demandedelts testSimon Pilgrim2019-04-111-0/+22
* [DAGCombiner][x86] scalarize inserted vector FP opsSanjay Patel2019-04-112-72/+98
* [AArch64] Add lowering pattern for llvm.aarch64.neon.vcvtfxs2fp.f16.i64Diogo N. Sampaio2019-04-112-0/+12
* [X86] SimplifyDemandedVectorElts - add X86ISD::VPERMILPV mask supportSimon Pilgrim2019-04-112-83/+21
* Minidump: extend UUID byte-swapping to windows platformPavel Labath2019-04-113-40/+28
* [X86][AVX] Add X86ISD::VPERMILPV demandedelts testsSimon Pilgrim2019-04-111-0/+96
* [X86] SimplifyDemandedVectorElts - add X86ISD::VPERMIL2 mask supportSimon Pilgrim2019-04-112-19/+9
* [X86][XOP] Add X86ISD::VPERMIL2 demandedelts testSimon Pilgrim2019-04-111-0/+46
* [X86] SimplifyDemandedVectorElts - add VPPERM supportSimon Pilgrim2019-04-112-1/+10
* [libunwind] Fix the typo in unw_save_vfp_as_X aliasPetr Hosek2019-04-111-1/+1
* [ValueTracking] Change if-else chain into switch in computeKnownBitsFromAssumeSander de Smalen2019-04-111-8/+18
* Test commit accessOliver Stannard2019-04-111-0/+1
* Use llvm::lower_bound. NFCFangrui Song2019-04-119-45/+32
* [MCA] Remove wrong comments from a test. NFCAndrea Di Biagio2019-04-111-3/+0
* [clangd] Use identifiers in file as completion candidates when build is not r...Eric Liu2019-04-1114-85/+299
* [ADT] Fix template parameter names of llvm::{upper|lower}_boundIlya Biryukov2019-04-111-12/+16
* [clangd] Include compile command heuristic in logsSam McCall2019-04-112-2/+5
* try to fix the sphinx build some moreHans Wennborg2019-04-1111-0/+22
* Fix two sphinx warningsHans Wennborg2019-04-111-2/+2
* Try to fix the shpinx buildHans Wennborg2019-04-119-9/+9
* [llvm-exegesis] Fix serialization/deserialization of special NoRegister regis...Roman Lebedev2019-04-112-7/+31
* Add { } to silence compiler warning [NFC]Mikael Holmen2019-04-111-3/+3
* [OpenCL] Re-fix invalid address space generation for clk_event_t arguments of...Alexey Sotkin2019-04-112-15/+30
* [RISCV] Put data smaller than eight bytes to small data sectionShiva Chen2019-04-118-0/+186
* Prospective test fix in response to r358104.John McCall2019-04-111-1/+1
* [DWARF] Set discriminator to 0 for DW_LNS_copyFangrui Song2019-04-112-5/+50
* Remove repeated words from BuildingLibcxx.rstJonathan Metzman2019-04-101-1/+1
* Fix a hang when lowering __builtin_dynamic_object_sizeErik Pilkington2019-04-104-7/+54
* [NFC] Use clearer naming for local variablesJF Bastien2019-04-103-25/+25
* [AArch64][GlobalISel] Make <2 x p0> = G_BUILD_VECTOR legal.Amara Emerson2019-04-103-144/+51
* [AArch64][GlobalISel] Add legalizer support for <8 x s16> and <16 x s8> G_ADD.Amara Emerson2019-04-103-1/+108
* [AArch64][GlobalISel] Scalarize vector SDIV.Amara Emerson2019-04-103-5/+36
* [X86] Add SSE1 command line to atomic-fp.ll and atomic-non-integer.ll. NFCCraig Topper2019-04-102-203/+505
* [X86] Autogenerate complete checks. NFCCraig Topper2019-04-101-130/+824
* [X86] Teach foldMaskedShiftToScaledMask to look through an any_extend from i3...Craig Topper2019-04-102-26/+46
* [X86] Make _Int instructions the preferred instructon for the assembly parser...Craig Topper2019-04-108-159/+164
* Fix undefined behavior in DWARFASTParser::ParseChildArrayInfo()Adrian Prantl2019-04-102-3/+5
* Fix a test, NFCErik Pilkington2019-04-102-38/+12
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-10889-10287/+0
* Check i < FD->getNumParams() before queryingDmitri Gribenko2019-04-103-1/+25
* [clang][ASTContext] Try to exit early before loading serialized comments from...Jan Korous2019-04-101-18/+22
OpenPOWER on IntegriCloud