Some cleanups for compilation with GCC 4.0.0 to remove warnings:
[oota-llvm.git] / include / llvm / Instructions.h
2005-05-15 Reid SpencerSome cleanups for compilation with GCC 4.0.0 to remove...
2005-05-07 Jeff CohenSilence VC++ warnings about unsafe mixing of ints and...
2005-05-06 Chris LattnerAdd support for explicit calling conventions
2005-05-06 Chris Lattneradd a default arg
2005-05-06 Chris LattnerAdd a 'tail' marker for call instructions, patch contri...
2005-05-03 Chris Lattneradd direct support for making GEP instrs with one index
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-16 Misha BrukmanConvert tabs to spaces
2005-02-24 Chris Lattnerswitch instructions only allow constantints for their...
2005-02-05 Chris LattnerEliminate the explicit volatile fields in LoadInst...
2005-01-29 Chris LattnerMany changes to cope with the User.h changes. Instruct...
2004-12-10 Chris LattnerAdd missing accessor.
2004-12-02 Chris LattnerRemove dead field
2004-11-18 Chris LattnerUpdate comments, now that CPR's are gone, inline the...
2004-11-17 Alkis EvlogimenosMake ReturnInst accept a value of type void as the...
2004-11-15 Chris LattnerWarning fixes for VC++, contributed by Morten Ofstad!
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-10-16 Chris LattnerAdd new UnreachableInst class
2004-10-15 Chris LattnerMove the implementation of the clone method for these...
2004-07-29 Alkis EvlogimenosMerge i*.h headers into Instructions.h as part of bug403.
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-01-27 Chris LattnerNew helper header