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
*
Debug info: (Bugfix) Make sure artificial functions like _GLOBAL__I_a
Adrian Prantl
2014-04-10
1
-2
/
+6
*
Add global static variables for anonymous union fields. This makes
Eric Christopher
2014-04-10
1
-0
/
+7
*
DebugInfo: Support type alias templates
David Blaikie
2014-04-06
1
-0
/
+1
*
Adapt CGDebugInfo to interface changes in DIBuilder/DIImportedEntity.
Adrian Prantl
2014-04-01
1
-2
/
+2
*
[Layering] Update include of DebugInfo.h which moved to the IR library
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Layering] Update include for the move of DIBuilder.h to the IR library
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Modules] Update to reflect ValueHandle moving to the IR library in LLVM
Chandler Carruth
2014-03-04
1
-1
/
+1
*
DebugInfo: Emit only the declaration of a class template that has an explicit...
David Blaikie
2014-03-03
1
-0
/
+2
*
Debug info: Refactor NoLocation and ArtificialLocation to use a common base
Adrian Prantl
2014-01-17
1
-11
/
+18
*
Revert "Debug info: Ensure that the last stop point in a function is still wi...
Adrian Prantl
2014-01-07
1
-7
/
+1
*
Revert "Debug info: Implement a cleaner version of r198461. For symmetry with"
Adrian Prantl
2014-01-07
1
-1
/
+5
*
Debug info: Implement a cleaner version of r198461. For symmetry with
Adrian Prantl
2014-01-07
1
-5
/
+1
*
Debug info: Ensure that the last stop point in a function is still within
Adrian Prantl
2014-01-03
1
-1
/
+7
*
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
[next]