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
/
DebugInfo.h
Age
Commit message (
Expand
)
Author
2013-04-22
Revert "Revert "PR14606: debug info imported_module support""
David Blaikie
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
DebugInfo: more support for mutating DICompositeType to reduce magic number u...
David Blaikie
2013-03-26
Debug Info: Provide a means to update the members of a composite type
David Blaikie
2013-03-22
Swap the DIFile in DILexicalBlockFile out for the raw name/directory pair
David Blaikie
2013-03-22
reorder the fields in DILexicalBlockFile to match the common prefix for DIScopes
David Blaikie
2013-03-22
Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...
David Blaikie
2013-03-22
Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...
David Blaikie
2013-03-21
Refactor the filename/directory information in DISubprogram to refer directly...
David Blaikie
2013-03-21
Move the DIFile in DISubprogram to the beginning to be a common prefix along ...
David Blaikie
2013-03-21
Remove unused field in DISubprogram
David Blaikie
2013-03-21
Removing unused DISubprogram::getFile
David Blaikie
2013-03-20
Debug info: refactor the first field of DICompileUnit to be a raw file/direct...
David Blaikie
2013-03-20
Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...
David Blaikie
2013-03-20
Remove unused field in DICompileUnit
David Blaikie
2013-03-20
Refactor file/directory path in namespace debug info to refer directly to the...
David Blaikie
2013-03-20
Reorder the DIFile parameter in DINameSpace
David Blaikie
2013-03-20
Provide more details for DINameSpace debug info in the IR comment annotations
David Blaikie
2013-03-20
Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...
David Blaikie
2013-03-19
Move the DIFile operand to DITypes from the 4th operand to the 2nd.
David Blaikie
2013-03-17
Split out filename & directory from DIFile to start generalizing over DIScopes
David Blaikie
2013-03-17
Improve DIFile debug info annotation by letting it fallback to DIScope
David Blaikie
2013-03-13
Simplify file/directory name handling in DILexicalBlock
David Blaikie
2013-03-13
Simplify directory name handling in DILexicalBlockFile.
David Blaikie
2013-03-13
Refactor filename/directory in DICompileUnit into a DIFile
David Blaikie
2013-03-12
Remove unused "isMain" field from DICompileUnit
David Blaikie
2013-03-11
Remove support for versioned debug info.
David Blaikie
2013-02-22
Add a field to the compile unit of where we plan on splitting out
Eric Christopher
2013-02-22
Add a TODO and explain when we can get rid of the isMain field.
Eric Christopher
2013-02-22
Formatting.
Eric Christopher
2013-02-18
Add `unsigned DISubprogram::getFlags() const` for DragonEgg.
David Blaikie
2013-02-18
Add `DIFile DISubprogram::getFile() const` for DragonEgg.
David Blaikie
2013-01-26
PR14566: Debug Info: Removing top level lexical blocks
David Blaikie
2013-01-25
This is no trule.
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-08
Remove the llvm-local DW_TAG_vector_type tag and add a test to
Eric Christopher
2013-01-07
PR14759: Debug info support for C++ member pointers.
David Blaikie
2012-12-12
Improve debug info generated with enabled AddressSanitizer.
Alexey Samsonov
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 'getCount' method to get the number of elements in the subrange.
Bill Wendling
2012-12-03
Add 'getInt64Field()' method to get the signed integer instead of unsigned.
Bill Wendling
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-11-20
80-column and whitespace fixups.
Eric Christopher
2012-11-19
Remove a function argument and propagate const around accordingly.
Eric Christopher
[next]