llvm-6502/include/llvm/CodeGen
2009-03-06 18:17:45 +00:00
..
AsmPrinter.h Overhaul my earlier submission due to feedback. It's a large patch, but most of 2009-02-24 08:30:20 +00:00
BreakCriticalMachineEdge.h
CallingConvLower.h
DAGISelHeader.h Delete unnecessary elses. 2009-01-28 18:03:09 +00:00
DebugLoc.h Print out a new label only if the debug location *tuple* is different. The debug 2009-02-19 09:16:38 +00:00
DwarfWriter.h Clean up dwarf writer, part 1. This eliminated the horrible recursive getGlobalVariablesUsing and replaced it something readable. It eliminated use of slow UniqueVector and replaced it with StringMap, SmallVector, and DenseMap, etc. It also fixed some non-deterministic behavior. 2009-02-25 07:04:34 +00:00
ELFRelocation.h
FastISel.h Create DebugLoc information in FastISel. Several temporary methods were 2009-02-03 00:55:04 +00:00
FileWriters.h
GCMetadata.h
GCMetadataPrinter.h
GCs.h
GCStrategy.h
IntrinsicLowering.h
LatencyPriorityQueue.h
LinkAllAsmWriterComponents.h
LinkAllCodegenComponents.h
LiveInterval.h Strengthen the previous check. 2009-02-08 08:24:28 +00:00
LiveIntervalAnalysis.h Fix PR3486. Fix a bug in code that manually patch physical register live interval after its sub-register is coalesced with a virtual register. 2009-02-08 11:04:35 +00:00
LiveStackAnalysis.h
LiveVariables.h
MachineBasicBlock.h do not close friendship with every odd class 2009-03-06 01:09:27 +00:00
MachineCodeEmitter.h Add support to the JIT for true non-lazy operation. When a call to a function 2009-02-18 08:31:02 +00:00
MachineConstantPool.h Fix a bunch of Doxygen syntax issues. Escape special characters, 2009-03-03 02:55:14 +00:00
MachineDominators.h
MachineFrameInfo.h Fix a bunch of Doxygen syntax issues. Escape special characters, 2009-03-03 02:55:14 +00:00
MachineFunction.h ooops, forgot to include the pointless-write eliminator in my previous checkin 2009-03-04 21:54:31 +00:00
MachineFunctionPass.h
MachineInstr.h do not close friendship with every odd class 2009-03-06 01:09:27 +00:00
MachineInstrBuilder.h Factor out the code to add a MachineOperand to a MachineInstrBuilder. 2009-02-18 05:45:50 +00:00
MachineJumpTableInfo.h
MachineLocation.h
MachineLoopInfo.h Eliminate several more unnecessary intptr_t casts. 2009-02-18 05:09:16 +00:00
MachineMemOperand.h
MachineModuleInfo.h Remove dead code. 2009-02-03 19:46:28 +00:00
MachineOperand.h
MachinePassRegistry.h
MachineRegisterInfo.h
MachineRelocation.h
MachORelocation.h
Passes.h
PseudoSourceValue.h
RegAllocRegistry.h
RegisterCoalescer.h Fix a bunch of Doxygen syntax issues. Escape special characters, 2009-03-03 02:55:14 +00:00
RegisterScavenging.h Don't pass BitVectors by value, pass them by reference. 2009-02-06 09:16:15 +00:00
RuntimeLibcalls.h
ScheduleDAG.h Unbreak the build on win32. 2009-02-14 16:06:42 +00:00
ScheduleHazardRecognizer.h
SchedulerRegistry.h When scheduling a block in parts, keep track of the overall 2009-02-11 04:27:20 +00:00
SelectionDAG.h ooops, forgot to include the pointless-write eliminator in my previous checkin 2009-03-04 21:54:31 +00:00
SelectionDAGISel.h When scheduling a block in parts, keep track of the overall 2009-02-11 04:27:20 +00:00
SelectionDAGNodes.h Add default constructor to SDNode to make gcc 3.4.6 happy. 2009-03-06 18:17:45 +00:00
ValueTypes.h Fix PR3453 and probably a bunch of other potential 2009-02-01 18:06:53 +00:00
ValueTypes.td