Add arg_begin() and arg_end() to CallInst and InvokeInst; NFCI
[oota-llvm.git] / include / llvm / IR / Instructions.h
2013-06-18 Chris Lattnerremove some @deprecated markers: LLVM APIs aren't depre...
2013-03-22 Bill WendlingRevert r177675. This is language-specific and shouldn...
2013-03-21 Bill WendlingAdd a query to tell if a landing pad has a catch-all.
2013-03-07 Benjamin KramerFix tautological compare. Not sure why this didn't...
2013-03-07 Jakub StaszakChange Index type from unsigned long to unsigned. This...
2013-03-07 Jakub StaszakRemove trailing spaces.
2013-03-02 Peter CollingbourneModify {Call,Invoke}Inst::addAttribute to take an AttrKind.
2013-02-18 Jakub StaszakUse llvm::cast instead of reinterpret_cast.
2013-01-15 Evgeniy StepanovFix operand type conditions in one of ICmpInst construc...
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...