aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineCodeEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+2
* Implement emitWordAt() for the debug emitter and the file printer emitter. (IBrian Gaeke2004-04-231-0/+7
* Finegrainify namespacificationChris Lattner2004-02-231-4/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-11/+13
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Pass through the emitConstantPool() call to the real emitter.Misha Brukman2003-06-031-0/+4
* Removed a useless ofstream.Misha Brukman2003-06-021-8/+2
* Remove spurious assert()Misha Brukman2003-06-021-1/+0
* Changes to be compatible with MachineCodeEmitter.hChris Lattner2003-06-011-65/+51
* Added saveBBreferences() for BasicBlock resolution.Misha Brukman2003-05-301-4/+8
* Correctly write out binary data as chars, before they're cast to ints.Misha Brukman2003-05-281-2/+1
* Added a debugging code emitter that prints code to a file, debug to std::cerr,Misha Brukman2003-05-271-0/+121
* Allow const functionsChris Lattner2003-05-091-2/+3
* Add methods for stub function generationChris Lattner2003-05-081-0/+7
* Add support for global address by string and constant pool valuesChris Lattner2003-01-131-1/+10
* Print out direct global referencesChris Lattner2002-12-041-1/+4
* Checkin debug implementation of MCEChris Lattner2002-12-031-0/+41