index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
IR
/
DebugInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Debug info: Add a new explicit DIDescriptor flag for the "public" access
Adrian Prantl
2014-08-29
1
-0
/
+5
*
Use DILexicalBlockFile, rather than DILexicalBlock, to track discriminator ch...
David Blaikie
2014-08-21
1
-4
/
+4
*
Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ...
David Blaikie
2014-08-06
1
-26
/
+0
*
Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...
David Blaikie
2014-08-04
1
-0
/
+26
*
Debug info: Infrastructure to support debug locations for fragmented
Adrian Prantl
2014-08-01
1
-0
/
+48
*
[Debug Info] remove DITrivialType and use null to represent unspecified param.
Manman Ren
2014-07-29
1
-21
/
+3
*
[Debug Info] add DISubroutineType and its creation takes DITypeArray.
Manman Ren
2014-07-28
1
-0
/
+10
*
[Debug Info] add a template class DITypedArray.
Manman Ren
2014-07-28
1
-10
/
+1
*
[Debug Info] rename getTypeArray to getElements, setTypeArray to setArrays.
Manman Ren
2014-07-28
1
-3
/
+3
*
[Debug Info] replace DIUnspecifiedParameter with DITrivialType.
Manman Ren
2014-07-28
1
-9
/
+15
*
Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ...
Eric Christopher
2014-07-18
1
-26
/
+0
*
Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...
David Blaikie
2014-07-18
1
-0
/
+26
*
Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ...
David Blaikie
2014-07-11
1
-26
/
+0
*
Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...
David Blaikie
2014-07-10
1
-0
/
+26
*
Revert "DebugInfo: Ensure that all debug location scope chains from instructi...
David Blaikie
2014-07-02
1
-26
/
+0
*
DebugInfo: Ensure that all debug location scope chains from instructions with...
David Blaikie
2014-07-02
1
-0
/
+26
*
Constify the Function pointers in the result of makeSubprogramMap
David Blaikie
2014-07-02
1
-2
/
+3
*
DebugInfo: Provide a utility for building a mapping from llvm::Function*s to ...
David Blaikie
2014-07-01
1
-0
/
+19
*
Revert "DebugInfo: Ensure that all debug location scope chains from instructi...
David Blaikie
2014-07-01
1
-26
/
+0
*
DebugInfo: Ensure that all debug location scope chains from instructions with...
David Blaikie
2014-07-01
1
-0
/
+26
*
Debug info: split out complex DIVariable address expressions into a
Adrian Prantl
2014-06-30
1
-3
/
+15
*
Revert "Revert "Revert "PR20038: DebugInfo: Inlined call sites where the call...
David Blaikie
2014-06-27
1
-26
/
+0
*
Revert "Revert "PR20038: DebugInfo: Inlined call sites where the caller has d...
David Blaikie
2014-06-27
1
-0
/
+26
*
Revert "PR20038: DebugInfo: Inlined call sites where the caller has debug inf...
David Blaikie
2014-06-25
1
-26
/
+0
*
PR20038: DebugInfo: Inlined call sites where the caller has debug info but th...
David Blaikie
2014-06-25
1
-0
/
+26
*
PR19598: Provide the ability to RAUW a declaration with itself, creating a no...
David Blaikie
2014-05-06
1
-20
/
+19
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-09
1
-15
/
+15
*
Add a comment about the DIDescriptor class hierarchy.
Adrian Prantl
2014-04-01
1
-2
/
+4
*
LTO type uniquing: store the Decl field of a DIImportedEntity as a DIRef.
Adrian Prantl
2014-04-01
1
-2
/
+2
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
1
-12
/
+0
*
Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.
Adrian Prantl
2014-03-18
1
-7
/
+9
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-2
/
+2
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Modules] Move ValueHandle into the IR library where Value itself lives.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[cleanup] Re-sort all the includes with utils/sort_includes.py.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Pass to emit DWARF path discriminators.
Diego Novillo
2014-03-03
1
-0
/
+24
*
Add DWARF discriminator support to DILexicalBlocks.
Diego Novillo
2014-03-03
1
-1
/
+1
*
Add a debug info code generation level to the compile unit metadata
Eric Christopher
2014-02-27
1
-1
/
+1
*
Add DIUnspecifiedParameter, so we can pretty-print it.
Adrian Prantl
2014-02-25
1
-0
/
+6
*
DebugInfo: Remove dead code, DICompositeType::addMember(DIDescriptor D)
David Blaikie
2013-12-27
1
-13
/
+0
*
Debug info: Implement (rvalue) reference qualifiers for C++11 non-static
Adrian Prantl
2013-12-18
1
-0
/
+21
*
Debug Info: rename getDebugInfoVersionFromModule to getDebugMetadataVersionFr...
Manman Ren
2013-12-03
1
-2
/
+2
*
Debug Info: drop debug info via upgrading path if version number does not match.
Manman Ren
2013-12-02
1
-0
/
+8
*
Fix spurious return introduced by my earlier patch to DebugInfo
Renato Golin
2013-11-26
1
-1
/
+0
*
Add return to DIType::Verify
Renato Golin
2013-11-26
1
-3
/
+3
*
Debug Info: move StripDebugInfo from StripSymbols.cpp to DebugInfo.cpp.
Manman Ren
2013-11-22
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
[next]