Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
refs/heads/r
/
lib
/
CodeGen
/
LiveDebugValues.cpp
a01d5b8
[LiveDebugValues] Extend var ranges through artificial blocks
by Vedant Kumar
· 7 years ago
ff3a583
Clarify debug output in LiveDebugValues
by Vedant Kumar
· 7 years ago
7336954
Remove FrameAccess struct from hasLoadFromStackSlot
by Sander de Smalen
· 7 years ago
67bd0d9
Fix issue introduced by r341301 that broke buildbot.
by Sander de Smalen
· 7 years ago
1d40abd
Extend hasStoreToStackSlot with list of FI accesses.
by Sander de Smalen
· 7 years ago
af7b183
Remove trailing space
by Fangrui Song
· 7 years ago
b76c453
[LiveDebugValues] Tracking copying value between registers
by Petar Jovanovic
· 7 years ago
0818e78
Rename DEBUG macro to LLVM_DEBUG.
by Nicola Zaghen
· 7 years ago
26b584c
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 7 years ago
0f38c60
IWYU for llvm-config.h in llvm, additions.
by Nico Weber
· 7 years ago
18704c2
[LiveDebugValues] recognize spilled reg killed in instruction after spill
by Petar Jovanovic
· 8 years ago
c40df75
[LiveDebugValues] Change condition for block termination recognition
by Petar Jovanovic
· 8 years ago
d318139
MachineFunction: Return reference from getFunction(); NFC
by Matthias Braun
· 8 years ago
41b2567
Remove redundant includes from lib/CodeGen.
by Michael Zolotukhin
· 8 years ago
accb337
[CodeGen] Rename functions PrintReg* to printReg*
by Francis Visoiu Mistrih
· 8 years ago
e3a9b4c
Fix a bunch more layering of CodeGen headers that are in Target
by David Blaikie
· 8 years ago
4831923
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
by David Blaikie
· 8 years ago
803f827
Move TargetFrameLowering.h to CodeGen where it's implemented
by David Blaikie
· 8 years ago
1d03d38
Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people.
by Aaron Ballman
· 8 years ago
5298935
[dump] Remove NDEBUG from test to enable dump methods [NFC]
by Don Hinton
· 8 years ago
1842f4a
CodeGen: Minor cleanups to use MachineInstr::getMF. NFC
by Justin Bogner
· 8 years ago
2de563a
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
91ad652
Retire the llvm.dbg.mir hack after r311594.
by Adrian Prantl
· 8 years ago
cc3f143
Update LiveDebugValues to generate DIExpressions for spill offsets
by Adrian Prantl
· 8 years ago
b2a9fcd
Remove the unused offset field from LiveDebugValues (NFC)
by Adrian Prantl
· 8 years ago
4df9b5f
Remove the unused offset from DBG_VALUE (NFC)
by Adrian Prantl
· 8 years ago
a6df1e5
Fixing an issue with the initialization of LexicalScopes objects when mixing debug
by Wolfgang Pieb
· 8 years ago
94c4904
CodeGen: Rename DEBUG_TYPE to match passnames
by Matthias Braun
· 8 years ago
7b7499a
LiveDebugValues: Assume calls never clobber SP.
by Adrian Prantl
· 9 years ago
5c49cf1
Reapply r294532, reverted in r294787.
by Wolfgang Pieb
· 9 years ago
4a82780
Revert r294532, it caused PR31935
by Nico Weber
· 9 years ago
2012b38
Reapply r294356 ("Keep track of spilled variables in LiveDebugValues").
by Wolfgang Pieb
· 9 years ago
22bcc0e
Revert r294356, "DebugInfo: Track spilled variables in LiveDebugValues"
by NAKAMURA Takumi
· 9 years ago
0956efb
DebugInfo: Track spilled variables in LiveDebugValues
by Wolfgang Pieb
· 9 years ago
0439ed6
Use print() instead of dump() in code
by Matthias Braun
· 9 years ago
b835e6e
Teach LiveDebugValues about lexical scopes.
by Adrian Prantl
· 9 years ago
275a9fe
Propagate DBG_VALUE entries when there are unvisited predecessors
by Keith Walker
· 9 years ago
4e09440
Improve the -debug output for Debug Range Extension (NFC)
by Keith Walker
· 9 years ago
690a3cb
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compute it
by Matthias Braun
· 9 years ago
c22fa67
Avoid duplicated map lookups. No functionality change intended.
by Benjamin Kramer
· 9 years ago
c9cf0c8
Make LiveDebugValues preserve CFG
by Matt Arsenault
· 9 years ago
514970f
PR26055: Speed up LiveDebugValues::transferDebugValue()
by Adrian Prantl
· 9 years ago
7fc375e
Undo a suboptimal clang-format decision. NFC
by Adrian Prantl
· 9 years ago
aa8d763
Work around an MSVC compiler issue in r270776.
by Adrian Prantl
· 9 years ago
82629e7
PR26055: Speed up LiveDebugValues by replacing lists with bitvectors.
by Adrian Prantl
· 9 years ago
f6071e1
[NFC] Header cleanup
by Mehdi Amini
· 9 years ago
13fb5a3
Sink DI metadata usage out of MachineInstr.h and MachineInstrBuilder.h
by Reid Kleckner
· 9 years ago
fadd113
Introduce MachineFunctionProperties and the AllVRegsAllocated property
by Derek Schuff
· 9 years ago
b951e50
Consider regmasks when computing register-based DBG_VALUE live ranges
by Reid Kleckner
· 9 years ago
d046f20
Speed up LiveDebugValues
by Daniel Berlin
· 10 years ago
748e8f4
Don't use random class variables across functions
by Daniel Berlin
· 10 years ago
a1505f1
[LiveDebugValues] Replace several lines of code with operator[].
by Alexey Samsonov
· 10 years ago
b1415e7
Recommit LiveDebugValues pass after fixing a couple of minor issues.
by Vikram TV
· 10 years ago
b310704
Revert "Implement a new pass - LiveDebugValues - to compute the set of live DEBUG_VALUEs at each basic block and insert them. Reviewed and accepted at: http://reviews.llvm.org/D11933"
by Mehdi Amini
· 10 years ago
2f351a5
Implement a new pass - LiveDebugValues - to compute the set of live DEBUG_VALUEs at each basic block and insert them. Reviewed and accepted at: http://reviews.llvm.org/D11933
by Vikram TV
· 10 years ago