Fix a purely hypothetical problem (for now): emitWord emits in the host
[oota-llvm.git] / include / llvm / CodeGen / MachineCodeEmitter.h
2006-05-02 Chris LattnerFix a purely hypothetical problem (for now): emitWord...
2006-05-02 Chris LattnerRefactor the machine code emitter interface to pull...
2006-05-02 Chris LattnerRemove a now-dead method
2006-05-02 Chris LattnerRemove the debug machine code emitter. The "FilePrinte...
2006-04-22 Nate BegemanCode cleanup associated with jump tables, thanks to...
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2005-07-28 Andrew Lenharthnew is not a valid default anywhere, so make this pure...
2005-07-28 Andrew LenharthLike constants, globals on some platforms are GOT relat...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-11-22 Chris LattnerFix the FIXME, nuke the JIT specific forceCompilationOf...
2004-11-22 Chris LattnerThese methods are now obsolete
2004-11-20 Chris LattnerChange this interface a bit
2004-11-20 Chris LattnerAdd getCurrentPCOffset() and addRelocation() methods.
2004-11-20 Chris LattnerRemove dead #include
2004-11-19 Chris LattnerExternal symbols are const char*'s now, change this...
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-09-01 Reid SpencerChanges For Bug 352
2004-04-23 Brian GaekeAdd emitWordAt() - a quick and dirty interface that...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-16 Brian GaekeThis file has funny include guards and funny extra...
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-06-01 Chris LattnerHack up MachineCodeEmitter to actually be target indepe...
2003-05-30 Misha BrukmanAdded saveBBreferences() for BasicBlock resolution.
2003-05-27 Misha BrukmanDefines a pass-through debugging emitter -- it writes...
2003-05-09 Chris LattnerAllow const functions
2003-05-08 Chris LattnerFix bug in last checkin
2003-05-08 Chris LattnerAdd new methods for stub generation
2003-01-13 Chris Lattner* Add support for values in the constant pool
2002-12-04 Chris LattnerAdd support for direct global references
2002-12-03 Chris LattnerAdd virtual dtor, expose a debug impl
2002-12-02 Chris LattnerMore support
2002-12-02 Chris LattnerStart adding to the meat of MachineCodeEmitter
2002-12-02 Chris LattnerInitial version of MachineCodeEmitter interface: empty