Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ada2356ac95fefeed7b6f932e079e7f7415ebaf7
/
llvm
/
lib
/
CodeGen
/
EdgeBundles.cpp
4c93d15
Twinify GraphWriter a little bit.
by Benjamin Kramer
· 14 years ago
2c2aa9a
Function::getNumBlockIDs() should be used instead of Function::size() to set the upper limit on the block IDs since basic blocks might get removed (simplified away) after being initially numbered. Plus the test case, in which SelectionDAGBuilder::visitBr() calls llvm::MachineFunction::removeFromMBBNumbering(), which introduces the hole in numbering leading to an assert in llc (prior to the fix).
by Anna Zaks
· 14 years ago
ed47ed4
Build the Hopfield network incrementally when splitting global live ranges.
by Jakob Stoklund Olesen
· 15 years ago
f3ac733
Add a hidden command line option to display edge bundle graphs as they are
by Jakob Stoklund Olesen
· 15 years ago
f96ae68
Turn the EdgeBundles class into a stand-alone machine CFG analysis pass.
by Jakob Stoklund Olesen
· 15 years ago