summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/EdgeBundles.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-5/+7
* Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko2016-08-251-3/+6
* 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