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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
DebugInfo: omit debug info for friends
David Blaikie
2013-09-13
1
-5
/
+0
*
CGDebugInfo: Hoist string allocation in a helper function. No functionality c...
Benjamin Kramer
2013-09-09
1
-0
/
+10
*
Fix constructor-related typos.
Benjamin Kramer
2013-09-09
1
-1
/
+1
*
Debug Info: pass in DIScope instead of DIDescriptor in createFieldType.
Manman Ren
2013-09-08
1
-1
/
+1
*
Reapply r189013 (reverted in r189906) now that the underlying issue is fixed ...
David Blaikie
2013-09-04
1
-5
/
+5
*
Revert "DebugInfo: Remove explicit declaration-emissiong handling now that we...
David Blaikie
2013-09-04
1
-5
/
+5
*
Revert r189649 because it was breaking sanitizer bots.
Yunzhong Gao
2013-08-30
1
-3
/
+3
*
Fixing a bug where debug info for a local variable gets emitted at file scope.
Yunzhong Gao
2013-08-30
1
-3
/
+3
*
Debug Info: update interface for CreateEnumType and getOrCreateRecordFwdDecl.
Manman Ren
2013-08-28
1
-2
/
+2
*
DebugInfo: Remove explicit declaration-emissiong handling now that we have a ...
David Blaikie
2013-08-22
1
-5
/
+5
*
DebugInfo: comment/inlining based on feedback from Eric & Adrian
David Blaikie
2013-08-20
1
-3
/
+0
*
DebugInfo: Simplify/clarify propagation of typemembers between declaration an...
David Blaikie
2013-08-20
1
-2
/
+3
*
Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classe...
David Blaikie
2013-08-20
1
-5
/
+8
*
Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs...
Michael Gottesman
2013-08-19
1
-8
/
+5
*
Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do...
David Blaikie
2013-08-18
1
-5
/
+8
*
DebugInfo: Don't emit vbase 'containing types' for context chain limited types
David Blaikie
2013-08-18
1
-0
/
+1
*
Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not hav...
David Blaikie
2013-08-17
1
-8
/
+5
*
DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vt...
David Blaikie
2013-08-16
1
-5
/
+8
*
DebugInfo: Contrain the record type parameter for CollectRecordFields
David Blaikie
2013-08-16
1
-1
/
+1
*
Revert r188498.
Evgeniy Stepanov
2013-08-16
1
-1
/
+0
*
DebugInfo: CollectRecordStaticField -> CreateRecordStaticField to return its ...
David Blaikie
2013-08-15
1
-3
/
+2
*
DebugInfo: Split out the implementation of getStaticDataMemberDeclaration for...
David Blaikie
2013-08-15
1
-0
/
+1
*
DebugInfo: Make CGDebugInfo::getStaticDataMemberDeclaration's argument type m...
David Blaikie
2013-08-15
1
-1
/
+1
*
DebugInfo: Unify & optimize the lazy addition of record types
David Blaikie
2013-08-15
1
-1
/
+4
*
DebugInfo: Revert change to the return type of createRecordFwdDecl
David Blaikie
2013-08-15
1
-2
/
+1
*
DebugInfo: Don't create duplicate forward declaration metadata unnecessarily.
David Blaikie
2013-08-15
1
-3
/
+3
*
DebugInfo: simplify some limited/declaration creation APIs
David Blaikie
2013-08-12
1
-5
/
+1
*
typo.
Adrian Prantl
2013-07-25
1
-1
/
+1
*
Debug Info: Fix an oversight of r186553. Ensure that the function prologue
Adrian Prantl
2013-07-24
1
-3
/
+10
*
s/BuiltinLocation/ArtificialLocation/
Adrian Prantl
2013-07-18
1
-6
/
+6
*
Replace llvm::DIBuilder::DisableDebugLocations() with two RAII interfaces
Adrian Prantl
2013-07-18
1
-0
/
+36
*
Reformat line.
Eric Christopher
2013-07-14
1
-2
/
+1
*
Move BlockLiteralGeneric earlier in CGDebugInfo and remove
Eric Christopher
2013-07-14
1
-3
/
+1
*
DebugInfo: Support (using GNU extensions) for template template parameters an...
David Blaikie
2013-06-22
1
-1
/
+1
*
Fix all the silly things I committed in r184509
David Blaikie
2013-06-21
1
-1
/
+1
*
Alternative fix for r184473.
David Blaikie
2013-06-21
1
-0
/
+2
*
PR16214: Debug Info: -flimit-debug-info doesn't omit definitions for types us...
David Blaikie
2013-06-05
1
-5
/
+5
*
DebugInfo: Rename CreatePointerType to getOrCreateTypeDeclaration
David Blaikie
2013-05-24
1
-1
/
+1
*
Debug Info: Handle function/method types using the most specific type
David Blaikie
2013-05-22
1
-5
/
+5
*
PR14606: Debug Info for namespace aliases/DW_TAG_imported_module
David Blaikie
2013-05-20
1
-0
/
+4
*
Make this const since it never changes (and should never change).
Eric Christopher
2013-05-20
1
-1
/
+1
*
Revert "Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of...
David Blaikie
2013-05-20
1
-0
/
+13
*
Whitespace.
Eric Christopher
2013-05-16
1
-11
/
+11
*
Replace a pile of calls with an instance variable that's set
Eric Christopher
2013-05-16
1
-1
/
+3
*
Set the debug location for landing pad code to the canonical EH location.
Adrian Prantl
2013-05-16
1
-0
/
+3
*
Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of variabl...
David Blaikie
2013-05-15
1
-13
/
+0
*
Debug Info: Comment changes in r181393 by request of echristo
David Blaikie
2013-05-12
1
-0
/
+2
*
Debug Info: Using declarations/DW_TAG_imported_declaration of variables, type...
David Blaikie
2013-05-08
1
-0
/
+11
*
Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_modu...
David Blaikie
2013-04-22
1
-0
/
+3
*
Revert "PR14606: Debug info for using directives/DW_TAG_imported_module"
Eric Christopher
2013-04-19
1
-3
/
+0
[next]