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
...
*
PR16091: Error when attempting to emit debug info for undeduced auto return t...
David Blaikie
2013-05-24
1
-2
/
+7
*
Debug Info: Handle function/method types using the most specific type
David Blaikie
2013-05-22
1
-10
/
+10
*
Comment and cleanup.
Adrian Prantl
2013-05-22
1
-5
/
+7
*
Bugfix for r181629:
Adrian Prantl
2013-05-22
1
-2
/
+4
*
Debug Info: Simplify the code changed in r182403 to reduce indent & avoid a d...
David Blaikie
2013-05-21
1
-15
/
+14
*
Debug Info: don't bother reinserting elements into maps we just retrieved the...
David Blaikie
2013-05-21
1
-5
/
+6
*
Fix whitespace
David Blaikie
2013-05-21
1
-8
/
+6
*
PR14606: Debug Info for namespace aliases/DW_TAG_imported_module
David Blaikie
2013-05-20
1
-0
/
+24
*
Revert "Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of...
David Blaikie
2013-05-20
1
-9
/
+56
*
Drop the const from the isa test.
Adrian Prantl
2013-05-17
1
-1
/
+1
*
ObjC Debug Info: Emit the correct method names for accessors for
Adrian Prantl
2013-05-17
1
-0
/
+7
*
80-columns.
Eric Christopher
2013-05-16
1
-12
/
+23
*
Replace a pile of calls with an instance variable that's set
Eric Christopher
2013-05-16
1
-16
/
+17
*
Whitespace.
Eric Christopher
2013-05-16
1
-100
/
+100
*
Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of variabl...
David Blaikie
2013-05-15
1
-50
/
+7
*
PR15956: Debug Info: Include the appropriate file location in types created d...
David Blaikie
2013-05-14
1
-2
/
+4
*
Debug Info: PR14992: Support values for non-type template parameters of funct...
David Blaikie
2013-05-13
1
-1
/
+3
*
Debug Info: Comment changes in r181393 by request of echristo
David Blaikie
2013-05-12
1
-0
/
+11
*
Debug Info: correct comment
David Blaikie
2013-05-10
1
-1
/
+1
*
Debug Info: Silently accept template argument packs
David Blaikie
2013-05-10
1
-1
/
+3
*
PR14992: Debug Info: Support more non-type template parameters
David Blaikie
2013-05-10
1
-5
/
+77
*
ObjC debug info: Substitute the class type for methods that return
Adrian Prantl
2013-05-10
1
-1
/
+4
*
Debug Info: Remove unnecessary check for dependent array types
David Blaikie
2013-05-09
1
-1
/
+1
*
typo
Adrian Prantl
2013-05-08
1
-1
/
+1
*
Debug Info: Using declarations/DW_TAG_imported_declaration of variables, type...
David Blaikie
2013-05-08
1
-7
/
+37
*
DebugInfo: Support imported modules (using directives) within lexical blocks.
David Blaikie
2013-05-06
1
-2
/
+5
*
Revert 180817 because 180816 was reverted.
Adrian Prantl
2013-04-30
1
-0
/
+16
*
Do not generate VLAs as complex variables any more, as they are now
Adrian Prantl
2013-04-30
1
-16
/
+0
*
Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_modu...
David Blaikie
2013-04-22
1
-0
/
+7
*
Emit the underlying type in the debug info for all kinds of fixed enums
Adrian Prantl
2013-04-19
1
-1
/
+1
*
Revert "PR14606: Debug info for using directives/DW_TAG_imported_module"
Eric Christopher
2013-04-19
1
-7
/
+0
*
PR14606: Debug info for using directives/DW_TAG_imported_module
David Blaikie
2013-04-19
1
-0
/
+7
*
Give CGDebugInfo::getContextDescriptor a more specific return type
David Blaikie
2013-04-19
1
-9
/
+6
*
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-16
1
-4
/
+4
*
Revert "Revert r178079, it caused PR15637."
Eric Christopher
2013-04-02
1
-34
/
+16
*
Revert r178079, it caused PR15637.
Nico Weber
2013-04-01
1
-15
/
+33
*
Bugfix/Followup for r177086.
Adrian Prantl
2013-03-29
1
-2
/
+4
*
Improvement on r177086.
Adrian Prantl
2013-03-29
1
-3
/
+17
*
Remove magic number usage from CGDebugInfo with new DICompositeType::setConta...
David Blaikie
2013-03-26
1
-8
/
+7
*
Debug Info: remove use of magic numbers to tweak specific debug info metadata...
David Blaikie
2013-03-26
1
-33
/
+15
*
Make clang emit linkage names in debug info for subprograms when coverage info
Nick Lewycky
2013-03-20
1
-2
/
+7
*
Always declare the .block_descriptor parameter, not just the local copy.
Adrian Prantl
2013-03-14
1
-9
/
+10
*
Allocate stack storage for .block_descriptor and captured self at -O0.
Adrian Prantl
2013-03-14
1
-10
/
+16
*
Force column info to be generated for call expressions so we can
Adrian Prantl
2013-03-12
1
-11
/
+13
*
Improve the caching of debuginfo Objective C interface types.
Adrian Prantl
2013-03-11
1
-27
/
+59
*
Ensure that DIType is regenerated after we visit an implementation
Adrian Prantl
2013-03-06
1
-6
/
+57
*
Temporarily revert r176116 for compile-time performance regression.
Adrian Prantl
2013-02-27
1
-28
/
+2
*
Ensure that DIType is regenerated after we visited an implementation that add...
Adrian Prantl
2013-02-26
1
-2
/
+28
*
Update Clang for a minor DIBuilder breaking change.
David Blaikie
2013-02-25
1
-10
/
+9
*
Propagate the split dwarf file information through into the backend
Eric Christopher
2013-02-22
1
-1
/
+8
[prev]
[next]