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
/
include
/
llvm
/
CodeGen
/
MachineCodeEmitter.h
Age
Commit message (
Expand
)
Author
2004-04-23
Add emitWordAt() - a quick and dirty interface that the machine-dependent
Brian Gaeke
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-16
This file has funny include guards and funny extra whitespace.
Brian Gaeke
2003-07-14
The word `separate' only has one `e'.
Misha Brukman
2003-06-01
Hack up MachineCodeEmitter to actually be target independent.
Chris Lattner
2003-05-30
Added saveBBreferences() for BasicBlock resolution.
Misha Brukman
2003-05-27
Defines a pass-through debugging emitter -- it writes to a file for inspection
Misha Brukman
2003-05-09
Allow const functions
Chris Lattner
2003-05-08
Fix bug in last checkin
Chris Lattner
2003-05-08
Add new methods for stub generation
Chris Lattner
2003-01-13
* Add support for values in the constant pool
Chris Lattner
2002-12-04
Add support for direct global references
Chris Lattner
2002-12-03
Add virtual dtor, expose a debug impl
Chris Lattner
2002-12-02
More support
Chris Lattner
2002-12-02
Start adding to the meat of MachineCodeEmitter
Chris Lattner
2002-12-02
Initial version of MachineCodeEmitter interface: empty
Chris Lattner