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
/
LiveIntervalAnalysis.cpp
Age
Commit message (
Expand
)
Author
2008-05-20
Don't spill dead def.
Evan Cheng
2008-05-13
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-06
Make several variable declarations static.
Dan Gohman
2008-04-16
Empty basic block should have an empty range.
Evan Cheng
2008-04-11
Use of implicit_def is not part of live interval. Create empty intervals for ...
Evan Cheng
2008-04-09
- More aggressively coalescing away copies whose source is defined by an impl...
Evan Cheng
2008-04-03
- Treat a live range defined by an implicit_def as a zero-sized one.
Evan Cheng
2008-04-01
Re-materialization is for uses only.
Evan Cheng
2008-03-31
It's not safe to fold a load from GV stub or constantpool into a two-address ...
Evan Cheng
2008-03-31
The support for remat of instructions with a register operand is hackish, to ...
Evan Cheng
2008-03-15
Remove isImplicitDef TargetInstrDesc flag.
Evan Cheng
2008-03-11
Transfer physical register spill info when load / store folding happens.
Evan Cheng
2008-03-11
When the register allocator runs out of registers, spill a physical register ...
Evan Cheng
2008-03-05
Refactor code. Remove duplicated functions that basically do the same thing as
Evan Cheng
2008-02-27
Spiller now remove unused spill slots.
Evan Cheng
2008-02-26
Rename PrintableName to Name.
Bill Wendling
2008-02-26
Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool
Bill Wendling
2008-02-25
All remat'ed loads cannot be folded into two-address code. Not just argument ...
Evan Cheng
2008-02-25
Correctly determine whether a argument load can be folded into its uses.
Evan Cheng
2008-02-23
Rematerialization logic was overly conservative when it comes to loads from f...
Evan Cheng
2008-02-23
If remating a machine instr with virtual register operand, make sure the vr i...
Evan Cheng
2008-02-23
Recognize loads of arguments as re-materializable first. Therefore if isReall...
Evan Cheng
2008-02-23
Fix spill weight updating bug.
Evan Cheng
2008-02-22
Enable re-materialization of instructions which have virtual register operand...
Evan Cheng
2008-02-21
Clean up some spilling code using MachineRegisterInfo.
Evan Cheng
2008-02-18
New helper function getMBBFromIndex() that given an index in any instruction ...
Roman Levenstein
2008-02-15
- Removing the infamous r2rMap_ and rep() method. Now the coalescer will update
Evan Cheng
2008-02-13
Fix a potential serious problem where kills belonging to the val# defined by ...
Evan Cheng
2008-02-10
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-08
Forgot these files.
Evan Cheng
2008-01-24
Move some functionality for adding flags to MachineInstr's into methods on Ma...
Owen Anderson
2008-01-10
Only remat loads from immutable stack slots.
Evan Cheng
2008-01-10
Simplify some code.
Evan Cheng
2008-01-10
Don't use LiveVariables::VarInfo::DefInst.
Owen Anderson
2008-01-07
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
simplify some code using new predicates
Chris Lattner
2008-01-07
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
Chris Lattner
2008-01-07
Update CodeGen for MRegisterInfo --> TargetInstrInfo changes.
Owen Anderson
2008-01-06
rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.
Chris Lattner
2008-01-04
Don't recalculate the loop info and loop dominators analyses if they're
Bill Wendling
2007-12-31
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-30
More cleanups for MachineOperand:
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-12
Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32, are always re-materia...
Evan Cheng
2007-12-11
Switch over to MachineLoopInfo.
Evan Cheng
2007-12-08
Reverting 44702. It wasn't correct to rename them.
Bill Wendling
2007-12-08
Renaming:
Bill Wendling
2007-12-06
Turning simple splitting on. Start testing new coalescer heuristics as new ll...
Evan Cheng
2007-12-06
Fix for PR1831: if all defs of an interval are re-materializable, then it's a...
Evan Cheng
2007-12-05
MachineInstr can change. Store indexes instead.
Evan Cheng
[next]