index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
RegisterInfoEmitter.h
Age
Commit message (
Expand
)
Author
2012-06-11
Write llvm-tblgen backends as functions instead of sub-classes.
Jakob Stoklund Olesen
2012-04-10
Added register unit sets to the target description.
Andrew Trick
2012-04-01
Emit the LLVM<->DWARF register mapping as a sorted table and use binary searc...
Benjamin Kramer
2011-10-01
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-07-22
Teach tblgen to emit MCRegisterClasses.
Benjamin Kramer
2011-07-18
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-06-27
More refactoring. MC doesn't need know about subreg indices.
Evan Cheng
2011-06-27
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc
Evan Cheng
2011-06-24
Starting to refactor Target to separate out code that's needed to fully describe
Evan Cheng
2009-07-03
Replace std::iostreams with raw_ostream in TableGen.
Daniel Dunbar
2007-12-29
remove attributions from utils.
Chris Lattner
2005-04-22
Remove trailing whitespace
Misha Brukman
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header.
John Criswell
2003-08-06
convert over to using TableGen backends
Chris Lattner
2003-08-03
Remove dead private:
Chris Lattner
2003-08-01
Add the ability to emit register file enums
Chris Lattner
2003-08-01
Initial checkin of register info emitter
Chris Lattner