aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/EdgeBundles.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-0/+1
2019-07-16Fix parameter name comments using clang-tidy. NFC.Rui Ueyama1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih1-5/+7
2016-08-25Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko1-3/+6
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-04-30Convert several loops over MachineFunction basic blocks to range-based loopsAlexey Samsonov1-8/+5
2014-04-24Remove C++11ism (specializing a template in a surrounding namespace) to appea...Richard Smith1-3/+5
2014-04-24[modules] "Specialize" a function by actually specializing a function templateRichard Smith1-8/+9
2011-11-15Twinify GraphWriter a little bit.Benjamin Kramer1-1/+1
2011-06-16Function::getNumBlockIDs() should be used instead of Function::size() to set ...Anna Zaks1-1/+1
2011-04-09Build the Hopfield network incrementally when splitting global live ranges.Jakob Stoklund Olesen1-2/+13
2011-01-05Add a hidden command line option to display edge bundle graphs as they areJakob Stoklund Olesen1-0/+7
2011-01-04Turn the EdgeBundles class into a stand-alone machine CFG analysis pass.Jakob Stoklund Olesen1-0/+79