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
*
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
*
Make the compile unit map a MapVector so that we can assume a stable
Eric Christopher
2014-01-29
1
-2
/
+3
*
Fix formatting of comment.
Eric Christopher
2014-01-29
1
-4
/
+2
*
Revert r200340, "Add line table debug info to COFF files when using a win32 t...
NAKAMURA Takumi
2014-01-29
1
-1
/
+25
*
Add line table debug info to COFF files when using a win32 triple.
Timur Iskhodzhanov
2014-01-28
1
-25
/
+1
*
Revert r199871 and replace it with a simple check in the debug info
Eric Christopher
2014-01-28
1
-1
/
+8
*
Reformat slightly.
Eric Christopher
2014-01-27
1
-5
/
+1
*
Revert "Use DW_AT_high_pc and DW_AT_low_pc for the high and low pc for a"
Eric Christopher
2014-01-24
1
-13
/
+3
*
Use DW_AT_high_pc and DW_AT_low_pc for the high and low pc for a
Eric Christopher
2014-01-24
1
-3
/
+13
*
Make the use of DW_AT_ranges in the compile unit depend also upon
Eric Christopher
2014-01-23
1
-5
/
+8
*
Fix a DenseMap iterator invalidation bug causing lots of crashes when
Chandler Carruth
2014-01-20
1
-31
/
+35
*
Make sure we emit a relocation to the debug_ranges section in the
Eric Christopher
2014-01-15
1
-3
/
+6
*
Enable use of ranges for translation units in the presence of
Eric Christopher
2014-01-14
1
-5
/
+7
*
Revert r198979 - accidental commit.
Eric Christopher
2014-01-11
1
-5
/
+5
*
Reformat.
Eric Christopher
2014-01-11
1
-5
/
+3
*
Update function name and add some helpful comments.
Eric Christopher
2014-01-11
1
-3
/
+4
*
Revert "Revert r198851, "Prototype of skeleton type units for fission""
David Blaikie
2014-01-10
1
-3
/
+20
*
Revert r198851, "Prototype of skeleton type units for fission"
NAKAMURA Takumi
2014-01-09
1
-19
/
+3
*
Prototype of skeleton type units for fission
David Blaikie
2014-01-09
1
-3
/
+19
*
DwarfDebug: Refactor out common skeleton construction code to be reused for t...
David Blaikie
2014-01-09
1
-17
/
+22
*
Reformatting for r198842
David Blaikie
2014-01-09
1
-3
/
+2
*
DwarfUnit: Rename "Node" to "CUNode" and propagate it through DwarfTypeUnit a...
David Blaikie
2014-01-09
1
-6
/
+7
*
Emit arange padding with a single directive.
Benjamin Kramer
2014-01-07
1
-5
/
+3
*
Revert "Revert "Debug Info: Type Units: Simplify type hashing using IR-provid...
David Blaikie
2014-01-03
1
-52
/
+10
*
Revert "Debug Info: Type Units: Simplify type hashing using IR-provided uniqu...
David Blaikie
2014-01-03
1
-10
/
+52
*
Debug Info: Type Units: Simplify type hashing using IR-provided unique names.
David Blaikie
2014-01-03
1
-52
/
+10
*
80-column.
Eric Christopher
2014-01-03
1
-2
/
+4
*
Remove TextSectionSym as it is unused.
Eric Christopher
2014-01-03
1
-4
/
+1
*
Remove comments on CU skeleton construction, they're probably
Eric Christopher
2014-01-02
1
-4
/
+0
*
Elaborate on comment for skeleton CU construction.
Eric Christopher
2014-01-02
1
-1
/
+4
*
Revert seemingly unnecessary section sym for the data section.
Eric Christopher
2014-01-02
1
-1
/
+0
*
Fix up a couple of review comments:
Eric Christopher
2014-01-02
1
-7
/
+7
*
Revert r198208 and reapply:
Eric Christopher
2013-12-30
1
-32
/
+24
*
Revert r198199 (and r198202). It broke 3 DebugInfo tests for targeting i686-c...
NAKAMURA Takumi
2013-12-30
1
-25
/
+32
*
Fix aranges and split dwarf by ensuring that the symbol and relocation
Eric Christopher
2013-12-30
1
-6
/
+5
*
Reapply r198196 with a fix to zero initialize the skeleton pointer.
Eric Christopher
2013-12-30
1
-26
/
+20
*
Temporarily revert "Use a pointer to keep track of the skeleton unit for
Eric Christopher
2013-12-30
1
-20
/
+26
*
Use a pointer to keep track of the skeleton unit for each normal unit
Eric Christopher
2013-12-30
1
-26
/
+20
[next]