index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
IR
/
DebugInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-3
/
+35
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-35
/
+34
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-45
/
+74
*
Merging r196172:
Manman Ren
2013-12-09
1
-2
/
+2
*
Merging r196158:
Manman Ren
2013-12-09
1
-0
/
+8
*
Merging r195505:
Manman Ren
2013-12-09
1
-0
/
+52
*
Debug Info: fix typo in function name.
Manman Ren
2013-11-17
1
-5
/
+5
*
Debug Info Verifier: enable public functions of Finder to update the type map.
Manman Ren
2013-11-17
1
-5
/
+18
*
Remove ^M from the file.
Bill Wendling
2013-11-08
1
-1419
/
+1415
*
Changing DebugInfoFinder to iterate over all the compile units.
Michael Kuperstein
2013-10-17
1
-1421
/
+1419
*
Debug Info: In DIBuilder, the context field of subprogram is updated to use
Manman Ren
2013-10-10
1
-3
/
+3
*
Debug Info: In DIBuilder, the context and type fields of template_type and
Manman Ren
2013-10-09
1
-4
/
+4
*
Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_type
Manman Ren
2013-10-05
1
-60
/
+27
*
Temporarily revert r191792 as it is causing some LTO debug failures
Eric Christopher
2013-10-04
1
-27
/
+60
*
Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_type
Manman Ren
2013-10-01
1
-60
/
+27
*
Debug Info: constify and rename from generateRef to getRef.
Manman Ren
2013-09-30
1
-2
/
+2
*
Debug Info: move class definition of DIRef.
Manman Ren
2013-09-11
1
-4
/
+0
*
Debug Info: define a DIRef template.
Manman Ren
2013-09-10
1
-22
/
+19
*
Debug Info: move DIScope::getContext back from DwarfDebug.
Manman Ren
2013-09-09
1
-0
/
+23
*
Debug Info: Use DIScopeRef for DIType::getContext.
Manman Ren
2013-09-09
1
-2
/
+10
*
Debug Info: move DIScope::getContext to DwarfDebug.
Manman Ren
2013-09-09
1
-23
/
+0
*
Debug Info: Move isSubprogramContext from DebugInfo to DwarfDebug.
Manman Ren
2013-09-09
1
-13
/
+0
*
Debug Info: Rename DITypeRef to DIScopeRef.
Manman Ren
2013-09-09
1
-24
/
+30
*
Debug Info: Update isScope to make sure DIType is a scope and
Manman Ren
2013-09-09
1
-1
/
+2
*
Debug Info: Use identifier to reference DIType in containing type field of
Manman Ren
2013-09-07
1
-1
/
+1
*
Debug Info: Use identifier to reference DIType in containing type field of
Manman Ren
2013-09-06
1
-2
/
+2
*
Debug Info: Move a helper function getTypeIdentifier from DIBuilder to be part
Manman Ren
2013-09-06
1
-0
/
+11
*
Debug Info: Use identifier to reference DIType in base type field of
Manman Ren
2013-09-05
1
-2
/
+70
*
Period.
David Blaikie
2013-08-28
1
-2
/
+2
*
r189495: Pull out some debug logic into a function for legibility
David Blaikie
2013-08-28
1
-13
/
+18
*
PR16995: DebugInfo: Don't overwrite existing member lists when adding templat...
David Blaikie
2013-08-28
1
-1
/
+18
*
Debug Info: add an identifier field to DICompositeType.
Manman Ren
2013-08-26
1
-2
/
+16
*
DebugInfoFinder: handle imported entities of a CU.
Manman Ren
2013-08-24
1
-0
/
+12
*
DebugInfoFinder: handle template params of a DISubprogram.
Manman Ren
2013-08-23
1
-0
/
+13
*
DebugInfo: Allow the addition of other (such as static data) members to a rec...
David Blaikie
2013-08-16
1
-2
/
+2
*
DebugInfo: provide the ability to add members to a class after it has been co...
David Blaikie
2013-08-09
1
-0
/
+13
*
Make sure that if we're going to attempt to add a type to a DIE that
Eric Christopher
2013-08-08
1
-0
/
+6
*
Be more rigorous about the sizes of forms and attributes.
Eric Christopher
2013-08-08
1
-2
/
+2
*
Debug Info Finder|Verifier: handle DbgLoc attached to instructions.
Manman Ren
2013-08-06
1
-16
/
+6
*
Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached to
Eric Christopher
2013-08-02
1
-2
/
+16
*
Debug Info Finder|Verifier: handle DbgLoc attached to instructions.
Manman Ren
2013-08-01
1
-16
/
+2
*
Debug Info Verifier: verify SPs in llvm.dbg.sp.
Manman Ren
2013-07-27
1
-3
/
+9
*
Use more parens to clarify assert.
Eric Christopher
2013-07-26
1
-1
/
+1
*
Debug Info Verifier: enable verification of DICompileUnit.
Manman Ren
2013-07-26
1
-3
/
+0
*
Collapse conditional and add an assert for unhandled scope types.
Eric Christopher
2013-07-26
1
-3
/
+1
*
Add a way to get the context of any particular scope.
Eric Christopher
2013-07-26
1
-0
/
+25
*
Debug Info: update comments and add a FIXME.
Manman Ren
2013-07-25
1
-2
/
+5
*
Debug Info: improve the verifier to check field types.
Manman Ren
2013-07-25
1
-0
/
+4
*
Debug Info: improve the verifier to check field types.
Manman Ren
2013-07-25
1
-0
/
+45
*
Debug Info: improve the Finder.
Manman Ren
2013-07-24
1
-0
/
+1
[next]