Rui Ueyama
|
c3f211d97b
Fix parameter name comments using clang-tidy. NFC.
|
6 년 전 |
Guozhi Wei
|
7eae8125c6
[MBP] Move a latch block with conditional exit and multi predecessors to top of loop
|
6 년 전 |
Fangrui Song
|
46622a5909
Use llvm::stable_sort
|
6 년 전 |
Evandro Menezes
|
d71ea05ab7
[IR] Refactor attribute methods in Function class (NFC)
|
6 년 전 |
Guozhi Wei
|
e469ef7495
[MBP] Factor out function hasViableTopFallthrough and enhancement
|
6 년 전 |
Guozhi Wei
|
aeff6e76be
[MBP] Don't move bottom block before header if it can't reduce taken branches
|
6 년 전 |
Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 년 전 |
Hiroshi Inoue
|
7a9527e0eb
[NFC] fix trivial typos in comments
|
6 년 전 |
Tim Northover
|
29369e8ff6
ARM: align loops to 4 bytes on Cortex-M3 and Cortex-M4.
|
7 년 전 |
Fangrui Song
|
7d88286b7c
[CodeGen] Fix inconsistent declaration parameter name
|
7 년 전 |
Hiroshi Inoue
|
73d058aa97
[NFC] fix trivial typos in comments
|
7 년 전 |
Nicola Zaghen
|
0818e789cb
Rename DEBUG macro to LLVM_DEBUG.
|
7 년 전 |
Adrian Prantl
|
26b584c691
Remove \brief commands from doxygen comments.
|
7 년 전 |
Tim Shen
|
e1a4b1753a
[BlockPlacement] Disable block placement tail duplciation in structured CFG.
|
7 년 전 |
Easwaran Raman
|
fe7b9dc2d2
Add hasProfileData() to check if a function has profile data. NFC.
|
7 년 전 |
Matthias Braun
|
d318139827
MachineFunction: Return reference from getFunction(); NFC
|
7 년 전 |
Francis Visoiu Mistrih
|
ca0df55065
[CodeGen] Unify MBB reference format in both MIR and debug output
|
7 년 전 |
David Blaikie
|
e3a9b4ce3a
Fix a bunch more layering of CodeGen headers that are in Target
|
7 년 전 |
David Blaikie
|
48319238e4
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
|
7 년 전 |
Xin Tong
|
1a8db32d97
[MBP] Remove an invalid assert.
|
7 년 전 |
Xin Tong
|
587a4b0470
[MachineBlockPlacement] Make sure PreferredLoopExit is cleared everytime new loop is processed
|
7 년 전 |
Eugene Zelenko
|
2de563a9ab
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
8 년 전 |
Matthias Braun
|
d44f02488c
Add test case for r311511
|
8 년 전 |
Richard Smith
|
11110e1279
Increase tail dup threshold for -O3 from 3 to 4.
|
8 년 전 |
Kyle Butt
|
d3a55a8f88
BlockPlacement: add a flag to force cold block outlining w/o a profile.
|
8 년 전 |
Serguei Katkov
|
a1602eb3fd
Revert Revert [MBP] do not rotate loop if it creates extra branch
|
8 년 전 |
Serguei Katkov
|
330bfeddce
This reverts commit r306272.
|
8 년 전 |
Serguei Katkov
|
0eb7237e75
[MBP] do not rotate loop if it creates extra branch
|
8 년 전 |
Hiroshi Inoue
|
0a8e89663b
[MachineBlockPlacement] trivial fix in comments, NFC
|
8 년 전 |
Chandler Carruth
|
e3e43d9d57
Sort the remaining #include lines in include/... and lib/....
|
8 년 전 |