Daniel Sanders
|
57a8129407
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
|
6 years ago |
Amy Huang
|
61e66bd1ef
Recommit "[MS] Emit S_HEAPALLOCSITE debug info in Selection DAG"
|
6 years ago |
Daniel Sanders
|
c7a3c5c5d1
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Register as started by r367614. NFC
|
6 years ago |
Amy Huang
|
800e3ba1d7
Revert "[MS] Emit S_HEAPALLOCSITE debug info in Selection DAG" and
|
6 years ago |
Amy Huang
|
9d8cef981e
Fix to r367374 "[MS] Emit S_HEAPALLOCSITE debug info in Selection DAG"
|
6 years ago |
Amy Huang
|
92b85a03f1
[MS] Emit S_HEAPALLOCSITE debug info in SelectionDAG
|
6 years ago |
Djordje Todorovic
|
e02e5c6f21
[ISEL][X86] Tracking of registers that forward call arguments
|
6 years ago |
Fangrui Song
|
46622a5909
Use llvm::stable_sort
|
6 years ago |
Matt Arsenault
|
ed12070421
DAG: Don't try to cluster loads with tied inputs
|
6 years ago |
Jeremy Morse
|
13d322459a
[DebugInfo][DAG] Avoid re-ordering of DBG_VALUEs
|
6 years ago |
Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Jeremy Morse
|
27f17bfee3
[DebugInfo] Emit undef DBG_VALUEs when SDNodes are optimised out
|
6 years ago |
Fangrui Song
|
3b35e17b21
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
|
7 years ago |
Matthias Braun
|
b064c24e4a
ScheduleDAG: Cleanup dumping code; NFC
|
7 years ago |
Chandler Carruth
|
fc187011be
[SDAG] Remove the reliance on MI's allocation strategy for
|
7 years ago |
Shiva Chen
|
085342284c
[DebugInfo] Convert intrinsic llvm.dbg.label to MachineInstr.
|
7 years ago |
Nico Weber
|
0f38c60baf
IWYU for llvm-config.h in llvm, additions.
|
7 years ago |
Mandeep Singh Grang
|
8ba42a9352
[CodeGen] Change std::sort to llvm::sort in response to r327219
|
7 years ago |
David Blaikie
|
e3a9b4ce3a
Fix a bunch more layering of CodeGen headers that are in Target
|
7 years ago |
David Blaikie
|
48319238e4
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
|
7 years ago |
Adrian Prantl
|
aa35415244
Use range-based-for. NFC
|
7 years ago |
Aaron Ballman
|
1d03d382c1
Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people.
|
7 years ago |
Don Hinton
|
5298935fe7
[dump] Remove NDEBUG from test to enable dump methods [NFC]
|
7 years ago |
Reid Kleckner
|
c8ffb38de5
[DebugInfo] Sort the SDDbgValue list before assuming it is in IR order
|
8 years ago |
Reid Kleckner
|
097a5100b5
Use {} instead of make_pair and an iterator for the insertion point, NFC
|
8 years ago |
Artyom Skrobov
|
cff0f13b4b
Remove redundant call to GluedNodes.back() [NFC]
|
8 years ago |
Matthias Braun
|
88d207542b
Cleanup dump() functions.
|
8 years ago |
Mikael Holmen
|
7f6f824722
[DAG] Don't increase SDNodeOrder for dbg.value/declare.
|
8 years ago |
Duncan P. N. Exon Smith
|
a60f808fc9
SelectionDAG: Avoid implicit iterator conversions in ScheduleDAGSDNodes, NFC
|
9 years ago |
Matthias Braun
|
5e08bd340a
Avoid overly large SmallPtrSet/SmallSet
|
9 years ago |