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-17 18:31:04 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
34e17052a7
llvm-6502
/
lib
/
CodeGen
History
Chris Lattner
4025a9c2cc
ADd support for TargetConstantPool nodes
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@23041
91177308-0d34-0410-b5e6-96231b3b80d8
2005-08-25 05:03:06 +00:00
..
SelectionDAG
ADd support for TargetConstantPool nodes
2005-08-25 05:03:06 +00:00
AsmPrinter.cpp
Culling out use of unions for converting FP to bits and vice versa.
2005-08-17 19:34:49 +00:00
BranchFolding.cpp
ELFWriter.cpp
Fix VC++ constant truncation warning.
2005-08-19 16:19:21 +00:00
IntrinsicLowering.cpp
Eliminate all remaining tabs and trailing spaces.
2005-07-27 06:12:32 +00:00
LiveInterval.cpp
Print the symbolic register name in a register allocator debug dump.
2005-05-14 05:34:15 +00:00
LiveInterval.h
Print the symbolic register name in a register allocator debug dump.
2005-05-14 05:34:15 +00:00
LiveIntervalAnalysis.cpp
Simplify this code by using higher-level LiveVariables methods
2005-08-23 22:51:41 +00:00
LiveIntervalAnalysis.h
LiveVariables.cpp
Implement LiveVariables.h change
2005-08-24 00:09:33 +00:00
MachineBasicBlock.cpp
MachineCodeEmitter.cpp
new is not a valid default anywhere, so make this pure virtual
2005-07-28 18:13:59 +00:00
MachineFunction.cpp
print stack object alignment in -print-machineinstr dumps
2005-05-13 22:54:44 +00:00
MachineInstr.cpp
Makefile
Passes.cpp
PHIElimination.cpp
adjust to new live variables interface
2005-08-23 23:42:17 +00:00
PhysRegTracker.h
PrologEpilogInserter.cpp
When inserting callee-save register reloads, make sure to skip over any
2005-05-15 03:09:58 +00:00
RegAllocIterativeScan.cpp
RegAllocLinearScan.cpp
Keep track of which registers are related to which other registers.
2005-08-23 22:27:31 +00:00
RegAllocLocal.cpp
adjust to new live variables interface
2005-08-23 23:42:17 +00:00
RegAllocSimple.cpp
TwoAddressInstructionPass.cpp
UnreachableBlockElim.cpp
VirtRegMap.cpp
VirtRegMap.h