Fix broken build
[oota-llvm.git] / lib / CodeGen / MachineCodeEmitter.cpp
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2006-05-02 Chris LattnerRefactor the machine code emitter interface to pull...
2006-05-02 Chris LattnerRemove dead method
2006-05-02 Chris LattnerRemove the debug machine code emitter. The "FilePrinte...
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2005-12-28 Duraid Madinamixed-STL programs are big and nasty :(
2005-07-28 Andrew Lenharthnew is not a valid default anywhere, so make this pure...
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 obsolete
2004-11-20 Chris LattnerAdjust to changed interfaces
2004-11-20 Chris LattnerAdd getCurrentPCOffset() and addRelocation() methods.
2004-11-19 Chris LattnerMatch change in MachineCodeEmitter prototype.
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-04-23 Brian GaekeImplement emitWordAt() for the debug emitter and the...
2004-02-23 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-06-03 Misha BrukmanPass through the emitConstantPool() call to the real...
2003-06-02 Misha BrukmanRemoved a useless ofstream.
2003-06-02 Misha BrukmanRemove spurious assert()
2003-06-01 Chris LattnerChanges to be compatible with MachineCodeEmitter.h
2003-05-30 Misha BrukmanAdded saveBBreferences() for BasicBlock resolution.
2003-05-28 Misha BrukmanCorrectly write out binary data as chars, before they...
2003-05-27 Misha BrukmanAdded a debugging code emitter that prints code to...
2003-05-09 Chris LattnerAllow const functions
2003-05-08 Chris LattnerAdd methods for stub function generation
2003-01-13 Chris LattnerAdd support for global address by string and constant...
2002-12-04 Chris LattnerPrint out direct global references
2002-12-03 Chris LattnerCheckin debug implementation of MCE