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
*
Create a new PrintingPolicy class, which we pass down through the AST
Douglas Gregor
2009-05-29
1
-1
/
+3
*
Use .data() instead of &...[0].
Daniel Dunbar
2009-05-26
1
-5
/
+5
*
Use v.data() instead of &v[0] when SmallVector v might be empty.
Jay Foad
2009-05-21
1
-2
/
+2
*
Debug info: Initialize runtime language field correctly for Objective-C
Daniel Dunbar
2009-05-18
1
-1
/
+1
*
Enhance debug information for block literals. Radar 6867696
Mike Stump
2009-05-14
1
-2
/
+131
*
We need to specify the "linkage name" to the subprogram now that we
Daniel Dunbar
2009-05-14
1
-1
/
+5
*
Make sure not to include the LLVM asm prefix in function names for
Daniel Dunbar
2009-05-13
1
-0
/
+4
*
fix some more cases where we'd emit a file with a line of 0 for implicit
Chris Lattner
2009-05-05
1
-5
/
+13
*
Do not generate bogus location info for DW_TAG_inheritance
Chris Lattner
2009-05-05
1
-1
/
+1
*
Fix generated debug info for decls with no location (which include self/_cmd
Chris Lattner
2009-05-05
1
-4
/
+10
*
PR4143: don't crash generating debug info for incomplete enum types.
Eli Friedman
2009-05-04
1
-2
/
+6
*
When creating a dwarf record type for an objc interface, make sure to propagate
Chris Lattner
2009-05-02
1
-2
/
+6
*
capture whether optimizations are enabled or not in debug info
Chris Lattner
2009-05-02
1
-2
/
+2
*
encode the version of the objc runtime into the dwarf compile unit. rdar://6...
Chris Lattner
2009-05-02
1
-4
/
+11
*
While generating debug info ignore unnamed fields.
Devang Patel
2009-04-27
1
-0
/
+8
*
Remove getIntegerConstantExprValue in favor of using EvaluateAsInt.
Eli Friedman
2009-04-26
1
-5
/
+3
*
Handle corner case where clang-cc is invoked directly to compile preprocessed...
Devang Patel
2009-04-23
1
-8
/
+14
*
implement debug info for _Complex.
Chris Lattner
2009-04-23
1
-1
/
+17
*
implement debug info support for id<proto> and interface<proto>
Chris Lattner
2009-04-22
1
-9
/
+9
*
ObjCQualifiedClass is dead, remove it.
Chris Lattner
2009-04-22
1
-1
/
+0
*
silence a warning, I need to talk to Devang about this code.
Chris Lattner
2009-04-19
1
-1
/
+1
*
Use PresumedLoc to record line number in debug info entries.
Devang Patel
2009-04-17
1
-11
/
+22
*
Appropriately set file name and directory name in debug info compile units.
Devang Patel
2009-04-17
1
-26
/
+30
*
Propagate the ASTContext to various AST traversal and lookup functions.
Douglas Gregor
2009-04-09
1
-4
/
+5
*
Use presumed location to get line number info.
Devang Patel
2009-04-08
1
-3
/
+3
*
Make debug info work when using -save-temps.
Daniel Dunbar
2009-04-08
1
-0
/
+6
*
remove ASTContext::buildObjCInterfaceType, which breaks canonical
Chris Lattner
2009-04-01
1
-1
/
+1
*
Improve the representation of template names in the AST. This
Douglas Gregor
2009-03-30
1
-1
/
+1
*
Do not emit debug information for variables while generating optimized code. ...
Devang Patel
2009-03-27
1
-0
/
+16
*
simplify some conditionals, don't copy LangOptions.
Chris Lattner
2009-03-25
1
-11
/
+15
*
Encode language.
Devang Patel
2009-03-24
1
-4
/
+15
*
Fix ivar's size encoding.
Devang Patel
2009-03-20
1
-4
/
+17
*
Encode ivar access control info.
Devang Patel
2009-03-19
1
-2
/
+10
*
Introduce a representation for types that we referred to via a
Douglas Gregor
2009-03-19
1
-0
/
+1
*
Fix struct field's debug info.
Devang Patel
2009-03-16
1
-3
/
+15
*
Almost complete implementation of rvalue references. One bug, and a few uncle...
Sebastian Redl
2009-03-16
1
-1
/
+2
*
Emit super class debug info.
Devang Patel
2009-03-10
1
-0
/
+11
*
Set isMain bit for MainFile.
Devang Patel
2009-03-05
1
-1
/
+3
*
Enable Objective-C interface debug info.
Devang Patel
2009-03-02
1
-1
/
+2
*
Eliminate CXXRecordType
Douglas Gregor
2009-02-28
1
-1
/
+0
*
Fix enumeration in switch warnings. No behavior change.
Eli Friedman
2009-02-27
1
-0
/
+6
*
Create a new TypeNodes.def file that enumerates all of the types,
Douglas Gregor
2009-02-26
1
-7
/
+17
*
Add support to emit debug info for objective-c interfaces.
Devang Patel
2009-02-26
1
-1
/
+115
*
Fix comments.
Devang Patel
2009-02-25
1
-3
/
+3
*
If Loc is invalid (e.g. "self" in Objective-C) then use MainFileID's compile ...
Devang Patel
2009-02-24
1
-1
/
+4
*
Renamed ASQualType to ExtQualType to reflect its more
Fariborz Jahanian
2009-02-17
1
-1
/
+1
*
When making dummy file entries, the directory name should also be
Daniel Dunbar
2009-02-07
1
-1
/
+1
*
lower the interface to getLineNumber like we did for
Chris Lattner
2009-02-04
1
-1
/
+2
*
fix PR3427: fix debuginfo for incomplete array types
Nuno Lopes
2009-01-28
1
-2
/
+5
*
Allow creation of "dummy" compile units for debug information.
Daniel Dunbar
2009-01-22
1
-10
/
+13
[next]