aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/RegisterInfoEmitter.h
AgeCommit message (Expand)Author
2012-06-11Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen
2012-04-10Added register unit sets to the target description.Andrew Trick
2012-04-01Emit the LLVM<->DWARF register mapping as a sorted table and use binary searc...Benjamin Kramer
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne
2011-07-22Teach tblgen to emit MCRegisterClasses.Benjamin Kramer
2011-07-18Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng
2011-06-27More refactoring. MC doesn't need know about subreg indices.Evan Cheng
2011-06-27Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng
2011-06-24Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng
2009-07-03Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar
2007-12-29remove attributions from utils.Chris Lattner
2005-04-22Remove trailing whitespaceMisha 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-08-06convert over to using TableGen backendsChris Lattner
2003-08-03Remove dead private:Chris Lattner
2003-08-01Add the ability to emit register file enumsChris Lattner
2003-08-01Initial checkin of register info emitterChris Lattner