Canonicalize header guards into a common format.
[oota-llvm.git] / lib / CodeGen / AggressiveAntiDepBreaker.h
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-04-16 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2011-07-01 Evan ChengRename TargetSubtarget to TargetSubtargetInfo for consi...
2011-06-16 Jakob Stoklund OlesenTeach antidependency breakers to use RegisterClassInfo.
2011-06-02 Devang PatelUpdate DBG_VALUEs while breaking anti dependencies.
2010-07-15 Bill WendlingUse std::vector instead of TargetRegisterInfo::FirstVir...
2010-07-15 Bill WendlingUse std::vector instead of TargetRegisterInfo::FirstVir...
2010-07-15 Chris Lattnerrevert bill's patches in an attempt to fix the buildbot.
2010-07-15 Bill WendlingFix headers.
2010-07-15 Bill WendlingUse std::vector instead of a hard-coded array. The...
2010-06-16 Evan ChengMake post-ra scheduling, anti-dep breaking, and registe...
2010-04-19 Dan GohmanMake BreakAntiDependencies' SUnits argument const,...
2010-01-06 Jim Grosbach80 column and whitespace cleanup
2009-12-09 David Goodwin<rdar://problem/7453528>. Track only physical registers...
2009-11-20 David GoodwinRemove some old experimental code that is no longer...
2009-11-19 David GoodwinFix a couple of problems with maintaining liveness...
2009-11-13 David GoodwinAllow target to specify regclass for which antideps...
2009-11-10 David GoodwinAllow targets to specify register classes whose member...
2009-11-05 David GoodwinBreak anti-dependencies using free registers in a round...
2009-11-03 David GoodwinDo a scheduling pass ignoring anti-dependencies to...
2009-10-29 David GoodwinFix a couple of bugs in aggressive anti-dep breaking.
2009-10-28 David GoodwinMake AntiDepReg.h internal.
2009-10-26 David GoodwinAllow the aggressive anti-dep breaker to process the...
2009-10-26 David GoodwinAdd aggressive anti-dependence breaker. Currently it...