Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
11cafc82b72a80fb9a7266bbda7fc7a0cc1b51a0
/
llvm
/
lib
/
CodeGen
/
LiveDebugValues.cpp
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