Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a131d3fb29ebfeea79cd42e843dee861d67d3818
/
llvm
/
lib
/
CodeGen
/
EdgeBundles.cpp
1804a77
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes.
by Eugene Zelenko
· 9 years ago
f00654e
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
by Alexander Kornienko
· 10 years ago
70bc5f1
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
41b977d
Convert several loops over MachineFunction basic blocks to range-based loops
by Alexey Samsonov
· 12 years ago
a4b7cfd
Remove C++11ism (specializing a template in a surrounding namespace) to appease the buildbots.
by Richard Smith
· 12 years ago
0d9ec71
[modules] "Specialize" a function by actually specializing a function template
by Richard Smith
· 12 years ago
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