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
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
Simplify handleMove() a bit.
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 the -live-regunits command line option.
Jakob Stoklund Olesen
2012-06-20
Fix some more LiveInterval enumerations.
Jakob Stoklund Olesen
2012-06-20
Enable register unit liveness by default.
Jakob Stoklund Olesen
2012-06-20
Only update regunit live ranges that have been precomputed.
Jakob Stoklund Olesen
2012-06-20
Delete dead code.
Jakob Stoklund Olesen
2012-06-19
Add regunit liveness support to LiveIntervals::handleMove().
Jakob Stoklund Olesen
2012-06-19
80 col.
Jakob Stoklund Olesen
2012-06-06
Remove dead debug option -disable-rematerialization.
Jakob Stoklund Olesen
2012-06-05
Suppress -Wunused-variable in -Asserts build
Matt Beaumont-Gay
2012-06-05
Simplify LiveInterval::print().
Jakob Stoklund Olesen
2012-06-05
Add experimental support for register unit liveness.
Jakob Stoklund Olesen
2012-06-05
Remove the last remat-related code from LiveIntervalAnalysis.
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-05-29
Clear the entering, exiting and internal ranges of a bundle before collecting
Lang Hames
2012-05-20
LiveRangeQuery simplifies shrinkToUses().
Jakob Stoklund Olesen
2012-04-18
LiveIntervalUpdate validators weren't recorded after the calls to std::for_ea...
Pete Cooper
2012-03-21
misched: fix LiveInterval update for bottom-up scheduling
Andrew Trick
2012-03-21
misched: fix LI update for bottom-up.
Andrew Trick
2012-03-04
Stop fixing bad machine code in LiveIntervalAnalysis.
Jakob Stoklund Olesen
2012-03-01
Move getBundleStart() into MachineInstrBundle.h.
Jakob Stoklund Olesen
2012-02-21
Add API "handleMoveIntoBundl" for updating liveness when moving instructions ...
Lang Hames
2012-02-21
Fix some bugs in HMEditor's moveAllOperandsInto logic.
Lang Hames
2012-02-19
Silence operator precedence warning.
Benjamin Kramer
2012-02-19
Add machinery for pushing live ranges onto bundle starts while bundling.
Lang Hames
2012-02-19
Simplify moveEnteringDownFrom rules.
Lang Hames
2012-02-19
Skip through instructions rather than operands when looking for last use slot.
Lang Hames
2012-02-19
Fix TODO and trailing whitespace.
Lang Hames
2012-02-19
Defer sanity checks on live intervals until after all have been updated. Hold...
Lang Hames
2012-02-17
Bring HMEditor into line with LLVM coding standards.
Lang Hames
2012-02-17
Sink variable into assert
Matt Beaumont-Gay
2012-02-17
Add support for regmask slots to HMEditor. Also fixes a comment error.
Lang Hames
2012-02-17
Refactor 'handleMove' code in live intervals. Clients of LiveIntervals won't see
Lang Hames
2012-02-17
Oops - isRegLiveIntoSuccessor is used in non-assert builds now. Remove NDEBUG...
Lang Hames
2012-02-17
Turn off assertion, conservatively compute liveness for live-in un-allocatabl...
Lang Hames
2012-02-15
Make LiveIntervals::handleMove() bundle aware.
Lang Hames
2012-02-15
Fix assertion condition.
Lang Hames
2012-02-15
Remove overly conservative assert.
Lang Hames
2012-02-15
Don't emit live ranges for physregs live-ins that are dead.
Lang Hames
2012-02-15
Disentangle moving a machine instr from updating LiveIntervals.
Lang Hames
2012-02-14
Use the proper clobber check in handleLiveInRegister().
Jakob Stoklund Olesen
2012-02-14
Dump live intervals in numerical order.
Jakob Stoklund Olesen
2012-02-14
Don't create a new copy of reserved regs - we already have one handy.
Lang Hames
2012-02-14
Tighten physical register invariants: Allocatable physical registers can
Lang Hames
2012-02-14
Use convenience function for consistency.
Lang Hames
[next]