aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineCodeEmitter.cpp
AgeCommit message (Expand)Author
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2006-05-02Refactor the machine code emitter interface to pull the pointers for the currentChris Lattner
2006-05-02Remove dead methodChris Lattner
2006-05-02Remove the debug machine code emitter. The "FilePrinterEmitter" is moreChris Lattner
2006-04-22JumpTable support! What this represents is working asm and jit support forNate Begeman
2005-12-28mixed-STL programs are big and nasty :(Duraid Madina
2005-07-28new is not a valid default anywhere, so make this pure virtualAndrew Lenharth
2005-04-21Remove trailing whitespaceMisha Brukman
2004-11-22Fix the FIXME, nuke the JIT specific forceCompilationOf method.Chris Lattner
2004-11-22These methods are obsoleteChris Lattner
2004-11-20Adjust to changed interfacesChris Lattner
2004-11-20Add getCurrentPCOffset() and addRelocation() methods.Chris Lattner
2004-11-19Match change in MachineCodeEmitter prototype.Chris Lattner
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-04-23Implement emitWordAt() for the debug emitter and the file printer emitter. (IBrian Gaeke
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