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
*
[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
*
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
-13
/
+14
*
DwarfDebug: Support floating point constants in location lists.
Adrian Prantl
2016-04-08
1
-0
/
+15
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Revert "[DWARF] Fix a few corner cases in expression emission"
David Blaikie
2015-06-09
1
-3
/
+0
*
[DWARF] Fix a few corner cases in expression emission
Keno Fischer
2015-06-09
1
-0
/
+3
*
Revert "Add bool to DebugLocDwarfExpression to control emitting comments."
Pete Cooper
2015-05-20
1
-10
/
+4
*
Add bool to DebugLocDwarfExpression to control emitting comments.
Pete Cooper
2015-05-20
1
-4
/
+10
*
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
/
+3
*
DebugInfo: Remove special iterators from DIExpression
Duncan P. N. Exon Smith
2015-04-07
1
-1
/
+2
*
Change the datatype of DwarfExpression::Emit(Un)Signed to (u)int64_t
Adrian Prantl
2015-03-10
1
-6
/
+6
*
Refactor DebugLocDWARFExpression so it doesn't require access to the
Adrian Prantl
2015-03-02
1
-9
/
+10
*
Revert "Refactor DebugLocDWARFExpression so it doesn't require access to the"
Adrian Prantl
2015-03-02
1
-10
/
+9
[next]