aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AntiDepBreaker.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-07-30Remove trailing spaceFangrui Song1-1/+1
2017-09-29[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko1-12/+14
2017-04-25Resubmit r301309: [DebugInfo][X86] Fix handling of DBG_VALUE's in post-RA sch...Andrew Ng1-0/+19
2017-04-25Revert "[DebugInfo][X86] Fix handling of DBG_VALUE's in post-RA scheduler."Andrew Ng1-19/+0
2017-04-25[DebugInfo][X86] Fix handling of DBG_VALUE's in post-RA scheduler.Andrew Ng1-0/+19
2016-02-27CodeGen: Use MachineInstr& in AntiDepBreaker API, NFCDuncan P. N. Exon Smith1-8/+7
2016-02-27CodeGen: Assert valid MI in AntiDepBreaker::UpdateDbgValueDuncan P. N. Exon Smith1-1/+2
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
2014-09-21mop up: "Don’t duplicate function or class name at the beginning of the com...Sanjay Patel1-12/+8
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2013-09-11Revert "Give internal classes hidden visibility."Benjamin Kramer1-1/+1
2013-09-11Give internal classes hidden visibility.Benjamin Kramer1-1/+1
2011-06-02Update DBG_VALUEs while breaking anti dependencies.Devang Patel1-3/+15
2010-04-19Make BreakAntiDependencies' SUnits argument const, and make the BeginDan Gohman1-3/+3
2009-11-20Remove some old experimental code that is no longer needed. Remove additional...David Goodwin1-16/+1
2009-11-16Sink a #include <map> to where it's actually needed.Dan Gohman1-0/+1
2009-11-03Do a scheduling pass ignoring anti-dependencies to identify candidate registe...David Goodwin1-3/+14
2009-10-28Make AntiDepReg.h internal.David Goodwin1-0/+62