summaryrefslogtreecommitdiff
path: root/include/llvm/Support/GetElementPtrTypeIterator.h
Commit message (Expand)AuthorAge
* Avoid warnings about unused parameters that tend to come up a lot whenDuncan Sands2013-06-10
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Fix the instcombine GEP index widening transform to work correctly for vectorDuncan Sands2012-11-13
* Convert gep_type_begin and gep_type_end to use ArrayRef.Jay Foad2011-07-19
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Fix indentation.Bob Wilson2009-12-04
* eliminate all 80-col violations that I have introduced in my recent checkins ...Gabor Greif2009-08-27
* Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif2009-08-27
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add a methodChris Lattner2005-01-13
* Support iteration over constant instructionsChris Lattner2004-04-04
* Allow for use of arbitrary iterator types...Chris Lattner2004-04-03
* Significantly simplify gep_type_iterator, and make its interface more general...Chris Lattner2004-02-22
* Fix typo in commentBrian Gaeke2003-12-12
* Work with gepi's and constant exprs. Also, add versions of iterator ctors th...Chris Lattner2003-11-25
* Rename class to be consistent with other iterator classesChris Lattner2003-11-25
* Initial checkin of gep_type_begin/end which will be used to address PR82Chris Lattner2003-11-25