llvm-6502/lib/CodeGen
Brian Gaeke da8246bb71 Implement emitWordAt() for the debug emitter and the file printer emitter. (I
am not so sure about the file printer emitter, but the debug emitter change
should be harmless.)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13117 91177308-0d34-0410-b5e6-96231b3b80d8
2004-04-23 17:11:13 +00:00
..
InstrSched MBB::remove should not modify the iterator passed in 2004-03-31 21:59:59 +00:00
ModuloScheduling Adding new Modulo Scheduling graph files. 2004-03-01 02:50:57 +00:00
SelectionDAG Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
IntrinsicLowering.cpp By default, llvm.setjmp/llvm.longjmp intrinsics get lowered to their libc counterparts 2004-02-15 22:24:51 +00:00
LiveIntervalAnalysis.cpp Fix bug introduced in previous commit. 2004-04-12 20:26:39 +00:00
LiveIntervalAnalysis.h Add definition list to each live interval. 2004-04-09 18:07:57 +00:00
LiveVariables.cpp Correctly update LiveVariables when an instruction changes 2004-03-30 22:44:39 +00:00
MachineBasicBlock.cpp Use MachineBasicBlock::getParent(). 2004-02-23 18:36:38 +00:00
MachineCodeEmitter.cpp Implement emitWordAt() for the debug emitter and the file printer emitter. (I 2004-04-23 17:11:13 +00:00
MachineCodeForInstruction.cpp Add back #include I messed up 2004-02-29 21:40:53 +00:00
MachineFunction.cpp Change how the beginnings and ends of MachineFunctions are printed. Get 2004-03-29 21:58:31 +00:00
MachineInstr.cpp Make MachineOperand's value named 'contents'. Make really, really sure 2004-03-03 19:07:27 +00:00
MachineInstrAnnot.cpp Move the private MachineInstrAnnot.h into a private directory. 2004-02-29 19:12:51 +00:00
Makefile Move InstrSelection into lib/Target/Sparc, as it's sparc specific 2004-01-09 06:24:06 +00:00
Passes.cpp Add a spiller option to llc. A simple spiller will come soon. When we get CFG in the machine code represenation a global spiller will also be possible. Also document the linear scan register allocator but mark it as experimental for now. 2004-03-01 23:18:15 +00:00
PHIElimination.cpp MachineBasicBlock::remove should not modify the iterator passed in 2004-03-31 21:59:29 +00:00
PhysRegTracker.h Improved PhysRegTracker interface. RegAlloc lazily allocates the register tracker using a std::auto_ptr 2004-02-23 06:10:13 +00:00
PrologEpilogInserter.cpp Make dense maps keyed on physical registers smallerusing 2004-02-15 21:37:17 +00:00
RegAllocLinearScan.cpp Make the set of fixed (preallocated) intervals be a fixed superset of 2004-03-17 00:48:59 +00:00
RegAllocLocal.cpp Change MRegisterInfo::foldMemoryOperand to return the folded 2004-03-14 07:19:51 +00:00
RegAllocSimple.cpp Fix PR294 2004-03-16 01:45:55 +00:00
TwoAddressInstructionPass.cpp Beautify debug output. 2004-02-18 00:35:06 +00:00
VirtRegMap.cpp Spill explicit physical register defs as well. 2004-03-09 08:35:13 +00:00
VirtRegMap.h Add a spiller option to llc. A simple spiller will come soon. When we get CFG in the machine code represenation a global spiller will also be possible. Also document the linear scan register allocator but mark it as experimental for now. 2004-03-01 23:18:15 +00:00