aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CriticalAntiDepBreaker.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-09-29[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko1-13/+20
2016-04-18[NFC] Header cleanupMehdi Amini1-3/+1
2016-02-27CodeGen: Use MachineInstr& in AntiDepBreaker API, NFCDuncan P. N. Exon Smith1-3/+3
2015-07-01[CodeGen] Reduce visibility of implementation detailsBenjamin Kramer1-1/+1
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-1/+1
2014-09-21mop up: "Don’t duplicate function or class name at the beginning of the com...Sanjay Patel1-13/+10
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-06-24fixed a few typos in commentsSanjay Patel1-3/+3
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-4/+5
2013-09-11Revert "Give internal classes hidden visibility."Benjamin Kramer1-1/+1
2013-09-11Give internal classes hidden visibility.Benjamin Kramer1-1/+1
2013-07-03Use SmallVectorImpl instead of SmallVector as method argument to avoid specif...Craig Topper1-1/+1
2013-01-28This patch addresses bug 15031.Bill Schmidt1-1/+2
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth1-1/+1
2012-06-06Move RegisterClassInfo.h.Andrew Trick1-1/+1
2012-03-17CriticalAntiDepBreaker: Replace a SmallSet of regs with a much denser BitVector.Benjamin Kramer1-2/+1
2011-06-16Teach antidependency breakers to use RegisterClassInfo.Jakob Stoklund Olesen1-1/+4
2011-06-02Update DBG_VALUEs while breaking anti dependencies.Devang Patel1-1/+2
2011-02-09Typo.Mikhail Glushenkov1-1/+1
2011-02-08Fix PostRA antidependence breaker.Andrew Trick1-3/+3
2010-11-02Fixes <rdar://problem/8612856>: During postRAsched, the antidependenceAndrew Trick1-2/+8
2010-07-15Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. This timeBill Wendling1-4/+3
2010-07-15revert bill's patches in an attempt to fix the buildbot.Chris Lattner1-4/+4
2010-07-15Use std::vector instead of a hard-coded array. The length of that array couldBill Wendling1-4/+4
2010-06-16Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...Evan Cheng1-1/+4
2010-04-19Make BreakAntiDependencies' SUnits argument const, and make the BeginDan Gohman1-3/+3
2010-01-06Anti-dependency breaking needs to be careful regarding instructions withJim Grosbach1-1/+2
2010-01-0680 column and whitespace cleanupJim Grosbach1-2/+3
2009-11-20Remove some old experimental code that is no longer needed. Remove additional...David Goodwin1-8/+1
2009-11-03Do a scheduling pass ignoring anti-dependencies to identify candidate registe...David Goodwin1-0/+4
2009-10-28Make AntiDepReg.h internal.David Goodwin1-1/+1
2009-10-26Allow the aggressive anti-dep breaker to process the same region multiple tim...David Goodwin1-0/+4
2009-10-26Break anti-dependence breaking out into its own class.David Goodwin1-0/+95