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
2012-05-08
The address of a vla is actually complex and requires a dereference.
Eric Christopher
2012-05-08
Whitespace.
Eric Christopher
2012-05-05
Make BuiltinType::getName return a StringRef and introduce BuiltinType::getNa...
Argyrios Kyrtzidis
2012-05-04
This patch adds a new Clang compiler flag "-gline-tables-only".
Alexey Samsonov
2012-04-30
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-27
Use enum to set debug info size generated by Clang
Alexey Samsonov
2012-04-23
Forward declarations should take a context. This helps the debugger
Eric Christopher
2012-04-13
Avoid string thrashing when we can concatenate them in the final buffer.
Benjamin Kramer
2012-04-12
static functions have a need for mangled name debug information too.
Eric Christopher
2012-04-11
Enable debug info for objective c implementations that may not have
Eric Christopher
2012-04-05
Only emit the getter and setter names if they're not the default
Eric Christopher
2012-04-03
Change location information for synthesized properties to be at the
Eric Christopher
2012-03-30
Revert previous commit changing location information to see if this
Eric Christopher
2012-03-30
Change location information for synthesized properties to be at the
Eric Christopher
2012-03-29
Go back to using just the selector name for the getter and setter
Eric Christopher
2012-03-29
Add support for objc property decls according to the page at:
Eric Christopher
2012-03-24
Simplify some users of DenseMap::erase.
Benjamin Kramer
2012-03-20
Update comment.
Eric Christopher
2012-03-20
Debug info: Tighten up uses of plain MDNode pointers which don't survive repl...
Benjamin Kramer
2012-03-14
Add support to mangle templated member function names with template
Eric Christopher
2012-03-13
When adding member functions to a class add any specializations of
Eric Christopher
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-01
Reapply r151702 with a small fix for a failure to cut and paste
Eric Christopher
2012-02-29
Revert r151702, "Add support for handling captured variables in lambda debug
Daniel Dunbar
2012-02-29
Add support for handling captured variables in lambda debug info.
Eric Christopher
2012-02-27
ObjcInterfaceTypes are also complete types for the type cache.
Eric Christopher
2012-02-23
Add a quick TODO.
Eric Christopher
2012-02-20
Formatting.
Eric Christopher
2012-02-20
Remove the type retaining from the clang frontend. This is now
Eric Christopher
2012-02-20
Make forward declarations for objective-c types use the new
Eric Christopher
2012-02-18
Add in a caching mechanism so that forward declarations are replaced
Eric Christopher
2012-02-18
Formatting.
Eric Christopher
2012-02-18
Remove UpdateCompletedType from the debug info emission. We now
Eric Christopher
2012-02-17
Index "12" holds the vtable, not "9".
Eric Christopher
2012-02-16
Reapply r150631:
Eric Christopher
2012-02-15
Revert "Add a completed/incomplete type difference. This allows us to have"
Eric Christopher
2012-02-15
Add a completed/incomplete type difference. This allows us to have
Eric Christopher
2012-02-13
Add back in the code to create forward decls using temporary mdnodes.
Eric Christopher
2012-02-13
Temporarily walk back a few of my recent debug info limiting changes
Eric Christopher
2012-02-09
Don't cache the artificial type for the this pointer, there's no
Eric Christopher
2012-02-08
Constify the getClassName routine and variables that come out of it,
Eric Christopher
2012-02-08
Use the new forward declaration scheme for records. Also add more
Eric Christopher
2012-02-08
Remove tabs.
Devang Patel
2012-02-07
Revert my patches which removed Diagnostic.h includes by moving some operator...
Benjamin Kramer
2012-02-07
Remove tabs.
Devang Patel
2012-02-07
Emit debug info for properites that are not backed by an ivar.
Devang Patel
2012-02-07
simplify a bunch of code to use the well-known LLVM IR types computed by Code...
Chris Lattner
2012-02-06
Relax valid location check. This fixes a clang crash while emitting debug inf...
Devang Patel
2012-02-06
Let an ivar directly refer property TAG.
Devang Patel
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
[next]