index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
RegAllocLocal.cpp
Age
Commit message (
Expand
)
Author
2003-05-27
(1) Added special register class containing (for now) %fsr.
Vikram S. Adve
2003-05-12
Fix tab infestation!
Chris Lattner
2003-05-04
Debug output should go to cerr, not cout, because that's where bytecode goes.
Misha Brukman
2003-01-16
Fix problems with empty basic blocks
Chris Lattner
2003-01-14
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2003-01-13
* Convert to use LiveVariable analysis
Chris Lattner
2002-12-28
Rename FunctionFrameInfo to MachineFrameInfo
Chris Lattner
2002-12-28
* Convert to be a MachineFunctionPass instance
Chris Lattner
2002-12-25
Adjust to simpler spill interface
Chris Lattner
2002-12-24
Substantial fixes to live range handling, fixing several problems, getting
Chris Lattner
2002-12-18
* Fix several register aliasing bugs
Chris Lattner
2002-12-17
Use new reginfo interface
Chris Lattner
2002-12-17
Add prolog/epilog spills/reloads to counters
Chris Lattner
2002-12-17
Fix many bugs, regallocator now saves callee-save registers instead of target
Chris Lattner
2002-12-16
* Fix a gross X86 hack that was intended to avoid allocating SP and BP
Chris Lattner
2002-12-16
Initial checkin of "local" register allocator. Bugs are still present.
Chris Lattner