llvm-6502/include/llvm/CodeGen
David Greene a5bb59f856 Fix some column padding bugs, reorganize things as suggested by Chris
and eliminate complexity.  Yay!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78243 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-05 21:00:52 +00:00
..
AsmPrinter.h Fix some column padding bugs, reorganize things as suggested by Chris 2009-08-05 21:00:52 +00:00
BinaryObject.h
BreakCriticalMachineEdge.h
CallingConvLower.h Major calling convention code refactoring. 2009-08-05 01:29:28 +00:00
DAGISelHeader.h
Dump.h Re-apply LiveInterval index dumping patch, with fixes suggested by Bill 2009-08-03 21:55:09 +00:00
DwarfWriter.h
ELFRelocation.h
FastISel.h Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
FileWriters.h
GCMetadata.h
GCMetadataPrinter.h
GCs.h
GCStrategy.h
IntrinsicLowering.h
JITCodeEmitter.h 1) Proper emit displacements for x86, using absolute relocations where necessary 2009-08-05 00:11:21 +00:00
LatencyPriorityQueue.h
LazyLiveness.h Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage 2009-07-31 18:16:33 +00:00
LinkAllAsmWriterComponents.h
LinkAllCodegenComponents.h Removed the BigBlock register allocator. 2009-07-30 23:18:43 +00:00
LiveInterval.h Move more to raw_ostream, provide support for writing MachineBasicBlock, 2009-07-24 10:36:58 +00:00
LiveIntervalAnalysis.h Re-apply LiveInterval index dumping patch, with fixes suggested by Bill 2009-08-03 21:55:09 +00:00
LiveStackAnalysis.h
LiveVariables.h
MachineBasicBlock.h Re-apply LiveInterval index dumping patch, with fixes suggested by Bill 2009-08-03 21:55:09 +00:00
MachineCodeEmitter.h 1) Proper emit displacements for x86, using absolute relocations where necessary 2009-08-05 00:11:21 +00:00
MachineCodeInfo.h
MachineConstantPool.h make Constant::getRelocationInfo return an enum, as suggested by Duncan. 2009-07-24 03:27:21 +00:00
MachineDominators.h
MachineFrameInfo.h Fix some comments referring to std::cerr. 2009-08-03 01:02:24 +00:00
MachineFunction.h Re-apply LiveInterval index dumping patch, with fixes suggested by Bill 2009-08-03 21:55:09 +00:00
MachineFunctionAnalysis.h Give MachineFunctionAnalysis a destructor so it can verify that 2009-08-01 04:19:43 +00:00
MachineFunctionPass.h Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage 2009-07-31 18:16:33 +00:00
MachineInstr.h
MachineInstrBuilder.h
MachineJumpTableInfo.h Fix some comments referring to std::cerr. 2009-08-03 01:02:24 +00:00
MachineLocation.h
MachineLoopInfo.h
MachineMemOperand.h
MachineModuleInfo.h implement a new magic global "llvm.compiler.used" which is like llvm.used, but 2009-07-20 06:14:25 +00:00
MachineOperand.h
MachinePassRegistry.h
MachineRegisterInfo.h
MachineRelocation.h
MachORelocation.h
ObjectCodeEmitter.h 1) Proper emit displacements for x86, using absolute relocations where necessary 2009-08-05 00:11:21 +00:00
Passes.h Fix some comments referring to std::cerr. 2009-08-03 01:02:24 +00:00
PseudoSourceValue.h
RegAllocRegistry.h
RegisterCoalescer.h Delete spurious semicolons. 2009-07-31 18:59:29 +00:00
RegisterScavenging.h Scavenger asserts. 2009-08-02 18:28:41 +00:00
RuntimeLibcalls.h Allow targets to define libcall names for mem(cpy,set,move) intrinsics, rather than hardcoding them in DAG lowering. 2009-07-30 09:12:56 +00:00
ScheduleDAG.h
ScheduleHazardRecognizer.h
SchedulerRegistry.h
SelectionDAG.h Major calling convention code refactoring. 2009-08-05 01:29:28 +00:00
SelectionDAGISel.h Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage 2009-07-31 18:16:33 +00:00
SelectionDAGNodes.h Major calling convention code refactoring. 2009-08-05 01:29:28 +00:00
ValueTypes.h Factor some of the constants+context related code out into a separate header, to make LLVMContextImpl.h 2009-08-04 22:41:48 +00:00
ValueTypes.td