add an accessor
[oota-llvm.git] / utils / TableGen / CodeGenTarget.h
2005-09-14 Chris Lattneradd an accessor
2005-09-08 Chris LattnerCompute the value types that are natively supported...
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-01-22 Chris LattnerRefactor code for numbering instructions into CodeGenTa...
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-10-14 Misha Brukman* Add option to read isLittleEndianEncoding for InstrIn...
2004-08-21 Chris LattnerStart parsing register classes into a more structured...
2004-08-16 Chris LattnerUse CodeGenRegister class to make reading in of registe...
2004-08-14 Chris LattnerMake the AsmWriter a first-class tblgen object. Allow...
2004-08-01 Chris LattnerParse the operand list of the instruction. We currentl...
2004-08-01 Chris LattnerAdd, and start using, the CodeGenInstruction class...
2004-08-01 Chris LattnerRename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h)
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header.
2003-08-13 Misha BrukmanUsing std::string requires `#include <string>', says...
2003-08-10 Chris LattnerAdd new function
2003-08-07 Chris LattnerAdd new method to get a value type as a string
2003-08-07 Chris LattnerAllow clients to get at the pointer type
2003-08-07 Chris LattnerInitial checkin of useful wrappers around the Target...