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