Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 жил өмнө |
Fangrui Song
|
7d88286b7c
[CodeGen] Fix inconsistent declaration parameter name
|
7 жил өмнө |
Michael Zolotukhin
|
41b2567ccb
Remove redundant includes from lib/CodeGen.
|
7 жил өмнө |
David Blaikie
|
e3a9b4ce3a
Fix a bunch more layering of CodeGen headers that are in Target
|
7 жил өмнө |
Chandler Carruth
|
e3e43d9d57
Sort the remaining #include lines in include/... and lib/....
|
8 жил өмнө |
Mehdi Amini
|
f6071e14c5
[NFC] Header cleanup
|
9 жил өмнө |
James Y Knight
|
a0e9c6ff43
Make the SelectionDAG graph printer use SDNode::PersistentId labels.
|
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 жил өмнө |
Eric Christopher
|
ded375f282
Remove unnecessary TargetMachine.h includes.
|
11 жил өмнө |
Chandler Carruth
|
560e3955c3
Put the functionality for printing a value to a raw_ostream as an
|
11 жил өмнө |
Chandler Carruth
|
bc65a8d518
Move the LLVM IR asm writer header files into the IR directory, as they
|
11 жил өмнө |
Andrew Trick
|
c6ada8e5f3
ScheduleDAG: colorize the DOT graph and improve formatting.
|
12 жил өмнө |
Chandler Carruth
|
0b8c9a80f2
Move all of the header files which are involved in modelling the LLVM IR
|
12 жил өмнө |
Chandler Carruth
|
d04a8d4b33
Use the new script to sort the includes of every file under lib.
|
12 жил өмнө |
Craig Topper
|
96601ca332
Add a getName function to MachineFunction. Use it in places that previously did getFunction()->getName(). Remove includes of Function.h that are no longer needed.
|
13 жил өмнө |
Andrew Trick
|
56b94c52c9
Cleanup in preparation for misched: Move DAG visualization logic.
|
13 жил өмнө |
Andrew Trick
|
acddd4963d
whitespace
|
13 жил өмнө |
Dylan Noblesmith
|
9421406aad
drop unneeded config.h includes
|
13 жил өмнө |
Benjamin Kramer
|
25ad1cc32a
Twinify GraphWriter a little bit.
|
13 жил өмнө |
Tobias Grosser
|
a91f86c49a
Pass the graph to the DOTGraphTraits.getEdgeAttributes().
|
14 жил өмнө |
Tobias Grosser
|
56f4ef3232
Remove ShortNames from getNodeLabel in DOTGraphTraits
|
15 жил өмнө |
Tobias Grosser
|
a10d598602
Instantiate DefaultDOTGraphTraits
|
15 жил өмнө |
Evan Cheng
|
5f4fb86d58
Trim unnecessary includes.
|
16 жил өмнө |
Daniel Dunbar
|
43ed267db3
Fix some refactos for iostream changes (in -Asserts mode).
|
16 жил өмнө |
Daniel Dunbar
|
f6ccee5a9d
Switch to getNameStr().
|
16 жил өмнө |
Daniel Dunbar
|
3d5126fbad
Switch some clients to Value::getName(), and other getName() user
|
16 жил өмнө |
Owen Anderson
|
8cbc94afb7
Get rid of the global CFGOnly flag by threading a ShortNames parameters through the GraphViz rendering code.
|
16 жил өмнө |
Evan Cheng
|
f412f7c417
Apparently some MachineBasicBlock's don't have corresponding llvm basic blocks.
|
16 жил өмнө |
Dan Gohman
|
79ce276083
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
|
16 жил өмнө |