Fix an invalid check for duplicate option categories.
[oota-llvm.git] / include / llvm / Support / GetElementPtrTypeIterator.h
2013-06-10 Duncan SandsAvoid warnings about unused parameters that tend to...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-13 Duncan SandsFix the instcombine GEP index widening transform to...
2011-07-19 Jay FoadConvert gep_type_begin and gep_type_end to use ArrayRef.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2009-12-04 Bob WilsonFix indentation.
2009-08-27 Gabor Greifeliminate all 80-col violations that I have introduced...
2009-08-27 Gabor GreifClean up the minor mess I caused with removing iterator...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-13 Chris LattnerAdd a method
2004-04-04 Chris LattnerSupport iteration over constant instructions
2004-04-03 Chris LattnerAllow for use of arbitrary iterator types...
2004-02-22 Chris LattnerSignificantly simplify gep_type_iterator, and make...
2003-12-12 Brian GaekeFix typo in comment
2003-11-25 Chris LattnerWork with gepi's and constant exprs. Also, add version...
2003-11-25 Chris LattnerRename class to be consistent with other iterator classes
2003-11-25 Chris LattnerInitial checkin of gep_type_begin/end which will be...