aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineCodeEmitter.h
Commit message (Expand)AuthorAgeFilesLines
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* This file has funny include guards and funny extra whitespace.Brian Gaeke2003-10-161-4/+2
* The word `separate' only has one `e'.Misha Brukman2003-07-141-1/+1
* Hack up MachineCodeEmitter to actually be target independent.Chris Lattner2003-06-011-37/+36
* Added saveBBreferences() for BasicBlock resolution.Misha Brukman2003-05-301-0/+8
* Defines a pass-through debugging emitter -- it writes to a file for inspectionMisha Brukman2003-05-271-0/+7
* Allow const functionsChris Lattner2003-05-091-2/+2
* Fix bug in last checkinChris Lattner2003-05-081-0/+1
* Add new methods for stub generationChris Lattner2003-05-081-0/+12
* * Add support for values in the constant poolChris Lattner2003-01-131-1/+16
* Add support for direct global referencesChris Lattner2002-12-041-0/+7
* Add virtual dtor, expose a debug implChris Lattner2002-12-031-0/+8
* More supportChris Lattner2002-12-021-0/+8
* Start adding to the meat of MachineCodeEmitterChris Lattner2002-12-021-1/+19
* Initial version of MachineCodeEmitter interface: emptyChris Lattner2002-12-021-0/+20