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
...
*
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
*
Revert "DebugInfo: Emit the definition of enums when the definition preceeds ...
David Blaikie
2014-05-06
1
-29
/
+0
*
DebugInfo: Emit the definition of enums when the definition preceeds the decl...
David Blaikie
2014-05-06
1
-0
/
+29
*
PR19598: Ensure temporary metadata nodes used in debug info are destroyed.
David Blaikie
2014-05-06
1
-38
/
+32
*
Build debug info for ObjC interface types at the end of the translation unit ...
David Blaikie
2014-05-05
1
-101
/
+23
*
Simplify replacement map by avoiding duplicate values and ensuring the values...
David Blaikie
2014-05-05
1
-15
/
+9
*
PR19623: Support typedefs (and alias templates) of void.
David Blaikie
2014-05-01
1
-3
/
+0
*
[Modules] Remove the only use of the DEBUG(...) macro in the compiler
Chandler Carruth
2014-04-21
1
-1
/
+0
*
Further simplify r206430.
Adrian Prantl
2014-04-17
1
-13
/
+4
*
Debug info: When collecting the parameters of C++ partial template
Adrian Prantl
2014-04-17
1
-4
/
+10
*
Debug info: (Bugfix) Make sure artificial functions like _GLOBAL__I_a
Adrian Prantl
2014-04-10
1
-21
/
+12
[prev]
[next]