Delete dead code.
[oota-llvm.git] / include / llvm / CodeGen / LiveInterval.h
2012-09-12 Jakob Stoklund OlesenDelete dead code.
2012-09-06 Jakob Stoklund OlesenAllow overlaps between virtreg and physreg live ranges.
2012-08-03 Jakob Stoklund OlesenCompletely eliminate VNInfo flags.
2012-08-03 Jakob Stoklund OlesenEliminate the VNInfo::hasPHIKill() flag.
2012-07-27 Jakob Stoklund OlesenEliminate the IS_PHI_DEF flag and VNInfo::setIsPHIDef().
2012-07-10 Chandler CarruthTeach the LiveInterval::join function to use the fast...
2012-07-10 Chandler CarruthAdd an efficient merge operation to LiveInterval and...
2012-07-10 Chandler CarruthTeach LiveIntervals how to verify themselves and start...
2012-06-05 Jakob Stoklund OlesenSimplify LiveInterval::print().
2012-06-05 Jakob Stoklund OlesenImplement LiveRangeCalc::extendToUses() and createDeadD...
2012-05-20 Jakob Stoklund OlesenAdd a LiveRangeQuery class.
2012-04-28 Jakob Stoklund OlesenDon't update spill weights when joining intervals.
2012-04-28 Jakob Stoklund OlesenSpring cleaning - Delete dead code.
2012-02-04 Jakob Stoklund OlesenDrop the REDEF_BY_EC VNInfo flag.
2012-02-04 Jakob Stoklund OlesenDon't store COPY pointers in VNInfo.
2012-01-19 Lang HamesAdded methods to get the live range immediately before...
2012-01-05 Andrew Trickcomment cleanup
2011-11-13 Jakob Stoklund OlesenRename SlotIndexes to match how they are used.
2011-09-15 Jakob Stoklund OlesenUse getPrevSlot() instead of getPrevIndex().
2011-09-15 Jakob Stoklund OlesenStop verifying hasPHIKill() flags.
2011-09-15 Jakob Stoklund OlesenLeave hasPHIKill flags alone in LiveInterval::RenumberV...
2011-09-15 Andrew Trick[regcoalescing] bug fix for RegistersDefinedFromSameValue.
2011-09-13 Jakob Stoklund OlesenSwitch extendInBlock() to take a kill slot instead...
2011-05-16 Jakob Stoklund OlesenTeach LiveInterval::isZeroLength about null SlotIndexes.
2011-04-30 Jakob Stoklund OlesenAvoid using stale entries form the sibling value map.
2011-03-17 Jakob Stoklund OlesenRewrite instructions as part of ConnectedVNInfoEqClasse...
2011-03-02 Jakob Stoklund OlesenMove LiveIntervalMap::extendTo into LiveInterval itself.
2011-02-03 Eric ChristopherReapply this.
2011-02-03 Eric ChristopherTemporarily revert 124765 in an attempt to find the...
2011-02-03 Jakob Stoklund OlesenDefer SplitKit value mapping until all defs are available.
2011-01-09 Jakob Stoklund OlesenTeach TargetRegisterInfo how to cram stack slot indexes...
2010-12-21 Jakob Stoklund OlesenUse IntEqClasses to compute connected components of...
2010-12-17 Jakob Stoklund OlesenAvoid dereferencing end() in collectInterferingVRegs...
2010-10-29 Jakob Stoklund OlesenPrint out the connected components in the verifier...
2010-10-07 Jakob Stoklund OlesenAfter splitting, the remaining LiveInterval may be...
2010-10-01 Jakob Stoklund OlesenWhen RemoveCopyByCommutingDef is creating additional...
2010-09-25 Jakob Stoklund OlesenAvoid using VNInfo::getCopy as much as possible. I...
2010-09-25 Lang HamesRemoved VNInfo::isDefAccurate(). Def "accuracy" can...
2010-09-21 Jakob Stoklund OlesenAdd LiveInterval::find and use it for most LiveRange...
2010-09-21 Jakob Stoklund OlesenRemove dead method.
2010-09-08 Jakob Stoklund OlesenRearrange for better alignment and less padding
2010-09-08 Jakob Stoklund OlesenRemove dead code and data.
2010-09-08 Jakob Stoklund OlesenRemove dead code.
2010-09-04 Jakob Stoklund OlesenRemove dead code.
2010-08-12 Jakob Stoklund OlesenAlso recompute HasPHIKill flags in LiveInterval::Renumb...
2010-08-12 Jakob Stoklund OlesenRemove trailing whitespace.
2010-08-10 Jakob Stoklund OlesenTranspose the calculation of spill weights such that...
2010-08-06 Jakob Stoklund OlesenAdd LiveInterval::RenumberValues - Garbage collection...
2010-07-26 Lang HamesFactored out a bit of common code to mark VNInfos for...
2010-07-22 Lang HamesIf 'other' was empty 'overlapsFrom(other, other.begin...
2010-07-02 Jakob Stoklund OlesenRematerialize as much as possible before inserting...
2010-06-26 Benjamin KramerVNInfos don't need to be destructed anymore.
2010-06-25 Jakob Stoklund OlesenDon't track kills in VNInfo. Use interval ends instead.
2010-06-13 Benjamin KramerLet SmallVector take advantage of LiveRange's podness.
2010-05-21 Lang HamesRemoved scaleNumbering method declaration from LiveInte...
2010-03-30 Benjamin KramerIntroduce SpecificBumpPtrAllocator, a wrapper for BumpP...
2010-03-30 Torok EdwinReapply r99881 with some fixes: only call destructor...
2010-03-01 Jakob Stoklund OlesenUse methods to determine if a LiveInterval is spillable.
2010-02-10 Dan GohmanFix several comments which had previously been "the...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2009-11-03 Lang HamesThe Indexes Patch.
2009-10-03 Lang HamesRenamed MachineInstrIndex to LiveIndex.
2009-09-14 Evan ChengAdd early coalescing to liveintervals. This is work...
2009-09-12 Lang HamesWhoops. Committed the headers for r81605 - 'Moved some...
2009-09-05 Bob WilsonStabilize the order of live intervals in the priority_q...
2009-09-04 Lang HamesRemoved yet another std::ostream reference.
2009-09-04 Lang HamesRemoved some junk and a std::ostream operator that...
2009-09-04 Lang HamesReplaces uses of unsigned for indexes in LiveInterval...
2009-08-23 Chris Lattnershoot a few more std::ostream print methods in the...
2009-08-10 Lang HamesModified VNInfo. The "copy" member is now a union which...
2009-07-24 Daniel DunbarMove more to raw_ostream, provide support for writing...
2009-07-22 David GreeneMake some changes suggested by Bill and Evan.
2009-07-15 Daniel DunbarRemove mismatched and unnecessary declaration.
2009-07-14 Lang HamesNew VNInfo alignment patch by Ryan Flynn.
2009-07-14 Lang HamesUnbroke LiveInterval.
2009-07-14 Lang HamesTidy up VNInfo alignment code. Patch contributed by...
2009-07-09 Lang HamesImproved tracking of value number kills. VN kills are...
2009-06-19 Lang HamesMore VNInfo tweaking, plus a little progress on intra...
2009-06-18 Chris LattnerDon't use int8_t, that requires DataTypes.h
2009-06-18 Zhongxing Xuinclude header for uint8_t.
2009-06-17 Lang HamesVNInfo cleanup.
2009-06-14 Evan ChengMove register allocation preference (or hint) from...
2009-06-02 Lang HamesUpdate to in-place spilling framework. Includes live...
2009-04-25 Evan ChengDo not share a single unknown val# for all the live...
2009-04-18 Evan ChengAdd a new LiveInterval::overlaps(). It checks if the...
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-03-11 Evan ChengTwo coalescer fixes in one.
2009-02-08 Evan ChengStrengthen the previous check.
2009-02-08 Evan Chenggit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2009-02-02 Owen AndersonMergeValueInto is too smart: it might choose to do...
2009-01-29 Evan ChengExit with nice warnings when register allocator run...
2009-01-29 Evan ChengFix comment about removeRange.
2008-12-28 Owen AndersonForgot to commit this file.
2008-12-20 Dan GohmanLiveInterval::removeKills and isKill don't need 'this...
2008-12-19 Evan ChengFix PR3149. If an early clobber def is a physical regis...
2008-11-26 Dan GohmanLiveRanges are represented as half-open ranges. Fix...
2008-11-12 Dan GohmanCorrect a function name in a comment.
2008-10-29 Evan Cheng- More pre-split fixes: spill slot live interval comput...
2008-09-24 Dale JohannesenNext round of earlyclobber handling. Approach the
2008-09-20 Dale JohannesenShorten and rearrange data fields to save a word of...
next