Implement changes from Chris's feedback.
[oota-llvm.git] / include / llvm / CodeGen / MachineCodeEmitter.h
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-08 Torok EdwinConvert more abort() calls to llvm_report_error().
2009-07-06 Bruno Cardoso LopesAdd the Object Code Emitter class. Original patch by...
2009-06-12 Bruno Cardoso LopesType change cleanup on JCE and MCE. Patch by Aaron...
2009-06-04 Bruno Cardoso LopesUse uint8_t and int32_t in {JIT,Machine}CodeEmiters
2009-06-03 Bruno Cardoso LopesRevert 72650
2009-05-30 Bruno Cardoso LopesUse uint8_t and int32_t in {JIT,Machine}CodeEmiters
2009-02-18 Nate BegemanAdd support to the JIT for true non-lazy operation...
2008-12-10 Evan ChengFix MachineCodeEmitter to use uintptr_t instead of...
2008-11-18 Nicolas GeoffrayImplement support for JIT exceptions on X86_64. Relativ...
2008-11-08 Evan ChengRename startFunctionStub to startGVStub since it's...
2008-10-24 Dan GohmanFix constant-offset emission for x86-64 absolute addres...
2008-10-21 Nuno Lopesfix a tricky bug in the JIT global variable emitter...
2008-05-29 Dan GohmanPrune and tidy #includes.
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-04-16 Nicolas GeoffrayCorrelate stubs with functions in JIT: when emitting...
2008-02-13 Nicolas GeoffrayEnable exception handling int JIT
2008-01-05 Evan ChengX86 JIT PIC jumptable support.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2006-11-16 Evan ChengAllow target to specify alignment for function stub.
2006-06-21 Evan ChengFix non-64-bit clean code.
2006-05-03 Chris LattnerSuck block address tracking out of targets into the...
2006-05-03 Chris LattnerAdd a new emitAlignment method
2006-05-03 Chris LattnerChange the BasicBlockAddrs map to be a vector, indexed...
2006-05-02 Chris LattnerSeveral related changes:
2006-05-02 Chris LattnerAdd a method for allocating space from the code buffer.
2006-05-02 Chris LattnerDo not make the JIT memory manager manage the memory...
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