aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/InstIterator.h
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-04-27Changes to fix up the inst_iterator to pass to boost iterator checks. ThisChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-09-30Standardize header file commentsChris Lattner
2003-09-24Fix a typo I happened to notice.Brian Gaeke
2003-04-23Kill unneccesary &*Chris Lattner
2002-07-25*** empty log message ***Chris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-02-12* Move BasicBlock and Method graph stuff to new "llvm/Support/CFG.h" fileChris Lattner