index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfCompileUnit.cpp
Age
Commit message (
Expand
)
Author
2013-03-12
Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIE
Manman Ren
2013-03-11
Remove support for versioned debug info.
David Blaikie
2013-03-07
Debug Info: store the files and directories for each compile unit.
Manman Ren
2013-02-27
Remove unnecessary check against isGlobalVariable. We check it
Eric Christopher
2013-02-27
Rework comment slightly and fix a few typos.
Eric Christopher
2013-02-27
Debug Info: for static member variables, always put AT_MIPS_linkage_name to the
Manman Ren
2013-02-27
Debug Info: for static member variables, add AT_MIPS_linkage_name to the
Manman Ren
2013-02-26
Revert r176120 as it caused a failure at static-member.cpp
Manman Ren
2013-02-26
Debug Info: for static member variables, move AT_MIPS_linkage_name from
Manman Ren
2013-02-12
Allow optionally generating pubnames section in DWARF info. Introduce
Krzysztof Parzyszek
2013-02-01
[Dwarf] avoid emitting multiple AT_const_value for static memebers.
Manman Ren
2013-01-29
Support artificial parameters in function types.
David Blaikie
2013-01-20
The last of PR14471 - emission of constant floats
David Blaikie
2013-01-18
Split out DW_OP_addr for the split debug info DWARF5 proposal.
Eric Christopher
2013-01-16
Define metadata interfaces for describing a static data member
Eric Christopher
2013-01-15
Split address information for DWARF5 split dwarf proposal. This involves
Eric Christopher
2013-01-08
Remove the llvm-local DW_TAG_vector_type tag and add a test to
Eric Christopher
2013-01-07
Add more comments to what's going on here.
Eric Christopher
2013-01-07
Add support for separating strings for the split debug info DWARF5
Eric Christopher
2013-01-07
PR14759: Debug info support for C++ member pointers.
David Blaikie
2013-01-05
Emit DW_TAG_formal_parameter for unnamed parameters.
David Blaikie
2013-01-04
Add a name for the anonymous type we're creating for subrange
Eric Christopher
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-20
Start splitting out the debug string section handling by moving it
Eric Christopher
2012-12-13
Debug Info: add support to mark member variables as artificial
David Blaikie
2012-12-06
s/getLowerBoundDefault/getDefaultLowerBound/ for consistency. Also put the mo...
Bill Wendling
2012-12-06
Handle non-default array bounds.
Bill Wendling
2012-12-04
Use the 'count' attribute to calculate the upper bound of an array.
Bill Wendling
2012-12-04
Add a 'count' field to the DWARF subrange.
Bill Wendling
2012-12-03
Fix PR12942: Allow two CUs to be generated from the same source file.
Eli Bendersky
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-21
Whitespace.
Eric Christopher
2012-11-21
Update for some of the coding standard before rearranging functions
Eric Christopher
2012-11-13
Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."
Eric Christopher
2012-11-13
Use the 'count' attribute instead of the 'upper_bound' attribute.
Bill Wendling
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-09-20
Only emit DW_AT_object_pointer if this is a definition.
Eric Christopher
2012-09-12
Recommit, with fixes:
Eric Christopher
2012-09-12
Revert "Add some support for dealing with an object pointer on arguments."
Eric Christopher
2012-09-12
Add some support for dealing with an object pointer on arguments.
Eric Christopher
2012-09-10
No reason to construct this twice.
Eric Christopher
2012-08-24
Use DW_FORM_flag_present to save space in debug information if we're
Eric Christopher
2012-08-23
Remove the DW_AT_MIPS_linkage name attribute when we don't need it
Eric Christopher
2012-08-14
Grammar.
Eric Christopher
2012-07-04
Reduce some code duplication.
Eric Christopher
2012-06-29
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling
2012-06-01
Add support for enum forward declarations.
Eric Christopher
2012-05-27
Have getOrCreateSubprogramDIE store the DIE for a subprogram
Peter Collingbourne
2012-05-23
Add support for C++11 enum classes in llvm.
Eric Christopher
2012-05-22
Untabify and 80-col.
Eric Christopher
[next]