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
/
InstrSelectorEmitter.h
Age
Commit message (
Expand
)
Author
2005-10-23
Remove the obsolete instr selector emitter
Chris Lattner
2005-09-06
Rename a class. These files are being migrated to the new isel and I want to
Chris Lattner
2005-04-22
Remove trailing whitespace
Misha Brukman
2004-10-27
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-08-01
Rename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h)
Chris Lattner
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-20
Added #include <cassert>. In GCC 3.3, we don't get assert() through the other
John Criswell
2003-08-12
Add support for the Any type. Minor fixes and enhancements for BasicBlock op...
Chris Lattner
2003-08-12
Rename DNVT_bool to DNVT_i1 to be consistent with type system
Chris Lattner
2003-08-12
Add support for a bool argty
Chris Lattner
2003-08-11
Add support for frameidx and literal immediates for instructions
Chris Lattner
2003-08-11
Add support for naming the destination of a "set" in a pattern
Chris Lattner
2003-08-11
Add support for the Arg1 argument type
Chris Lattner
2003-08-10
Add full support for code generating expanders!
Chris Lattner
2003-08-10
Finish the matcher!
Chris Lattner
2003-08-08
This implements a large amount of the matcher, in fact, all of it except for ...
Chris Lattner
2003-08-08
Emit the first half of the instruction selector.
Chris Lattner
2003-08-07
Finish implementation of nonterminal instantiation.
Chris Lattner
2003-08-07
Implement type-inference/checking for non-terminal references
Chris Lattner
2003-08-07
Rename all of the "Process" methods to be "read" methods, start the Instantia...
Chris Lattner
2003-08-07
Cleanup and reorganize code, no functional changes
Chris Lattner
2003-08-07
Read in expanders too
Chris Lattner
2003-08-07
Continued evolution of the selector emitter: Represent instruction patterns
Chris Lattner
2003-08-07
Finish implementation of the type inference engine.
Chris Lattner
2003-08-07
Initial checkin of tree pattern parser and type inference engine (which still...
Chris Lattner
2003-08-06
Add error checking code to the node type parser. Start the instruction pattern
Chris Lattner
2003-08-06
Initial support for an instruction selector emitter
Chris Lattner