summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-12-23[GC] Make GCStrategy::isGCManagedPointer a type predicate not a value predica...Philip Reames
2015-12-22Provide a way to specify inliner's attribute compatibility and merging.Akira Hatanaka
2015-12-22Add an OperandNamespace field to Target.td's Operand.Dan Gohman
2015-12-22Revert r256277 and r256279.Akira Hatanaka
2015-12-22Provide a way to specify inliner's attribute compatibility and merging.Akira Hatanaka
2015-12-22[BPI] Replace weights by probabilities in BPI.Cong Hou
2015-12-22Remove deprecated llvm.experimental.gc.result.{int,float,ptr} intrinsics.Manuel Jacob
2015-12-22[Support] Allow multiple paired calls to {start,stop}Timer()Vedant Kumar
2015-12-22[X86][AVX512] Add rcp14 and rsqrt14 intrinsicsAsaf Badouh
2015-12-21[MC, COFF] Support link /incremental conditionallyDavid Majnemer
2015-12-21Implemented Support of IA interrupt and exception handlers:Amjad Aboud
2015-12-20[PGO] Improve Indexed Profile Reader efficiency Xinliang David Li
2015-12-20Minor clean up -- move large single use method out of header(NFC)Xinliang David Li
2015-12-19Nonnull elements in OperandBundleCallSites are not all InstructionsSanjoy Das
2015-12-19Delete APIs that have been deprecated since 2010.Rafael Espindola
2015-12-19Assert that we have all use/users in the getters.Rafael Espindola
2015-12-19Re-reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar
2015-12-19Revert "Reapply "[IR] Move optional data in llvm::Function into a hungoff use...Vedant Kumar
2015-12-19Reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar
2015-12-19[PGO] Add hash to name mapping in InstrProfSymtabXinliang David Li
2015-12-19Revert "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar
2015-12-19[IR] Move optional data in llvm::Function into a hungoff uselistVedant Kumar
2015-12-19Possibly fix MSVC compilation after r256054.James Y Knight
2015-12-18Deprecate a few C APIs.Rafael Espindola
2015-12-18[PGO] Cleanup: Move large member functions out of line (NFC)Xinliang David Li
2015-12-18Rewrite the TrailingObjects template to provide two new features:James Y Knight
2015-12-18git-clang-format a region I am about to change.Rafael Espindola
2015-12-18[PGO] Simplify computehash interface (NFC)Xinliang David Li
2015-12-18[Symbolize] Improve the ownership of parsed objects.Alexey Samsonov
2015-12-18Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdge...Cong Hou
2015-12-18Remove redundant argument. NFC.Rafael Espindola
2015-12-18Drop materializeAllPermanently.Rafael Espindola
2015-12-18Drop support for dematerializing.Rafael Espindola
2015-12-18Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."Pete Cooper
2015-12-18Rename variables to reflect linker split (NFC)Teresa Johnson
2015-12-18Convert Arg, ArgList, and Option to dump() to dbgs() rather than errs().Eric Christopher
2015-12-18Add a dump method for ArgList.Eric Christopher
2015-12-18Improve DWARFDebugFrame::parse to also handle __eh_frame.Pete Cooper
2015-12-18[ThinLTO/LTO] Don't link in unneeded metadataTeresa Johnson
2015-12-18clang-format to reduce diff in another patch.Rafael Espindola
2015-12-18Revert "[Option] Introduce Arg::print(raw_ostream&) and use llvm::dbgs"Vedant Kumar
2015-12-18[Option] Introduce Arg::print(raw_ostream&) and use llvm::dbgsVedant Kumar
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher
2015-12-17[BranchProbability] Remove the restriction that known and unknown probabiliti...Cong Hou
2015-12-17Drop function that are deprecated since 2010.Rafael Espindola
2015-12-17[SCEV] Add and use SCEVConstant::getAPInt; NFCISanjoy Das
2015-12-17[ThinLTO] Metadata linking for imported functionsTeresa Johnson
2015-12-17Revert r254592 (virtual dtor in SCEVPredicate).Andy Gibbs
2015-12-17DOTGraphTraits: Allow the decision to show a graph to consider the analysisTobias Grosser
2015-12-17[PGO] InstrPGO and coverage code refactoring (NFC)Xinliang David Li