aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2018-12-11[COFF, ARM64] Emit COFF function headerMandeep Singh Grang2-5/+72
2018-12-11[HotColdSplitting] Disable outlining landingpad instructions (PR39917)Vedant Kumar2-6/+5
2018-12-11[XRay] Add a helper function sortByKey to simplify codeFangrui Song1-68/+31
2018-12-11[InstCombine] try to convert x86 movmsk intrinsic to generic IR (PR39927)Sanjay Patel2-42/+101
2018-12-11[BDCE] Add tests for PR39771; NFCNikita Popov1-0/+79
2018-12-11[llvm-readelf] Add -e/--headers support to readobj/elfSid Manning2-0/+19
2018-12-11Fix not correct imm operand assertion for SUB32ri in X86CondBrFolding::analyz...Craig Topper2-1/+32
2018-12-11[x86] clean up code for converting 16-bit ops to LEA; NFCSanjay Patel2-62/+60
2018-12-11[x86] remove dead code for 16-bit LEA formation; NFCSanjay Patel1-57/+13
2018-12-11Revert r348843 "[CodeGen] Allow mempcy/memset to generate small overlapping s...Clement Courbet9-92/+61
2018-12-11[CodeGen] Allow mempcy/memset to generate small overlapping stores.Clement Courbet9-61/+92
2018-12-11[TargetLowering] Add ISD::EXTRACT_VECTOR_ELT support to SimplifyDemandedBitsSimon Pilgrim3-12/+23
2018-12-11Fix "not all control paths return a value" MSVC warnings. NFCI.Simon Pilgrim1-0/+3
2018-12-11[DeadArgElim] Fixes for dbg.values using dead arg/return valuesDavid Stenberg2-8/+74
2018-12-11Cleanup test case by removing unused attribute dso_localRanjeet Singh1-4/+4
2018-12-11[X86] Switch the 64-bit mulx schedule test to use inline assembly.Craig Topper1-43/+27
2018-12-11[PPC][NFC] store operands are dst not srcMartell Malone1-9/+9
2018-12-11[gn build] Add build files for AsmParser, MIRParser, IRReader, MCDisassembler...Nico Weber5-0/+77
2018-12-11[WebAssembly] Add '.eventtype' directive supportHeejin Ahn5-34/+73
2018-12-11[TextAPI][elfabi] Make SoName optionalArmando Montanez3-6/+5
2018-12-11[WebAssembly] TargetStreamer cleanup (NFC)Heejin Ahn3-42/+32
2018-12-11[GISel]: Refactor MachineIRBuilder to allow passing additional parameters to ...Aditya Nandakumar10-680/+736
2018-12-11Follow-up fix to r348811 for null Errors (which is the case for end iterators)David Blaikie1-2/+2
2018-12-11llvm-objcopy: Improve/simplify llvm::Error handling during notes iterationDavid Blaikie2-8/+13
2018-12-10debuginfo: Use symbol difference for CU length to simplify assembly reading/e...David Blaikie4-3/+25
2018-12-10[Local] Promote an utility that could be used elsewhere. NFCI.Davide Italiano3-7/+18
2018-12-10Fix LLVM_LINK_LLVM_DYLIB build of TapiTestsSam Clegg1-1/+2
2018-12-10[Hexagon] Couple of fixes in optimize addressing modeKrzysztof Parzyszek2-16/+61
2018-12-10InstCombine: Scalarize single use icmp/fcmpMatt Arsenault2-16/+28
2018-12-10[InstCombine] add tests for movmsk (PR39927) NFCSanjay Patel1-6/+80
2018-12-10[Targets] Fixup incorrect targets in codemodel testsDavid Green3-6/+6
2018-12-10Revert "[Hexagon] Check if operand is an immediate before getImm"Krzysztof Parzyszek2-55/+12
2018-12-10APFloat: allow 64-bit of payloadJF Bastien4-30/+72
2018-12-10[GlobalISel] Restrict G_MERGE_VALUES capability and replace with new opcodes.Amara Emerson29-148/+720
2018-12-10[Hexagon] Check if operand is an immediate before getImmKrzysztof Parzyszek2-12/+55
2018-12-10[Hexagon] Add patterns for any_extend from i1 and short vectors of i1Krzysztof Parzyszek1-29/+28
2018-12-10[TargetLowering] Add UNDEF folding to SimplifyDemandedVectorEltsSimon Pilgrim4-579/+593
2018-12-10[docs] Add the new Objective-C ARC intrinsics to the LangRef.Erik Pilkington1-0/+260
2018-12-10[DAGCombiner] Remove unnecessary recursive DAGCombiner::visitINSERT_SUBVECTOR...Simon Pilgrim1-6/+0
2018-12-10[x86] fix formatting; NFCSanjay Patel1-19/+17
2018-12-10[AArch64] Refactor the Exynos scheduling predicatesEvandro Menezes10-380/+297
2018-12-10[AMDGPU] Change the l1 flush instruction for AMDPAL/MESA3D.Neil Henning3-1/+451
2018-12-10[x86] add tests for LowerVSETCC with min/max; NFCSanjay Patel1-0/+379
2018-12-10[AArch64] Refactor the scheduling predicatesEvandro Menezes1-61/+325
2018-12-10[AMDGPU] Add new Mode Register pass - minor fixTim Corringham1-1/+1
2018-12-10[llvm-mca] Add new tests for Exynos (NFC)Evandro Menezes3-0/+150
2018-12-10[DAGCombiner] Simplify test case from r348759Francis Visoiu Mistrih1-32/+12
2018-12-10[AVX512] Update typo in commentCameron McInally1-1/+1
2018-12-10[GlobalISel] Set stack protector index when translating Intrinsic::stackprote...Petr Pavlu2-5/+10
2018-12-10[mips][mc] Emit R_{MICRO}MIPS_JALR when expanding jal to jalrVladimir Stefanovic2-15/+73