llvm-6502/lib/CodeGen
2005-09-09 23:53:39 +00:00
..
SelectionDAG Add a missing #include, patch courtesy of Baptiste Lepilleur. 2005-09-09 23:53:39 +00:00
AsmPrinter.cpp
BranchFolding.cpp
ELFWriter.cpp
IntrinsicLowering.cpp
LiveInterval.cpp
LiveInterval.h
LiveIntervalAnalysis.cpp remove debugging code *slaps head* 2005-09-09 19:19:20 +00:00
LiveIntervalAnalysis.h Teach live intervals to not crash on dead livein regs 2005-09-02 00:20:32 +00:00
LiveVariables.cpp
MachineBasicBlock.cpp
MachineCodeEmitter.cpp
MachineFunction.cpp If a function has live ins/outs, print them 2005-08-31 22:34:59 +00:00
MachineInstr.cpp
Makefile
Passes.cpp
PHIElimination.cpp
PhysRegTracker.h
PrologEpilogInserter.cpp
RegAllocIterativeScan.cpp
RegAllocLinearScan.cpp When checking the fixed intervals, don't forget to check for register aliases. 2005-08-30 21:03:36 +00:00
RegAllocLocal.cpp
RegAllocSimple.cpp
TwoAddressInstructionPass.cpp
UnreachableBlockElim.cpp
VirtRegMap.cpp Use continue in the use-processing loop to make it clear what the early exits 2005-09-09 20:29:51 +00:00
VirtRegMap.h