move target-independent opcodes out of TargetInstrInfo
[oota-llvm.git] / utils / TableGen / CodeEmitterGen.cpp
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-01-15 Dale JohannesenRemove DEBUG_DECLARE, looks like we don't need it.
2010-01-09 Dale JohannesenAdd DEBUG_DECLARE. Not used yet.
2010-01-08 Dale JohannesenAdd DEBUG_VALUE. Not used yet.
2009-12-15 Dan GohmanRevert 90628, which was incorrect.
2009-12-05 Dan GohmanMinor code simplification.
2009-09-28 Jakob Stoklund OlesenIntroduce the TargetInstrInfo::KILL machine instruction...
2009-07-08 Torok EdwinConvert more abort() calls to llvm_report_error().
2009-07-03 Daniel DunbarReplace std::iostreams with raw_ostream in TableGen.
2009-04-13 Dan GohmanRename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalize
2009-04-13 Dan GohmanAdd a new TargetInstrInfo MachineInstr opcode, COPY_TO_...
2008-10-05 Chris LattnerFix shift overflow bug that would occur when a field...
2008-09-17 Evan ChengAdd instruction names as comments to InstBits entries.
2008-09-07 Evan ChengEliminate a compile time warning.
2008-09-02 Evan ChengChange getBinaryCodeForInstr prototype. First operand...
2008-07-01 Dan GohmanSplit ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL...
2008-03-16 Christopher LambMake insert_subreg a two-address instruction, vastly...
2008-03-15 Evan ChengReplace all target specific implicit def instructions...
2008-02-02 Evan ChengSDIsel processes llvm.dbg.declare by recording the...
2007-12-29 Chris Lattnerremove attributions from utils.
2007-07-26 Christopher LambAdd target independent MachineInstr's to represent...
2007-01-26 Jim LaskeyFiles missing from LABEL check in.
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-11-15 Chris LattnerRemove the isTwoAddress property from the CodeGenInstru...
2006-11-03 Reid SpencerRemove an unused variable.
2006-09-05 Chris LattnerFix JIT encoding of two-addr instructions.
2006-07-13 Jim LaskeyClean up.
2006-07-13 Jim Laskey1. Simplfy bit operations.
2006-07-12 Jim LaskeyMove base value of instruction to lookup table to prepa...
2006-07-11 Jim LaskeyReduce bloat in target libraries by removing per machin...
2006-03-18 Chris LattnerFix miscodegen of V_SET0 in PPC.
2006-01-27 Chris LattnerDon't emit JIT code for these instructions
2005-10-24 Chris LattnerFix an incompatibility with GCC 4.1, thanks to Vladimir...
2005-08-19 Chris LattnerThe code emitter generator only supports targets with...
2005-04-22 Misha BrukmanRemove trailing whitespace
2004-10-14 Misha Brukman* Factor out (into new fn) a loop emitting operand...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-17 Chris LattnerDo not #include files into the llvm namespace
2004-08-10 Misha BrukmanDeleted commented-out code as we now get namespace...
2004-08-10 Misha BrukmanUse the target name instead of hard-coding SparcV9.
2004-08-10 Chris LattnerThis was a good idea, but until this does not break...
2004-08-09 Misha BrukmanUse the current target name instead of a ClassPrefix.
2004-08-09 Misha Brukman* Use Classname and ClassPrefix instead of hard-coded...
2004-08-04 Misha Brukman* Added documentation in the file header
2004-08-01 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header.
2003-09-17 Misha BrukmanDo not put DEBUG() guard around error condition; this...
2003-08-06 Misha BrukmanAdded asserts to prevent negative shift amounts from...
2003-08-06 Chris Lattnerconvert over to using TableGen backends
2003-08-05 Misha BrukmanStop special-casing annul and predict bits (which are...
2003-08-05 Chris LattnerNo functional changes, comment the fix I just put in
2003-08-05 Chris LattnerThe CodeEmitterGenerator used to consider ANY uninitial...
2003-08-01 Chris LattnerDEBUG got moved to Debug.h
2003-08-01 Chris LattnerAdd new getValueAsBitsInit 'high-level' method
2003-08-01 Chris LattnerSimplify code to match new interfaces
2003-08-01 Chris LattnerMinor cleanups
2003-08-01 Chris LattnerFactor code out into a new getAllDerivedDefinitions...
2003-07-31 Chris LattnerMore minor cleanups of the interface
2003-07-31 Chris LattnerRename createEmitter to run because eventually all...
2003-07-29 Chris LattnerDon't crash if there is no Inst class in the tablegen...
2003-07-18 Misha BrukmanAdded a DEBUG() guard to a debug information printout.
2003-07-15 Misha BrukmanFixed a bug: outputting name of variable instead of...
2003-07-15 Misha BrukmanThis optimization greatly enhances efficiency of creati...
2003-07-07 Misha BrukmanStop using the `Offset' variable, as we are cycling...
2003-06-06 Chris LattnerOld versions of GCC doesn't have <ostream> :(
2003-06-06 Misha BrukmanAll debug print statements are now output with the...
2003-06-05 Misha Brukman* Stop ignoring cc registers, since we actually use...
2003-06-03 Misha BrukmanStop ignoring the `cc' field, we actually use it now...
2003-05-30 Misha BrukmangetValueOp() now takes a MachineInstr as well as a...
2003-05-28 Misha BrukmanOutput the opcode name of the instruction being emitted...
2003-05-27 Misha BrukmanCannot output `static' in generated cpp code: results...
2003-05-27 Misha Brukman* Now outputting a static function getBinaryCodeForInst...
2003-05-24 Misha BrukmanFirst cut at the Code Generator using the TableGen...