summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AggressiveAntiDepBreaker.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-09-291-19/+24
* CodeGen: Use MachineInstr& in AntiDepBreaker API, NFCDuncan P. N. Exon Smith2016-02-271-6/+6
* [CodeGen] Reduce visibility of implementation detailsBenjamin Kramer2015-07-011-3/+3
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Test commit: fix typo in comment.Luqman Aden2015-04-221-2/+2
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* mop up: "Don’t duplicate function or class name at the beginning of the com...Sanjay Patel2014-09-211-34/+27
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-161-1/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-071-4/+5
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-111-3/+2
* Give internal classes hidden visibility.Benjamin Kramer2013-09-111-2/+3
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-3/+3
* Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng2011-07-011-3/+3
* Teach antidependency breakers to use RegisterClassInfo.Jakob Stoklund Olesen2011-06-161-7/+6
* Update DBG_VALUEs while breaking anti dependencies.Devang Patel2011-06-021-1/+2
* Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister.Bill Wendling2010-07-151-4/+4
* Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister.Bill Wendling2010-07-151-1/+1
* revert bill's patches in an attempt to fix the buildbot.Chris Lattner2010-07-151-7/+6
* Fix headers.Bill Wendling2010-07-151-1/+0
* Use std::vector instead of a hard-coded array. The length of that array couldBill Wendling2010-07-151-6/+8
* Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...Evan Cheng2010-06-161-0/+1
* Make BreakAntiDependencies' SUnits argument const, and make the BeginDan Gohman2010-04-191-3/+3
* 80 column and whitespace cleanupJim Grosbach2010-01-061-13/+15
* <rdar://problem/7453528>. Track only physical registers that are valid for th...David Goodwin2009-12-091-1/+5
* Remove some old experimental code that is no longer needed. Remove additional...David Goodwin2009-11-201-16/+2
* Fix a couple of problems with maintaining liveness information for antidep br...David Goodwin2009-11-191-1/+3
* Allow target to specify regclass for which antideps will only be broken along...David Goodwin2009-11-131-4/+11
* Allow targets to specify register classes whose member registers should not b...David Goodwin2009-11-101-2/+4
* Break anti-dependencies using free registers in a round-robin manner to avoid...David Goodwin2009-11-051-0/+4
* Do a scheduling pass ignoring anti-dependencies to identify candidate registe...David Goodwin2009-11-031-0/+4
* Fix a couple of bugs in aggressive anti-dep breaking.David Goodwin2009-10-291-0/+1
* Make AntiDepReg.h internal.David Goodwin2009-10-281-1/+1
* Allow the aggressive anti-dep breaker to process the same region multiple tim...David Goodwin2009-10-261-34/+69
* Add aggressive anti-dependence breaker. Currently it is not the default for a...David Goodwin2009-10-261-0/+136
OpenPOWER on IntegriCloud