llvm-6502/include/llvm/CodeGen
2010-01-15 23:38:51 +00:00
..
AsmPrinter.h add a version of AsmPrinter::printVisibility that takes an MCSymbol. 2010-01-15 23:38:51 +00:00
BinaryObject.h
CalcSpillWeights.h
CallingConvLower.h
DAGISelHeader.h Change SelectCode's argument from SDValue to SDNode *, to make it more 2010-01-05 01:24:18 +00:00
DwarfWriter.h
ELFRelocation.h
FastISel.h Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGen 2010-01-05 22:26:32 +00:00
FileWriters.h Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available. 2010-01-15 18:51:18 +00:00
GCMetadata.h
GCMetadataPrinter.h
GCs.h
GCStrategy.h
IntrinsicLowering.h
JITCodeEmitter.h Change indirect-globals to use a dedicated allocIndirectGV. This lets us 2009-12-15 22:42:46 +00:00
LatencyPriorityQueue.h
LinkAllAsmWriterComponents.h
LinkAllCodegenComponents.h
LiveInterval.h
LiveIntervalAnalysis.h
LiveStackAnalysis.h
LiveVariables.h
MachineBasicBlock.h
MachineCodeEmitter.h Change indirect-globals to use a dedicated allocIndirectGV. This lets us 2009-12-15 22:42:46 +00:00
MachineCodeInfo.h
MachineConstantPool.h
MachineDominators.h
MachineFrameInfo.h
MachineFunction.h Add comments. 2010-01-07 00:51:04 +00:00
MachineFunctionAnalysis.h
MachineFunctionPass.h
MachineInstr.h Add <imp-def> and <imp-kill> operands when replacing virtual sub-register defs and kills. 2010-01-06 00:29:28 +00:00
MachineInstrBuilder.h Further progration of metadata operands. The 2010-01-13 00:00:24 +00:00
MachineJumpTableInfo.h
MachineLocation.h
MachineLoopInfo.h Restore dump() methods to Loop and MachineLoop. 2010-01-05 21:08:02 +00:00
MachineMemOperand.h
MachineModuleInfo.h Metadata.h doesn't need to include ValueHandle.h anymore. 2009-12-28 08:20:46 +00:00
MachineModuleInfoImpls.h
MachineOperand.h Remove unneeded argument per review. 2010-01-15 23:28:49 +00:00
MachinePassRegistry.h Sundry dependent-name fixes flagged by clang++. 2009-12-17 23:49:16 +00:00
MachineRegisterInfo.h
MachineRelocation.h
MachineSSAUpdater.h
MachORelocation.h
ObjectCodeEmitter.h
Passes.h Add a quick pass to optimize sign / zero extension instructions. For targets where the pre-extension values are available in the subreg of the result of the extension, replace the uses of the pre-extension value with the result + extract_subreg. 2010-01-13 00:30:23 +00:00
ProcessImplicitDefs.h
PseudoSourceValue.h
RegAllocRegistry.h
RegisterCoalescer.h
RegisterScavenging.h
RuntimeLibcalls.h
ScheduleDAG.h
ScheduleHazardRecognizer.h
SchedulerRegistry.h
SelectionDAG.h - Add a bit more plumbing assigning an order to SDNodes. 2009-12-21 21:59:52 +00:00
SelectionDAGISel.h Teach dag combine to fold the following transformation more aggressively: 2010-01-06 19:38:29 +00:00
SelectionDAGNodes.h Add comments to the dump() and dumpr() routines. 2010-01-15 22:22:58 +00:00
SlotIndexes.h Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint. 2009-12-22 00:11:50 +00:00
ValueTypes.h Simplify this code; avoid duplicating the low-level implementation code. 2010-01-05 00:42:54 +00:00
ValueTypes.td