summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [X86] Print %st(0) as %st to match what gcc inline asm uses as the clobber na...Craig Topper2019-02-034-25/+24
* [X86] Lower ISD::UADDO to use the Z flag instead of C flag when the RHS is a ...Craig Topper2019-02-031-1/+7
* [AMDGPU] Fix -Wunused-variable after rL352978Fangrui Song2019-02-031-1/+0
* [InstSimplify] Missed optimization in math expression: log10(pow(10.0,x)) == ...Dmitry Venikov2019-02-031-1/+9
* GlobalISel: Implement widenScalar for G_UNMERGE_VALUESMatt Arsenault2019-02-032-40/+85
* GlobalISel: Implement widenScalar for G_EXTRACT vector sourcesMatt Arsenault2019-02-022-0/+44
* AMDGPU/GlobalISel: Avoid reporting illegal extloads as legalMatt Arsenault2019-02-021-1/+1
* AMDGPU/GlobalISel: Legalize icmp for pointer typesMatt Arsenault2019-02-021-1/+10
* AMDGPU/GlobalISel: Legalize constant for pointer typesMatt Arsenault2019-02-021-3/+4
* AMDGPU/GlobalISel: Legalize select for pointer typesMatt Arsenault2019-02-021-4/+12
* GlobalISel: Legalization for inttoptr/ptrtointMatt Arsenault2019-02-023-10/+90
* [X86][AVX] Enable INSERT_SUBVECTOR(SRC0, SHUFFLE(SRC1)) shuffle combiningSimon Pilgrim2019-02-021-15/+27
* [SDAG] Add SDNode/SDValue getConstantOperandAPInt helper. NFCI.Simon Pilgrim2019-02-022-16/+12
* [LCSSA] Handle case with single new PHI faster.Florian Hahn2019-02-021-3/+17
* [LCSSA] Add expensive verification of LCSSA form for sub-loops.Florian Hahn2019-02-021-0/+6
* [BPF] [BTF] Process FileName with absolute path correctlyYonghong Song2019-02-021-1/+1
* [ASan] Do not instrument other runtime functions with `__asan_handle_no_return`Julian Lettner2019-02-021-2/+3
* [AutoUpgrade] Fix AutoUpgrade for x86.seh.recoverfpMandeep Singh Grang2019-02-021-4/+5
* Revert "[BPF] [BTF] Process FileName with absolute path correctly"Yonghong Song2019-02-011-1/+1
* [AArch64] Fix unused variable [NFC]Mandeep Singh Grang2019-02-011-0/+1
* [BPF] [BTF] Process FileName with absolute path correctlyYonghong Song2019-02-011-1/+1
* [CodeGen] Be as conservative about atomic accesses as for volatilePhilip Reames2019-02-013-2/+7
* [WebAssembly] Add codegen support for the import_field attributeDan Gohman2019-02-015-16/+38
* [COFF, ARM64] Fix localaddress to handle stack realignment and variable size ...Mandeep Singh Grang2019-02-017-32/+57
* [X86][AVX] Add VMOVDDUP-VPBROADCASTQ execution domain mappingSimon Pilgrim2019-02-011-0/+4
* [DebugInfo] Don't use realpath when looking up debug binary locations.Jordan Rupprecht2019-02-011-10/+1
* [opaque pointer types] Pass function type for CallBase::setCalledFunction.James Y Knight2019-02-014-14/+14
* [opaque pointer types] Pass value type to GetElementPtr creation.James Y Knight2019-02-0131-165/+206
* [opaque pointer types] Pass value type to LoadInst creation.James Y Knight2019-02-0163-289/+383
* [opaque pointer types] Pass function types to InvokeInst creation.James Y Knight2019-02-016-10/+12
* [opaque pointer types] Pass function types to CallInst creation.James Y Knight2019-02-0141-134/+151
* [InstCombine] Extra null-checking on TFE/LWE supportMichael Liao2019-02-011-4/+3
* test commit (add blank line) NFCRoland Froese2019-02-011-0/+1
* [DWARF v5] Fix DWARF emitter and consumer to produce/expect a uleb for a loca...Wolfgang Pieb2019-02-012-3/+6
* [AMDGPU] Fix for vector element insertionTim Corringham2019-02-011-5/+5
* [SDAG] improve variable names; NFCSanjay Patel2019-02-011-23/+22
* [X86][SSE] Use PSLLDQ/PSRLDQ to mask out zeroable ends of a shuffleSimon Pilgrim2019-02-011-0/+73
* [TargetLowering] try harder to determine undef elements of vector binopsSanjay Patel2019-02-011-7/+61
* [X86][AVX] Combine INSERT_SUBVECTOR(SRC0, BITCAST(SHUFFLE(EXTRACT_SUBVECTOR(S...Simon Pilgrim2019-02-011-3/+4
* [InstCombine] reduce duplicate code; NFCSanjay Patel2019-02-011-2/+1
* [InstCombine] Fix -Wunused-variable when -DLLVM_ENABLE_ASSERTIONS=offFangrui Song2019-02-011-0/+1
* [InstCombine] try to reduce x86 addcarry to generic uaddo intrinsicSanjay Patel2019-02-011-0/+33
* [AArch64] Optimize floating point materializationAdhemerval Zanella2019-02-012-28/+23
* [X86][BdVer2] Transfer delays from the integer to the floating point unit.Roman Lebedev2019-02-011-1/+4
* Provide reason messages for unviable inliningYevgeny Rouban2019-02-013-17/+32
* Revert r352750.James Henderson2019-02-011-27/+5
* [CodeGen] Don't scavenge non-saved regs in exception throwing functionsOliver Stannard2019-02-011-7/+9
* [SLPVectorizer] Get rid of IndexQueue array from vectorizeStores. NFCI.Yevgeny Rouban2019-02-011-27/+18
* [RISCV] Implement RV64D codegenAlex Bradbury2019-02-012-4/+30
* [SelectionDAG] Support promotion of the FPOWI integer operandAlex Bradbury2019-02-012-0/+8
OpenPOWER on IntegriCloud