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
2025-01-09 10:31:14 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
a17cf0a7e2
llvm-6502
/
lib
/
CodeGen
History
Evan Cheng
a17cf0a7e2
Use getOffset() instead.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@30327
91177308-0d34-0410-b5e6-96231b3b80d8
2006-09-14 07:41:12 +00:00
..
SelectionDAG
If LSR went through a lot of trouble to put constants (e.g. the addr of a global
2006-09-13 06:02:42 +00:00
AsmPrinter.cpp
Use MachineConstantPoolEntry getOffset() and getType() accessors.
2006-09-14 07:35:00 +00:00
BranchFolding.cpp
DwarfWriter.cpp
Make target asm info a property of the target machine.
2006-09-07 22:06:40 +00:00
ELFWriter.cpp
IntrinsicLowering.cpp
LiveInterval.cpp
LiveIntervalAnalysis.cpp
Fix a long-standing wart in the code generator: two-address instruction lowering
2006-09-05 02:12:02 +00:00
LiveVariables.cpp
Only call isUse/isDef on register operands
2006-09-05 20:19:27 +00:00
LLVMTargetMachine.cpp
MachineBasicBlock.cpp
MachineDebugInfo.cpp
MachineFunction.cpp
Use getOffset() instead.
2006-09-14 07:41:12 +00:00
MachineInstr.cpp
Only call isUse/isDef on register operands
2006-09-05 20:19:27 +00:00
MachinePassRegistry.cpp
MachOWriter.cpp
Behold, more work on relocations. Things are looking pretty good now.
2006-09-10 23:03:44 +00:00
Makefile
Passes.cpp
PHIElimination.cpp
PhysRegTracker.h
PrologEpilogInserter.cpp
RegAllocLinearScan.cpp
RegAllocLocal.cpp
Non-allocatable physregs can be killed and dead, but don't treat them as
2006-09-08 20:21:31 +00:00
RegAllocSimple.cpp
Fix a long-standing wart in the code generator: two-address instruction lowering
2006-09-05 02:12:02 +00:00
TwoAddressInstructionPass.cpp
Fix a long-standing wart in the code generator: two-address instruction lowering
2006-09-05 02:12:02 +00:00
UnreachableBlockElim.cpp
VirtRegMap.cpp
Fix a long-standing wart in the code generator: two-address instruction lowering
2006-09-05 02:12:02 +00:00
VirtRegMap.h
Fix a long-standing wart in the code generator: two-address instruction lowering
2006-09-05 02:12:02 +00:00