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