summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AggressiveAntiDepBreaker.h
AgeCommit message (Expand)Author
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-09-29[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2016-02-27CodeGen: Use MachineInstr& in AntiDepBreaker API, NFCDuncan P. N. Exon Smith
2015-07-01[CodeGen] Reduce visibility of implementation detailsBenjamin Kramer
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-04-22Test commit: fix typo in comment.Luqman Aden
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2014-09-21mop up: "Don’t duplicate function or class name at the beginning of the com...Sanjay Patel
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-04-16[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2013-09-11Revert "Give internal classes hidden visibility."Benjamin Kramer
2013-09-11Give internal classes hidden visibility.Benjamin Kramer
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2011-07-01Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng
2011-06-16Teach antidependency breakers to use RegisterClassInfo.Jakob Stoklund Olesen
2011-06-02Update DBG_VALUEs while breaking anti dependencies.Devang Patel
2010-07-15Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister.Bill Wendling
2010-07-15Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister.Bill Wendling
2010-07-15revert bill's patches in an attempt to fix the buildbot.Chris Lattner
2010-07-15Fix headers.Bill Wendling
2010-07-15Use std::vector instead of a hard-coded array. The length of that array couldBill Wendling
2010-06-16Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...Evan Cheng
2010-04-19Make BreakAntiDependencies' SUnits argument const, and make the BeginDan Gohman
2010-01-0680 column and whitespace cleanupJim Grosbach
2009-12-09<rdar://problem/7453528>. Track only physical registers that are valid for th...David Goodwin
2009-11-20Remove some old experimental code that is no longer needed. Remove additional...David Goodwin
2009-11-19Fix a couple of problems with maintaining liveness information for antidep br...David Goodwin
2009-11-13Allow target to specify regclass for which antideps will only be broken along...David Goodwin
2009-11-10Allow targets to specify register classes whose member registers should not b...David Goodwin
2009-11-05Break anti-dependencies using free registers in a round-robin manner to avoid...David Goodwin
2009-11-03Do a scheduling pass ignoring anti-dependencies to identify candidate registe...David Goodwin
2009-10-29Fix a couple of bugs in aggressive anti-dep breaking.David Goodwin
2009-10-28Make AntiDepReg.h internal.David Goodwin
2009-10-26Allow the aggressive anti-dep breaker to process the same region multiple tim...David Goodwin
2009-10-26Add aggressive anti-dependence breaker. Currently it is not the default for a...David Goodwin