llvm-6502/include/llvm/CodeGen
Misha Brukman a7afa37f3c Clarify documentation and use correct doxygen comment form /// vs. // .
Thanks to Vladimir Prus for corrections.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14009 91177308-0d34-0410-b5e6-96231b3b80d8
2004-06-04 14:51:25 +00:00
..
InstrForest.h
InstrScheduling.h
InstrSelection.h
IntrinsicLowering.h Add support for inserting all prototypes up-front 2004-05-09 04:29:49 +00:00
LiveIntervalAnalysis.h Pull Interval class out of LiveIntervals. 2004-05-30 07:46:27 +00:00
LiveVariables.h Stop LiveVariables from using BasicBlocks as part of the mapping, instead 2004-05-01 21:23:35 +00:00
MachineBasicBlock.h Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDetector to fix memory leak bug. 2004-05-24 07:14:35 +00:00
MachineCodeEmitter.h Add emitWordAt() - a quick and dirty interface that the machine-dependent 2004-04-23 17:11:12 +00:00
MachineCodeForInstruction.h Do not use explicit casts that hide the dependence on Instruction being 2004-02-29 19:02:26 +00:00
MachineConstantPool.h
MachineFrameInfo.h finegrainify namespacification 2004-02-15 05:52:36 +00:00
MachineFunction.h Clarify documentation and use correct doxygen comment form /// vs. // . 2004-06-04 14:51:25 +00:00
MachineFunctionInfo.h
MachineFunctionPass.h
MachineInstr.h Changed clone to be const. 2004-05-24 03:14:18 +00:00
MachineInstrBuilder.h Fix a typo in the head-of-file comment. 2004-05-23 05:04:00 +00:00
Passes.h Registering the ModuloScheduling pass. 2004-05-08 16:14:02 +00:00
SchedGraphCommon.h Fixed up sched graph. 2004-05-08 16:14:24 +00:00
SelectionDAG.h
SSARegMap.h Add DenseMap template and actually use it for for mapping virtual regs 2004-02-25 21:55:45 +00:00
ValueSet.h
ValueTypes.h