summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineCodeEmitter.h
Commit message (Expand)AuthorAge
...
* Change this interface a bitChris Lattner2004-11-20
* Add getCurrentPCOffset() and addRelocation() methods.Chris Lattner2004-11-20
* Remove dead #includeChris Lattner2004-11-20
* External symbols are const char*'s now, change this to match.Chris Lattner2004-11-19
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-27
* Changes For Bug 352Reid Spencer2004-09-01
* Add emitWordAt() - a quick and dirty interface that the machine-dependentBrian Gaeke2004-04-23
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* This file has funny include guards and funny extra whitespace.Brian Gaeke2003-10-16
* The word `separate' only has one `e'.Misha Brukman2003-07-14
* Hack up MachineCodeEmitter to actually be target independent.Chris Lattner2003-06-01
* Added saveBBreferences() for BasicBlock resolution.Misha Brukman2003-05-30
* Defines a pass-through debugging emitter -- it writes to a file for inspectionMisha Brukman2003-05-27
* Allow const functionsChris Lattner2003-05-09
* Fix bug in last checkinChris Lattner2003-05-08
* Add new methods for stub generationChris Lattner2003-05-08
* * Add support for values in the constant poolChris Lattner2003-01-13
* Add support for direct global referencesChris Lattner2002-12-04
* Add virtual dtor, expose a debug implChris Lattner2002-12-03
* More supportChris Lattner2002-12-02
* Start adding to the meat of MachineCodeEmitterChris Lattner2002-12-02
* Initial version of MachineCodeEmitter interface: emptyChris Lattner2002-12-02