summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* AMDGPU/GlobalISel: Split VALU s64 G_ZEXT/G_SEXT in RegBankSelectMatt Arsenault2019-06-243-25/+144
* [llvm-objdump] Match GNU objdump on symbol types shown in disassemblyYuanfang Chen2019-06-242-16/+62
* Move common functionality from processwindows into processdebuggerAaron Smith2019-06-245-452/+716
* [AMDGPU] Allow any value in unused src0 field in v_nopTim Renouf2019-06-244-1/+10
* [X86] Don't a vzext_movl in LowerBuildVectorv16i8/LowerBuildVectorv8i16 if th...Craig Topper2019-06-241-3/+3
* [X86] Cleanups and safety checks around the isFNEGCraig Topper2019-06-242-37/+32
* [AArch64] Regenerate vcvt tests. NFCI.Simon Pilgrim2019-06-241-30/+113
* [AArch64] Regenerate 2velem tests. NFCI.Simon Pilgrim2019-06-241-479/+1622
* [AArch64] Regenerate merge-store tests. NFCI.Simon Pilgrim2019-06-241-13/+31
* [clang][NewPM] Add RUNS for tests that produce slightly different IR under ne...Leonard Chan2019-06-241-2/+8
* [clang][NewPM] Remove exception handling before loading pgo sample profile dataLeonard Chan2019-06-241-3/+10
* [X86] Regenerate fast fadd reduction tests. NFCISimon Pilgrim2019-06-241-2/+2
* AMDGPU/GlobalISel: Fix selecting G_IMPLICIT_DEF for s1Matt Arsenault2019-06-243-36/+160
* [bindings/go] Add debug information accessorsAyke van Laethem2019-06-242-0/+93
* [analyzer] print() JSONify: ProgramPoint revisionCsaba Dabis2019-06-242-1/+4
* Hexagon: Rename another copy of Register classMatt Arsenault2019-06-241-87/+90
* ARC: Fix -Wimplicit-fallthroughMatt Arsenault2019-06-241-0/+4
* GlobalISel: Remove unsigned variant of SrcOpMatt Arsenault2019-06-2428-467/+468
* [analyzer] Fix JSON dumps for ExplodedNodesCsaba Dabis2019-06-242-10/+10
* CodeGen: Introduce a class for registersMatt Arsenault2019-06-2495-487/+553
* [AMDGPU] Remove unused variable AllSGPRSpilledToVGPRs. NFCBjorn Pettersson2019-06-241-5/+1
* [OPENMP]Relax the test checks to pacify 32bit buildbots, NFC.Alexey Bataev2019-06-241-2/+2
* Hexagon: Rename Register classMatt Arsenault2019-06-241-32/+33
* [InstCombine] reduce funnel-shift i16 X, X, 8 to bswap XSanjay Patel2019-06-242-3/+16
* AMDGPU/GlobalISel: Fix RegBankSelect for s1 sext/zext/anyextMatt Arsenault2019-06-244-24/+768
* AMDGPU: Fold frame index into MUBUFMatt Arsenault2019-06-247-20/+256
* [InstCombine] add tests for funnel-shift to bswap; NFCSanjay Patel2019-06-241-0/+37
* [CUDA][HIP] Don't set comdat attribute for CUDA device stub functions.\nDiffe...Konstantin Pyzhov2019-06-241-0/+5
* AMDGPU: Cleanup checking when spills need emergency slotsMatt Arsenault2019-06-241-7/+6
* [InstCombine] SliceUpIllegalIntegerPHI - bail on out of range shiftsSimon Pilgrim2019-06-242-0/+31
* [clangd] Improve SelectionTree string representationSam McCall2019-06-241-1/+12
* [DAGCombine] visitMUL - allow shift by zero in MulByConstant.Simon Pilgrim2019-06-242-6/+30
* [ConstantFolding] Use hasVectorInstrinsicScalarOpd. NFCBjorn Pettersson2019-06-241-16/+13
* [Scalarizer] Add scalarizer support for smul.fix.satBjorn Pettersson2019-06-243-10/+26
* [docs][llvm-nm] Add missing options to documentationJames Henderson2019-06-241-21/+91
* [sancov] Avoid unnecessary unique_ptrFangrui Song2019-06-241-12/+10
* [OpenCL] Restore ATOMIC_VAR_INITSven van Haastregt2019-06-242-1/+10
* [OpenCL] Remove more duplicates from opencl-c.hSven van Haastregt2019-06-241-29/+0
* [ARM] Add MVE interleaving load/store family.Simon Tatham2019-06-249-33/+809
* [docs][llvm-nm] Improve symbol code documentationJames Henderson2019-06-241-15/+70
* [libcxx] [test] Read files as bytestrings to fix py3 encoding issuesMichal Gorny2019-06-241-6/+8
* [Support] Fix error handling in DataExtractor::get[US]LEB128Pavel Labath2019-06-242-14/+24
* Follow up of rL363913. NFC.Sjoerd Meijer2019-06-241-5/+7
* [llvm-readobj/llvm-readelf] - Eliminate the elf-groups.x86_64 precompiled bin...George Rimar2019-06-243-62/+80
* PR42362: Fix auto deduction of template parameter packs fromRichard Smith2019-06-242-1/+19
* [ELF][PPC][X86] Use [-2**(n-1), 2**n) to check overflows for R_PPC_ADDR16, R_...Fangrui Song2019-06-2424-114/+110
* [X86] Turn v16i16->v16i8 truncate+store into a any_extend+truncstore if we av...Craig Topper2019-06-236-15/+22
* [GN] Generation failure caused by trailing space in file namePetr Hosek2019-06-231-1/+1
* Use C++11 implementation of unique_ptr in C++03.Eric Fiselier2019-06-232-161/+51
* Apply new meta-programming traits throughout the library.Eric Fiselier2019-06-238-261/+179
OpenPOWER on IntegriCloud