Daniel Sanders
|
57a8129407
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
|
6 жил өмнө |
Daniel Sanders
|
c7a3c5c5d1
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Register as started by r367614. NFC
|
6 жил өмнө |
Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 жил өмнө |
Fangrui Song
|
3b35e17b21
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
|
7 жил өмнө |
Nicola Zaghen
|
0818e789cb
Rename DEBUG macro to LLVM_DEBUG.
|
7 жил өмнө |
Mandeep Singh Grang
|
8ba42a9352
[CodeGen] Change std::sort to llvm::sort in response to r327219
|
7 жил өмнө |
Zachary Turner
|
9a4e15cb76
Mark all library options as hidden.
|
7 жил өмнө |
Francis Visoiu Mistrih
|
e6b89910eb
[CodeGen] Always use `printReg` to print registers in both MIR and debug
|
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 жил өмнө |
Sanjoy Das
|
edb3c90b17
[StackMaps] Increase the size of the "location size" field
|
8 жил өмнө |
Krzysztof Parzyszek
|
36d7c2b2e5
Move size and alignment information of regclass to TargetRegisterInfo
|
8 жил өмнө |
Eugene Zelenko
|
096e40d35f
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
8 жил өмнө |
Sanjoy Das
|
9becdeed48
[Stackmap] Added callsite counts to emitted function information.
|
9 жил өмнө |
Philip Reames
|
4ecbb916b7
[stackmaps] Remove an unneeded member variable [NFC]
|
9 жил өмнө |
Philip Reames
|
87510039fc
[stackmaps] More extraction of common code [NFCI]
|
9 жил өмнө |
Richard Smith
|
e45f656611
Remove unused data member to unbreak -Werror builds.
|
9 жил өмнө |
Philip Reames
|
87aa10ba09
[stackmaps] Extract out magic constants [NFCI]
|
9 жил өмнө |
David Majnemer
|
5d08e375ab
Use the range variant of remove_if instead of unpacking begin/end
|
9 жил өмнө |
Matthias Braun
|
f79c57a412
MachineFunction: Return reference for getFrameInfo(); NFC
|
9 жил өмнө |
Hans Wennborg
|
683020d01d
Fix a couple of redundant conditional expressions (PR27283, PR28282)
|
9 жил өмнө |
Mehdi Amini
|
9c5961b7ba
Move most user of TargetMachine::getDataLayout to the Module one
|
10 жил өмнө |
Juergen Ributzka
|
c014920a89
[StackMap] Use lambdas to specify the sort and erase conditions. NFC.
|
10 жил өмнө |
Juergen Ributzka
|
fd5ef9d20c
[StackMap] Rename variables to be more consistent. NFC.
|
10 жил өмнө |
Juergen Ributzka
|
9ba87b84ab
[StackMaps] Use emplace_back when possible. NFC.
|
10 жил өмнө |
Juergen Ributzka
|
9a39681fd9
Run clang-format before making changes to StackMaps. NFC.
|
10 жил өмнө |
Jim Grosbach
|
586c0042da
MC: Clean up MCExpr naming. NFC.
|
10 жил өмнө |
Rafael Espindola
|
7521964d28
Move alignment from MCSectionData to MCSection.
|
10 жил өмнө |
Jim Grosbach
|
19696daa21
MC: Clean up method names in MCContext.
|
10 жил өмнө |
Sanjoy Das
|
ead2d1fbe0
[Statepoints] Support for "patchable" statepoints.
|
10 жил өмнө |