aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineCodeEmitter.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-0/+14
2006-05-02Refactor the machine code emitter interface to pull the pointers for the currentChris Lattner1-131/+0
2006-05-02Remove dead methodChris Lattner1-4/+0
2006-05-02Remove the debug machine code emitter. The "FilePrinterEmitter" is moreChris Lattner1-52/+0
2006-04-22JumpTable support! What this represents is working asm and jit support forNate Begeman1-2/+12
2005-12-28mixed-STL programs are big and nasty :(Duraid Madina1-0/+1
2005-07-28new is not a valid default anywhere, so make this pure virtualAndrew Lenharth1-0/+7
2005-04-21Remove trailing whitespaceMisha Brukman1-7/+7
2004-11-22Fix the FIXME, nuke the JIT specific forceCompilationOf method.Chris Lattner1-18/+0
2004-11-22These methods are obsoleteChris Lattner1-8/+0
2004-11-20Adjust to changed interfacesChris Lattner1-7/+7
2004-11-20Add getCurrentPCOffset() and addRelocation() methods.Chris Lattner1-0/+12
2004-11-19Match change in MachineCodeEmitter prototype.Chris Lattner1-2/+2
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer1-0/+2
2004-04-23Implement emitWordAt() for the debug emitter and the file printer emitter. (IBrian Gaeke1-0/+7
2004-02-23Finegrainify namespacificationChris Lattner1-4/+1
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-11/+13
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell1-0/+7
2003-06-03Pass through the emitConstantPool() call to the real emitter.Misha Brukman1-0/+4
2003-06-02Removed a useless ofstream.Misha Brukman1-8/+2
2003-06-02Remove spurious assert()Misha Brukman1-1/+0
2003-06-01Changes to be compatible with MachineCodeEmitter.hChris Lattner1-65/+51
2003-05-30Added saveBBreferences() for BasicBlock resolution.Misha Brukman1-4/+8
2003-05-28Correctly write out binary data as chars, before they're cast to ints.Misha Brukman1-2/+1
2003-05-27Added a debugging code emitter that prints code to a file, debug to std::cerr,Misha Brukman1-0/+121
2003-05-09Allow const functionsChris Lattner1-2/+3
2003-05-08Add methods for stub function generationChris Lattner1-0/+7
2003-01-13Add support for global address by string and constant pool valuesChris Lattner1-1/+10
2002-12-04Print out direct global referencesChris Lattner1-1/+4
2002-12-03Checkin debug implementation of MCEChris Lattner1-0/+41