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-01 00:33:09 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
2c6c14d1a5
llvm-6502
/
lib
/
CodeGen
History
Misha Brukman
6a90f8202b
Add #include <cstdlib> and abort() to silence a warning
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@15413
91177308-0d34-0410-b5e6-96231b3b80d8
2004-08-02 14:02:21 +00:00
..
InstrSched
Convert a few assertions with side-effects into regular old runtime checks.
2004-07-29 21:31:20 +00:00
ModuloScheduling
Add #include <cstdlib> and abort() to silence a warning
2004-08-02 14:02:21 +00:00
SelectionDAG
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
Fix the sense of joinable
2004-07-25 07:47:25 +00:00
LiveIntervalAnalysis.h
Change std::map<unsigned, LiveInterval*> into a std::map<unsigned,
2004-07-24 11:44:15 +00:00
LiveVariables.cpp
MachineBasicBlock.cpp
MachineCodeEmitter.cpp
MachineCodeForInstruction.cpp
MachineFunction.cpp
Fix #includes of i*.h => Instructions.h as per PR403.
2004-07-29 17:30:56 +00:00
MachineInstr.cpp
MachineInstrAnnot.cpp
Fix #includes of i*.h => Instructions.h as per PR403.
2004-07-29 17:30:56 +00:00
Makefile
Adding ModuloScheduling so that it compiles for everyone.
2004-08-01 19:00:17 +00:00
Passes.cpp
PHIElimination.cpp
PhysRegTracker.h
PrologEpilogInserter.cpp
RegAllocIterativeScan.cpp
Change std::map<unsigned, LiveInterval*> into a std::map<unsigned,
2004-07-24 11:44:15 +00:00
RegAllocLinearScan.cpp
Add some comments to the backtracking code.
2004-07-25 08:10:33 +00:00
RegAllocLocal.cpp
RegAllocSimple.cpp
TwoAddressInstructionPass.cpp
UnreachableBlockElim.cpp
Fix #includes of i*.h => Instructions.h as per PR403:
2004-07-29 17:23:00 +00:00
VirtRegMap.cpp
VirtRegMap.h