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
/
IR
/
DebugInfo.cpp
Age
Commit message (
Expand
)
Author
2013-03-28
Revert "Adding DIImportedModules to DIScopes."
David Blaikie
2013-03-27
Fix comment
David Blaikie
2013-03-27
Silence warning about mixing || in &&, fix up 80-cols.
Benjamin Kramer
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
Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...
David Blaikie
2013-03-21
Refactor the filename/directory information in DISubprogram to refer directly...
David Blaikie
2013-03-21
Remove unused field in DISubprogram
David Blaikie
2013-03-20
Debug info: refactor the first field of DICompileUnit to be a raw file/direct...
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
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-17
Split out filename & directory from DIFile to start generalizing over DIScopes
David Blaikie
2013-03-13
Remove the unused 4th operand for DIFile debug info metadata
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-12
Update debug info test cases with empty SplitDebugFilename field.
David Blaikie
2013-03-11
Remove support for versioned debug info.
David Blaikie
2013-03-11
Add asserts to DIBuilder & fix DINameSpace::Verify to allow unnamed namespaces.
David Blaikie
2013-02-04
[DebugInfo] remove more node indirection (this time from the subprogram's var...
David Blaikie
2013-02-04
PR15149: crash when printing debug info metadata containing an invalid langua...
David Blaikie
2013-02-02
Remove the (apparently) unnecessary debug info metadata indirection.
David Blaikie
2013-01-19
Fix a latent bug exposed by recent static member debug info changes.
David Blaikie
2013-01-16
Define metadata interfaces for describing a static data member
Eric Christopher
2013-01-08
Remove the llvm-local DW_TAG_vector_type tag and add a test to
Eric Christopher
2013-01-08
Mark artificial types as such in the annotated debug output.
David Blaikie
2013-01-08
Remove what appears to be a dead llvm-specific debug tag.
Eric Christopher
2013-01-07
PR14759: Debug info support for C++ member pointers.
David Blaikie
2013-01-05
Include access modifiers in subprogram metadata IR comment.
David Blaikie
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
Rename VMCore directory to IR.
Chandler Carruth