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
/
DwarfCompileUnit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Dwarf] avoid emitting multiple AT_const_value for static memebers.
Manman Ren
2013-02-01
1
-3
/
+9
*
Support artificial parameters in function types.
David Blaikie
2013-01-29
1
-0
/
+2
*
The last of PR14471 - emission of constant floats
David Blaikie
2013-01-20
1
-4
/
+16
*
Split out DW_OP_addr for the split debug info DWARF5 proposal.
Eric Christopher
2013-01-18
1
-6
/
+18
*
Define metadata interfaces for describing a static data member
Eric Christopher
2013-01-16
1
-43
/
+94
*
Split address information for DWARF5 split dwarf proposal. This involves
Eric Christopher
2013-01-15
1
-0
/
+20
*
Remove the llvm-local DW_TAG_vector_type tag and add a test to
Eric Christopher
2013-01-08
1
-2
/
+1
*
Add more comments to what's going on here.
Eric Christopher
2013-01-07
1
-1
/
+3
*
Add support for separating strings for the split debug info DWARF5
Eric Christopher
2013-01-07
1
-0
/
+21
*
PR14759: Debug info support for C++ member pointers.
David Blaikie
2013-01-07
1
-0
/
+3
*
Emit DW_TAG_formal_parameter for unnamed parameters.
David Blaikie
2013-01-05
1
-2
/
+0
*
Add a name for the anonymous type we're creating for subrange
Eric Christopher
2013-01-04
1
-0
/
+3
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-4
/
+4
*
Start splitting out the debug string section handling by moving it
Eric Christopher
2012-12-20
1
-4
/
+5
*
Debug Info: add support to mark member variables as artificial
David Blaikie
2012-12-13
1
-0
/
+3
*
s/getLowerBoundDefault/getDefaultLowerBound/ for consistency. Also put the mo...
Bill Wendling
2012-12-06
1
-4
/
+4
*
Handle non-default array bounds.
Bill Wendling
2012-12-06
1
-13
/
+57
*
Use the 'count' attribute to calculate the upper bound of an array.
Bill Wendling
2012-12-04
1
-13
/
+14
*
Add a 'count' field to the DWARF subrange.
Bill Wendling
2012-12-04
1
-1
/
+3
*
Fix PR12942: Allow two CUs to be generated from the same source file.
Eli Bendersky
2012-12-03
1
-2
/
+2
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
Whitespace.
Eric Christopher
2012-11-21
1
-29
/
+29
*
Update for some of the coding standard before rearranging functions
Eric Christopher
2012-11-21
1
-6
/
+6
*
Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."
Eric Christopher
2012-11-13
1
-2
/
+1
*
Use the 'count' attribute instead of the 'upper_bound' attribute.
Bill Wendling
2012-11-13
1
-1
/
+2
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-5
/
+5
*
Only emit DW_AT_object_pointer if this is a definition.
Eric Christopher
2012-09-20
1
-3
/
+0
*
Recommit, with fixes:
Eric Christopher
2012-09-12
1
-0
/
+3
*
Revert "Add some support for dealing with an object pointer on arguments."
Eric Christopher
2012-09-12
1
-4
/
+0
*
Add some support for dealing with an object pointer on arguments.
Eric Christopher
2012-09-12
1
-0
/
+4
*
No reason to construct this twice.
Eric Christopher
2012-09-10
1
-1
/
+1
*
Use DW_FORM_flag_present to save space in debug information if we're
Eric Christopher
2012-08-24
1
-20
/
+26
*
Remove the DW_AT_MIPS_linkage name attribute when we don't need it
Eric Christopher
2012-08-23
1
-1
/
+8
*
Grammar.
Eric Christopher
2012-08-14
1
-1
/
+1
*
Reduce some code duplication.
Eric Christopher
2012-07-04
1
-19
/
+4
*
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling
2012-06-29
1
-1
/
+1
*
Add support for enum forward declarations.
Eric Christopher
2012-06-01
1
-6
/
+7
*
Have getOrCreateSubprogramDIE store the DIE for a subprogram
Peter Collingbourne
2012-05-27
1
-5
/
+5
*
Add support for C++11 enum classes in llvm.
Eric Christopher
2012-05-23
1
-0
/
+5
*
Untabify and 80-col.
Eric Christopher
2012-05-22
1
-17
/
+17
*
Formatting consistency.
Eric Christopher
2012-05-22
1
-3
/
+4
*
Handle OpDeref in case it comes in as a register operand.
Eric Christopher
2012-05-08
1
-1
/
+2
*
Make comment here more clear.
Eric Christopher
2012-04-16
1
-3
/
+4
*
Add support for objc property decls according to the page at:
Eric Christopher
2012-03-29
1
-0
/
+20
*
Fix the output of the DW_TAG_friend tag to include DW_AT_friend
Eric Christopher
2012-03-28
1
-6
/
+12
*
For types with a parent of the compile unit make sure and emit
Eric Christopher
2012-03-15
1
-5
/
+4
*
Revert the removal of DW_AT_MIPS_linkage_name when we aren't putting
Eric Christopher
2012-03-15
1
-5
/
+8
*
Remove the DW_AT_MIPS_linkage name attribute when we don't need it
Eric Christopher
2012-03-14
1
-5
/
+5
*
Add the DW_AT_APPLE_runtime_class attribute to forward declarations
Eric Christopher
2012-03-07
1
-5
/
+6
*
Only add DW_AT_prototyped if we're working with a C-like language.
Eric Christopher
2012-02-22
1
-3
/
+12
[next]