Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 年之前 |
Matthias Braun
|
d318139827
MachineFunction: Return reference from getFunction(); NFC
|
7 年之前 |
Hiroshi Yamauchi
|
dd33e177dd
Irreducible loop metadata for more accurate block frequency under PGO.
|
7 年之前 |
Hiroshi Yamauchi
|
1020c414d8
Add options to dump block frequency/branch probability info in text.
|
8 年之前 |
Eugene Zelenko
|
2de563a9ab
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
8 年之前 |
Matthias Braun
|
94c4904dc5
CodeGen: Rename DEBUG_TYPE to match passnames
|
8 年之前 |
Xinliang David Li
|
210c690520
include function name in dot filename
|
8 年之前 |
Adam Nemet
|
117458356f
Add new pass LazyMachineBlockFrequencyInfo
|
8 年之前 |
Xinliang David Li
|
050d2a7ccb
[PGO] internal option cleanups
|
8 年之前 |
Xinliang David Li
|
53438cdcee
[PGO] make graph view internal options available for all builds
|
8 年之前 |
Xinliang David Li
|
828b398771
Add support to dump dot graph block layout after MBP
|
8 年之前 |
Mehdi Amini
|
3ffe113e11
Turn cl::values() (for enum) from a vararg function to using C++ variadic template
|
9 年之前 |
Tim Shen
|
b62ba77b89
s/static inline/static/ for headers I have changed in r279475. NFC.
|
9 年之前 |
Tim Shen
|
22fca38c9c
[GraphTraits] Replace all NodeType usage with NodeRef
|
9 年之前 |
Tim Shen
|
f6e737e783
[GraphTraits] Make nodes_iterator dereference to NodeType*/NodeRef
|
9 年之前 |
Tim Shen
|
172174fbd3
[GraphWriter] Change GraphWriter to use NodeRef in GraphTraits
|
9 年之前 |
Sean Silva
|
e9e07465ef
CodeExtractor : Add ability to preserve profile data.
|
9 年之前 |
Sean Silva
|
04c0c682a2
Revert r277313 and r277314.
|
9 年之前 |
Sean Silva
|
0f7cbe185c
CodeExtractor : Add ability to preserve profile data.
|
9 年之前 |
Simon Pilgrim
|
970b0c8164
Fixed MSVC unresolved symbol error due to an incorrectly declared extern
|
9 年之前 |
Xinliang David Li
|
cc075cf619
[BFI/MBFI]: cfg graph view with color scheme
|
9 年之前 |
Xinliang David Li
|
f2c927d2a8
[BFI]: enhance BFI graph dump
|
9 年之前 |
Xinliang David Li
|
6fff479973
[BFI]: graph viewer code refactoring
|
9 年之前 |
Xinliang David Li
|
2aa8ecf9de
[BFI]: code cleanup
|
9 年之前 |
Xinliang David Li
|
9e588d89c5
[MBFI]: Add a new suboption for graph viewer
|
9 年之前 |
Xinliang David Li
|
27717d0f19
[MBFI]: show branch probability in DOT graph
|
9 年之前 |
Xinliang David Li
|
06dbef9677
Add an option to enable MBFI dot viewer for a given function
|
9 年之前 |
Xinliang David Li
|
3071cc9727
Clang format change /NFC
|
9 年之前 |
Duncan P. N. Exon Smith
|
b1510c25d9
CodeGen: Avoid ilist iterator implicit conversions in a few more places, NFC
|
10 年之前 |
Cong Hou
|
2fa118d257
Rename doFunction() in BFI to calculate() and change its parameters from pointers to references.
|
10 年之前 |