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: 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
*
Add an explanatory comment and FIXME about the function declaration
Eric Christopher
2014-03-27
1
-0
/
+5
*
Revert "Just call getContextDescriptor to get the context for subprograms"
Eric Christopher
2014-03-27
1
-3
/
+8
*
Just call getContextDescriptor to get the context for subprograms
Eric Christopher
2014-03-26
1
-8
/
+3
*
CGDebugInfo: At the end of EmitFunctionStart, Initialize PrevLoc to the
Adrian Prantl
2014-03-21
1
-1
/
+4
*
[C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...
Aaron Ballman
2014-03-14
1
-4
/
+1
*
[C++11] Replacing FunctionTemplateDecl iterators spec_begin() and spec_end() ...
Aaron Ballman
2014-03-14
1
-4
/
+2
*
Renaming the recently-created (r203830) props() range API to properties() for...
Aaron Ballman
2014-03-13
1
-1
/
+1
*
[C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...
Aaron Ballman
2014-03-13
1
-3
/
+1
*
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...
Aaron Ballman
2014-03-13
1
-6
/
+5
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-4
/
+1
*
[C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() ...
Aaron Ballman
2014-03-08
1
-3
/
+1
[next]