summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-12-19Delete APIs that have been deprecated since 2010.Rafael Espindola1-42/+0
2015-12-19Assert that we have all use/users in the getters.Rafael Espindola4-7/+18
2015-12-19Remove unnecessary casts. NFC.Manuel Jacob1-6/+5
2015-12-19SelectionDAG: Cleanup integer bin op promotion functions.Matt Arsenault2-34/+17
2015-12-19Re-reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar6-144/+72
2015-12-19Revert "Reapply "[IR] Move optional data in llvm::Function into a hungoff use...Vedant Kumar6-72/+144
2015-12-19Reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar6-144/+72
2015-12-19Revert "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar6-71/+144
2015-12-19[IR] Move optional data in llvm::Function into a hungoff uselistVedant Kumar6-144/+71
2015-12-19[libFuzzer] deprecate -save_minimized_corpus, -merge can be used insteadKostya Serebryany2-7/+7
2015-12-19[libFuzzer] split the tests to run them in parallel, remove one redundant testKostya Serebryany6-66/+41
2015-12-19AMDGPU/SI: Fix implemenation of isSourceOfDivergence() for graphics shadersTom Stellard1-6/+5
2015-12-19[libFuzzer] make CrossOver just one of the other mutationsKostya Serebryany6-38/+58
2015-12-19[RS4GC] Remove an overly strong assertionPhilip Reames1-10/+5
2015-12-19Clean up the processing of dbg.value in various placesKeno Fischer3-12/+39
2015-12-19AMDGPU: Switch barrier intrinsics to using convergentMatt Arsenault1-2/+2
2015-12-19Fix broken type legalization of min/maxMatt Arsenault2-2/+20
2015-12-19AMDGPU/SI: use S_MOV_B64 for larger copies in copyPhysRegNicolai Haehnle1-6/+22
2015-12-19AMDGPU: fix overlapping copies in copyPhysRegNicolai Haehnle1-9/+24
2015-12-19[libFuzzer] print successfull mutations sequencesKostya Serebryany3-19/+39
2015-12-18Deprecate a few C APIs.Rafael Espindola1-0/+46
2015-12-18[PGO] Cleanup: Move large member functions out of line (NFC)Xinliang David Li1-2/+91
2015-12-18[PGO] Simplify computehash interface (NFC)Xinliang David Li2-3/+2
2015-12-18[Symbolize] Improve the ownership of parsed objects.Alexey Samsonov1-46/+45
2015-12-18Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdge...Cong Hou1-13/+0
2015-12-18[DivergenceAnalysis] fix a bug in computing influence regionsJingyue Wu1-7/+19
2015-12-18[NaryReassociate] allow candidate to have a different typeJingyue Wu1-9/+9
2015-12-18Revert "Enhance BranchProbabilityInfo::calcUnreachableHeuristics for InvokeInst"Rafael Espindola1-10/+0
2015-12-18Remove redundant argument. NFC.Rafael Espindola2-7/+4
2015-12-18Enhance BranchProbabilityInfo::calcUnreachableHeuristics for InvokeInstJun Bum Lim1-0/+10
2015-12-18[Hexagon] Add PIC supportKrzysztof Parzyszek7-153/+155
2015-12-18Drop materializeAllPermanently.Rafael Espindola3-9/+4
2015-12-18AMDGPU/SI: Test commitChangpeng Fang1-1/+1
2015-12-18Revert "AMDGPU/SI: Test commit"Changpeng Fang1-1/+1
2015-12-18AMDGPU/SI: Test commitChangpeng Fang1-1/+1
2015-12-18Drop support for dematerializing.Rafael Espindola4-52/+0
2015-12-18Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."Pete Cooper3-186/+19
2015-12-18Rename variables to reflect linker split (NFC)Teresa Johnson3-25/+25
2015-12-18Convert Arg, ArgList, and Option to dump() to dbgs() rather than errs().Eric Christopher3-26/+35
2015-12-18Add a dump method for ArgList.Eric Christopher1-0/+7
2015-12-18Improve DWARFDebugFrame::parse to also handle __eh_frame.Pete Cooper3-19/+186
2015-12-18Recognize strings for Hexagon-specific variant kindsKrzysztof Parzyszek1-0/+7
2015-12-18[WinEH] Update LCSSA to handle catchswitch with handlers inside and outside a...Andrew Kaylor2-1/+15
2015-12-18[AArch64] Promote loads from storesJun Bum Lim1-3/+280
2015-12-18[ThinLTO/LTO] Don't link in unneeded metadataTeresa Johnson2-0/+111
2015-12-18Handle archives with paths in the names.Rafael Espindola1-2/+4
2015-12-18clang-format to reduce diff in another patch.Rafael Espindola1-6/+4
2015-12-18Fix error handling in LLVMGetBitcodeModuleInContext.Rafael Espindola1-3/+10
2015-12-18GlobalsAA: Take advantage of ArgMemOnly, InaccessibleMemOnly and Inaccessible...Vaivaswatha Nagaraj1-1/+16
2015-12-18[mips][microMIPS][DSP] Implement PACKRL.PH, PICK.PH, PICK.QB, SHILO, SHILOV a...Zlatko Buljan6-67/+156