Fix to correctly support attribute((section("__DATA, __common"))).
[oota-llvm.git] / lib / CodeGen / LiveRangeEdit.h
2011-02-19 Jakob Stoklund OlesenThis method belonged in VirtRegMap.
2011-02-18 Jakob Stoklund OlesenUse VirtRegMap's Virt2SplitMap to keep track of the...
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.
2010-12-18 Jakob Stoklund OlesenTeach the inline spiller to attempt folding a load...
2010-11-10 Jakob Stoklund OlesenSimplify the LiveRangeEdit::canRematerializeAt() interf...
2010-11-01 Jakob Stoklund OlesenDon't assign new registers created during a split to...
2010-10-29 Jakob Stoklund OlesenFix sign error.
2010-10-26 Jakob Stoklund OlesenAfter splitting, compute connected components of all...
2010-10-20 Jakob Stoklund OlesenMove some of the InlineSpiller rematerialization code...
2010-10-15 Jakob Stoklund OlesenMove stack slot assignments into LiveRangeEdit.
2010-10-14 Jakob Stoklund OlesenCreate a new LiveRangeEdit class to keep track of the...