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
/
AsmPrinter
/
DwarfExpression.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Use TargetIndex operands in DbgValue to track WebAssembly opera...
Yury Delendik
2019-12-20
1
-0
/
+8
*
Fix an offset underflow bug in DwarfExpression when describing small values w...
Adrian Prantl
2019-11-20
1
-9
/
+8
*
[DebugInfo] Allow spill slots in call site parameter descriptions
Vedant Kumar
2019-11-14
1
-5
/
+2
*
[AsmPrinter] Fix unused variable warning in Release builds. NFC.
Benjamin Kramer
2019-10-15
1
-0
/
+1
*
[DebugInfo] Add a DW_OP_LLVM_entry_value operation
David Stenberg
2019-10-15
1
-3
/
+25
*
[DebugInfo] Exclude memory location values as parameter entry values
Djordje Todorovic
2019-09-27
1
-2
/
+5
*
[DwarfExpression] Disallow some rewrites to avoid undefined behavior
Bjorn Pettersson
2019-09-07
1
-6
/
+14
*
[DWARF] Pick the DWARF5 OP_entry_value opcode on Darwin
Vedant Kumar
2019-08-26
1
-4
/
+1
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-1
/
+2
*
Reland "[DwarfDebug] Dump call site debug info"
Djordje Todorovic
2019-07-31
1
-6
/
+29
*
Revert "[DwarfDebug] Dump call site debug info"
Djordje Todorovic
2019-07-12
1
-30
/
+6
*
[DwarfDebug] Dump call site debug info
Djordje Todorovic
2019-07-09
1
-6
/
+30
*
[DWARF] Handle the DW_OP_entry_value operand
Djordje Todorovic
2019-06-27
1
-0
/
+17
*
hwasan: Add a tag_offset DWARF attribute to instrumented stack variables.
Peter Collingbourne
2019-06-17
1
-0
/
+3
*
[DwarfExpression] Refactor dwarf expression (NFC)
Petar Jovanovic
2019-05-23
1
-14
/
+14
*
[DebugInfo] DW_OP_deref_size in PrologEpilogInserter.
Markus Lavin
2019-04-30
1
-0
/
+4
*
Revert r358268 "[DebugInfo] DW_OP_deref_size in PrologEpilogInserter."
Hans Wennborg
2019-04-12
1
-4
/
+0
*
[DebugInfo] DW_OP_deref_size in PrologEpilogInserter.
Markus Lavin
2019-04-12
1
-0
/
+4
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
1
-0
/
+61
*
Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"
Markus Lavin
2019-03-19
1
-61
/
+0
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
1
-0
/
+61
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Use llvm::{all,any,none}_of instead std::{all,any,none}_of. NFC
Fangrui Song
2018-10-19
1
-4
/
+3
*
[DebugInfo] Normalize common kinds of DWARF sub-expressions.
Jonas Devlieghere
2018-09-05
1
-8
/
+18
*
[Local] replaceAllDbgUsesWith: Update debug values before RAUW
Vedant Kumar
2018-07-06
1
-0
/
+3
*
Fix a bug that prevents global variables from having a DW_OP_deref.
Adrian Prantl
2018-04-27
1
-1
/
+1
*
[Utils] Salvage the debug info of DCE'ed 'and' instructions
Petar Jovanovic
2018-02-14
1
-0
/
+1
*
Document the shortcomings of DwarfExpression::addMachineReg().
Adrian Prantl
2018-02-13
1
-4
/
+12
*
Revert "Document the shortcomings of DwarfExpression::addMachineReg()."
Adrian Prantl
2018-02-13
1
-7
/
+3
*
[Utils] Salvage debug info of DCE'ed mul/sdiv/srem instructions
Vedant Kumar
2018-02-13
1
-0
/
+2
*
[Utils] Salvage debug info of DCE'ed shl/lhsr/ashr instructions
Vedant Kumar
2018-02-13
1
-0
/
+3
*
[Utils] Salvage the debug info of DCE'ed 'xor' instructions
Vedant Kumar
2018-02-13
1
-0
/
+1
*
Document the shortcomings of DwarfExpression::addMachineReg().
Adrian Prantl
2018-02-13
1
-3
/
+7
*
[Utils] Salvage debug info from dead 'or' instructions
Vedant Kumar
2018-02-09
1
-0
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
Convert condition to an early exit (NFC).
Adrian Prantl
2017-10-10
1
-1
/
+3
*
Fixed reverted commit rL312318
Strahinja Petrovic
2017-09-21
1
-0
/
+1
*
Revert r312318, r312325, r312424, r312489
Richard Trieu
2017-09-07
1
-1
/
+0
*
Debug info for variables whose type is shrinked to bool
Strahinja Petrovic
2017-09-01
1
-0
/
+1
*
Fix a logic error in DwarfExpression::addMachineReg()
Adrian Prantl
2017-08-28
1
-4
/
+3
*
Untabify.
NAKAMURA Takumi
2017-08-28
1
-1
/
+1
*
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; o...
Eugene Zelenko
2017-08-17
1
-8
/
+8
*
Align definition of DW_OP_plus with DWARF spec [3/3]
Florian Hahn
2017-06-14
1
-13
/
+13
*
Align definition of DW_OP_plus with DWARF spec [1/3]
Florian Hahn
2017-06-13
1
-0
/
+7
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Fix an assertion when skipping stack values in DWARF2 mode.
Adrian Prantl
2017-04-25
1
-1
/
+5
*
Move size and alignment information of regclass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-2
/
+3
*
Add a testcase for DIExpression(DW_OP_stack_value)
Adrian Prantl
2017-04-24
1
-1
/
+0
*
Don't emit locations that need a DW_OP_stack_value in DWARF 2 & 3.
Adrian Prantl
2017-04-20
1
-1
/
+8
*
Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locations
Adrian Prantl
2017-04-19
1
-6
/
+2
[next]