Support multiple ValueTypes per RegisterClass, needed for upcoming vector
[oota-llvm.git] / utils / TableGen / CodeGenTarget.cpp
2005-12-01 Nate BegemanSupport multiple ValueTypes per RegisterClass, needed...
2005-12-01 Nate BegemanNuke CodeGenInstruction's ValueType member, it is no...
2005-11-29 Nate BegemanAdd the new vector types to tablegen
2005-11-19 Chris LattnerInitialize this variable on all paths, fixing a crasher...
2005-11-19 Chris LattnerTeach tblgen about instruction operands that have multi...
2005-10-28 Chris LattnerRename Record::getValueAsListDef to getValueAsListOfDef...
2005-10-14 Chris LattnerDo not let getLegalValueTypes return a list with duplic...
2005-09-14 Chris Lattnerforce all instruction operands to be named.
2005-09-14 Chris LattnerCheck that operands have unique names. REJECT instruct...
2005-09-13 Chris LattnerAdd a new Record::getValueAsCode method to mirror the...
2005-09-08 Chris LattnerCompute the value types that are natively supported...
2005-08-26 Chris Lattnerspell this right
2005-08-26 Chris Lattnerspell this variable right
2005-08-26 Chris LattnerExpose a new flag to TargetInstrInfo
2005-08-19 Chris LattnerSplit register class "Methods" into MethodProtos and...
2005-08-19 Chris LattnerRead the namespace field from register classes
2005-08-19 Chris LattnerFix a problem jeffc noticed
2005-08-18 Chris LattnerFigure out how many operands each instruction has,...
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-01-22 Chris LattnerRefactor code for numbering instructions into CodeGenTa...
2005-01-02 Chris LattnerExpose isConvertibleToThreeAddress and isCommutable...
2004-10-14 Misha Brukman* Add option to read isLittleEndianEncoding for InstrIn...
2004-10-03 Chris LattnerAdd initial support for variants. This just parses...
2004-09-28 Nate BegemanAdd support for the isLoad and isStore flags, needed...
2004-09-28 Chris LattnerTurn the hasDelaySlot flag into the M_DELAY_SLOT_FLAG
2004-08-21 Chris LattnerAlignment is now in bits.
2004-08-21 Chris LattnerMake alignment be in bits, just like size is
2004-08-21 Chris LattnerSupport "Methods" in register classes in CodgeGenRegist...
2004-08-21 Chris LattnerStart parsing register classes into a more structured...
2004-08-21 Chris LattnerRead in declared reg sizes
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-11 Chris LattnerStart parsing more information from the Operand information
2004-08-11 Chris LattnerRemove special case hacks
2004-08-01 Chris LattnerParse the operand list of the instruction. We currentl...
2004-08-01 Chris LattnerInitial cut at an asm writer emitter. So far, this...
2004-08-01 Chris LattnerAdd, and start using, the CodeGenInstruction class...
2004-08-01 Chris LattnerRename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h)
2004-08-01 Chris LattnerFinegrainify namespacification
2004-06-04 Misha BrukmanEmit a more sensible error message if no subclasses...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header.
2003-10-10 Brian GaekeThis seems to work around some unobvious bug in gcc...
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 LattnerInitial checkin of useful wrappers around the Target...