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
...
*
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
*
CodeGen: Do not require a MachineFunction just to create a DIEDwarfExpression.
Peter Collingbourne
2016-05-20
1
-9
/
+12
*
DwarfDebug: Support floating point constants in location lists.
Adrian Prantl
2016-04-08
1
-15
/
+23
*
Fix debug info with SafeStack.
Evgeniy Stepanov
2015-09-30
1
-3
/
+12
*
Revert "[DWARF] Fix a few corner cases in expression emission"
David Blaikie
2015-06-09
1
-28
/
+9
*
[DWARF] Fix a few corner cases in expression emission
Keno Fischer
2015-06-09
1
-9
/
+28
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-3
/
+3
*
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
1
-2
/
+2
*
DebugInfo: Remove special iterators from DIExpression
Duncan P. N. Exon Smith
2015-04-07
1
-14
/
+14
*
Fix DwarfExpression::AddMachineRegExpression so it doesn't read past the
Adrian Prantl
2015-03-04
1
-11
/
+15
*
Fix PR22762. When emitting a DWARF expression check whether this is the
Adrian Prantl
2015-03-03
1
-6
/
+7
*
Refactor DebugLocDWARFExpression so it doesn't require access to the
Adrian Prantl
2015-03-02
1
-25
/
+16
*
Revert "Refactor DebugLocDWARFExpression so it doesn't require access to the"
Adrian Prantl
2015-03-02
1
-16
/
+25
*
Refactor DebugLocDWARFExpression so it doesn't require access to the
Adrian Prantl
2015-03-02
1
-25
/
+16
*
Revert r230930, it caused PR22747.
Nico Weber
2015-03-02
1
-16
/
+25
*
Refactor DebugLocDWARFExpression so it doesn't require access to the
Adrian Prantl
2015-03-02
1
-25
/
+16
*
AsmPrinter: Take range in DwarfExpression::AddExpression(), NFC
Duncan P. N. Exon Smith
2015-02-17
1
-2
/
+3
*
Debug info: Use DW_OP_bit_piece instead of DW_OP_piece in the
Adrian Prantl
2015-02-09
1
-8
/
+6
*
Debug info: Fix PR22296 by omitting the DW_AT_location if we lost the
Adrian Prantl
2015-01-25
1
-0
/
+3
*
Address more review comments for DIExpression::iterator.
Adrian Prantl
2015-01-23
1
-7
/
+7
*
Move the accessor functions from DIExpression::iterator into a wrapper
Adrian Prantl
2015-01-23
1
-6
/
+6
*
Rename DIExpressionIterator to DIExpression::iterator.
Adrian Prantl
2015-01-22
1
-2
/
+2
*
Make DwarfExpression use the new DIExpressionIterator. NFC.
Adrian Prantl
2015-01-22
1
-27
/
+34
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+0
*
Debug Info: Emitting a register in DwarfExpression may fail. Report the
Adrian Prantl
2015-01-14
1
-12
/
+16
*
Revert "Debug Info: Bail out of AddMachineRegPiece() if MachineReg is not a"
Adrian Prantl
2015-01-14
1
-6
/
+0
*
Debug Info: Bail out of AddMachineRegPiece() if MachineReg is not a
Adrian Prantl
2015-01-13
1
-0
/
+6
[prev]
[next]