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
/
clang
/
lib
/
CodeGen
/
CGDebugInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "[DebugInfo] Fix debug info generation for function static variables, ...
David Blaikie
2015-07-01
1
-11
/
+0
*
[DebugInfo] Fix debug info generation for function static variables, typedefs...
Michael Kuperstein
2015-07-01
1
-0
/
+11
*
Debug Info: Emit debug info for @import declarations.
Adrian Prantl
2015-06-30
1
-0
/
+10
*
DebugInfo: Metadata constructs now start with DI*
Duncan P. N. Exon Smith
2015-04-29
1
-110
/
+110
*
DebugInfo: Prepare for removal of DIArray and DITypeArray typedefs
Duncan P. N. Exon Smith
2015-04-21
1
-7
/
+8
*
DebugInfo: Prepare for deletion of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
1
-5
/
+6
*
DebugInfo: Prepare for deletion of subclasses of DIScope
Duncan P. N. Exon Smith
2015-04-20
1
-49
/
+48
*
DebugInfo: Prepare for deletion of subclasses of DIType
Duncan P. N. Exon Smith
2015-04-20
1
-5
/
+5
*
DebugInfo: Prepare for deletion of DIType
Duncan P. N. Exon Smith
2015-04-20
1
-68
/
+70
*
DebugInfo: Prepare for deletion of DIScope
Duncan P. N. Exon Smith
2015-04-20
1
-7
/
+5
*
Remove dead code, NFC
Duncan P. N. Exon Smith
2015-04-18
1
-3
/
+0
*
DebugInfo: Prepare for deletion of DIDescriptor
Duncan P. N. Exon Smith
2015-04-18
1
-1
/
+1
*
DebugInfo: Update for LLVM API change in DIBuilder (r235111)
Duncan P. N. Exon Smith
2015-04-16
1
-22
/
+21
*
CodeGen: Update for LLVM API change in r228030
Duncan P. N. Exon Smith
2015-02-03
1
-2
/
+2
*
Address review feedback for r228003.
Adrian Prantl
2015-02-03
1
-14
/
+36
*
Merge ArtificialLocation into ApplyDebugLocation and make a clear
Adrian Prantl
2015-02-03
1
-21
/
+19
*
Add documentation to ApplyDebugLocation.
Adrian Prantl
2015-02-03
1
-2
/
+4
*
DebugInfo: Attribute implicit boolean tests to the expression being tested, n...
David Blaikie
2015-01-28
1
-0
/
+2
*
Update the doxygen comments in CGDebugInfo.h to follow the coding standards.
Adrian Prantl
2015-01-27
1
-46
/
+46
*
DebugInfo: Use the preferred location rather than the start location for expr...
David Blaikie
2015-01-25
1
-0
/
+4
*
DebugInfo: Remove forced column-info workaround for inlined calls
David Blaikie
2015-01-21
1
-5
/
+2
*
Recommit r225083 (reverted in r225361) now that calls to aggregate initialize...
David Blaikie
2015-01-18
1
-3
/
+0
*
Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...
David Blaikie
2015-01-14
1
-28
/
+11
*
Revert "DebugInfo: Generalize debug info location handling" and related commits
David Blaikie
2015-01-09
1
-11
/
+28
*
Revert r225085, it caused PR22096.
Nico Weber
2015-01-07
1
-0
/
+3
*
DebugInfo: Provide a less subtle way to set the debug location of simple ret ...
David Blaikie
2015-01-02
1
-0
/
+1
*
DebugInfo: Remove some now-unnecessary location handling around function argu...
David Blaikie
2015-01-02
1
-3
/
+0
*
DebugInfo: Fix cases where location failed to be updated after r225000
David Blaikie
2015-01-02
1
-1
/
+1
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-30
1
-27
/
+9
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-9
/
+27
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-27
/
+9
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-17
1
-9
/
+27
*
DebugInfo: Generalize debug info location handling
David Blaikie
2014-12-16
1
-27
/
+9
*
IR: Update clang for Metadata/Value split in r223802
Duncan P. N. Exon Smith
2014-12-09
1
-25
/
+23
*
Debug info for blocks: Fix a bug caught by the Verifier.
Adrian Prantl
2014-11-21
1
-1
/
+2
*
Fully handle globals and functions in CGDebugInfo::getDeclarationOrDefinition()
Frederic Riss
2014-11-18
1
-0
/
+12
*
[DebugInfo] Move collection of various function/var decl properties into help...
Frederic Riss
2014-11-18
1
-0
/
+15
*
Return a DIDescriptor from CGDebugInfo::getDeclarationOrDefinition...
Frederic Riss
2014-11-06
1
-2
/
+2
*
Include debug info for types referenced only via explicit cast expressions.
David Blaikie
2014-09-24
1
-0
/
+3
*
Debug info: Only emit C++ accessibility specifiers when they are diverging
Adrian Prantl
2014-08-29
1
-4
/
+8
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
DebugInfo: Blocks: Do not depend on LLVM argument numbering when choosing the...
David Blaikie
2014-08-08
1
-1
/
+1
*
Fix 'source-level' hyphenations
Alp Toker
2014-07-09
1
-1
/
+1
*
Delete apparently unused method
Alexey Samsonov
2014-06-02
1
-3
/
+0
*
DebugInfo: Use enum instead of unsigned
Ed Maste
2014-05-07
1
-3
/
+5
*
Reapply: DebugInfo: Emit the definition of enums when the definition preceeds...
David Blaikie
2014-05-06
1
-0
/
+2
*
Revert "DebugInfo: Emit the definition of enums when the definition preceeds ...
David Blaikie
2014-05-06
1
-2
/
+0
*
DebugInfo: Emit the definition of enums when the definition preceeds the decl...
David Blaikie
2014-05-06
1
-0
/
+2
*
PR19598: Ensure temporary metadata nodes used in debug info are destroyed.
David Blaikie
2014-05-06
1
-2
/
+2
*
Build debug info for ObjC interface types at the end of the translation unit ...
David Blaikie
2014-05-05
1
-6
/
+12
[prev]
[next]