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
/
include
/
llvm
/
CodeGen
/
MachineRegisterInfo.h
Age
Commit message (
Expand
)
Author
2011-02-21
Revert r124611 - "Keep track of incoming argument's location while emitting L...
Devang Patel
2011-01-31
Keep track of incoming argument's location while emitting LiveIns.
Devang Patel
2011-01-10
Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.
Jakob Stoklund Olesen
2011-01-09
Remove MachineRegisterInfo::getLastVirtReg(), it was giving wrong results
Jakob Stoklund Olesen
2011-01-09
Use IndexedMap for MachineRegisterInfo as well. No functional change.
Jakob Stoklund Olesen
2011-01-08
Use an IndexedMap for LiveVariables::VirtRegInfo.
Jakob Stoklund Olesen
2010-10-06
Add MachineRegisterInfo::constrainRegClass and use it in MachineCSE.
Jakob Stoklund Olesen
2010-06-29
Begin implementation of an inline spiller.
Jakob Stoklund Olesen
2010-06-18
Start TargetRegisterClass indices at 0 instead of 1, so that
Dan Gohman
2010-05-24
Avoid adding duplicate function live-in's.
Evan Cheng
2010-05-21
constify accessor.
Chris Lattner
2010-05-15
Add reg_nodbg_iterator
Jakob Stoklund Olesen
2010-05-13
Add a utility function for conservatively clearing kill flags, and make
Dan Gohman
2010-05-11
Simplify the tracking of used physregs to a bulk bitor followed by a transitive
Jakob Stoklund Olesen
2010-04-28
Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc...
Evan Cheng
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
2010-02-06
Add a Debug bit to MachineOperand, for uses that
Dale Johannesen
2009-11-09
Print "..." instead of all the uninteresting register clobbers on call
Dan Gohman
2009-08-27
eliminate all 80-col violations that I have introduced in my recent checkins ...
Gabor Greif
2009-08-27
Clean up the minor mess I caused with removing iterator.h. I shall take care ...
Gabor Greif
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
2009-01-07
Add empty() methods for register def lists.
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-25
Enable rematerialization of constants using AliasAnalysis::pointsToConstantMe...
Dan Gohman
2008-06-19
Minor spiller tweak to unfavor reload into load/store instructions.
Evan Cheng
2008-06-18
Add MachineRegisterInfo::use_empty.
Evan Cheng
2008-05-29
For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"
Anton Korobeynikov
2008-05-05
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-04-01
update comment.
Chris Lattner
2008-02-20
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-02-13
Added debugging routine dumpUses.
Evan Cheng
2008-02-10
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-01-29
Add explicit keywords.
Dan Gohman
2008-01-10
provide def_* and use_* iterators in addition to reg_* iterators.
Chris Lattner
2008-01-03
don't access element zero of an array of size zero.
Chris Lattner
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
add efficient iteration support for register use/def's
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