Move TableGen's parser and entry point into a library
[oota-llvm.git] / utils / TableGen / InstrInfoEmitter.h
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-06-27 Evan ChengRemove RCBarriers from TargetInstrDesc.
2010-04-05 Jakob Stoklund OlesenReplace TSFlagsFields and TSFlagsShifts with a simpler...
2009-07-03 Daniel DunbarReplace std::iostreams with raw_ostream in TableGen.
2008-10-17 Evan ChengAdd RCBarriers to TargetInstrDesc. It's a list of regis...
2008-04-03 Dan GohmanMove instruction flag inference out of InstrInfoEmitter...
2008-01-10 Chris Lattnerstart inferring 'no side effects'.
2008-01-06 Chris Lattnerremove some old hacky code that tried to infer whether...
2008-01-06 Chris Lattnerrearrange some code to allow inferring instr info from...
2008-01-06 Chris Lattnerfinal cleanups.
2008-01-06 Chris Lattnerfurther simplifications and cleanup
2008-01-06 Chris Lattnersimplify some code
2008-01-06 Chris Lattnersplit enum emission out from InstrInfoEmitter into...
2007-12-29 Chris Lattnerremove attributions from utils.
2006-11-06 Chris Lattnersimplify the way operand flags and constraints are...
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-11-01 Evan ChengAdd operand constraints to TargetInstrInfo.
2005-10-31 Jim LaskeyEmit itinerary class in instruction info.
2005-10-28 Chris LattnerSwitch more code over to using getValueAsListOfDefs...
2005-08-19 Chris LattnerEmit real operand info for instructions. This currentl...
2005-08-18 Chris LattnerWhen emitting implicit use/def lists, only emit each...
2005-04-22 Misha BrukmanRemove trailing whitespace
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-08-01 Chris LattnerAdd, and start using, the CodeGenInstruction class...
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-06 Chris LattnerSwitch code over to being a TableGenBackend
2003-08-03 Chris LattnerFinish the instruction info emitter
2003-08-03 Chris LattnerInitial checkin of Instruction emitter, which just...