aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2016-01-19Merging r257875:Hans Wennborg9-293/+404
2016-01-19Merging r258168:Hans Wennborg1-5/+0
2016-01-19Merging r257925, r257929, r257930, and r257997:Hans Wennborg7-14/+82
2016-01-19Merging r257902 (and r257775)Hans Wennborg5-25/+78
2016-01-19Merging r257905:Hans Wennborg1-3/+13
2016-01-14Merging r257791:Hans Wennborg1-0/+6
2016-01-14Merging r257730:Hans Wennborg6-9/+77
2016-01-14ReleaseNotes.rst: a few entries from RafaelHans Wennborg1-0/+11
2016-01-13Merging r257648:Hans Wennborg1-1/+1
2016-01-13Merging r257645:Dimitry Andric1-6/+8
2016-01-13Drop 'svn' suffix from version.Hans Wennborg3-13/+13
2016-01-13fix typoSanjay Patel1-1/+1
2016-01-13AMDGPU/SI: Fix a GPU hang with POS_W_FLOAT enabledMarek Olsak2-1/+25
2016-01-13AMDGPU/SI: Add tests for non-void functions and InitialPSInputAddrMarek Olsak1-0/+228
2016-01-13AMDGPU/SI: Remove ending s_endpgm from non-void functionsMarek Olsak1-0/+8
2016-01-13AMDGPU/SI: Add s_waitcnt at the end of non-void functionsMarek Olsak4-1/+19
2016-01-13AMDGPU/SI: Add support for non-void functionsMarek Olsak6-1/+136
2016-01-13[WebAssemly] Invalidate liveness in CFG stackifierDerek Schuff1-0/+3
2016-01-13fix typoSanjay Patel1-1/+1
2016-01-13[lit] Fix handling of per test timeout when the installed psutil versionDan Liew1-1/+8
2016-01-13fix typoSanjay Patel1-1/+1
2016-01-13fix typoSanjay Patel1-1/+1
2016-01-13AMDGPU/SI: Add SI Machine SchedulerNicolai Haehnle10-3/+2558
2016-01-13Fixing warning by adding the X86ISD::VROTRI case. Michael Zuckerman1-0/+1
2016-01-13[Hexagon] Do not insert non-phis before phis in bit simplificationKrzysztof Parzyszek2-7/+77
2016-01-13[AVX512] Adding PMOVSXBD/W/Q , PMOVZSDQ and PMOVZSWD/Q Intrinsics .Michael Zuckerman6-0/+469
2016-01-13[AVX512] Adding PMOVZXBD/W/Q , PMOVZXDQ and PMOVZXWD/Q Intrinsics Michael Zuckerman6-1/+470
2016-01-13[PowerPC] Fix large code model with the ELFv2 ABIUlrich Weigand5-34/+138
2016-01-13[AVX512] adding PRORQ , PRORD , PRORLVQ and PRORLVD Intrinsics Michael Zuckerman6-3/+220
2016-01-13AMDGPU/SI: Allow more shader inputsMarek Olsak1-6/+30
2016-01-13AMDGPU/SI: Allow any number of PS inputsMarek Olsak1-3/+1
2016-01-13AMDGPU/SI: Add new target attribute InitialPSInputAddrMarek Olsak7-15/+55
2016-01-13AMDGPU/SI: Fix a bug in SIFoldOperandsMarek Olsak1-0/+11
2016-01-13LEA code size optimization pass (Part 2): Remove redundant LEA instructions.Andrey Turetskiy3-3/+198
2016-01-13Add test cases that will show the bug that was fixed in r256725.Craig Topper1-0/+24
2016-01-13[TableGen] Cleanup output formatting and add llvm_unreachables to the output ...Craig Topper1-5/+6
2016-01-13[TableGen] Replace some hardcoded assumptions that the OpcodeInfo table is 64...Craig Topper1-8/+10
2016-01-13[TableGen] Use std::remove_if instead of an n^2 loop. NFCCraig Topper1-8/+5
2016-01-13[TableGen] Fix up some stale comments in the AsmMatcher. NFCCraig Topper1-4/+2
2016-01-13[TableGen] Move calls to getValueAsInt out of a loop since they aren't simple...Craig Topper1-2/+3
2016-01-13Remove extra whitespace. NFC.Junmo Park1-10/+10
2016-01-13[ORC] Add extra debugging output to OrcRemoteTargetServer.Lang Hames1-0/+4
2016-01-13[ORC] Fix typo in debugging output.Lang Hames1-1/+1
2016-01-13[Inliner] Merge the attributes of the caller and callee functionsAkira Hatanaka2-0/+89
2016-01-13Fix PointerIntPair so that it can use an enum class as its integer template a...Michael Gottesman2-3/+35
2016-01-13Doc fix: code-quote load / store doc the same wayJF Bastien1-1/+1
2016-01-13[SPARC] Revamp AnalyzeBranch and add ReverseBranchCondition.James Y Knight4-90/+155
2016-01-13[Coverage] Refactor coverage mapping reader code Xinliang David Li2-36/+72
2016-01-13[llvm-readobj] Remove dead code. Add an assertion instead.Davide Italiano1-2/+3
2016-01-13Rollback r257551 -- unexpected test failures TBIXinliang David Li2-72/+36