index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
DIBuilder.h
Age
Commit message (
Expand
)
Author
2013-04-22
Make doxygen comment match declaration.
Benjamin Kramer
2013-04-22
Revert "Revert "PR14606: debug info imported_module support""
David Blaikie
2013-04-19
Reformat and nuke trailing whitespace.
Eric Christopher
2013-04-19
Rename ClassType to the more accurate UnderlyingType and document its purpose.
Adrian Prantl
2013-04-19
Revert "PR14606: debug info imported_module support"
Eric Christopher
2013-04-19
PR14606: debug info imported_module support
David Blaikie
2013-03-28
Revert "Adding DIImportedModules to DIScopes."
David Blaikie
2013-03-27
Adding DIImportedModules to DIScopes.
David Blaikie
2013-03-26
Make DIBuilder::createClassType more type safe by returning DICompositeType r...
David Blaikie
2013-03-20
DIBuilder: allow linkage name to be specified for global variables
David Blaikie
2013-03-19
Move the DIFile operand to DITypes from the 4th operand to the 2nd.
David Blaikie
2013-02-25
DIBuilder: support structs with vtable pointers in the same way as classes
David Blaikie
2013-02-22
Add a field to the compile unit of where we plan on splitting out
Eric Christopher
2013-02-18
Narrow the return types of a few DIBuilder utility functions.
David Blaikie
2013-02-12
DIBuilder: make the return type of createBasicType more specific
David Blaikie
2013-01-16
Define metadata interfaces for describing a static data member
Eric Christopher
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-07
PR14759: Debug info support for C++ member pointers.
David Blaikie
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
Sort the #include lines for the include/... tree with the script.
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-10-05
Make sure to generate the right kind of MDNode for enum forward declarations.
Eli Friedman
2012-09-17
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
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-08-23
Fix a bunch of -Wdocumentation warnings.
Dmitri Gribenko
2012-07-19
Remove tabs.
Bill Wendling
2012-06-29
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling