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
...
*
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
*
[Modules] Move ValueHandle into the IR library where Value itself lives.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Add DWARF discriminator support to DILexicalBlocks.
Diego Novillo
2014-03-03
1
-1
/
+4
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
[C++11] Switch all uses of the llvm_move macro to use std::move
Chandler Carruth
2014-03-02
1
-3
/
+3
*
Don't emit anything into the debug_ranges section if we aren't emitting
Eric Christopher
2014-02-27
1
-1
/
+1
*
Formatting fixups.
Eric Christopher
2014-02-26
1
-2
/
+2
*
DwarfDebug: Avoid emitting an empty debug_aranges section when aranges are di...
David Blaikie
2014-02-25
1
-1
/
+2
*
Address review comments for r202188.
Adrian Prantl
2014-02-25
1
-18
/
+2
*
Debug info: Support variadic functions.
Adrian Prantl
2014-02-25
1
-8
/
+24
*
Revert "Debug info: Support variadic functions."
Adrian Prantl
2014-02-25
1
-11
/
+1
*
Debug info: Support variadic functions.
Adrian Prantl
2014-02-25
1
-1
/
+11
*
Move get[S|U]LEB128Size() to LEB128.h.
Logan Chien
2014-02-22
1
-1
/
+2
*
DebugInfo: Remove the empty macinfo section.
David Blaikie
2014-02-21
1
-3
/
+0
*
Add support for hashing attributes with DW_FORM_block. This required
Eric Christopher
2014-02-20
1
-1
/
+1
*
DebugInfo: Deduplicate entries in the fission address table
David Blaikie
2014-02-15
1
-11
/
+9
*
DwarfDebug: Remove dead code.
David Blaikie
2014-02-15
1
-7
/
+3
*
DebugInfo: Implement DW_AT_stmt_list for type units
David Blaikie
2014-02-14
1
-2
/
+7
*
DwarfUnit: Refactor out DW_AT_stmt_list creation into common function for fis...
David Blaikie
2014-02-14
1
-30
/
+2
*
DebugInfo: Don't include the name of the CU file in the line table file list ...
David Blaikie
2014-02-14
1
-3
/
+0
*
Revert "DebugInfo: Don't include the name of the CU file in the line table fi...
Eric Christopher
2014-02-14
1
-0
/
+3
*
DebugInfo: Don't include the name of the CU file in the line table file list ...
David Blaikie
2014-02-14
1
-3
/
+0
*
Disable emission of aranges by default and add a command line
Eric Christopher
2014-02-14
1
-1
/
+7
*
[PR18809] Revert r201187, "DebugInfo: Don't include the name of the CU file i...
NAKAMURA Takumi
2014-02-13
1
-0
/
+3
*
Fix some formatting in my last commit (r201196)
David Blaikie
2014-02-12
1
-4
/
+4
*
DwarfUnit: Provide a reference to a defining DwarfCompileUnit from DwarfTypeU...
David Blaikie
2014-02-12
1
-8
/
+8
*
DebugInfo: Don't include the name of the CU file in the line table file list ...
David Blaikie
2014-02-11
1
-3
/
+0
*
DebugInfo: Use existing symbol rather than creating it again.
David Blaikie
2014-02-11
1
-1
/
+1
*
Remove some prototype code accidentally committed in r201043
David Blaikie
2014-02-10
1
-1
/
+0
*
Fix formatting introduced in r200941
David Blaikie
2014-02-09
1
-0
/
+1
*
Remove support for not using .loc directives.
Rafael Espindola
2014-02-05
1
-7
/
+6
*
DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer emi...
David Blaikie
2014-02-04
1
-4
/
+2
*
DebugInfo: Flag type unit references as declarations
David Blaikie
2014-01-31
1
-0
/
+5
*
Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...
Timur Iskhodzhanov
2014-01-30
1
-25
/
+1
*
Move range handling for a function to endFunction rather than
Eric Christopher
2014-01-29
1
-5
/
+5
*
If we use DW_AT_ranges we need to specify a base address that ranges
Eric Christopher
2014-01-29
1
-2
/
+8
*
Turn on CU ranges if we've got multiple compile units in the same
Eric Christopher
2014-01-29
1
-4
/
+6
[prev]
[next]