aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/GetElementPtrTypeIterator.h
AgeCommit message (Expand)Author
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-11-13Fix the instcombine GEP index widening transform to work correctly for vectorDuncan Sands
2011-07-19Convert gep_type_begin and gep_type_end to use ArrayRef.Jay Foad
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2009-12-04Fix indentation.Bob Wilson
2009-08-27eliminate all 80-col violations that I have introduced in my recent checkins ...Gabor Greif
2009-08-27Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-13Add a methodChris Lattner
2004-04-04Support iteration over constant instructionsChris Lattner
2004-04-03Allow for use of arbitrary iterator types...Chris Lattner
2004-02-22Significantly simplify gep_type_iterator, and make its interface more general...Chris Lattner
2003-12-12Fix typo in commentBrian Gaeke
2003-11-25Work with gepi's and constant exprs. Also, add versions of iterator ctors th...Chris Lattner
2003-11-25Rename class to be consistent with other iterator classesChris Lattner
2003-11-25Initial checkin of gep_type_begin/end which will be used to address PR82Chris Lattner