aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineCodeEmitter.cpp
AgeCommit message (Expand)Author
2004-02-23Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-06-03Pass through the emitConstantPool() call to the real emitter.Misha Brukman
2003-06-02Removed a useless ofstream.Misha Brukman
2003-06-02Remove spurious assert()Misha Brukman
2003-06-01Changes to be compatible with MachineCodeEmitter.hChris Lattner
2003-05-30Added saveBBreferences() for BasicBlock resolution.Misha Brukman
2003-05-28Correctly write out binary data as chars, before they're cast to ints.Misha Brukman
2003-05-27Added a debugging code emitter that prints code to a file, debug to std::cerr,Misha Brukman
2003-05-09Allow const functionsChris Lattner
2003-05-08Add methods for stub function generationChris Lattner
2003-01-13Add support for global address by string and constant pool valuesChris Lattner
2002-12-04Print out direct global referencesChris Lattner
2002-12-03Checkin debug implementation of MCEChris Lattner