switchinst ctor now takes a hint for the number of cases that it will have.
[oota-llvm.git] / lib / CodeGen / MachineCodeEmitter.cpp
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