summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/EdgeBundles.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert several loops over MachineFunction basic blocks to range-based loopsAlexey Samsonov2014-04-301-8/+5
* Remove C++11ism (specializing a template in a surrounding namespace) to appea...Richard Smith2014-04-241-3/+5
* [modules] "Specialize" a function by actually specializing a function templateRichard Smith2014-04-241-8/+9
* Twinify GraphWriter a little bit.Benjamin Kramer2011-11-151-1/+1
* Function::getNumBlockIDs() should be used instead of Function::size() to set ...Anna Zaks2011-06-161-1/+1
* Build the Hopfield network incrementally when splitting global live ranges.Jakob Stoklund Olesen2011-04-091-2/+13
* Add a hidden command line option to display edge bundle graphs as they areJakob Stoklund Olesen2011-01-051-0/+7
* Turn the EdgeBundles class into a stand-alone machine CFG analysis pass.Jakob Stoklund Olesen2011-01-041-0/+79
OpenPOWER on IntegriCloud