summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-12-21[MC, COFF] Support link /incremental conditionallyDavid Majnemer4-2/+22
2015-12-21Implemented Support of IA interrupt and exception handlers:Amjad Aboud1-0/+7
2015-12-20[PGO] Improve Indexed Profile Reader efficiency Xinliang David Li3-76/+102
2015-12-20Minor clean up -- move large single use method out of header(NFC)Xinliang David Li1-28/+1
2015-12-19Nonnull elements in OperandBundleCallSites are not all InstructionsSanjoy Das1-2/+2
2015-12-19Delete APIs that have been deprecated since 2010.Rafael Espindola1-24/+0
2015-12-19Assert that we have all use/users in the getters.Rafael Espindola2-13/+66
2015-12-19Re-reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar2-24/+20
2015-12-19Revert "Reapply "[IR] Move optional data in llvm::Function into a hungoff use...Vedant Kumar2-20/+24
2015-12-19Reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar2-24/+20
2015-12-19[PGO] Add hash to name mapping in InstrProfSymtabXinliang David Li1-4/+42
2015-12-19Revert "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar2-20/+24
2015-12-19[IR] Move optional data in llvm::Function into a hungoff uselistVedant Kumar2-24/+20
2015-12-19Possibly fix MSVC compilation after r256054.James Y Knight1-1/+1
2015-12-18Deprecate a few C APIs.Rafael Espindola1-2/+24
2015-12-18[PGO] Cleanup: Move large member functions out of line (NFC)Xinliang David Li1-90/+8
2015-12-18Rewrite the TrailingObjects template to provide two new features:James Y Knight1-104/+214
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 Li1-0/+4
2015-12-18[Symbolize] Improve the ownership of parsed objects.Alexey Samsonov1-23/+20
2015-12-18Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdge...Cong Hou2-13/+8
2015-12-18Remove redundant argument. NFC.Rafael Espindola1-1/+1
2015-12-18Drop materializeAllPermanently.Rafael Espindola1-5/+2
2015-12-18Drop support for dematerializing.Rafael Espindola3-29/+0
2015-12-18Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."Pete Cooper4-17/+5
2015-12-18Rename variables to reflect linker split (NFC)Teresa Johnson1-1/+1
2015-12-18Convert Arg, ArgList, and Option to dump() to dbgs() rather than errs().Eric Christopher3-0/+3
2015-12-18Add a dump method for ArgList.Eric Christopher1-0/+2
2015-12-18Improve DWARFDebugFrame::parse to also handle __eh_frame.Pete Cooper4-5/+17
2015-12-18[ThinLTO/LTO] Don't link in unneeded metadataTeresa Johnson1-0/+5
2015-12-18clang-format to reduce diff in another patch.Rafael Espindola1-4/+3
2015-12-18Revert "[Option] Introduce Arg::print(raw_ostream&) and use llvm::dbgs"Vedant Kumar1-3/+0
2015-12-18[Option] Introduce Arg::print(raw_ostream&) and use llvm::dbgsVedant Kumar1-0/+3
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher26-144/+194
2015-12-17[BranchProbability] Remove the restriction that known and unknown probabiliti...Cong Hou1-11/+26
2015-12-17Drop function that are deprecated since 2010.Rafael Espindola1-12/+0
2015-12-17[SCEV] Add and use SCEVConstant::getAPInt; NFCISanjoy Das1-0/+1
2015-12-17[ThinLTO] Metadata linking for imported functionsTeresa Johnson6-8/+45
2015-12-17Revert r254592 (virtual dtor in SCEVPredicate).Andy Gibbs1-1/+1
2015-12-17DOTGraphTraits: Allow the decision to show a graph to consider the analysisTobias Grosser1-6/+14
2015-12-17[PGO] InstrPGO and coverage code refactoring (NFC)Xinliang David Li1-0/+31
2015-12-16Use std::unique_ptr. NFC.Rafael Espindola1-3/+5
2015-12-16Change linkInModule to take a std::unique_ptr.Rafael Espindola2-11/+24
2015-12-16Drop an unnecessary use of writev.Rafael Espindola1-14/+0
2015-12-16Simplify memory management with std::unique_ptr.Rafael Espindola1-0/+5
2015-12-16[CodeGen] Make MachineInstrBuilder::copyImplicitOps const. NFC.Ahmed Bougacha1-1/+2
2015-12-16[PGO] Handle and report overflow during profile merge for all types of dataNathan Slingerland2-46/+88
2015-12-16[Hexagon] Update e_flags in the ELF definitionsKrzysztof Parzyszek1-7/+9
2015-12-16CXX_FAST_TLS calling convention: target independent portion.Manman Ren1-2/+2
2015-12-16Set debugger tuning from TargetOptions (NFC)Paul Robinson2-1/+41