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
*
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
*
Replace with a "null" RAUW with an assert since we'd actually like
Eric Christopher
2013-07-24
1
-8
/
+8
*
Remove dead code.
Eric Christopher
2013-07-24
1
-5
/
+0
*
Remove unnecessary constructors as the default conversions will handle
Eric Christopher
2013-07-24
1
-18
/
+0
*
More constructor cleanup.
Eric Christopher
2013-07-24
1
-6
/
+0
*
Collapse logic and move and reword comment for clarity.
Eric Christopher
2013-07-24
1
-3
/
+5
*
Add a fixme and reformat.
Eric Christopher
2013-07-24
1
-4
/
+3
*
Debug Info: improve the Finder.
Manman Ren
2013-07-23
1
-0
/
+9
*
Debug Info: clean up.
Manman Ren
2013-07-23
1
-18
/
+6
*
Remove unused function.
Eric Christopher
2013-07-23
1
-7
/
+0
*
Debug Info: code cleanup, use getNodeField if possible.
Manman Ren
2013-07-23
1
-28
/
+15
*
DebugInfo Verifier: verify the actual type.
Manman Ren
2013-07-23
1
-0
/
+10
*
Debug Info Finder: use processDeclare and processValue to list debug info
Manman Ren
2013-07-23
1
-0
/
+22
*
Debug Info Finder: add processScope to actually handle the Scope.
Manman Ren
2013-07-22
1
-3
/
+23
*
Debug Info Verifier: simplify DIxxx::Verify
Manman Ren
2013-07-20
1
-28
/
+14
*
Debug Info: enable verifying by default and disable testing cases that fail.
Manman Ren
2013-07-19
1
-0
/
+2
*
Revert "DebugInfo: remove unused helper function getDICompositeType."
Eric Christopher
2013-07-09
1
-0
/
+11
[next]