Add addrspacecast instruction.
[oota-llvm.git] / include / llvm / IR / Instructions.h
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-10-31 Manman RenCleanup: update comments.
2013-10-08 Matt ArsenaultFix duplicated assertions.
2013-09-09 Bob WilsonRevert patches to add case-range support for PR1255.
2013-06-27 Michael GottesmanAdded support for the Builtin attribute.
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...