llvm-6502/include/llvm/CodeGen
Nate Begeman 94be248dbb First pass at supporting relocations. Relocations are written correctly to
the file now, however the relocated address is currently wrong.  Fixing
that will require some deep pondering.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30207 91177308-0d34-0410-b5e6-96231b3b80d8
2006-09-08 22:42:09 +00:00
..
AsmPrinter.h Make target asm info a property of the target machine. 2006-09-07 22:06:40 +00:00
DwarfWriter.h Make target asm info a property of the target machine. 2006-09-07 22:06:40 +00:00
ELFWriter.h
InstrScheduling.h
IntrinsicLowering.h
LinkAllCodegenComponents.h Now that the ISel is available, it's possible to create a default instruction 2006-08-01 19:14:14 +00:00
LiveInterval.h add a prototype 2006-09-02 05:37:53 +00:00
LiveIntervalAnalysis.h Avoid beating on the mi2i map when we know the answer already. 2006-09-03 08:07:11 +00:00
LiveVariables.h Move two methods out of line, make them work when the record for a machine 2006-09-03 00:05:09 +00:00
MachineBasicBlock.h
MachineCodeEmitter.h Fix non-64-bit clean code. 2006-06-21 00:29:14 +00:00
MachineConstantPool.h
MachineDebugInfo.h 1. Support for c++ mangled names. 2006-07-11 15:58:09 +00:00
MachineFrameInfo.h Tidy up. 2006-08-25 22:56:30 +00:00
MachineFunction.h Constify some methods. Patch provided by Anton Vayvod, thanks! 2006-08-17 22:00:08 +00:00
MachineFunctionPass.h Add an out-of-line virtual function to home class. 2006-07-14 23:08:47 +00:00
MachineInstr.h IsDef can only be accessed / set if operand is a register. 2006-09-05 20:20:04 +00:00
MachineInstrBuilder.h Completely eliminate def&use operands. Now a register operand is EITHER a 2006-09-05 02:31:13 +00:00
MachineJumpTableInfo.h
MachineLocation.h
MachinePassRegistry.h Final polish on machine pass registries. 2006-08-02 12:30:23 +00:00
MachineRelocation.h Add basic block machine relocation. 2006-07-27 18:18:13 +00:00
MachOWriter.h First pass at supporting relocations. Relocations are written correctly to 2006-09-08 22:42:09 +00:00
Passes.h
RegAllocRegistry.h Breaking out specialized classes. 2006-08-02 12:27:50 +00:00
SchedGraphCommon.h
ScheduleDAG.h switch the SUnit pred/succ sets from being std::sets to being smallvectors. 2006-08-17 00:09:56 +00:00
SchedulerRegistry.h Breaking out specialized classes. 2006-08-02 12:27:50 +00:00
SelectionDAG.h fix 80 column issue 2006-08-30 05:56:52 +00:00
SelectionDAGCSEMap.h Start using SDVTList more consistently 2006-08-15 19:11:05 +00:00
SelectionDAGISel.h Move DAGSize to SelectionDAGISel; it's used in tablegen'd isel code. 2006-08-07 22:16:08 +00:00
SelectionDAGNodes.h Eliminate SelectNodeTo() and getTargetNode() variants which take more than 2006-08-27 08:08:54 +00:00
SSARegMap.h
ValueTypes.h Move MVT::getVectorType out of line, it is large and shouldn't be inlined. 2006-07-19 00:40:45 +00:00
ValueTypes.td