summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-20Fix mapping of @llvm.arm.ssat/usat intrinsics to ssat/usat instructions for T...Weiming Zhao6-13/+20
2015-12-20[PGO] Improve Indexed Profile Reader efficiency Xinliang David Li7-151/+176
2015-12-20Minor clean up -- move large single use method out of header(NFC)Xinliang David Li2-28/+32
2015-12-20Revert r219171, "llvm/test/lit.cfg: Suppress dwarf stuff for targeting x86_64...NAKAMURA Takumi1-2/+1
2015-12-19ThreadPool unittests: do not hold mutex when calling condition_variable:notify()Mehdi Amini1-11/+11
2015-12-19Nonnull elements in OperandBundleCallSites are not all InstructionsSanjoy Das3-5/+40
2015-12-19[Deopt bundles] Fix a test caseSanjoy Das1-1/+1
2015-12-19[llvm-objdump] Fail early if we can't parse the object header.Davide Italiano1-4/+5
2015-12-19Delete APIs that have been deprecated since 2010.Rafael Espindola3-66/+4
2015-12-19The PS4 baton passes.Paul Robinson1-4/+4
2015-12-19Assert that we have all use/users in the getters.Rafael Espindola7-23/+96
2015-12-19WebAssembly: add vtable testJF Bastien1-0/+171
2015-12-19Remove unnecessary casts. NFC.Manuel Jacob1-6/+5
2015-12-19Remove double blanks. NFC.Manuel Jacob1-7/+7
2015-12-19Improve InstrProfSymtab test coverageXinliang David Li1-0/+27
2015-12-19SelectionDAG: Cleanup integer bin op promotion functions.Matt Arsenault2-34/+17
2015-12-19[unittests] ThreadPool: Remove redundant loop, NFCVedant Kumar1-4/+2
2015-12-19[unittests] ThreadPool: Guard updates to MainThreadReadyVedant Kumar1-12/+16
2015-12-19Re-reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar8-168/+92
2015-12-19Revert "Reapply "[IR] Move optional data in llvm::Function into a hungoff use...Vedant Kumar8-92/+168
2015-12-19Reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar8-168/+92
2015-12-19[PGO] Add hash to name mapping in InstrProfSymtabXinliang David Li2-4/+66
2015-12-19Revert "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar8-91/+168
2015-12-19[IR] Move optional data in llvm::Function into a hungoff uselistVedant Kumar8-168/+91
2015-12-19ThreadPool unittest: reimplement concurrency test, deterministically this time.Mehdi Amini1-5/+36
2015-12-19[libFuzzer] deprecate -save_minimized_corpus, -merge can be used insteadKostya Serebryany3-8/+7
2015-12-19[libFuzzer] split the tests to run them in parallel, remove one redundant testKostya Serebryany6-66/+41
2015-12-19Hopefully fix debug-info-blocks.ll test on win32 botKeno Fischer1-1/+1
2015-12-19AMDGPU/SI: Fix implemenation of isSourceOfDivergence() for graphics shadersTom Stellard3-6/+23
2015-12-19[libFuzzer] make CrossOver just one of the other mutationsKostya Serebryany6-38/+58
2015-12-19[RS4GC] Remove an overly strong assertionPhilip Reames2-10/+40
2015-12-19Clean up the processing of dbg.value in various placesKeno Fischer13-43/+138
2015-12-19AMDGPU: Switch barrier intrinsics to using convergentMatt Arsenault21-34/+65
2015-12-19Fix broken type legalization of min/maxMatt Arsenault4-2/+90
2015-12-19AMDGPU/SI: use S_MOV_B64 for larger copies in copyPhysRegNicolai Haehnle1-6/+22
2015-12-19AMDGPU: fix overlapping copies in copyPhysRegNicolai Haehnle3-14/+32
2015-12-19[libFuzzer] print successfull mutations sequencesKostya Serebryany3-19/+39
2015-12-19Possibly fix MSVC compilation after r256054.James Y Knight1-1/+1
2015-12-18Deprecate a few C APIs.Rafael Espindola10-27/+129
2015-12-18[PGO] Cleanup: Move large member functions out of line (NFC)Xinliang David Li2-92/+99
2015-12-18Remove possibility of failures to due race in ThreadPool unittestTeresa Johnson1-22/+0
2015-12-18Rewrite the TrailingObjects template to provide two new features:James Y Knight2-108/+248
2015-12-18Delete dead code: only functions are materializable.Rafael Espindola1-4/+0
2015-12-18Use a lambda to reduce code duplication.Rafael Espindola1-23/+15
2015-12-18git-clang-format a region I am about to change.Rafael Espindola1-13/+15
2015-12-18[PGO] Simplify computehash interface (NFC)Xinliang David Li3-3/+6
2015-12-18[Symbolize] Improve the ownership of parsed objects.Alexey Samsonov2-69/+65
2015-12-18[sancov] IWYU fix: add proper header inclusion.Alexey Samsonov1-0/+1
2015-12-18Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdge...Cong Hou4-28/+10
2015-12-18[DivergenceAnalysis] fix a bug in computing influence regionsJingyue Wu2-8/+41