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
/
MachineRegisterInfo.cpp
Age
Commit message (
Expand
)
Author
2009-09-25
Simplify a few more uses of reg_iterator.
Dan Gohman
2009-06-15
Part 1.
Evan Cheng
2009-06-14
Move register allocation preference (or hint) from LiveInterval to MachineReg...
Evan Cheng
2009-04-15
Move MachineRegisterInfo::setRegClass out of line.
Dan Gohman
2008-12-08
Move createVirtualRegister out-of-line.
Dan Gohman
2008-10-20
Add a register class -> virtual registers map.
Evan Cheng
2008-07-07
Assert that all MachineInstrs update PhysRegUseDefLists in
Dan Gohman
2008-02-13
Added debugging routine dumpUses.
Evan Cheng
2008-02-10
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-01-01
switch the register iterator to act more like hte LLVM value iterator: derefe...
Chris Lattner
2008-01-01
Add a trivial but handy function to efficiently return the machine
Chris Lattner
2008-01-01
Implement automatically updated def/use lists for all MachineInstr register
Chris Lattner
2007-12-31
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner