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
/
LiveIntervalAnalysis.h
Age
Commit message (
Expand
)
Author
2012-08-03
Make the hasPHIKills flag a computed property.
Jakob Stoklund Olesen
2012-08-03
Remove a dead prototype.
Jakob Stoklund Olesen
2012-07-27
Also compute register mask lists under -new-live-intervals.
Jakob Stoklund Olesen
2012-07-27
Add a -new-live-intervals experimental option.
Jakob Stoklund Olesen
2012-06-22
Delete a boring statistic.
Jakob Stoklund Olesen
2012-06-22
Store live intervals in an IndexedMap.
Jakob Stoklund Olesen
2012-06-22
Stop computing physreg live ranges.
Jakob Stoklund Olesen
2012-06-22
Remove LiveIntervals::trackingRegUnits().
Jakob Stoklund Olesen
2012-06-20
Remove LiveIntervals::iterator.
Jakob Stoklund Olesen
2012-06-20
Only update regunit live ranges that have been precomputed.
Jakob Stoklund Olesen
2012-06-05
Add experimental support for register unit liveness.
Jakob Stoklund Olesen
2012-06-05
Remove dead function.
Jakob Stoklund Olesen
2012-06-05
Remove the last remat-related code from LiveIntervalAnalysis.
Jakob Stoklund Olesen
2012-06-05
Stop using LiveIntervals::isReMaterializable().
Jakob Stoklund Olesen
2012-06-04
Delete dead code.
Jakob Stoklund Olesen
2012-06-04
Switch LiveIntervals member variable to LLVM naming standards.
Jakob Stoklund Olesen
2012-04-25
Remove more dead code.
Jakob Stoklund Olesen
2012-04-25
Simplify LiveIntervals::getApproximateInstructionCount().
Jakob Stoklund Olesen
2012-04-25
Remove a dead function.
Jakob Stoklund Olesen
2012-02-21
Add API "handleMoveIntoBundl" for updating liveness when moving instructions ...
Lang Hames
2012-02-17
Refactor 'handleMove' code in live intervals. Clients of LiveIntervals won't see
Lang Hames
2012-02-15
Disentangle moving a machine instr from updating LiveIntervals.
Lang Hames
2012-02-14
Tighten physical register invariants: Allocatable physical registers can
Lang Hames
2012-02-10
Remove unused 'isAlias' parameter.
Lang Hames
2012-02-10
Cache basic block boundaries for faster RegMaskSlots access.
Jakob Stoklund Olesen
2012-02-10
Optimize LiveIntervals::intervalIsInOneMBB().
Jakob Stoklund Olesen
2012-02-08
Keep track of register masks in LiveIntervalAnalysis.
Jakob Stoklund Olesen
2012-02-06
Remove some unused functions.
Jakob Stoklund Olesen
2012-02-04
Don't store COPY pointers in VNInfo.
Jakob Stoklund Olesen
2012-02-04
Drop ZeroIndex and InvalidIndex.
Jakob Stoklund Olesen
2012-02-03
Delete some dead code.
Jakob Stoklund Olesen
2012-01-27
Add a "moveInstr" method to LiveIntervals. This can be used to move instructions
Lang Hames
2012-01-11
Exclusively use SplitAnalysis::getLastSplitPoint().
Jakob Stoklund Olesen
2011-11-12
Delete the old spilling framework from LiveIntervalAnalysis.
Jakob Stoklund Olesen
2011-03-17
Dead code elimination may separate the live interval into multiple connected ...
Jakob Stoklund Olesen
2011-03-10
Make SpillIs an optional pointer. Avoid creating a bunch of temporary SmallVe...
Jakob Stoklund Olesen
2011-03-07
Let shrinkToUses optionally return a list of now dead machine instructions.
Jakob Stoklund Olesen
2011-02-14
Move more fragments of spill weight calculation into CalcSpillWeights.h
Jakob Stoklund Olesen
2011-02-09
Move calcLiveBlockInfo() and the BlockInfo struct into SplitAnalysis.
Jakob Stoklund Olesen
2011-02-08
Add LiveIntervals::addKillFlags() to recompute kill flags after register allo...
Jakob Stoklund Olesen
2011-02-08
Add LiveIntervals::shrinkToUses().
Jakob Stoklund Olesen
2011-02-04
Add LiveIntervals::getLastSplitPoint().
Jakob Stoklund Olesen
2011-01-12
Annotate VirtRegRewriter debug output with slot indexes.
Jakob Stoklund Olesen
2010-11-10
RABasic is nearly functionally complete. There are a few remaining
Andrew Trick
2010-10-19
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-09-24
Terminator gaps were unused. Might as well delete them.
Jakob Stoklund Olesen
2010-08-12
Remove trailing whitespace.
Jakob Stoklund Olesen
2010-08-10
Transpose the calculation of spill weights such that we are calculating one
Jakob Stoklund Olesen
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
[next]