Handle versioning of compile unit.
[oota-llvm.git] / lib / CodeGen / LiveIntervalAnalysis.cpp
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-05-12 Evan ChengBacking out fix for PR770. Need to re-apply it after...
2006-05-11 Evan ChengSet weight of zero length intervals to infinite to...
2006-05-09 Evan ChengPR 770 - permit coallescing of registers in subset...
2006-05-04 Chris LattnerMove some methods out of MachineInstr into MachineOperand
2006-05-01 Chris LattnerRemove previous patch, which wasn't quite right.
2006-04-30 Evan ChengLocal spiller kills a store if the folded restore is...
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-10 Chris LattnerMinor cleanup, no functionality change for current...
2006-01-03 Chris LattnerChange a variable from being an iterator to a raw Machi...
2005-10-26 Chris LattnerFix some spello's pointed out by Gabor Greif
2005-10-21 Chris LattnerMake the coallescer a bit smarter, allowing it to join...
2005-09-21 Chris LattnerExpose the LiveInterval interfaces as public headers.
2005-09-09 Chris Lattnerremove debugging code *slaps head*
2005-09-09 Chris LattnerWhen spilling a live range that is used multiple times...
2005-09-07 Chris LattnerFix a bug that Tzu-Chien Chiu noticed: live interval...
2005-09-02 Chris LattnerTeach live intervals to not crash on dead livein regs
2005-08-23 Chris LattnerSimplify this code by using higher-level LiveVariables...
2005-07-27 Chris LattnerFix debug info to not print out recently freed memory.
2005-07-27 Chris LattnerPrint symbolic register names in debug dumps
2005-05-14 Chris LattnerPrint the symbolic register name in a register allocato...
2005-05-13 Chris Lattnerallow a virtual register to be associated with live...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-09 Chris Lattnerthere is no need to remove this instruction, linscan...
2005-04-09 Chris LattnerAdjust live intervals to support a livein set
2005-03-10 Chris LattnerI didn't mean to check this in. :(
2005-03-09 Chris LattnerAllow the live interval analysis pass to be a bit more...
2005-01-08 Chris LattnerSilence warnings from VS
2004-12-07 Reid SpencerFor PR387:\
2004-10-26 Chris LattnerReduce usage of MRegisterInfo::getRegClass
2004-10-25 Chris LattnerPatch to support MSVC better, contributed by Morten...
2004-10-01 Chris LattnerWhen a virtual register is folded into an instruction...
2004-10-01 Chris LattnerPretty print a bit nicer :)
2004-09-30 Chris LattnerThere is no need to call MachineInstr::print directly...
2004-09-30 Chris Lattner* Wrap some comments to 80 cols
2004-09-09 Alkis EvlogimenosGrow the map on entry so that we don't crash if joinInt...
2004-09-08 Alkis EvlogimenosUse a DenseMap for mapping reg->reg. This improves...
2004-09-03 Misha BrukmanOrder #includes alphabetically, local .h files first.
2004-09-03 Alkis EvlogimenosFixes to make LLVM compile with vc7.1.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-31 Alkis EvlogimenosMinor code clarity changes.
2004-08-27 Alkis EvlogimenosOnly update LiveVariables if it is available. addInterv...
2004-08-26 Alkis EvlogimenosUse newly added API in MRegisterInfo.
2004-08-24 Chris LattnerFix a bug in a previous checkin of mine, correcting
2004-08-15 Chris LattnerReduce usage of MRegisterInfo::getRegClass
2004-08-04 Alkis EvlogimenosClean up whitespace.
2004-08-04 Alkis EvlogimenosConvert indentation to 2 spaces.
2004-07-25 Chris LattnerFix the sense of joinable
2004-07-25 Chris LattnerFix a bug where we incorrectly value numbered the first...
2004-07-25 Chris LattnerAdd debugging output for joining assignments
2004-07-24 Alkis EvlogimenosChange std::map<unsigned, LiveInterval*> into a std...
2004-07-24 Chris Lattnerwhoops, didn't mean to remove this
2004-07-24 Chris LattnerCompletely eliminate the intervals_ list. instead...
2004-07-24 Chris LattnerBig change to compute logical value numbers for each...
2004-07-23 Chris LattnerMore minor changes:
2004-07-23 Chris LattnerRename LiveIntervals.(cpp|h) -> LiveIntervalAnalysis...
2004-07-23 Chris LattnerPull the LiveRange and LiveInterval classes out of...
2004-07-23 Chris LattnerImprove comments a bit
2004-07-23 Chris LattnerForce coallescing of live ranges that have a single...
2004-07-22 Chris LattnerFix broken -debug printing
2004-07-22 Alkis EvlogimenosSorting is now handled by both linearscan and iterative...
2004-07-22 Chris LattnerThat funny 2-address lowering pass can also cause multi...
2004-07-21 Brian GaekeThese files don't need to include <iostream> since...
2004-07-20 Alkis EvlogimenosRemove unneeded functor. LiveInterval has a < operator.
2004-07-19 Chris LattnerFix a bug that occurs when the last instruction in...
2004-07-19 Chris LattnerWhen joining intervals, join intervals in deeply nested...
2004-07-19 Chris LattnerSplit joinIntervals into two methods
2004-07-19 Chris LattnerThere is no need to store the MBB along with the MI...
2004-07-19 Chris LattnerSimplify the interface to LiveVariables::addVirtualRegi...
2004-07-19 Chris LattnerTwo changes, both very significant:
2004-07-19 Chris LattnerSee comments. The live intervals were not coming out...
2004-07-19 Chris Lattnerremove the mbbi2mbbMap_, which was just keeping track...
2004-07-17 Chris LattnerIt looks like physref->virtreg joining is working fine...
2004-07-09 Alkis EvlogimenosFix typo.
2004-07-09 Alkis EvlogimenosImprove code comments.
2004-07-07 Alkis EvlogimenosDisable coalescing.
2004-07-06 Alkis EvlogimenosDo not crash when joining two intervals of registers...
2004-07-02 Chris LattnerRevert patches 1.79 and 1.80 which had to do with dead...
2004-07-01 Chris LattnerNow that MachineFunction/MachineBasicBlock keep a mappi...
2004-07-01 Chris LattnerStart using MBB numbers directly instead of going throu...
2004-06-29 Chris LattnerIn line with the previous patch, do not assert out...
2004-06-29 Chris LattnerDo not dereference end iterators. It hurts when you...
2004-06-25 Tanya LattnerMade a fix so that you can print out MachineInstrs...
2004-06-21 Chris LattnerRename Interval class to LiveInterval to avoid conflict...
2004-06-02 Chris LattnerAdjust to new TargetMachine interface
2004-05-30 Alkis EvlogimenosPull Interval class out of LiveIntervals.
2004-05-30 Alkis EvlogimenosWhen spilling an register, introduce a new temporary...
2004-05-29 Alkis EvlogimenosRemove defs vector from live intervals.
2004-05-08 Alkis EvlogimenosRemove unneeded header
2004-05-06 Chris Lattnernumeric_limits::infinity() apparently does not work...
2004-05-01 Chris LattnerOperate on the Machine CFG instead of on the LLVM CFG
2004-04-12 Alkis EvlogimenosFix bug introduced in previous commit.
2004-04-12 Alkis EvlogimenosCorrectly compute spill weights
2004-04-12 Alkis EvlogimenosPrint def lists a bit more compactly
2004-04-09 Alkis EvlogimenosAdd definition list to each live interval.
2004-03-14 Alkis EvlogimenosChange MRegisterInfo::foldMemoryOperand to return the...
2004-03-01 Alkis EvlogimenosAdd the long awaited memory operand folding support...
2004-02-26 Alkis EvlogimenosUncomment assertions that register# != 0 on calls to
2004-02-23 Alkis EvlogimenosMove LiveIntervals.h up to be the first included header
2004-02-23 Alkis EvlogimenosMove LiveIntervals.h to lib/CodeGen since it shouldn...
next