summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveIntervalAnalysis.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-10-16misched: Added handleMove support for updating all kill flags, not just for a...Andrew Trick1-7/+20
2012-10-15Remove LIS::isAllocatable() and isReserved() helpers.Jakob Stoklund Olesen1-4/+2
2012-10-13Allow for loops in LiveIntervals::pruneValue().Jakob Stoklund Olesen1-29/+32
2012-10-12Use a transposed algorithm for handleMove().Jakob Stoklund Olesen1-427/+213
2012-10-02Handle reserved registers more accurately in handleMove().Jakob Stoklund Olesen1-8/+7
2012-09-20Extend -new-coalescer SSA update to handle mapped values as well.Jakob Stoklund Olesen1-3/+0
2012-09-17Merge into undefined lanes under -new-coalescer.Jakob Stoklund Olesen1-0/+67
2012-09-12Make findLastUseBefore handle reg-unit liveness.Lang Hames1-8/+29
2012-09-11Release build: guard dump functions withManman Ren1-1/+1
2012-09-10Remove redundant semicolons which are null statements.Dmitri Gribenko1-2/+2
2012-09-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren1-0/+2
2012-09-06Handle overlapping regunit intervals in LiveIntervals::addKillFlags().Jakob Stoklund Olesen1-2/+44
2012-09-03When updating live range endpoints, make sure to preserve the early clobber bit.Lang Hames1-2/+2
2012-08-22Tidy up a few more uses of MF.getFunction()->getName().David Blaikie1-2/+1
2012-08-03Add an experimental -early-live-intervals option.Jakob Stoklund Olesen1-0/+1
2012-08-03Completely eliminate VNInfo flags.Jakob Stoklund Olesen1-1/+1
2012-08-03Eliminate the VNInfo::hasPHIKill() flag.Jakob Stoklund Olesen1-3/+0
2012-08-03Make the hasPHIKills flag a computed property.Jakob Stoklund Olesen1-0/+19
2012-07-27Also compute register mask lists under -new-live-intervals.Jakob Stoklund Olesen1-8/+34
2012-07-27Eliminate the IS_PHI_DEF flag and VNInfo::setIsPHIDef().Jakob Stoklund Olesen1-1/+0
2012-07-27Add a -new-live-intervals experimental option.Jakob Stoklund Olesen1-1/+36
2012-06-22Delete a boring statistic.Jakob Stoklund Olesen1-6/+0
2012-06-22Store live intervals in an IndexedMap.Jakob Stoklund Olesen1-14/+8
2012-06-22Simplify handleMove() a bit.Jakob Stoklund Olesen1-4/+4
2012-06-22Stop computing physreg live ranges.Jakob Stoklund Olesen1-189/+1
2012-06-22Remove LiveIntervals::trackingRegUnits().Jakob Stoklund Olesen1-1/+1
2012-06-20Remove the -live-regunits command line option.Jakob Stoklund Olesen1-12/+4
2012-06-20Fix some more LiveInterval enumerations.Jakob Stoklund Olesen1-5/+3
2012-06-20Enable register unit liveness by default.Jakob Stoklund Olesen1-1/+1
2012-06-20Only update regunit live ranges that have been precomputed.Jakob Stoklund Olesen1-4/+8
2012-06-20Delete dead code.Jakob Stoklund Olesen1-48/+0
2012-06-19Add regunit liveness support to LiveIntervals::handleMove().Jakob Stoklund Olesen1-43/+50
2012-06-1980 col.Jakob Stoklund Olesen1-7/+13
2012-06-06Remove dead debug option -disable-rematerialization.Jakob Stoklund Olesen1-4/+0
2012-06-05Suppress -Wunused-variable in -Asserts buildMatt Beaumont-Gay1-0/+1
2012-06-05Simplify LiveInterval::print().Jakob Stoklund Olesen1-12/+5
2012-06-05Add experimental support for register unit liveness.Jakob Stoklund Olesen1-0/+130
2012-06-05Remove the last remat-related code from LiveIntervalAnalysis.Jakob Stoklund Olesen1-95/+0
2012-06-04Delete dead code.Jakob Stoklund Olesen1-8/+0
2012-06-04Switch LiveIntervals member variable to LLVM naming standards.Jakob Stoklund Olesen1-57/+57
2012-05-29Clear the entering, exiting and internal ranges of a bundle before collectingLang Hames1-0/+3
2012-05-20LiveRangeQuery simplifies shrinkToUses().Jakob Stoklund Olesen1-10/+6
2012-04-18LiveIntervalUpdate validators weren't recorded after the calls to std::for_ea...Pete Cooper1-6/+6
2012-03-21misched: fix LiveInterval update for bottom-up schedulingAndrew Trick1-3/+13
2012-03-21misched: fix LI update for bottom-up.Andrew Trick1-1/+7
2012-03-04Stop fixing bad machine code in LiveIntervalAnalysis.Jakob Stoklund Olesen1-15/+3
2012-03-01Move getBundleStart() into MachineInstrBundle.h.Jakob Stoklund Olesen1-1/+1
2012-02-21Add API "handleMoveIntoBundl" for updating liveness when moving instructions ...Lang Hames1-13/+68
2012-02-21Fix some bugs in HMEditor's moveAllOperandsInto logic.Lang Hames1-9/+10
2012-02-19Silence operator precedence warning.Benjamin Kramer1-1/+1