start inferring 'no side effects'.
[oota-llvm.git] / utils / TableGen / CodeGenTarget.h
2008-01-10 Chris Lattnerstart inferring 'no side effects'.
2008-01-10 Chris Lattnerrealize that instructions who match intrinsics that...
2008-01-06 Chris LattnerChange the 'isStore' inferrer to look for 'SDNPMayStore'
2008-01-05 Chris Lattnerchange getQualifiedName to be a global function.
2007-12-29 Chris Lattnerremove attributions from utils.
2007-07-13 Dan GohmanEliminate an unused parameter.
2007-06-04 Dan GohmanRemove the operator<< for MVT::ValueType in preparation...
2006-10-11 Evan ChengAdded properties such as SDNPHasChain to ComplexPattern.
2006-05-18 Evan ChengDon't generate getCalleeSaveReg and getCalleeSaveRegCla...
2006-05-17 Evan ChengRemove PointerType from target definition. Use abstract...
2006-05-16 Evan ChengAllow patterns to refer to physical registers that...
2006-03-27 Chris LattnerAdd support for decoding iPTR to the right pointer...
2006-01-27 Chris LattnerPHI and INLINEASM are now builtin instructions provided...
2005-12-08 Evan Cheng* Added an explicit type field to ComplexPattern.
2005-12-08 Evan ChengAdded support for ComplexPattern. These are patterns...
2005-12-05 Chris LattnerAdd some methods
2005-12-01 Nate BegemanStop checking the ValueType of the CodeGenInstruction...
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...