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
/
include
/
llvm
/
DebugInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Debug Info: add an identifier field to DICompositeType.
Manman Ren
2013-08-26
1
-0
/
+2
*
DebugInfo: Allow the addition of other (such as static data) members to a rec...
David Blaikie
2013-08-16
1
-1
/
+1
*
DebugInfo: provide the ability to add members to a class after it has been co...
David Blaikie
2013-08-09
1
-0
/
+1
*
Be more rigorous about the sizes of forms and attributes.
Eric Christopher
2013-08-08
1
-1
/
+1
*
Debug Info Finder|Verifier: handle DbgLoc attached to instructions.
Manman Ren
2013-08-06
1
-6
/
+7
*
Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached to
Eric Christopher
2013-08-02
1
-7
/
+6
*
Debug Info Finder|Verifier: handle DbgLoc attached to instructions.
Manman Ren
2013-08-01
1
-6
/
+7
*
Add a way to get the context of any particular scope.
Eric Christopher
2013-07-26
1
-0
/
+3
*
Remove dead code.
Eric Christopher
2013-07-24
1
-1
/
+0
*
Remove unnecessary constructors as the default conversions will handle
Eric Christopher
2013-07-24
1
-16
/
+5
*
More constructor cleanup.
Eric Christopher
2013-07-24
1
-2
/
+2
*
Remove one more of these.
Eric Christopher
2013-07-24
1
-4
/
+1
*
Remove more dead/weird/misleading code.
Eric Christopher
2013-07-24
1
-4
/
+1
*
Remove more seemingly unused code.
Eric Christopher
2013-07-24
1
-8
/
+4
*
Remove unused function.
Eric Christopher
2013-07-23
1
-3
/
+0
*
Keep similar classes near each other. No functional change.
Eric Christopher
2013-07-23
1
-119
/
+119
*
80-column.
Eric Christopher
2013-07-23
1
-1
/
+5
*
Debug Info Finder: use processDeclare and processValue to list debug info
Manman Ren
2013-07-23
1
-3
/
+12
*
Debug Info Finder: add processScope to actually handle the Scope.
Manman Ren
2013-07-22
1
-0
/
+2
*
Debug Info Verifier: simplify DIxxx::Verify
Manman Ren
2013-07-20
1
-0
/
+6
*
Equal means ==, not !=. Thanks to Benjamin for catching.
Eric Christopher
2013-07-18
1
-1
/
+1
*
Update comment slightly.
Eric Christopher
2013-07-18
1
-1
/
+1
*
Add comparison operators for DIDescriptors to fix c++98 fallout
Eric Christopher
2013-07-17
1
-0
/
+7
*
Add an explicit operator bool conversion to DIDescriptor to make
Eric Christopher
2013-07-17
1
-0
/
+7
*
Revert "DebugInfo: remove unused helper function getDICompositeType."
Eric Christopher
2013-07-09
1
-0
/
+3
*
DebugInfo: remove unused helper function getDICompositeType.
Manman Ren
2013-07-08
1
-3
/
+0
*
Revert r185852.
Manman Ren
2013-07-08
1
-4
/
+0
*
StringRef: add DenseMapInfo for StringRef.
Manman Ren
2013-07-08
1
-0
/
+4
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-03
1
-1
/
+1
*
DebugInfo: enumerator values returned as int64 as they are stored
David Blaikie
2013-06-24
1
-1
/
+1
*
DebugInfo: Specify that a value is stored indirectly
David Blaikie
2013-06-19
1
-1
/
+7
*
No functionality change.
Manman Ren
2013-06-07
1
-6
/
+6
*
Simplify logic by using the appropriate functions.
Adrian Prantl
2013-05-29
1
-1
/
+1
*
Debug Info: Reorder accessor to match field order.
David Blaikie
2013-05-29
1
-5
/
+5
*
Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...
David Blaikie
2013-05-22
1
-13
/
+0
*
PR14606: Debug Info for namespace aliases/DW_TAG_imported_module
David Blaikie
2013-05-20
1
-0
/
+1
*
PR14492: Debug Info: Support for values of non-integer non-type template para...
David Blaikie
2013-05-10
1
-1
/
+1
*
Add DebugIR pass -- emits IR file and replace source lines with IR lines in MD
Daniel Malea
2013-05-08
1
-0
/
+3
*
Rename DIImportedModule to DIImportedEntity and allow imported declarations
David Blaikie
2013-05-07
1
-5
/
+5
*
Revert "Revert "PR14606: debug info imported_module support""
David Blaikie
2013-04-22
1
-1
/
+15
*
Rename ClassType to the more accurate UnderlyingType and document its purpose.
Adrian Prantl
2013-04-19
1
-1
/
+4
*
Revert "PR14606: debug info imported_module support"
Eric Christopher
2013-04-19
1
-15
/
+1
*
PR14606: debug info imported_module support
David Blaikie
2013-04-19
1
-1
/
+15
*
Revert "Adding DIImportedModules to DIScopes."
David Blaikie
2013-03-28
1
-64
/
+52
*
Adding DIImportedModules to DIScopes.
David Blaikie
2013-03-27
1
-52
/
+64
*
DebugInfo: more support for mutating DICompositeType to reduce magic number u...
David Blaikie
2013-03-26
1
-0
/
+1
*
Debug Info: Provide a means to update the members of a composite type
David Blaikie
2013-03-26
1
-0
/
+1
*
Swap the DIFile in DILexicalBlockFile out for the raw name/directory pair
David Blaikie
2013-03-22
1
-6
/
+0
*
reorder the fields in DILexicalBlockFile to match the common prefix for DIScopes
David Blaikie
2013-03-22
1
-3
/
+3
*
Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...
David Blaikie
2013-03-22
1
-6
/
+0
[next]