summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AntiDepBreaker.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-09-291-12/+14
* Resubmit r301309: [DebugInfo][X86] Fix handling of DBG_VALUE's in post-RA sch...Andrew Ng2017-04-251-0/+19
* Revert "[DebugInfo][X86] Fix handling of DBG_VALUE's in post-RA scheduler."Andrew Ng2017-04-251-19/+0
* [DebugInfo][X86] Fix handling of DBG_VALUE's in post-RA scheduler.Andrew Ng2017-04-251-0/+19
* CodeGen: Use MachineInstr& in AntiDepBreaker API, NFCDuncan P. N. Exon Smith2016-02-271-8/+7
* CodeGen: Assert valid MI in AntiDepBreaker::UpdateDbgValueDuncan P. N. Exon Smith2016-02-271-1/+2
* [CodeGen] Reduce visibility of implementation detailsBenjamin Kramer2015-07-011-1/+1
* 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
* mop up: "Don’t duplicate function or class name at the beginning of the com...Sanjay Patel2014-09-211-12/+8
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-111-1/+1
* Give internal classes hidden visibility.Benjamin Kramer2013-09-111-1/+1
* Update DBG_VALUEs while breaking anti dependencies.Devang Patel2011-06-021-3/+15
* Make BreakAntiDependencies' SUnits argument const, and make the BeginDan Gohman2010-04-191-3/+3
* Remove some old experimental code that is no longer needed. Remove additional...David Goodwin2009-11-201-16/+1
* Sink a #include <map> to where it's actually needed.Dan Gohman2009-11-161-0/+1
* Do a scheduling pass ignoring anti-dependencies to identify candidate registe...David Goodwin2009-11-031-3/+14
* Make AntiDepReg.h internal.David Goodwin2009-10-281-0/+62
OpenPOWER on IntegriCloud