Rui Ueyama
|
c3f211d97b
Fix parameter name comments using clang-tidy. NFC.
|
6 년 전 |
Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 년 전 |
Francis Visoiu Mistrih
|
ca0df55065
[CodeGen] Unify MBB reference format in both MIR and debug output
|
7 년 전 |
Eugene Zelenko
|
3d7ca1cde6
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes.
|
9 년 전 |
Alexander Kornienko
|
cd52a7a381
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
|
10 년 전 |
Alexander Kornienko
|
cf0db29df2
Fixed/added namespace ending comments using clang-tidy. NFC
|
10 년 전 |
Alexey Samsonov
|
4aef7270c9
Convert several loops over MachineFunction basic blocks to range-based loops
|
11 년 전 |
Richard Smith
|
d24fc958e8
Remove C++11ism (specializing a template in a surrounding namespace) to appease the buildbots.
|
11 년 전 |
Richard Smith
|
778aacb5a3
[modules] "Specialize" a function by actually specializing a function template
|
11 년 전 |
Benjamin Kramer
|
25ad1cc32a
Twinify GraphWriter a little bit.
|
13 년 전 |
Anna Zaks
|
3c397eb741
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).
|
14 년 전 |
Jakob Stoklund Olesen
|
f4afdfc501
Build the Hopfield network incrementally when splitting global live ranges.
|
14 년 전 |
Jakob Stoklund Olesen
|
6b705d4825
Add a hidden command line option to display edge bundle graphs as they are
|
14 년 전 |
Jakob Stoklund Olesen
|
8dd070edc2
Turn the EdgeBundles class into a stand-alone machine CFG analysis pass.
|
14 년 전 |