llvm-6502/include/llvm/CodeGen
Nate Begeman bfaaaa6e0f Properly mangles symbol table names
Supports constant pools
Supports relocations to jump tables
Supports relocations within the data segment (global = address of global)
Allocates memory in a non-hacky for all non-code objects.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32430 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-11 02:20:45 +00:00
..
AsmPrinter.h
DwarfWriter.h Removed more <iostream> includes 2006-12-07 20:28:15 +00:00
ELFWriter.h
InstrScheduling.h
IntrinsicLowering.h Simplify IntrinsicLowering and clarify that it is only for use by the 2006-11-15 18:00:10 +00:00
LinkAllCodegenComponents.h
LiveInterval.h Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +00:00
LiveIntervalAnalysis.h Added a new method "CreateNewLiveInterval" which, given a list of 2006-11-16 02:41:50 +00:00
LiveVariables.h Do away with kill / dead maps. Move kill / dead info onto MI's. 2006-11-15 20:51:59 +00:00
MachineBasicBlock.h Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +00:00
MachineCodeEmitter.h Allow target to specify alignment for function stub. 2006-11-16 20:04:54 +00:00
MachineConstantPool.h Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +00:00
MachineDebugInfo.h Change global descriptor names to provide name, full name and linkage name. 2006-11-30 14:35:45 +00:00
MachineFrameInfo.h Hopefully a good crack at making debugging work on intel -disable-fp-elim. 2006-11-17 21:19:15 +00:00
MachineFunction.h
MachineFunctionPass.h
MachineInstr.h Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +00:00
MachineInstrBuilder.h Fix indentation. 2006-11-28 02:22:51 +00:00
MachineJumpTableInfo.h
MachineLocation.h
MachinePassRegistry.h
MachineRelocation.h Add a default relocation type, and allow clients to set the ConstantVal 2006-12-11 02:19:29 +00:00
MachOWriter.h Properly mangles symbol table names 2006-12-11 02:20:45 +00:00
Passes.h Oops! didn't mean to put this in there yet. 2006-11-29 07:31:23 +00:00
RegAllocRegistry.h
SchedGraphCommon.h Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +00:00
ScheduleDAG.h
SchedulerRegistry.h
SelectionDAG.h
SelectionDAGISel.h
SelectionDAGNodes.h
SSARegMap.h
ValueTypes.h
ValueTypes.td