This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-28 19:31:58 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
bd2efb9600
llvm-6502
/
lib
/
CodeGen
History
Nate Begeman
bd2efb9600
Back out change to divide getSpillSize by 8 until I figure out why it breaks x86, which has register sizes in bits.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@16073
91177308-0d34-0410-b5e6-96231b3b80d8
2004-08-27 16:48:24 +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
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
IntrinsicLowering.cpp
LiveInterval.cpp
LiveInterval.h
LiveIntervalAnalysis.cpp
Use newly added API in MRegisterInfo.
2004-08-26 22:22:38 +00:00
LiveIntervalAnalysis.h
Use newly added API in MRegisterInfo.
2004-08-26 22:22:38 +00:00
LiveVariables.cpp
Use newly added API in MRegisterInfo and don't expose the allocatable
2004-08-26 22:23:32 +00:00
MachineBasicBlock.cpp
MachineCodeEmitter.cpp
MachineFunction.cpp
Move this code to lib/Target/SparcV9/MachineFunctionInfo.cpp
2004-08-16 22:36:34 +00:00
MachineInstr.cpp
Makefile
Passes.cpp
PHIElimination.cpp
PhysRegTracker.h
PrologEpilogInserter.cpp
Back out change to divide getSpillSize by 8 until I figure out why it breaks x86, which has register sizes in bits.
2004-08-27 16:48:24 +00:00
RegAllocIterativeScan.cpp
The linear scan variants do not require the LiveVariables analysis.
2004-08-27 04:51:13 +00:00
RegAllocLinearScan.cpp
The linear scan variants do not require the LiveVariables analysis.
2004-08-27 04:51:13 +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
VirtRegMap.cpp
Stop using CreateStackObject(RegClass*)
2004-08-15 22:02:22 +00:00
VirtRegMap.h