llvm-6502/include/llvm/CodeGen
2006-09-10 23:03:44 +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
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
MachineConstantPool.h
MachineDebugInfo.h
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
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
MachineRelocation.h
MachOWriter.h Behold, more work on relocations. Things are looking pretty good now. 2006-09-10 23:03:44 +00:00
Passes.h
RegAllocRegistry.h
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
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 Implement new fpowi node 2006-09-09 05:55:44 +00:00
SSARegMap.h
ValueTypes.h
ValueTypes.td