Mingjie Xing
|
ff031dcbec
[ScheduleDAGMILive] Fix typo in comment.
|
6 년 전 |
Daniel Sanders
|
57a8129407
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
|
6 년 전 |
Jonas Devlieghere
|
114087caa6
[llvm] Migrate llvm::make_unique to std::make_unique
|
6 년 전 |
Daniel Sanders
|
c7a3c5c5d1
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Register as started by r367614. NFC
|
6 년 전 |
Jinsong Ji
|
40b689d53b
[MachineScheduler] checkResourceLimit boundary condition update
|
6 년 전 |
Matt Arsenault
|
5c5346d8e4
MISched: Fix -misched-regpressure=0 if subreg liveness enabled
|
6 년 전 |
Momchil Velikov
|
6f63f2faec
Adjust MachineScheduler to use ProcResource counts
|
6 년 전 |
Bjorn Pettersson
|
bba2202bb1
[CodeGen] Add "const" to MachineInstr::mayAlias
|
6 년 전 |
James Molloy
|
1a1cf956cc
[PATCH] [MachineScheduler] Check pending instructions when an instruction is scheduled
|
6 년 전 |
Clement Courbet
|
f88426dac5
[ScheduleDAG] Move `Topo` and `addEdge` to base class.
|
6 년 전 |
Matt Arsenault
|
58dc6ce2d0
MISched: Don't schedule regions with 0 instructions
|
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 년 전 |
Francis Visoiu Mistrih
|
50c71c5f06
[MachineScheduler] Order FI-based memops based on stack direction
|
6 년 전 |
Francis Visoiu Mistrih
|
9ba9c03b67
[MachineScheduler] Add support for clustering mem ops with FI base operands
|
6 년 전 |
Francis Visoiu Mistrih
|
83895b33cb
[CodeGen][NFC] Make `TII::getMemOpBaseImmOfs` return a base operand
|
6 년 전 |
Nirav Dave
|
c8c80b0f2f
Bias physical register immediate assignments
|
6 년 전 |
Serge Guelton
|
bbe5fdb08d
Type safe version of MachinePassRegistry
|
6 년 전 |
Fangrui Song
|
3b35e17b21
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
|
7 년 전 |
Matthias Braun
|
9214de517e
MachineScheduler: Add -misched-print-dags flag
|
7 년 전 |
Matthias Braun
|
b064c24e4a
ScheduleDAG: Cleanup dumping code; NFC
|
7 년 전 |
Tom Stellard
|
486f7d6d9f
MachineScheduler: Refactor setPolicy() to limit computing remaining latency
|
7 년 전 |
Hiroshi Inoue
|
73d058aa97
[NFC] fix trivial typos in comments
|
7 년 전 |
Nicola Zaghen
|
0818e789cb
Rename DEBUG macro to LLVM_DEBUG.
|
7 년 전 |
Shiva Chen
|
24abe71d71
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
|
7 년 전 |
Adrian Prantl
|
26b584c691
Remove \brief commands from doxygen comments.
|
7 년 전 |
Nico Weber
|
0f38c60baf
IWYU for llvm-config.h in llvm, additions.
|
7 년 전 |
Jonas Paulsson
|
a83aa7ca2e
[MachineScheduler] NFC refactoring
|
7 년 전 |
Mandeep Singh Grang
|
8ba42a9352
[CodeGen] Change std::sort to llvm::sort in response to r327219
|
7 년 전 |
David Blaikie
|
9d9a46a465
Fix layering of MachineValueType.h by moving it from CodeGen to Support
|
7 년 전 |