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
*
Revert rG57ee0435bd47f23f3939f402914c231b4f65ca5e - [TII] Use optional destin...
Simon Pilgrim
2019-10-31
1
-9
/
+5
*
[TII] Use optional destination and source pair as a return value; NFC
Djordje Todorovic
2019-10-31
1
-5
/
+9
*
Reland [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)
Sander de Smalen
2019-10-29
1
-2
/
+1
*
Revert rG70f5aecedef9a6e347e425eb5b843bf797b95319 - "Reland [AArch64][DebugIn...
Simon Pilgrim
2019-10-29
1
-1
/
+2
*
Reland [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)
Sander de Smalen
2019-10-28
1
-2
/
+1
*
Fix a variable typo in LiveDebugValues [NFC]
David Stenberg
2019-10-25
1
-2
/
+2
*
[LiveDebugValues] Small code clean up; NFC
Djordje Todorovic
2019-10-25
1
-18
/
+11
*
Reverted r375425 as it broke some buildbots.
Sander de Smalen
2019-10-21
1
-1
/
+2
*
[AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)
Sander de Smalen
2019-10-21
1
-2
/
+1
*
Fix MSVC "not all control paths return a value" warning. NFCI.
Simon Pilgrim
2019-10-04
1
-0
/
+1
*
[DebugInfo] LiveDebugValues: move DBG_VALUE creation into VarLoc class
Jeremy Morse
2019-10-04
1
-107
/
+137
*
[DebugInfo] LiveDebugValues: defer DBG_VALUE creation during analysis
Jeremy Morse
2019-10-04
1
-8
/
+7
*
Revert "[AArch64][DebugInfo] Do not recompute CalleeSavedStackSize"
Krasimir Georgiev
2019-09-18
1
-1
/
+2
*
[AArch64][DebugInfo] Do not recompute CalleeSavedStackSize
Sander de Smalen
2019-09-18
1
-2
/
+1
*
[DebugInfo] LiveDebugValues: explicitly terminate overwritten stack locations
Jeremy Morse
2019-09-06
1
-12
/
+54
*
[DebugInfo] LiveDebugValues: locations with different exprs should not be merged
Jeremy Morse
2019-09-04
1
-7
/
+17
*
[LiveDebugValues][NFC] Silence an unused variable warning
Jeremy Morse
2019-09-04
1
-0
/
+1
*
[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
[next]