aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenTarget.cpp
AgeCommit message (Expand)Author
2005-08-26Expose a new flag to TargetInstrInfoChris Lattner
2005-08-19Split register class "Methods" into MethodProtos and MethodBodiesChris Lattner
2005-08-19Read the namespace field from register classesChris Lattner
2005-08-19Fix a problem jeffc noticedChris Lattner
2005-08-18Figure out how many operands each instruction has, keep track of whetherChris Lattner
2005-04-22Remove trailing whitespaceMisha Brukman
2005-01-22Refactor code for numbering instructions into CodeGenTarget.Chris Lattner
2005-01-02Expose isConvertibleToThreeAddress and isCommutable bits to the code generator.Chris Lattner
2004-10-14* Add option to read isLittleEndianEncoding for InstrInfo classesMisha Brukman
2004-10-03Add initial support for variants. This just parses the new format, noChris Lattner
2004-09-28Add support for the isLoad and isStore flags, needed by the instruction sched...Nate Begeman
2004-09-28Turn the hasDelaySlot flag into the M_DELAY_SLOT_FLAGChris Lattner
2004-08-21Alignment is now in bits.Chris Lattner
2004-08-21Make alignment be in bits, just like size isChris Lattner
2004-08-21Support "Methods" in register classes in CodgeGenRegisterClassChris Lattner
2004-08-21Start parsing register classes into a more structured formChris Lattner
2004-08-21Read in declared reg sizesChris Lattner
2004-08-16Use CodeGenRegister class to make reading in of register information moreChris Lattner
2004-08-14Make the AsmWriter a first-class tblgen object. Allow targets to specifyChris Lattner
2004-08-11Start parsing more information from the Operand informationChris Lattner
2004-08-11Remove special case hacksChris Lattner
2004-08-01Parse the operand list of the instruction. We currently support register and...Chris Lattner
2004-08-01Initial cut at an asm writer emitter. So far, this only handles emission ofChris Lattner
2004-08-01Add, and start using, the CodeGenInstruction class. This class representsChris Lattner
2004-08-01Rename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h)Chris Lattner
2004-08-01Finegrainify namespacificationChris Lattner
2004-06-04Emit a more sensible error message if no subclasses of Target are defined.Misha Brukman
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header.John Criswell
2003-10-10This seems to work around some unobvious bug in gcc on sparc which wasBrian Gaeke
2003-08-10Add new functionChris Lattner
2003-08-07Add new method to get a value type as a stringChris Lattner
2003-08-07Initial checkin of useful wrappers around the Target classes, for now, only V...Chris Lattner