summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveIntervalAnalysis.cpp
Commit message (Expand)AuthorAge
* Add a FIXME.Jakob Stoklund Olesen2011-10-05
* Allow <undef> flags on def operands as well as uses.Jakob Stoklund Olesen2011-10-04
* Speed up LiveIntervals::shrinkToUse with some caching.Jakob Stoklund Olesen2011-09-15
* Switch extendInBlock() to take a kill slot instead of the last use slot.Jakob Stoklund Olesen2011-09-13
* When a physreg is live-in and live through a basic block, make sure its liveJakob Stoklund Olesen2011-04-30
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Don't add live ranges for sub-registers when clobbering a physical register.Jakob Stoklund Olesen2011-04-11
* Recompute hasPHIKill flags when shrinking live intervals.Jakob Stoklund Olesen2011-04-07
* Allow coalescing with reserved physregs in certain cases:Jakob Stoklund Olesen2011-04-04
* lib/CodeGen/LiveIntervalAnalysis.cpp: [PR9590] Don't use std::pow(float,float...NAKAMURA Takumi2011-03-31
* Accept instructions that read undefined values.Jakob Stoklund Olesen2011-03-18
* Dead code elimination may separate the live interval into multiple connected ...Jakob Stoklund Olesen2011-03-17
* Clarify debugging output.Jakob Stoklund Olesen2011-03-16
* Make SpillIs an optional pointer. Avoid creating a bunch of temporary SmallVe...Jakob Stoklund Olesen2011-03-10
* Let shrinkToUses optionally return a list of now dead machine instructions.Jakob Stoklund Olesen2011-03-07
* Handle the special case of registers begin redefined by early-clobber defs.Jakob Stoklund Olesen2011-03-07
* Fix PHI handling in LiveIntervals::shrinkToUses().Jakob Stoklund Olesen2011-03-03
* Quiet a compiler warning about unused variable 'ExtVNI'.Nick Lewycky2011-03-02
* Simplify LiveIntervals::shrinkToUses() a bit by using the new extendInBlock().Jakob Stoklund Olesen2011-03-02
* Fix typo.Jakob Stoklund Olesen2011-03-02
* Move more fragments of spill weight calculation into CalcSpillWeights.hJakob Stoklund Olesen2011-02-14
* Move calcLiveBlockInfo() and the BlockInfo struct into SplitAnalysis.Jakob Stoklund Olesen2011-02-09
* Add LiveIntervals::addKillFlags() to recompute kill flags after register allo...Jakob Stoklund Olesen2011-02-08
* Add LiveIntervals::shrinkToUses().Jakob Stoklund Olesen2011-02-08
* Apparently, it is possible for a block with a landing pad successor to have n...Jakob Stoklund Olesen2011-02-04
* Add LiveIntervals::getLastSplitPoint().Jakob Stoklund Olesen2011-02-04
* Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.Jakob Stoklund Olesen2011-01-10
* Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...Jakob Stoklund Olesen2011-01-09
* Fix emergency spilling in LiveIntervals::spillPhysRegAroundRegDefsUses.Jakob Stoklund Olesen2010-11-16
* Fix PR8612 in the standard spiller, take two.Jakob Stoklund Olesen2010-11-16
* Revert "Fix PR8612 in the standard spiller as well."Jakob Stoklund Olesen2010-11-15
* Fix PR8612 in the standard spiller as well.Jakob Stoklund Olesen2010-11-15
* RABasic is nearly functionally complete. There are a few remainingAndrew Trick2010-11-10
* Teach MachineBasicBlock::print() to annotate instructions and blocks withJakob Stoklund Olesen2010-10-26
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Replace FindLiveRangeContaining() with getVNInfoAt() in LiveIntervalAnalysis.Jakob Stoklund Olesen2010-10-11
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe...Lang Hames2010-09-25
* Remove SlotIndex::PHI_BIT. It is no longer used by anything.Jakob Stoklund Olesen2010-09-25
* PHI elimination shouldn't require machineloopinfo since it's used at -O0. Mov...Evan Cheng2010-08-17
* Remove trailing whitespace.Jakob Stoklund Olesen2010-08-12
* Oops. Don't normalize spill weights twice.Jakob Stoklund Olesen2010-08-03
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.Jakob Stoklund Olesen2010-07-16
* Fix small bug in isMoveInstr -> COPY translationJakob Stoklund Olesen2010-07-09
* Change TII::foldMemoryOperand API to require the machine instruction to beJakob Stoklund Olesen2010-07-09
* Convert EXTRACT_SUBREG to COPY when emitting machine instrs.Jakob Stoklund Olesen2010-07-08
* Remove references to INSERT_SUBREG after de-SSA.Jakob Stoklund Olesen2010-07-08
* Revert "Remove references to INSERT_SUBREG after de-SSA" r107725.Jakob Stoklund Olesen2010-07-07
* Remove references to INSERT_SUBREG after de-SSAJakob Stoklund Olesen2010-07-06