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-01-20 18:56:04 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
CodeGen
History
Chris Lattner
3160b1235e
Allow const functions
...
llvm-svn: 6056
2003-05-09 03:27:41 +00:00
..
InstrSched
…
InstrSelection
Remove unneccesary &*
2003-04-23 16:36:11 +00:00
Mapping
…
ModuloScheduling
Just some code beautification changes I had sitting around in my tree.
2003-04-22 23:00:08 +00:00
PostOpts
…
PreOpts
…
RegAlloc
…
LiveVariables.cpp
Add a vector to keep track of which registers are allocatable. Remove FIXMEs
2003-05-07 20:08:36 +00:00
MachineCodeEmitter.cpp
Allow const functions
2003-05-09 03:27:41 +00:00
MachineCodeForInstruction.cpp
…
MachineFunction.cpp
Remove unneccesary &*
2003-04-23 16:36:11 +00:00
MachineInstr.cpp
…
MachineInstrAnnot.cpp
…
Makefile
…
PHIElimination.cpp
Fix problems with empty basic blocks
2003-01-16 18:06:43 +00:00
PrologEpilogInserter.cpp
Fix a bug which occurred with empty basic blocks
2003-05-02 18:44:42 +00:00
RegAllocLocal.cpp
Debug output should go to cerr, not cout, because that's where bytecode goes.
2003-05-04 22:51:30 +00:00
RegAllocSimple.cpp
…