aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineCodeEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+14
* Refactor the machine code emitter interface to pull the pointers for the currentChris Lattner2006-05-021-131/+0
* Remove dead methodChris Lattner2006-05-021-4/+0
* Remove the debug machine code emitter. The "FilePrinterEmitter" is moreChris Lattner2006-05-021-52/+0
* JumpTable support! What this represents is working asm and jit support forNate Begeman2006-04-221-2/+12
* mixed-STL programs are big and nasty :(Duraid Madina2005-12-281-0/+1
* new is not a valid default anywhere, so make this pure virtualAndrew Lenharth2005-07-281-0/+7
* Remove trailing whitespaceMisha Brukman2005-04-211-7/+7
* Fix the FIXME, nuke the JIT specific forceCompilationOf method.Chris Lattner2004-11-221-18/+0
* These methods are obsoleteChris Lattner2004-11-221-8/+0
* Adjust to changed interfacesChris Lattner2004-11-201-7/+7
* Add getCurrentPCOffset() and addRelocation() methods.Chris Lattner2004-11-201-0/+12
* Match change in MachineCodeEmitter prototype.Chris Lattner2004-11-191-2/+2
* 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