index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfCompileUnit.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move emission of the debug string table to early in the debug
Eric Christopher
2013-09-20
1
-16
/
+10
*
Migrate addGlobalName to the .cpp file as an intermediate step
Eric Christopher
2013-09-20
1
-2
/
+1
*
Revert "Give internal classes hidden visibility."
Benjamin Kramer
2013-09-11
1
-1
/
+1
*
Give internal classes hidden visibility.
Benjamin Kramer
2013-09-11
1
-1
/
+1
*
Formatting.
Eric Christopher
2013-08-26
1
-10
/
+10
*
Remove the language parameter and variable from the compile unit. We
Eric Christopher
2013-08-26
1
-5
/
+5
*
Be more rigorous about the sizes of forms and attributes.
Eric Christopher
2013-08-08
1
-15
/
+15
*
Formatting.
Eric Christopher
2013-07-22
1
-1
/
+1
*
Simplify code. No functionality change.
Benjamin Kramer
2013-07-05
1
-7
/
+3
*
addConstantValue, addConstantFPValue never returned anything but
Eric Christopher
2013-07-03
1
-5
/
+5
*
[DebugInfo] Introduce DIEExpr variant of DIEValue to hold MCExpr values
Ulrich Weigand
2013-07-02
1
-2
/
+5
*
DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbols
David Blaikie
2013-06-28
1
-1
/
+5
*
Use const references instead of pointers to references that are
Eric Christopher
2013-06-24
1
-4
/
+5
*
DebugInfo: don't use location lists when the location covers the whole functi...
David Blaikie
2013-06-20
1
-1
/
+1
*
Pass the MDNode in and do the insertion at compile unit creation time
Eric Christopher
2013-05-08
1
-2
/
+2
*
Typo.
Eric Christopher
2013-05-08
1
-2
/
+2
*
DebugInfo: Support imported modules in lexical blocks
David Blaikie
2013-05-06
1
-3
/
+3
*
Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIE
Manman Ren
2013-03-12
1
-0
/
+5
*
Allow optionally generating pubnames section in DWARF info. Introduce
Krzysztof Parzyszek
2013-02-12
1
-0
/
+9
*
The last of PR14471 - emission of constant floats
David Blaikie
2013-01-20
1
-0
/
+3
*
Split out DW_OP_addr for the split debug info DWARF5 proposal.
Eric Christopher
2013-01-18
1
-0
/
+5
*
Define metadata interfaces for describing a static data member
Eric Christopher
2013-01-16
1
-0
/
+6
*
Split address information for DWARF5 split dwarf proposal. This involves
Eric Christopher
2013-01-15
1
-0
/
+5
*
Add support for separating strings for the split debug info DWARF5
Eric Christopher
2013-01-07
1
-0
/
+4
*
Whitespace and 80-column cleanup.
Eric Christopher
2012-12-20
1
-8
/
+8
*
Start splitting out the debug string section handling by moving it
Eric Christopher
2012-12-20
1
-1
/
+5
*
s/getLowerBoundDefault/getDefaultLowerBound/ for consistency. Also put the mo...
Bill Wendling
2012-12-06
1
-1
/
+3
*
Handle non-default array bounds.
Bill Wendling
2012-12-06
1
-1
/
+2
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Fix PR12942: Allow two CUs to be generated from the same source file.
Eli Bendersky
2012-12-03
1
-4
/
+4
*
80-col fixup.
Eric Christopher
2012-09-10
1
-2
/
+2
*
Use DW_FORM_flag_present to save space in debug information if we're
Eric Christopher
2012-08-24
1
-0
/
+3
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-1
/
+1
*
Add support for objc property decls according to the page at:
Eric Christopher
2012-03-29
1
-0
/
+1
*
Fix the output of the DW_TAG_friend tag to include DW_AT_friend
Eric Christopher
2012-03-28
1
-2
/
+4
*
Add the source language into the compile unit.
Eric Christopher
2012-02-22
1
-1
/
+6
*
As part of the ongoing work in finalizing the accelerator tables, extend
Eric Christopher
2012-01-06
1
-4
/
+5
*
Make types and namespaces take multiple DIEs for the accelerator tables
Eric Christopher
2011-11-10
1
-6
/
+12
*
Rework adding function names to the dwarf accelerator tables, allow
Eric Christopher
2011-11-10
1
-3
/
+8
*
Remove the pubnames section, no one consumes it.
Eric Christopher
2011-11-09
1
-9
/
+0
*
Add the support code to enable the dwarf accelerator tables. Upcoming patches
Eric Christopher
2011-11-07
1
-0
/
+28
*
Typo.
Eric Christopher
2011-11-07
1
-1
/
+1
*
Teach our Dwarf emission to use the string pool.
Nick Lewycky
2011-10-27
1
-2
/
+1
*
Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...
Devang Patel
2011-08-16
1
-1
/
+1
*
Refactor. Variables are part of compile unit so let CompileUnit create new va...
Devang Patel
2011-08-15
1
-0
/
+3
*
Refactor. Global variables are part of compile unit so let CompileUnit create...
Devang Patel
2011-08-15
1
-0
/
+3
*
Refactor. A subprogram is part of compile unit so let CompileUnit construct n...
Devang Patel
2011-08-15
1
-0
/
+12
*
Handle debug info for i128 constants.
Devang Patel
2011-06-24
1
-1
/
+1
*
Incomplete type may not have corresponding DIE, so do not check DIEEntry eage...
Devang Patel
2011-06-01
1
-1
/
+1
*
Refactor.
Devang Patel
2011-05-31
1
-3
/
+1
[next]