llvm-6502/include/llvm/CodeGen
Chris Lattner 43b429b059 Refactor the machine code emitter interface to pull the pointers for the current
code emission location into the base class, instead of being in the derived classes.

This change means that low-level methods like emitByte/emitWord now are no longer
virtual (yaay for speed), and we now have a framework to support growable code
segments.  This implements feature request #1 of PR469.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28059 91177308-0d34-0410-b5e6-96231b3b80d8
2006-05-02 18:27:26 +00:00
..
AsmPrinter.h Extend printBasicBlockLabel a bit so that it can be used to print all 2006-05-02 05:37:32 +00:00
DwarfWriter.h Make sure that debug labels are defined within the same section and after the 2006-04-07 20:44:42 +00:00
ELFWriter.h Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean. 2006-02-22 16:23:43 +00:00
InstrScheduling.h Remove trailing whitespace 2005-04-21 20:39:54 +00:00
IntrinsicLowering.h remove ShouldEmitDebugFunctions, a hack to support llvm-db via the jit 2006-03-10 22:49:05 +00:00
LiveInterval.h Improve compatibility with VC2005, patch by Morten Ofstad! 2006-01-26 20:41:32 +00:00
LiveIntervalAnalysis.h Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean. 2006-02-22 16:23:43 +00:00
LiveVariables.h add a comment that I should have written a long time ago 2006-01-04 07:29:33 +00:00
MachineBasicBlock.h Remove trailing whitespace 2005-04-21 20:39:54 +00:00
MachineCodeEmitter.h Refactor the machine code emitter interface to pull the pointers for the current 2006-05-02 18:27:26 +00:00
MachineConstantPool.h Fix a copy & paste error from long ago. 2006-04-18 16:03:18 +00:00
MachineDebugInfo.h Foundation for call frame information. 2006-04-07 16:34:46 +00:00
MachineFrameInfo.h Foundation for call frame information. 2006-04-07 16:34:46 +00:00
MachineFunction.h JumpTable support! What this represents is working asm and jit support for 2006-04-22 18:53:45 +00:00
MachineFunctionPass.h Remove trailing whitespace 2005-04-21 20:39:54 +00:00
MachineInstr.h JumpTable support! What this represents is working asm and jit support for 2006-04-22 18:53:45 +00:00
MachineInstrBuilder.h Added addJumpTableIndex 2006-04-24 06:42:15 +00:00
MachineJumpTableInfo.h Code cleanup associated with jump tables, thanks to Chris for noticing 2006-04-22 23:52:35 +00:00
MachineLocation.h Foundation for call frame information. 2006-04-07 16:34:46 +00:00
MachineRelocation.h Eliminate tabs and trailing spaces. 2005-07-27 05:53:44 +00:00
Passes.h Remove a prototype 2005-10-24 04:13:21 +00:00
SchedGraphCommon.h Convert tabs to spaces 2005-04-22 03:46:24 +00:00
ScheduleDAG.h JumpTable support! What this represents is working asm and jit support for 2006-04-22 18:53:45 +00:00
SelectionDAG.h JumpTable support! What this represents is working asm and jit support for 2006-04-22 18:53:45 +00:00
SelectionDAGISel.h Remove the temporary option: -no-isel-fold-inflight 2006-04-28 18:54:11 +00:00
SelectionDAGNodes.h JumpTable support! What this represents is working asm and jit support for 2006-04-22 18:53:45 +00:00
SSARegMap.h add an assertion 2005-01-05 16:27:34 +00:00
ValueSet.h Remove trailing whitespace 2005-04-21 20:39:54 +00:00
ValueTypes.h getVectorTyppe(MVT::i64, 2) ==> MVT::v2i64. 2006-03-28 01:59:17 +00:00
ValueTypes.td add a new iPTR ValueType for tblgen use 2006-03-27 22:48:00 +00:00