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-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
2012-02-04
Move various diagnostic operator<< overloads out of line and remove includes ...
Benjamin Kramer
2012-02-04
Create new tag for the property. This is a work in progress.
Devang Patel
2012-02-02
unnecessary include of TargetMachine.h?
Andrew Trick
2012-02-01
r149474 went a bit too far when combined with type caching. If we want
Eric Christopher
2012-02-01
Remove duplicated comment.
Eric Christopher
2012-02-01
For pass-by-value record arguments to functions emit a forward decl
Eric Christopher
2012-01-26
Use createRecordFwdDecl here since that's what we're doing.
Eric Christopher
2012-01-26
Revert previous patch unifying all of the C++ record prep in one area,
Eric Christopher
2012-01-26
Remove another duplicated variable.
Eric Christopher
2012-01-26
Tidy and remove some unused variables.
Eric Christopher
2012-01-26
Collect this information together. No reason to have it split.
Eric Christopher
2012-01-26
Refactor into its own function.
Eric Christopher
2012-01-25
Clean up comment.
Eric Christopher
2012-01-25
Refactor the record decl forward declaration code a bit.
Eric Christopher
2012-01-20
When adding types to the context chain for record types, just emit
Eric Christopher
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-14
constexpr irgen: Add irgen support for APValue::Struct, APValue::Union,
Richard Smith
2012-01-12
Formatting.
Eric Christopher
2012-01-12
Formatting.
Eric Christopher
2011-12-28
Small refactoring and simplification of constant evaluation and some of its
Richard Smith
2011-12-16
When in a limited debug information situation if we can find the original
Eric Christopher
2011-12-16
Start down the path of getting clang to internally agree on structs versus
Eric Christopher
[next]