aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/RegisterInfoEmitter.h
Commit message (Expand)AuthorAgeFilesLines
* Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen2012-06-111-64/+0
* Added register unit sets to the target description.Andrew Trick2012-04-101-0/+3
* Emit the LLVM<->DWARF register mapping as a sorted table and use binary searc...Benjamin Kramer2012-04-011-0/+3
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-1/+1
* Teach tblgen to emit MCRegisterClasses.Benjamin Kramer2011-07-221-0/+1
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-181-0/+6
* More refactoring. MC doesn't need know about subreg indices.Evan Cheng2011-06-271-4/+6
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-271-7/+13
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-241-0/+3
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-031-3/+3
* remove attributions from utils.Chris Lattner2007-12-291-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-221-3/+3
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header.John Criswell2003-10-201-0/+7
* convert over to using TableGen backendsChris Lattner2003-08-061-3/+2
* Remove dead private:Chris Lattner2003-08-031-1/+0
* Add the ability to emit register file enumsChris Lattner2003-08-011-0/+3
* Initial checkin of register info emitterChris Lattner2003-08-011-0/+28