index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CGDebugInfo.cpp
Age
Commit message (
Expand
)
Author
2009-06-30
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.
Chris Lattner
2009-06-26
Revrt PR4228 fix for now.
Devang Patel
2009-06-24
Add a DecltypeType type.
Anders Carlsson
2009-06-17
First step toward fixing <rdar://problem/6613046> refactor clang objc type re...
Steve Naroff
2009-06-16
It is possible that main input file does not have any symbol with debug info....
Devang Patel
2009-05-29
Create a new PrintingPolicy class, which we pass down through the AST
Douglas Gregor
2009-05-26
Use .data() instead of &...[0].
Daniel Dunbar
2009-05-21
Use v.data() instead of &v[0] when SmallVector v might be empty.
Jay Foad
2009-05-18
Debug info: Initialize runtime language field correctly for Objective-C
Daniel Dunbar
2009-05-14
Enhance debug information for block literals. Radar 6867696
Mike Stump
2009-05-14
We need to specify the "linkage name" to the subprogram now that we
Daniel Dunbar
2009-05-13
Make sure not to include the LLVM asm prefix in function names for
Daniel Dunbar
2009-05-05
fix some more cases where we'd emit a file with a line of 0 for implicit
Chris Lattner
2009-05-05
Do not generate bogus location info for DW_TAG_inheritance
Chris Lattner
2009-05-05
Fix generated debug info for decls with no location (which include self/_cmd
Chris Lattner
2009-05-04
PR4143: don't crash generating debug info for incomplete enum types.
Eli Friedman
2009-05-02
When creating a dwarf record type for an objc interface, make sure to propagate
Chris Lattner
2009-05-02
capture whether optimizations are enabled or not in debug info
Chris Lattner
2009-05-02
encode the version of the objc runtime into the dwarf compile unit. rdar://6...
Chris Lattner
2009-04-27
While generating debug info ignore unnamed fields.
Devang Patel
2009-04-26
Remove getIntegerConstantExprValue in favor of using EvaluateAsInt.
Eli Friedman
2009-04-23
Handle corner case where clang-cc is invoked directly to compile preprocessed...
Devang Patel
2009-04-23
implement debug info for _Complex.
Chris Lattner
2009-04-22
implement debug info support for id<proto> and interface<proto>
Chris Lattner
2009-04-22
ObjCQualifiedClass is dead, remove it.
Chris Lattner
2009-04-19
silence a warning, I need to talk to Devang about this code.
Chris Lattner
2009-04-17
Use PresumedLoc to record line number in debug info entries.
Devang Patel
2009-04-17
Appropriately set file name and directory name in debug info compile units.
Devang Patel
2009-04-09
Propagate the ASTContext to various AST traversal and lookup functions.
Douglas Gregor
2009-04-08
Use presumed location to get line number info.
Devang Patel
2009-04-08
Make debug info work when using -save-temps.
Daniel Dunbar
2009-04-01
remove ASTContext::buildObjCInterfaceType, which breaks canonical
Chris Lattner
2009-03-30
Improve the representation of template names in the AST. This
Douglas Gregor
2009-03-27
Do not emit debug information for variables while generating optimized code. ...
Devang Patel
2009-03-25
simplify some conditionals, don't copy LangOptions.
Chris Lattner
2009-03-24
Encode language.
Devang Patel
2009-03-20
Fix ivar's size encoding.
Devang Patel
2009-03-19
Encode ivar access control info.
Devang Patel
2009-03-19
Introduce a representation for types that we referred to via a
Douglas Gregor
2009-03-16
Fix struct field's debug info.
Devang Patel
2009-03-16
Almost complete implementation of rvalue references. One bug, and a few uncle...
Sebastian Redl
2009-03-10
Emit super class debug info.
Devang Patel
2009-03-05
Set isMain bit for MainFile.
Devang Patel
2009-03-02
Enable Objective-C interface debug info.
Devang Patel
2009-02-28
Eliminate CXXRecordType
Douglas Gregor
2009-02-27
Fix enumeration in switch warnings. No behavior change.
Eli Friedman
2009-02-26
Create a new TypeNodes.def file that enumerates all of the types,
Douglas Gregor
2009-02-26
Add support to emit debug info for objective-c interfaces.
Devang Patel
2009-02-25
Fix comments.
Devang Patel
[next]