aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveIntervalAnalysis.cpp
AgeCommit message (Expand)Author
2010-04-13Eliminate MachineBasicBlock::const_livein_iterator and makeDan Gohman
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner
2010-03-30Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allowsBenjamin Kramer
2010-03-30Reapply r99881 with some fixes: only call destructor in releaseMemory!Torok Edwin
2010-03-30Revert 99881, it brooke smooshlab's llvm-gcc-i386-darwin9.Torok Edwin
2010-03-30Introduce another Reset() method in BumpPtrAllocator that calls a destructorTorok Edwin
2010-03-30Avoid being influenced by the presence of dbg_value instructions.Evan Cheng
2010-03-24Revert Edwin's change that is breaking MultiSource/Applications/ClamAV/clamscan.Bob Wilson
2010-03-24Fix memory leak in liveintervals: the destructor for VNInfos must be called,Torok Edwin
2010-03-16Fix liveintervals handling of dbg_value instructions.Evan Cheng
2010-03-11The check for coalescing a virtual register to a physical register, e.g.Evan Cheng
2010-03-10Fix a bug in DEBUG_VALUE handling Devang ran into.Dale Johannesen
2010-03-01Use methods to determine if a LiveInterval is spillable.Jakob Stoklund Olesen
2010-02-23Keep track of phi join registers explicitly in LiveVariables.Jakob Stoklund Olesen
2010-02-18Always normalize spill weights, also for intervals created by spilling.Jakob Stoklund Olesen
2010-02-10When I rewrote this loop per Chris' preference IDale Johannesen
2010-02-10Rewrite loop to suit Chris' preference.Dale Johannesen
2010-02-10Skip DBG_VALUE many places in live intervals andDale Johannesen
2010-02-09move target-independent opcodes out of TargetInstrInfoChris Lattner
2010-02-06Run codegen dce pass for all targets at all optimization levels. Previously it'sEvan Cheng
2010-01-22Ignore DEBUG_VALUE when building live intervals;Dale Johannesen
2010-01-04Change errs() to dbgs().David Greene
2009-12-22Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint.Lang Hames
2009-12-16Reuse lowered phi nodes.Jakob Stoklund Olesen
2009-12-11Coalesce insert_subreg undef, x first to avoid phase ordering issue.Evan Cheng
2009-12-10Also attempt trivial coalescing for live intervals that end in a copy.Jakob Stoklund Olesen
2009-12-09Added a new "splitting" spiller.Lang Hames
2009-12-05Temporarily revert r90502. It was causing the llvm-gcc bootstrap on PPC to fail.Bill Wendling
2009-12-04Also attempt trivial coalescing for live intervals that end in a copy.Jakob Stoklund Olesen
2009-12-03Clean up some loop logic.Jakob Stoklund Olesen
2009-12-01Fix PR5391: support early clobber physical register def tied with a use (ewwww)Evan Cheng
2009-11-30New virtual registers created for spill intervals should inherit allocation h...Jakob Stoklund Olesen
2009-11-20More consistent labelling of basic blocks in debug outputJakob Stoklund Olesen
2009-11-20Add MachineBasicBlock::getName, and use it in place of getBasicBlock()->getName.Jakob Stoklund Olesen
2009-11-18Remove the -early-coalescing optionJakob Stoklund Olesen
2009-11-09Hide a couple of options.Evan Cheng
2009-11-07Fix inverted conflict test in -early-coalesce.Jakob Stoklund Olesen
2009-11-03The Indexes Patch.Lang Hames
2009-10-20Trim unnecessary includes.Evan Cheng
2009-10-20If the physical register being spilled does not have an interval, spill its s...Evan Cheng
2009-10-09Factor out LiveIntervalAnalysis' code to determine whether an instructionDan Gohman
2009-10-09isTriviallyReMaterializable checks theDan Gohman
2009-10-07Replace some code for aggressive-remat with MachineInstr::isInvariantLoad, andDan Gohman
2009-10-03Oops. Renamed remaining MachineInstrIndex references.Lang Hames
2009-10-03Renamed MachineInstrIndex to LiveIndex.Lang Hames
2009-09-25Remove unused variable.Daniel Dunbar
2009-09-25Simplify a few more uses of reg_iterator.Dan Gohman
2009-09-25Improve MachineMemOperand handling.Dan Gohman
2009-09-23Fix PR5024. LiveVariables physical register defs should *commit* only after allEvan Cheng
2009-09-21Fix PR4986. "r1024 = insert_subreg r1024, undef, 2" cannot be turned in an im...Evan Cheng