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
/
DwarfDebug.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reapply DW_AT_low/high_pc patch:
Eric Christopher
2014-03-20
1
-51
/
+61
*
Add comments from Eric's review of r204094.
David Blaikie
2014-03-20
1
-0
/
+5
*
Revert "Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc."
Eric Christopher
2014-03-20
1
-37
/
+40
*
Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc.
Eric Christopher
2014-03-19
1
-40
/
+37
*
DebugInfo: Use the comp_dir of the referencing type units when building debug...
David Blaikie
2014-03-19
1
-11
/
+16
*
Debug info: Remove OdrMemberMap from DwarfDebug, it's not necessary.
Adrian Prantl
2014-03-18
1
-2
/
+2
*
DwarfDebug: Only unique retained types instead of all types.
Adrian Prantl
2014-03-18
1
-2
/
+7
*
Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.
Adrian Prantl
2014-03-18
1
-3
/
+9
*
Add explanatory comment.
Eric Christopher
2014-03-18
1
-0
/
+2
*
Shorten DotDebugLocEntry to just DebugLocEntry and reformat.
Eric Christopher
2014-03-18
1
-11
/
+11
*
DebugInfo: Avoid emitting standard opcode lengths in debug_line.dwo headers w...
David Blaikie
2014-03-18
1
-1
/
+1
*
DebugInfo: Implement debug_line.dwo for file names used in type units during ...
David Blaikie
2014-03-18
1
-3
/
+11
*
DebugInfo: Do not rely on the compilation dir (index 0) for files in line tab...
David Blaikie
2014-03-18
1
-5
/
+11
*
DebugInfo: Move getOrCreateSourceID from DwarfDebug to DwarfCompileUnit
David Blaikie
2014-03-17
1
-23
/
+6
*
DebugInfo: Move line table zero-directory-index (compilation dir) handling in...
David Blaikie
2014-03-17
1
-4
/
+2
*
DebugInfo: Use MC line table file entry uniquing for non-asm input as well.
David Blaikie
2014-03-17
1
-29
/
+2
*
Debug Info: Fix LTO type uniquing for C++ member declarations
Adrian Prantl
2014-03-14
1
-0
/
+1
*
Remove command line option for CU hashing. This is on by default now.
Eric Christopher
2014-03-14
1
-10
/
+2
*
If we see that we're emitting code for a function that doesn't have
Eric Christopher
2014-03-14
1
-1
/
+3
*
Remove the -generate-dwarf-cu-ranges flag.
Eric Christopher
2014-03-14
1
-12
/
+6
*
DwarfDebug: Remove some needless recursion.
David Blaikie
2014-03-14
1
-2
/
+4
*
Turn on hashing by default for split dwarf compile units.
Eric Christopher
2014-03-12
1
-1
/
+1
*
DebugInfo: Use common line/file attribute construction code
David Blaikie
2014-03-12
1
-5
/
+3
*
DebugInfo: Do not emit pubnames/pubtypes sections if they are empty
David Blaikie
2014-03-11
1
-0
/
+3
*
DebugInfo: Avoid re-looking up the DwarfUnit when emitting pubnames/pubtypes
David Blaikie
2014-03-11
1
-1
/
+4
*
DebugInfo: Refactor emitDebugPubNames/Types into a common implementation
David Blaikie
2014-03-11
1
-56
/
+11
*
DebugInfo: Remove unused labels now that we just emit DW_AT_gnu_pubnames as a...
David Blaikie
2014-03-11
1
-8
/
+0
*
MachineModuleInfo: Turn nested std::pairs into a proper struct.
Benjamin Kramer
2014-03-09
1
-10
/
+7
*
DebugInfo: Use DW_FORM_data4 for DW_AT_high_pc in DW_TAG_lexical_blocks
David Blaikie
2014-03-08
1
-2
/
+1
*
Remove unnecessary test for Darwin and update testcase to be a little less
Adrian Prantl
2014-03-07
1
-1
/
+1
*
Two part patch:
Eric Christopher
2014-03-07
1
-58
/
+66
*
Revert "Remove unnecessary check for Darwin. rdar://problem/16264854"
Adrian Prantl
2014-03-07
1
-1
/
+1
*
Remove unnecessary check for Darwin. rdar://problem/16264854
Adrian Prantl
2014-03-07
1
-1
/
+1
*
DebugInfo: Use DW_FORM_data4 for DW_AT_high_pc in inlined functions
David Blaikie
2014-03-07
1
-2
/
+1
*
[C++11] DwarfDebug: Turn single-use functors into lambdas.
Benjamin Kramer
2014-03-07
1
-25
/
+16
*
[C++11] DwarfDebug: Use range-based for loops.
Benjamin Kramer
2014-03-07
1
-245
/
+116
*
DebugInfo: Refactor high_pc/low_pc construction into reusable function
David Blaikie
2014-03-07
1
-6
/
+10
*
DebugInfo: Restrict DW_AT_high_pc encoding as data4 offset to DWARF 4 as per ...
David Blaikie
2014-03-07
1
-1
/
+1
*
Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
Rafael Espindola
2014-03-07
1
-1
/
+1
*
DebugInfo: Limit r203187 to non-darwin as lldb can't handle this yet
David Blaikie
2014-03-07
1
-2
/
+5
*
DebugInfo: Emit DW_TAG_subprogram's DW_AT_high_pc as an offset from the low_pc
David Blaikie
2014-03-07
1
-1
/
+2
*
Constify a few things with DotDebugLocEntry.
Eric Christopher
2014-03-06
1
-2
/
+2
*
DebugInfo: Tag units as having been indexed in GNU pubnames by using a DW_AT_...
David Blaikie
2014-03-06
1
-7
/
+1
*
DebugInfo: Shrink pubnames/pubtypes in the presence of type units by only emi...
David Blaikie
2014-03-06
1
-8
/
+8
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Layering] Move DIBuilder.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
Remove the last of the special case code for emitting attributes.
Eric Christopher
2014-03-06
1
-38
/
+2
*
Remove special case in the DIEValue printing since it only existed
Eric Christopher
2014-03-06
1
-9
/
+5
*
Add a DIELocList class to handle pointers into the location list.
Eric Christopher
2014-03-05
1
-11
/
+0
*
Use a bool for whether or not an abbreviation has children rather than
Eric Christopher
2014-03-05
1
-3
/
+2
[next]