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