llvm-6502/include/llvm/CodeGen
Chris Lattner 57f9a43c64 refactor critical edge breaking out into the SplitCritEdgesForPHIConstants method.
This is a baby step towards fixing PR925.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30643 91177308-0d34-0410-b5e6-96231b3b80d8
2006-09-28 06:17:10 +00:00
..
AsmPrinter.h Add support for ${:comment}, which expands to the current target's comment 2006-09-26 23:59:50 +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 Keep track of the start of MBB's in a separate map from instructions. This 2006-09-15 03:57:23 +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 Add MachineConstantPoolEntry getOffset() accessor. 2006-09-14 07:32:32 +00:00
MachineDebugInfo.h Sort out mangled names for globals 2006-09-18 14:47:26 +00:00
MachineFrameInfo.h Tidy up. 2006-08-25 22:56:30 +00:00
MachineFunction.h Remove dead methods, add getNumBlockIDs() method 2006-09-14 06:40:48 +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 Final polish on machine pass registries. 2006-08-02 12:30:23 +00:00
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 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 Added support for machine specific constantpool values. These are useful for 2006-09-12 21:00:35 +00:00
SelectionDAGCSEMap.h Added support for machine specific constantpool values. These are useful for 2006-09-12 21:00:35 +00:00
SelectionDAGISel.h refactor critical edge breaking out into the SplitCritEdgesForPHIConstants method. 2006-09-28 06:17:10 +00:00
SelectionDAGNodes.h Add support for other relocation bases to jump tables, as well as custom asm directives 2006-09-24 19:45:58 +00:00
SSARegMap.h
ValueTypes.h
ValueTypes.td