llvm-6502/include/llvm/CodeGen
Anton Korobeynikov b52cf1f194 Unbreaking static ctors patch.
Defaulting second arguments of SwitchTo*Section, this should make things
somehow clearer.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31306 91177308-0d34-0410-b5e6-96231b3b80d8
2006-10-31 06:11:06 +00:00
..
AsmPrinter.h Unbreaking static ctors patch. 2006-10-31 06:11:06 +00:00
DwarfWriter.h Simplify DwarfWriter header. 2006-10-30 13:35:07 +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 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 Fix for PR929. The PHI nodes were being gone through for each instruction 2006-10-03 07:20:20 +00:00
MachineBasicBlock.h add two helper methods 2006-10-23 23:35:35 +00:00
MachineCodeEmitter.h
MachineConstantPool.h Switch over from SelectionNodeCSEMap to FoldingSet. 2006-10-27 23:46:08 +00:00
MachineDebugInfo.h Tighter data structure for deleted debug labels. 2006-10-24 11:50:43 +00:00
MachineFrameInfo.h Tidy up. 2006-08-25 22:56:30 +00:00
MachineFunction.h Provide a function that ensures MBB numbering is dense and inorder. This 2006-10-03 19:18:57 +00:00
MachineFunctionPass.h
MachineInstr.h add a method for hacking on JTIdx's 2006-10-28 18:18:36 +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 add an assertion 2006-10-28 18:21:51 +00:00
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 Editorial clean up. 2006-10-28 01:34:21 +00:00
SelectionDAGISel.h remove dead method 2006-10-28 18:21:29 +00:00
SelectionDAGNodes.h Added a new SDNode type: BR_JT for jumptable branch. 2006-10-30 07:59:36 +00:00
SSARegMap.h
ValueTypes.h
ValueTypes.td