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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix a temporary MDNode leak.
Frederic Riss
2014-11-19
1
-0
/
+7
*
Fully handle globals and functions in CGDebugInfo::getDeclarationOrDefinition()
Frederic Riss
2014-11-18
1
-11
/
+83
*
[DebugInfo] Move collection of various function/var decl properties into help...
Frederic Riss
2014-11-18
1
-59
/
+79
*
CGDebugInfo: Update for DIBuilder API change
Duncan P. N. Exon Smith
2014-11-15
1
-5
/
+7
*
PR16091 continued: Debug Info for member functions with undeduced return types.
David Blaikie
2014-11-11
1
-13
/
+7
*
Return a DIDescriptor from CGDebugInfo::getDeclarationOrDefinition...
Frederic Riss
2014-11-06
1
-3
/
+3
*
[DebugInfo] Do not record artificial global initializer functions in the Decl...
Frederic Riss
2014-11-05
1
-1
/
+4
*
Debug info: Emit the correct type for the __FuncPtr field in a block
Adrian Prantl
2014-11-05
1
-2
/
+4
*
Fix 80-column and other odd formatting.
Eric Christopher
2014-10-26
1
-427
/
+388
*
CodeGen: GLValue exprs in template parameters should have reference type
David Majnemer
2014-10-24
1
-0
/
+2
*
DebugInfo: Correctly describe the lexical decl context of static member varia...
David Blaikie
2014-10-23
1
-2
/
+9
*
DebugInfo: Omit scopes in -gmlt to reduce metadata size (on disk and in memory)
David Blaikie
2014-10-22
1
-5
/
+14
*
Fix whitespace introduced in r220221
David Blaikie
2014-10-20
1
-1
/
+1
*
PR21312: Fix a regression in non-type template parameters of function type th...
David Blaikie
2014-10-20
1
-2
/
+3
*
Fix indentation.
David Blaikie
2014-10-20
1
-1
/
+1
*
PR21305: Typedefs in non-type template parameters in member data pointers.
David Blaikie
2014-10-18
1
-1
/
+1
*
Rename TemplateArgument::getTypeForDecl to getParamTypeForDecl for clarity
David Blaikie
2014-10-17
1
-9
/
+6
*
PR21246: DebugInfo: Emit the appropriate type (cv qualifiers, reference-ness,...
David Blaikie
2014-10-16
1
-5
/
+1
*
DebugInfo: Lazily built static member variable declarations should use the ca...
David Blaikie
2014-10-14
1
-0
/
+1
*
Using an explicit cast to work around MSVC 2013 not picking the conversion op...
Aaron Ballman
2014-10-06
1
-1
/
+1
*
Add FIXME/notes to the future.
David Blaikie
2014-10-06
1
-0
/
+5
*
DebugInfo: Don't include implicit special members in the list of class members
David Blaikie
2014-10-06
1
-18
/
+17
*
DebugInfo: Don't include member function template specializations in the list...
David Blaikie
2014-10-06
1
-10
/
+0
*
DIBuilder: Encapsulate DIExpression's element type
Duncan P. N. Exon Smith
2014-10-01
1
-18
/
+16
*
Update CGDebugInfo to the updated API in LLVM.
Adrian Prantl
2014-10-01
1
-21
/
+25
*
Reverting r218777 while investigating buildbot breakage.
Adrian Prantl
2014-10-01
1
-25
/
+21
*
Update CGDebugInfo to the updated API in LLVM.
Adrian Prantl
2014-10-01
1
-21
/
+25
*
Remove dead code from DIBuilder
Jyoti Allur
2014-09-29
1
-3
/
+3
*
Include debug info for types referenced only via explicit cast expressions.
David Blaikie
2014-09-24
1
-0
/
+8
*
Debug info: Only emit C++ accessibility specifiers when they are diverging
Adrian Prantl
2014-08-29
1
-37
/
+46
*
[C++11] Support for capturing of variable length arrays in lambda expression.
Alexey Bataev
2014-08-28
1
-2
/
+1
*
Update for LLVM API change to remove discriminator tracking from DILexicalBlo...
David Blaikie
2014-08-21
1
-2
/
+1
*
Debuginfo: Correctly tag variadic ObjC methods with DW_TAG_unspecified_parame...
Frederic Riss
2014-08-12
1
-0
/
+3
*
DebugInfo: Blocks: Do not depend on LLVM argument numbering when choosing the...
David Blaikie
2014-08-08
1
-1
/
+2
*
Debug info: Use the vbtable offset for virtual bases in the MS ABI
Reid Kleckner
2014-08-07
1
-5
/
+12
*
Revert "Debug info: Use record layout to find vbase offsets instead of vtables"
Reid Kleckner
2014-08-07
1
-1
/
+3
*
Debug info: Use record layout to find vbase offsets instead of vtables
Reid Kleckner
2014-08-07
1
-3
/
+1
*
MS ABI: Consider alignment attributes on typedefs for layout
David Majnemer
2014-07-30
1
-11
/
+13
*
[Debug Info] add DISubroutineType and its creation takes DITypeArray.
Manman Ren
2014-07-28
1
-8
/
+9
*
[Debug Info] rename getTypeArray to getElements, setTypeArray to setArrays.
Manman Ren
2014-07-28
1
-6
/
+6
*
Add new debug kind LocTrackingOnly.
Diego Novillo
2014-06-24
1
-4
/
+5
*
Delete apparently unused method
Alexey Samsonov
2014-06-02
1
-26
/
+0
*
CGDebugInfo: Simplify/invert createLexicalBlock parameter construction.
David Blaikie
2014-06-02
1
-8
/
+5
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-14
/
+14
*
DebugInfo: Avoid creating DILexicalScopeFiles when the filename in the curren...
David Blaikie
2014-05-14
1
-7
/
+11
*
Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.
Benjamin Kramer
2014-05-10
1
-1
/
+1
*
PR19562: Fix another temporary node leak in Clang debug info emission
David Blaikie
2014-05-07
1
-10
/
+10
*
DebugInfo: Use enum instead of unsigned
Ed Maste
2014-05-07
1
-8
/
+8
*
PR19562: Fix memory leak when ObjC interface types cause the creation of furt...
David Blaikie
2014-05-07
1
-1
/
+5
*
Reapply: DebugInfo: Emit the definition of enums when the definition preceeds...
David Blaikie
2014-05-06
1
-0
/
+29
[prev]
[next]