llvm-6502/lib/CodeGen
Chris Lattner 7af2865fc6 Do not use .xword and friends to emit zeros on V9. Apparently there are issues
with emitting .xwords when not on an 8-byte boundary (.xword 0 is not the
same as 8 .byte 0's).  Because we do not know when or when we are not aligned,
just emit bytes like the old V9 asmprinter did.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16006 91177308-0d34-0410-b5e6-96231b3b80d8
2004-08-24 00:26:11 +00:00
..
InstrSched Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI. 2004-08-18 20:04:24 +00:00
ModuloScheduling Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI. 2004-08-18 20:04:24 +00:00
SelectionDAG Add #include <iostream> since Value.h does not #include it any more. 2004-07-04 12:19:56 +00:00
AsmPrinter.cpp Do not use .xword and friends to emit zeros on V9. Apparently there are issues 2004-08-24 00:26:11 +00:00
BranchFolding.cpp Dereferencing end() is bad. 2004-08-01 09:51:42 +00:00
IntrinsicLowering.cpp Fix #includes of i*.h => Instructions.h as per PR403. 2004-07-29 17:30:56 +00:00
LiveInterval.cpp Fix the sense of joinable 2004-07-25 07:47:25 +00:00
LiveInterval.h Make a method const, no functionality changes 2004-07-25 06:23:01 +00:00
LiveIntervalAnalysis.cpp Reduce usage of MRegisterInfo::getRegClass 2004-08-15 22:23:09 +00:00
LiveIntervalAnalysis.h Clean up whitespace. 2004-08-04 09:46:56 +00:00
LiveVariables.cpp There is no need to store the MBB along with the MI any more, we can now 2004-07-19 07:04:55 +00:00
MachineBasicBlock.cpp Add #include <iostream> since Value.h does not #include it any more. 2004-07-04 12:19:56 +00:00
MachineCodeEmitter.cpp Add #include <iostream> since Value.h does not #include it any more. 2004-07-04 12:19:56 +00:00
MachineFunction.cpp Move this code to lib/Target/SparcV9/MachineFunctionInfo.cpp 2004-08-16 22:36:34 +00:00
MachineInstr.cpp * Doxygenify comments 2004-07-09 14:45:17 +00:00
Makefile Adding ModuloScheduling so that it compiles for everyone. 2004-08-01 19:00:17 +00:00
Passes.cpp The default has not been 'simple' for AGES! 2004-07-22 21:46:02 +00:00
PHIElimination.cpp Update live intervals more accurately for PHI elim. This slightly reduces 2004-07-23 05:27:43 +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 Register info alignment is in bits, frame object alignment is (currently) in 2004-08-21 20:04:59 +00:00
RegAllocIterativeScan.cpp Convert indentation to 2 spaces. 2004-08-04 09:46:26 +00:00
RegAllocLinearScan.cpp Convert indentation to 2 spaces. 2004-08-04 09:46:26 +00:00
RegAllocLocal.cpp Reduce usage of MRegisterInfo::getRegClass 2004-08-15 22:23:09 +00:00
RegAllocSimple.cpp Stop using CreateStackObject(RegClass*) 2004-08-15 22:02:22 +00:00
TwoAddressInstructionPass.cpp The insertion method returns void now 2004-08-15 22:14:31 +00:00
UnreachableBlockElim.cpp Fix #includes of i*.h => Instructions.h as per PR403: 2004-07-29 17:23:00 +00:00
VirtRegMap.cpp Stop using CreateStackObject(RegClass*) 2004-08-15 22:02:22 +00:00
VirtRegMap.h Add function to clear all virtual->physical mappings but not assigned 2004-07-20 13:28:17 +00:00