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
*
[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
*
Revert "Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locat...
Adrian Prantl
2017-04-19
1
-2
/
+6
*
Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locations
Adrian Prantl
2017-04-19
1
-6
/
+2
*
PR32382: Fix emitting complex DWARF expressions.
Adrian Prantl
2017-04-18
1
-56
/
+90
*
Rename helper functions in DwarfExpression to be less misleading (NFC)
Adrian Prantl
2017-03-22
1
-3
/
+3
*
Don't compose DWARF expressions with multiple subregisters.
Adrian Prantl
2017-03-22
1
-0
/
+9
*
DwarfExpression: Defer emitting DWARF register operations
Adrian Prantl
2017-03-22
1
-42
/
+64
*
Revert 298388 and 298389 because they broke some AMDGPU tests.
Adrian Prantl
2017-03-21
1
-54
/
+23
*
Don't compose DWARF expressions with multiple subregisters.
Adrian Prantl
2017-03-21
1
-0
/
+9
*
DwarfExpression: Defer emitting DWARF register operations
Adrian Prantl
2017-03-21
1
-23
/
+45
*
Attempt to fix bot failure on Windows.
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
-74
/
+74
*
PR32288: More efficient encoding for DWARF expr subregister access.
Adrian Prantl
2017-03-16
1
-2
/
+29
*
Revert "PR32288: More efficient encoding for DWARF expr subregister access."
Adrian Prantl
2017-03-16
1
-29
/
+2
*
PR32288: More efficient encoding for DWARF expr subregister access.
Adrian Prantl
2017-03-16
1
-2
/
+29
*
[DebugInfo] Make legal and emit DW_OP_swap and DW_OP_xderef
Konstantin Zhuravlyov
2017-03-08
1
-0
/
+6
*
DebugInfo: remove unused parameter from function. NFC.
Tim Northover
2017-01-25
1
-3
/
+1
*
Fix an assertion in DwarfExpression when emitting fragments in vector registers
Adrian Prantl
2016-12-22
1
-4
/
+9
*
Refactor the DIExpression fragment query interface (NFC)
Adrian Prantl
2016-12-22
1
-1
/
+1
*
Fix LLVM's use of DW_OP_bit_piece in DWARF expressions.
Adrian Prantl
2016-12-09
1
-43
/
+54
*
[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operation
Adrian Prantl
2016-12-05
1
-30
/
+28
*
Simplify control flow in the the DWARF expression compiler
Adrian Prantl
2016-11-02
1
-38
/
+31
*
DebugInfo: New metadata representation for global variables.
Peter Collingbourne
2016-09-13
1
-0
/
+7
*
Fix the type signature of DwarfExpression::Add.*Constant to support values >3...
Adrian Prantl
2016-06-24
1
-2
/
+2
*
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
2016-06-08
1
-1
/
+1
[next]