index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
LiveDebugValues.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[DebugInfoMetadata] Refactor DIExpression::prepend constants (NFC)
Petar Jovanovic
2019-05-20
1
-3
/
+3
*
Temporarily Revert "[DebugInfo] Terminate more location-list ranges at the en...
Eric Christopher
2019-05-08
1
-47
/
+11
*
[DebugInfo] Terminate more location-list ranges at the end of blocks
Jeremy Morse
2019-04-29
1
-11
/
+47
*
[DEBUGINFO] Reposting r352642: Handle restore instructions in LiveDebugValues
Wolfgang Pieb
2019-02-04
1
-59
/
+152
*
Reverting r352642 - Handle restore instructions in LiveDebugValues - as it's ...
Wolfgang Pieb
2019-01-30
1
-149
/
+59
*
[DEBUGINFO] Handle restore instructions in LiveDebugValues
Wolfgang Pieb
2019-01-30
1
-59
/
+149
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[LiveDebugValues] Extend var ranges through artificial blocks
Vedant Kumar
2018-10-05
1
-12
/
+32
*
Clarify debug output in LiveDebugValues
Vedant Kumar
2018-10-05
1
-7
/
+27
*
Remove FrameAccess struct from hasLoadFromStackSlot
Sander de Smalen
2018-09-05
1
-3
/
+5
*
Fix issue introduced by r341301 that broke buildbot.
Sander de Smalen
2018-09-03
1
-3
/
+6
*
Extend hasStoreToStackSlot with list of FI accesses.
Sander de Smalen
2018-09-03
1
-2
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-2
/
+2
*
[LiveDebugValues] Tracking copying value between registers
Petar Jovanovic
2018-07-13
1
-52
/
+127
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-20
/
+22
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[LiveDebugValues] recognize spilled reg killed in instruction after spill
Petar Jovanovic
2018-01-16
1
-7
/
+30
*
[LiveDebugValues] Change condition for block termination recognition
Petar Jovanovic
2018-01-08
1
-1
/
+1
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-2
/
+2
*
Remove redundant includes from lib/CodeGen.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
[CodeGen] Rename functions PrintReg* to printReg*
Francis Visoiu Mistrih
2017-11-28
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-2
/
+2
*
Move TargetFrameLowering.h to CodeGen where it's implemented
David Blaikie
2017-11-03
1
-1
/
+1
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
CodeGen: Minor cleanups to use MachineInstr::getMF. NFC
Justin Bogner
2017-10-10
1
-2
/
+2
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-08-24
1
-19
/
+36
*
Retire the llvm.dbg.mir hack after r311594.
Adrian Prantl
2017-08-23
1
-3
/
+0
*
Update LiveDebugValues to generate DIExpressions for spill offsets
Adrian Prantl
2017-08-02
1
-2
/
+7
*
Remove the unused offset field from LiveDebugValues (NFC)
Adrian Prantl
2017-07-28
1
-16
/
+3
*
Remove the unused offset from DBG_VALUE (NFC)
Adrian Prantl
2017-07-28
1
-2
/
+2
*
Fixing an issue with the initialization of LexicalScopes objects when mixing ...
Wolfgang Pieb
2017-07-19
1
-1
/
+6
*
CodeGen: Rename DEBUG_TYPE to match passnames
Matthias Braun
2017-05-25
1
-2
/
+2
*
LiveDebugValues: Assume calls never clobber SP.
Adrian Prantl
2017-03-03
1
-1
/
+5
*
Reapply r294532, reverted in r294787.
Wolfgang Pieb
2017-02-14
1
-9
/
+147
*
Revert r294532, it caused PR31935
Nico Weber
2017-02-10
1
-141
/
+9
*
Reapply r294356 ("Keep track of spilled variables in LiveDebugValues").
Wolfgang Pieb
2017-02-08
1
-9
/
+141
*
Revert r294356, "DebugInfo: Track spilled variables in LiveDebugValues"
NAKAMURA Takumi
2017-02-08
1
-137
/
+7
*
DebugInfo: Track spilled variables in LiveDebugValues
Wolfgang Pieb
2017-02-07
1
-7
/
+137
*
Use print() instead of dump() in code
Matthias Braun
2017-01-28
1
-1
/
+5
*
Teach LiveDebugValues about lexical scopes.
Adrian Prantl
2016-09-28
1
-8
/
+43
*
Propagate DBG_VALUE entries when there are unvisited predecessors
Keith Walker
2016-09-27
1
-10
/
+24
*
Improve the -debug output for Debug Range Extension (NFC)
Keith Walker
2016-09-20
1
-1
/
+2
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
Avoid duplicated map lookups. No functionality change intended.
Benjamin Kramer
2016-06-17
1
-2
/
+1
*
Make LiveDebugValues preserve CFG
Matt Arsenault
2016-06-08
1
-0
/
+1
*
PR26055: Speed up LiveDebugValues::transferDebugValue()
Adrian Prantl
2016-05-26
1
-43
/
+85
*
Undo a suboptimal clang-format decision. NFC
Adrian Prantl
2016-05-26
1
-4
/
+2
[prev]
[next]