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: 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
*
Add global static variables for anonymous union fields. This makes
Eric Christopher
2014-04-10
1
-6
/
+53
*
DebugInfo: Support type alias templates
David Blaikie
2014-04-06
1
-4
/
+35
*
DebugInfo: emit namespace aliases as named imported declarations instead of n...
David Blaikie
2014-04-06
1
-2
/
+2
*
Reapply r205655, DebugInfo: Place global constants in their appropriate context.
David Blaikie
2014-04-05
1
-1
/
+4
*
DebugInfo: Avoid emitting constnants for every use
David Blaikie
2014-04-05
1
-1
/
+5
*
Revert "DebugInfo: Place global constants in their appropriate context."
David Blaikie
2014-04-05
1
-4
/
+1
*
DebugInfo: Place global constants in their appropriate context.
David Blaikie
2014-04-04
1
-1
/
+4
*
DebugInfo: PR19298: function local const variables duplicated in the root scope
David Blaikie
2014-04-04
1
-0
/
+3
*
DebugInfo: Include default template arguments in template type names
David Blaikie
2014-04-02
1
-22
/
+8
*
Partially revert r204517 and fix a different way:
Eric Christopher
2014-04-01
1
-6
/
+15
*
Debug info: fix a crash when emitting IndirectFieldDecls, which were
Adrian Prantl
2014-04-01
1
-1
/
+1
*
Adapt CGDebugInfo to interface changes in DIBuilder/DIImportedEntity.
Adrian Prantl
2014-04-01
1
-4
/
+4
[prev]
[next]