Nico Weber
|
0f38c60baf
IWYU for llvm-config.h in llvm, additions.
|
7 年之前 |
Petar Jovanovic
|
18704c2df5
[LiveDebugValues] recognize spilled reg killed in instruction after spill
|
7 年之前 |
Petar Jovanovic
|
c40df7553c
[LiveDebugValues] Change condition for block termination recognition
|
7 年之前 |
Matthias Braun
|
d318139827
MachineFunction: Return reference from getFunction(); NFC
|
7 年之前 |
Michael Zolotukhin
|
41b2567ccb
Remove redundant includes from lib/CodeGen.
|
7 年之前 |
Francis Visoiu Mistrih
|
accb337c76
[CodeGen] Rename functions PrintReg* to printReg*
|
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 年之前 |
David Blaikie
|
803f827385
Move TargetFrameLowering.h to CodeGen where it's implemented
|
7 年之前 |
Aaron Ballman
|
1d03d382c1
Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people.
|
7 年之前 |
Don Hinton
|
5298935fe7
[dump] Remove NDEBUG from test to enable dump methods [NFC]
|
7 年之前 |
Justin Bogner
|
1842f4a81b
CodeGen: Minor cleanups to use MachineInstr::getMF. NFC
|
7 年之前 |
Eugene Zelenko
|
2de563a9ab
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
8 年之前 |
Adrian Prantl
|
91ad652cd8
Retire the llvm.dbg.mir hack after r311594.
|
8 年之前 |
Adrian Prantl
|
cc3f143b8d
Update LiveDebugValues to generate DIExpressions for spill offsets
|
8 年之前 |
Adrian Prantl
|
b2a9fcdbed
Remove the unused offset field from LiveDebugValues (NFC)
|
8 年之前 |
Adrian Prantl
|
4df9b5f8fb
Remove the unused offset from DBG_VALUE (NFC)
|
8 年之前 |
Wolfgang Pieb
|
a6df1e57e8
Fixing an issue with the initialization of LexicalScopes objects when mixing debug
|
8 年之前 |
Matthias Braun
|
94c4904dc5
CodeGen: Rename DEBUG_TYPE to match passnames
|
8 年之前 |
Adrian Prantl
|
7b7499a7a6
LiveDebugValues: Assume calls never clobber SP.
|
8 年之前 |
Wolfgang Pieb
|
5c49cf1beb
Reapply r294532, reverted in r294787.
|
8 年之前 |
Nico Weber
|
4a827800c6
Revert r294532, it caused PR31935
|
8 年之前 |
Wolfgang Pieb
|
2012b38a6b
Reapply r294356 ("Keep track of spilled variables in LiveDebugValues").
|
8 年之前 |
NAKAMURA Takumi
|
22bcc0ea37
Revert r294356, "DebugInfo: Track spilled variables in LiveDebugValues"
|
8 年之前 |
Wolfgang Pieb
|
0956efb856
DebugInfo: Track spilled variables in LiveDebugValues
|
8 年之前 |
Matthias Braun
|
0439ed6e3d
Use print() instead of dump() in code
|
8 年之前 |
Adrian Prantl
|
b835e6ee0f
Teach LiveDebugValues about lexical scopes.
|
9 年之前 |
Keith Walker
|
275a9fe4ff
Propagate DBG_VALUE entries when there are unvisited predecessors
|
9 年之前 |
Keith Walker
|
4e09440dd5
Improve the -debug output for Debug Range Extension (NFC)
|
9 年之前 |
Matthias Braun
|
690a3cbc95
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compute it
|
9 年之前 |