Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / lib / CodeGen / CriticalAntiDepBreaker.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2014-09-21 Sanjay Patelmop up: "Don’t duplicate function or class name at...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-06-24 Sanjay Patelfixed a few typos in comments
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2013-07-03 Craig TopperUse SmallVectorImpl instead of SmallVector as method...
2013-01-28 Bill SchmidtThis patch addresses bug 15031.
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-06-06 Andrew TrickMove RegisterClassInfo.h.
2012-03-17 Benjamin KramerCriticalAntiDepBreaker: Replace a SmallSet of regs...
2011-06-16 Jakob Stoklund OlesenTeach antidependency breakers to use RegisterClassInfo.
2011-06-02 Devang PatelUpdate DBG_VALUEs while breaking anti dependencies.
2011-02-09 Mikhail GlushenkovTypo.
2011-02-08 Andrew TrickFix PostRA antidependence breaker.
2010-11-02 Andrew TrickFixes <rdar://problem/8612856>: During postRAsched...
2010-07-15 Bill WendlingUse std::vector instead of TargetRegisterInfo::FirstVir...
2010-07-15 Chris Lattnerrevert bill's patches in an attempt to fix the buildbot.
2010-07-15 Bill WendlingUse std::vector instead of a hard-coded array. The...
2010-06-16 Evan ChengMake post-ra scheduling, anti-dep breaking, and registe...
2010-04-19 Dan GohmanMake BreakAntiDependencies' SUnits argument const,...
2010-01-06 Jim GrosbachAnti-dependency breaking needs to be careful regarding...
2010-01-06 Jim Grosbach80 column and whitespace cleanup
2009-11-20 David GoodwinRemove some old experimental code that is no longer...
2009-11-03 David GoodwinDo a scheduling pass ignoring anti-dependencies to...
2009-10-28 David GoodwinMake AntiDepReg.h internal.
2009-10-26 David GoodwinAllow the aggressive anti-dep breaker to process the...
2009-10-26 David GoodwinBreak anti-dependence breaking out into its own class.