Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
aef1dfc690adc6478efcd059bdbb65d0195082b8
/
llvm
/
lib
/
CodeGen
/
LiveDebugValues.cpp
9d419d3
[CodeGen] Rename functions PrintReg* to printReg*
by Francis Visoiu Mistrih
· 8 years ago
b3bde2e
Fix a bunch more layering of CodeGen headers that are in Target
by David Blaikie
· 8 years ago
3f833ed
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
by David Blaikie
· 8 years ago
1be62f0
Move TargetFrameLowering.h to CodeGen where it's implemented
by David Blaikie
· 8 years ago
615eb47
Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people.
by Aaron Ballman
· 8 years ago
3e0199f
[dump] Remove NDEBUG from test to enable dump methods [NFC]
by Don Hinton
· 8 years ago
fdf9bf4
CodeGen: Minor cleanups to use MachineInstr::getMF. NFC
by Justin Bogner
· 8 years ago
5df3d89
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
7db6b5e
Retire the llvm.dbg.mir hack after r311594.
by Adrian Prantl
· 8 years ago
83ca4fc
Update LiveDebugValues to generate DIExpressions for spill offsets
by Adrian Prantl
· 8 years ago
359846f
Remove the unused offset field from LiveDebugValues (NFC)
by Adrian Prantl
· 8 years ago
8b9bb53
Remove the unused offset from DBG_VALUE (NFC)
by Adrian Prantl
· 8 years ago
e018bbd
Fixing an issue with the initialization of LexicalScopes objects when mixing debug
by Wolfgang Pieb
· 8 years ago
1527baa
CodeGen: Rename DEBUG_TYPE to match passnames
by Matthias Braun
· 8 years ago
ea8880b
LiveDebugValues: Assume calls never clobber SP.
by Adrian Prantl
· 9 years ago
399dcfa
Reapply r294532, reverted in r294787.
by Wolfgang Pieb
· 9 years ago
ee0b0ec
Revert r294532, it caused PR31935
by Nico Weber
· 9 years ago
458b4e7
Reapply r294356 ("Keep track of spilled variables in LiveDebugValues").
by Wolfgang Pieb
· 9 years ago
a3bc043
Revert r294356, "DebugInfo: Track spilled variables in LiveDebugValues"
by NAKAMURA Takumi
· 9 years ago
02f3293
DebugInfo: Track spilled variables in LiveDebugValues
by Wolfgang Pieb
· 9 years ago
194ded5
Use print() instead of dump() in code
by Matthias Braun
· 9 years ago
7f5866c
Teach LiveDebugValues about lexical scopes.
by Adrian Prantl
· 9 years ago
83ebef5
Propagate DBG_VALUE entries when there are unvisited predecessors
by Keith Walker
· 9 years ago
f83a19f
Improve the -debug output for Debug Range Extension (NFC)
by Keith Walker
· 9 years ago
1eb4736
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compute it
by Matthias Braun
· 9 years ago
4dea8f5
Avoid duplicated map lookups. No functionality change intended.
by Benjamin Kramer
· 9 years ago
b1630a1
Make LiveDebugValues preserve CFG
by Matt Arsenault
· 9 years ago
7509d54
PR26055: Speed up LiveDebugValues::transferDebugValue()
by Adrian Prantl
· 9 years ago
aa9d6c3
Undo a suboptimal clang-format decision. NFC
by Adrian Prantl
· 9 years ago
0069873
Work around an MSVC compiler issue in r270776.
by Adrian Prantl
· 9 years ago
6ee02c7
PR26055: Speed up LiveDebugValues by replacing lists with bitvectors.
by Adrian Prantl
· 9 years ago
b550cb1
[NFC] Header cleanup
by Mehdi Amini
· 10 years ago
2886580
Sink DI metadata usage out of MachineInstr.h and MachineInstrBuilder.h
by Reid Kleckner
· 10 years ago
ad154c8
Introduce MachineFunctionProperties and the AllVRegsAllocated property
by Derek Schuff
· 10 years ago
f6f04f8
Consider regmasks when computing register-based DBG_VALUE live ranges
by Reid Kleckner
· 10 years ago
7256059
Speed up LiveDebugValues
by Daniel Berlin
· 10 years ago
ca4d93a
Don't use random class variables across functions
by Daniel Berlin
· 10 years ago
117b104
[LiveDebugValues] Replace several lines of code with operator[].
by Alexey Samsonov
· 10 years ago
859ad29
Recommit LiveDebugValues pass after fixing a couple of minor issues.
by Vikram TV
· 10 years ago
ceca971
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
0876d2d
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