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
2006-06-21
Fix non-64-bit clean code.
Evan Cheng
2006-05-03
Suck block address tracking out of targets into the JIT Emitter. This
Chris Lattner
2006-05-03
Add a new emitAlignment method
Chris Lattner
2006-05-03
Change the BasicBlockAddrs map to be a vector, indexed by MBB number.
Chris Lattner
2006-05-02
Several related changes:
Chris Lattner
2006-05-02
Add a method for allocating space from the code buffer.
Chris Lattner
2006-05-02
Do not make the JIT memory manager manage the memory for globals. Instead
Chris Lattner
2006-05-02
Fix a purely hypothetical problem (for now): emitWord emits in the host
Chris Lattner
2006-05-02
Refactor the machine code emitter interface to pull the pointers for the current
Chris Lattner
2006-05-02
Remove a now-dead method
Chris Lattner
2006-05-02
Remove the debug machine code emitter. The "FilePrinterEmitter" is moreusefu...
Chris Lattner
2006-04-22
Code cleanup associated with jump tables, thanks to Chris for noticing
Nate Begeman
2006-04-22
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2005-07-28
new is not a valid default anywhere, so make this pure virtual
Andrew Lenharth
2005-07-28
Like constants, globals on some platforms are GOT relative. This means they ...
Andrew Lenharth
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-11-22
Fix the FIXME, nuke the JIT specific forceCompilationOf method.
Chris Lattner
2004-11-22
These methods are now obsolete
Chris Lattner
2004-11-20
Change this interface a bit
Chris Lattner
2004-11-20
Add getCurrentPCOffset() and addRelocation() methods.
Chris Lattner
2004-11-20
Remove dead #include
Chris Lattner
2004-11-19
External symbols are const char*'s now, change this to match.
Chris Lattner
2004-10-27
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
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