This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-04-16 14:40:00 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
CodeGen
/
ModuloScheduling
History
Brian Gaeke
7364ea9c20
Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI.
...
llvm-svn: 15906
2004-08-18 20:04:24 +00:00
..
Makefile
Added LLVM copyright notice to Makefiles.
2003-10-20 22:26:57 +00:00
ModuloScheduling.cpp
Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI.
2004-08-18 20:04:24 +00:00
ModuloScheduling.h
Updated ModuloScheduling. It makes it all the wya through register allocation on the new code!!
2004-07-30 23:36:10 +00:00
MSchedGraph.cpp
Add #include <cstdlib> and abort() to silence a warning
2004-08-02 14:02:21 +00:00
MSchedGraph.h
Updating my cvs versions. THis is still in progress and much will be changed.
2004-05-26 06:27:18 +00:00
MSSchedule.cpp
Get rid of a warning when compiling optimized. Uninitialized variable has
2004-08-07 15:19:31 +00:00
MSSchedule.h
Adding scheduling class.
2004-05-26 06:27:36 +00:00