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
2010-10-06
Add MachineRegisterInfo::constrainRegClass and use it in MachineCSE.
Jakob Stoklund Olesen
2010-07-10
Replace copyRegToReg with COPY everywhere in lib/CodeGen except for FastISel.
Jakob Stoklund Olesen
2010-06-24
Teach EmitLiveInCopies to omit copies for unused virtual registers,
Dan Gohman
2010-06-18
Don't leak RegClass2VRegMap, which is now a new[] array instead of a
Dan Gohman
2010-06-18
Start TargetRegisterClass indices at 0 instead of 1, so that
Dan Gohman
2010-05-29
Remove unused function.
Benjamin Kramer
2010-05-29
Remove schedule-livein-copies. It's not being used.
Evan Cheng
2010-05-24
Avoid adding duplicate function live-in's.
Evan Cheng
2010-05-13
Add a utility function for conservatively clearing kill flags, and make
Dan Gohman
2010-05-11
Silence warning
Jakob Stoklund Olesen
2010-05-11
Simplify the tracking of used physregs to a bulk bitor followed by a transitive
Jakob Stoklund Olesen
2010-05-06
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
Dan Gohman
2010-04-28
Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc...
Evan Cheng
2010-04-26
Insert dbg_value instructions for function entry block liveins (i.e. function...
Evan Cheng
2010-04-14
Move the code for initialing the entry block livein set out of
Dan Gohman
2010-04-14
Move the code for emitting livein copies out of SelectionDAGISel.
Dan Gohman
2010-04-13
Move MachineRegisterInfo's isLiveIn and isLiveOut out of line.
Dan Gohman
2010-03-03
Add MachineRegisterInfo::hasOneUse and hasOneNonDBGUse.
Evan Cheng
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