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
*
[LiveDebugValues] Insert entry values after bundles
David Stenberg
2019-08-30
1
-2
/
+1
*
[DebugInfo] LiveDebugValues: correctly discriminate kinds of variable locations
Jeremy Morse
2019-08-29
1
-0
/
+1
*
[DebugInfo] LiveDebugValues should always revisit backedges if it skips them
Jeremy Morse
2019-08-29
1
-37
/
+17
*
[DebugInfo] Remove invalidated locations during LiveDebugValues
Jeremy Morse
2019-08-23
1
-3
/
+15
*
[DebugInfo] Avoid dropping location info across block boundaries
Jeremy Morse
2019-08-21
1
-57
/
+105
*
[DebugInfo] Handle complex expressions with spills in LiveDebugValues
Jeremy Morse
2019-08-16
1
-31
/
+27
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-3
/
+3
*
[DebugInfo] Avoid crash from dropped fragments in LiveDebugValues
Jeremy Morse
2019-08-15
1
-2
/
+15
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-1
/
+1
*
Reland "[LiveDebugValues] Emit the debug entry values"
Djordje Todorovic
2019-07-09
1
-17
/
+120
*
Revert "[LiveDebugValues] Emit the debug entry values"
Djordje Todorovic
2019-06-27
1
-139
/
+20
*
[LiveDebugValues] Emit the debug entry values
Djordje Todorovic
2019-06-27
1
-20
/
+139
*
CodeGen: Introduce a class for registers
Matt Arsenault
2019-06-24
1
-2
/
+2
*
Remove ';' after namespace's closing bracket [NFC]
David Stenberg
2019-06-13
1
-1
/
+1
*
[NFC] Sink a function call into LiveDebugValues::process
Jeremy Morse
2019-06-13
1
-7
/
+13
*
[DebugInfo] Honour variable fragments in LiveDebugValues
Jeremy Morse
2019-06-13
1
-39
/
+227
*
[DebugInfo] Terminate all location-lists at end of block
Jeremy Morse
2019-06-10
1
-12
/
+50
*
[LiveDebugValues] Close range for previous variable's location when adding ne...
Nikola Prica
2019-06-03
1
-1
/
+11
*
[X86] Fix several places that weren't passing what they though they were to M...
Craig Topper
2019-06-02
1
-3
/
+9
*
Test commit (NFC)
Nikola Prica
2019-05-27
1
-0
/
+1
*
[LiveDebugValues] Rename 'DMI' into 'DebugInstr' (NFC)
Petar Jovanovic
2019-05-23
1
-33
/
+37
*
[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
[next]