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
/
VMCore
/
DIBuilder.cpp
Age
Commit message (
Expand
)
Author
2013-01-02
Rename VMCore directory to IR.
Chandler Carruth
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
Use the new script to sort the includes of every file under lib.
Chandler Carruth
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-11-02
Include all the fields so we can correctly emit DW_TAG_structure_type for C++...
David Blaikie
2012-10-05
Make sure to generate the right kind of MDNode for enum forward declarations.
Eli Friedman
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-07-06
Remove trailing comma in array initialization list.
Bill Wendling
2012-07-06
Remove unnecessary 'llvm::'.
Bill Wendling
2012-07-06
Untabify and move a function near similar functions dealing with struct
Eric Christopher
2012-06-29
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling