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: Remove explicit declaration-emissiong handling now that we have a ...
David Blaikie
2013-08-22
1
-37
/
+27
*
DebugInfo: Require only the declaration of types only used as parameter and r...
David Blaikie
2013-08-21
1
-2
/
+2
*
DebugInfo: comment/inlining based on feedback from Eric & Adrian
David Blaikie
2013-08-20
1
-15
/
+16
*
DebugInfo: Simplify/clarify propagation of typemembers between declaration an...
David Blaikie
2013-08-20
1
-30
/
+18
*
Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classe...
David Blaikie
2013-08-20
1
-29
/
+86
*
Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs...
Michael Gottesman
2013-08-19
1
-85
/
+30
*
DebugInfo: Do not include line/file info for artificial parameters & paramete...
David Blaikie
2013-08-19
1
-5
/
+18
*
Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do...
David Blaikie
2013-08-18
1
-30
/
+85
*
DebugInfo: Avoid duplicating types that may be created during the process of ...
David Blaikie
2013-08-18
1
-0
/
+13
*
DebugInfo: Don't emit vbase 'containing types' for context chain limited types
David Blaikie
2013-08-18
1
-25
/
+31
*
DebugInfo: don't require full definitions for friend classes
David Blaikie
2013-08-18
1
-3
/
+2
*
PR16927: Don't assert (or, previously, skip) static data members of enumerati...
David Blaikie
2013-08-17
1
-3
/
+0
*
Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not hav...
David Blaikie
2013-08-17
1
-73
/
+28
*
DebugInfo: Canonicalize namespaces to avoid emitting multiple namespaces with...
David Blaikie
2013-08-16
1
-0
/
+1
*
DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vt...
David Blaikie
2013-08-16
1
-28
/
+73
*
DebugInfo: Contrain the record type parameter for CollectRecordFields
David Blaikie
2013-08-16
1
-4
/
+4
*
Revert r188498.
Evgeniy Stepanov
2013-08-16
1
-23
/
+19
*
DebugInfo: CollectRecordStaticField -> CreateRecordStaticField to return its ...
David Blaikie
2013-08-15
1
-8
/
+7
*
Remove unnecessary explicit cast.
David Blaikie
2013-08-15
1
-1
/
+1
*
DebugInfo: Split out the implementation of getStaticDataMemberDeclaration for...
David Blaikie
2013-08-15
1
-19
/
+23
*
Fix assert added in r188494
David Blaikie
2013-08-15
1
-1
/
+1
*
DebugInfo: Remove unused conditional
David Blaikie
2013-08-15
1
-3
/
+2
*
DebugInfo: Make CGDebugInfo::getStaticDataMemberDeclaration's argument type m...
David Blaikie
2013-08-15
1
-6
/
+5
*
DebugInfo: Add a FIXME, remove a FIXME.
David Blaikie
2013-08-15
1
-3
/
+4
*
DebugInfo: Unify & optimize the lazy addition of record types
David Blaikie
2013-08-15
1
-14
/
+26
*
DebugInfo: Revert change to the return type of createRecordFwdDecl
David Blaikie
2013-08-15
1
-5
/
+3
*
DebugInfo: remove unnecessary type registration
David Blaikie
2013-08-15
1
-1
/
+0
*
DebugInfo: Don't create duplicate forward declaration metadata unnecessarily.
David Blaikie
2013-08-15
1
-4
/
+8
*
Drive by cleanup
David Blaikie
2013-08-13
1
-7
/
+2
*
DebugInfo: Simplify declaration building code - relying on the limit debug in...
David Blaikie
2013-08-12
1
-17
/
+6
*
DebugInfo: simplify some limited/declaration creation APIs
David Blaikie
2013-08-12
1
-36
/
+10
*
Only emit debug info for implicit members that actually get codegen, not just...
David Blaikie
2013-08-09
1
-7
/
+10
*
DebugInfo: Don't prefer declarations over definitions in -flimit-debug-info in C
David Blaikie
2013-08-01
1
-2
/
+3
*
DebugInfo: Emit template arguments for limited types used for context.
David Blaikie
2013-08-01
1
-5
/
+5
*
Reduce a variable's scope (no functionality change)
David Blaikie
2013-08-01
1
-2
/
+1
*
Debug Info: Fix an oversight of r186553. Ensure that the function prologue
Adrian Prantl
2013-07-24
1
-3
/
+9
*
Implement a better fix for r186894 by setting the appropriate type for __byre...
Adrian Prantl
2013-07-23
1
-2
/
+3
*
Debug Info: Acknowledge the alignment when locating byref block variables.
Adrian Prantl
2013-07-22
1
-0
/
+1
*
Update createCompileUnit call for llvm changes.
Eric Christopher
2013-07-19
1
-5
/
+4
*
s/BuiltinLocation/ArtificialLocation/
Adrian Prantl
2013-07-18
1
-2
/
+2
*
Instead of checking against some version of "isType()" go ahead and
Eric Christopher
2013-07-18
1
-14
/
+14
*
Fix a compile error caught by bb-chapuni.
Adrian Prantl
2013-07-18
1
-2
/
+3
*
Fix a compile error caught by bb-chapuni.
Adrian Prantl
2013-07-18
1
-1
/
+1
*
Replace llvm::DIBuilder::DisableDebugLocations() with two RAII interfaces
Adrian Prantl
2013-07-18
1
-1
/
+38
*
Clarified documentation.
Adrian Prantl
2013-07-18
1
-1
/
+2
*
Simplify logic by using the appropriate function.
Adrian Prantl
2013-07-18
1
-1
/
+1
*
80-column fixes.
Eric Christopher
2013-07-17
1
-1
/
+2
*
Move BlockLiteralGeneric earlier in CGDebugInfo and remove
Eric Christopher
2013-07-14
1
-5
/
+3
*
Update a few comments and reformat a decl for clarity.
Eric Christopher
2013-07-14
1
-3
/
+4
*
PR16214, PR14467: DebugInfo: use "RequireCompleteType" to decide when to emit...
David Blaikie
2013-07-13
1
-1
/
+2
[next]