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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Use TargetIndex operands in DbgValue to track WebAssembly opera...
Yury Delendik
2019-12-20
1
-0
/
+4
*
[DebugInfo] Add a DW_OP_LLVM_entry_value operation
David Stenberg
2019-10-15
1
-2
/
+12
*
[DebugInfo] Add interface for pre-calculating the size of emitted DWARF
David Stenberg
2019-10-15
1
-8
/
+62
*
Reland "[DwarfDebug] Dump call site debug info"
Djordje Todorovic
2019-07-31
1
-1
/
+10
*
Revert "[DwarfDebug] Dump call site debug info"
Djordje Todorovic
2019-07-12
1
-10
/
+1
*
[DwarfDebug] Dump call site debug info
Djordje Todorovic
2019-07-09
1
-1
/
+10
*
[DWARF] Handle the DW_OP_entry_value operand
Djordje Todorovic
2019-06-27
1
-0
/
+15
*
hwasan: Add a tag_offset DWARF attribute to instrumented stack variables.
Peter Collingbourne
2019-06-17
1
-0
/
+2
*
[DwarfExpression] Refactor dwarf expression (NFC)
Petar Jovanovic
2019-05-23
1
-9
/
+30
*
[DebugInfo] DW_OP_deref_size in PrologEpilogInserter.
Markus Lavin
2019-04-30
1
-0
/
+4
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
1
-6
/
+15
*
Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"
Markus Lavin
2019-03-19
1
-15
/
+6
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
1
-6
/
+15
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[DwarfExpression] Fix a typo in a doxygen comment. NFC.
Matt Davis
2018-12-20
1
-1
/
+1
*
[DebugInfo] Normalize common kinds of DWARF sub-expressions.
Jonas Devlieghere
2018-09-05
1
-0
/
+3
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
DwarfCompileUnit: Fix another assertion failure on malformed input
Adrian Prantl
2018-05-04
1
-0
/
+1
*
Fix a bug that prevents global variables from having a DW_OP_deref.
Adrian Prantl
2018-04-27
1
-0
/
+2
*
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; o...
Eugene Zelenko
2017-08-17
1
-9
/
+30
*
Align definition of DW_OP_plus with DWARF spec [3/3]
Florian Hahn
2017-06-14
1
-0
/
+3
*
Don't emit locations that need a DW_OP_stack_value in DWARF 2 & 3.
Adrian Prantl
2017-04-20
1
-0
/
+2
*
Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locations
Adrian Prantl
2017-04-19
1
-6
/
+10
*
Revert "Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locat...
Adrian Prantl
2017-04-19
1
-10
/
+6
*
Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locations
Adrian Prantl
2017-04-19
1
-6
/
+10
*
PR32382: Fix emitting complex DWARF expressions.
Adrian Prantl
2017-04-18
1
-3
/
+10
*
Remove unneccessary virtual destructor from DwarfExpression.
Adrian Prantl
2017-03-27
1
-3
/
+3
*
Rename helper functions in DwarfExpression to be less misleading (NFC)
Adrian Prantl
2017-03-22
1
-3
/
+3
*
DwarfExpression: Defer emitting DWARF register operations
Adrian Prantl
2017-03-22
1
-5
/
+12
*
Revert 298388 and 298389 because they broke some AMDGPU tests.
Adrian Prantl
2017-03-21
1
-10
/
+0
*
DwarfExpression: Defer emitting DWARF register operations
Adrian Prantl
2017-03-21
1
-0
/
+10
*
Replace uses of DwarfExpression::addMachineReg* with addMachineRegExpression
Adrian Prantl
2017-03-20
1
-23
/
+24
*
Make implementation details in DwarfExpression protected. (NFC)
Adrian Prantl
2017-03-20
1
-13
/
+12
*
Rearrange fields. NFC.
Adrian Prantl
2017-03-16
1
-1
/
+1
*
Rename methods in DwarfExpression to adhere to the LLVM coding guidelines.
Adrian Prantl
2017-03-16
1
-22
/
+22
*
PR32288: More efficient encoding for DWARF expr subregister access.
Adrian Prantl
2017-03-16
1
-1
/
+6
*
Revert "PR32288: More efficient encoding for DWARF expr subregister access."
Adrian Prantl
2017-03-16
1
-6
/
+1
*
PR32288: More efficient encoding for DWARF expr subregister access.
Adrian Prantl
2017-03-16
1
-1
/
+6
*
DebugInfo: remove unused parameter from function. NFC.
Tim Northover
2017-01-25
1
-1
/
+1
*
Fix an assertion in DwarfExpression when emitting fragments in vector registers
Adrian Prantl
2016-12-22
1
-1
/
+11
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-20
1
-0
/
+4
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-4
/
+0
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-0
/
+4
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-4
/
+0
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-0
/
+4
*
Fix LLVM's use of DW_OP_bit_piece in DWARF expressions.
Adrian Prantl
2016-12-09
1
-11
/
+29
*
[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operation
Adrian Prantl
2016-12-05
1
-22
/
+29
*
Improve and cleanup comments in DwarfExpression.h
Adrian Prantl
2016-11-02
1
-15
/
+14
*
Simplify control flow in the the DWARF expression compiler
Adrian Prantl
2016-11-02
1
-8
/
+53
*
Fix the type signature of DwarfExpression::Add.*Constant to support values >3...
Adrian Prantl
2016-06-24
1
-2
/
+2
[next]