summaryrefslogtreecommitdiff
path: root/lib/IR/TypeFinder.cpp
AgeCommit message (Expand)Author
2018-02-08Use ranged for loops in TypeFinder.cpp, NFCVedant Kumar
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-02-17[IR] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko
2016-06-26Apply clang-tidy's modernize-loop-convert to most of lib/IR.Benjamin Kramer
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-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-10-08IR: Remove implicit iterator conversions from lib/IR, NFCDuncan P. N. Exon Smith
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-03-10Fix Value dangling reference debug outputAndrew Kaylor
2014-12-09IR: Split Metadata from ValueDuncan P. N. Exon Smith
2014-12-03Prologue supportPeter Collingbourne
2014-11-11Revert "IR: MDNode => Value"Duncan P. N. Exon Smith
2014-11-05IR: MDNode => Value: NamedMDNode::getOperator()Duncan P. N. Exon Smith
2014-11-03IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc()Duncan P. N. Exon Smith
2013-10-16TypeFinder: prefer iterative algorithm to keep stack usage low.Will Dietz
2013-09-16Implement function prefix data as an IR feature.Peter Collingbourne
2013-01-07Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.Chandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2013-01-02Rename VMCore directory to IR.Chandler Carruth