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
...
*
static functions have a need for mangled name debug information too.
Eric Christopher
2012-04-12
1
-3
/
+4
*
Enable debug info for objective c implementations that may not have
Eric Christopher
2012-04-11
1
-1
/
+11
*
Only emit the getter and setter names if they're not the default
Eric Christopher
2012-04-05
1
-5
/
+13
*
Change location information for synthesized properties to be at the
Eric Christopher
2012-04-03
1
-5
/
+6
*
Revert previous commit changing location information to see if this
Eric Christopher
2012-03-30
1
-4
/
+5
*
Change location information for synthesized properties to be at the
Eric Christopher
2012-03-30
1
-5
/
+4
*
Go back to using just the selector name for the getter and setter
Eric Christopher
2012-03-29
1
-8
/
+13
*
Add support for objc property decls according to the page at:
Eric Christopher
2012-03-29
1
-17
/
+22
*
Simplify some users of DenseMap::erase.
Benjamin Kramer
2012-03-24
1
-4
/
+1
*
Update comment.
Eric Christopher
2012-03-20
1
-2
/
+1
*
Debug info: Tighten up uses of plain MDNode pointers which don't survive repl...
Benjamin Kramer
2012-03-20
1
-15
/
+13
*
Add support to mangle templated member function names with template
Eric Christopher
2012-03-14
1
-1
/
+14
*
When adding member functions to a class add any specializations of
Eric Christopher
2012-03-13
1
-9
/
+22
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-10
/
+10
*
Reapply r151702 with a small fix for a failure to cut and paste
Eric Christopher
2012-03-01
1
-30
/
+61
*
Revert r151702, "Add support for handling captured variables in lambda debug
Daniel Dunbar
2012-02-29
1
-61
/
+30
*
Add support for handling captured variables in lambda debug info.
Eric Christopher
2012-02-29
1
-30
/
+61
*
ObjcInterfaceTypes are also complete types for the type cache.
Eric Christopher
2012-02-27
1
-3
/
+3
*
Add a quick TODO.
Eric Christopher
2012-02-23
1
-0
/
+1
*
Formatting.
Eric Christopher
2012-02-20
1
-6
/
+6
*
Remove the type retaining from the clang frontend. This is now
Eric Christopher
2012-02-20
1
-4
/
+6
*
Make forward declarations for objective-c types use the new
Eric Christopher
2012-02-20
1
-17
/
+14
*
Add in a caching mechanism so that forward declarations are replaced
Eric Christopher
2012-02-18
1
-8
/
+32
*
Formatting.
Eric Christopher
2012-02-18
1
-2
/
+1
*
Remove UpdateCompletedType from the debug info emission. We now
Eric Christopher
2012-02-18
1
-14
/
+0
*
Index "12" holds the vtable, not "9".
Eric Christopher
2012-02-17
1
-1
/
+1
*
Reapply r150631:
Eric Christopher
2012-02-16
1
-103
/
+189
*
Revert "Add a completed/incomplete type difference. This allows us to have"
Eric Christopher
2012-02-15
1
-175
/
+66
*
Add a completed/incomplete type difference. This allows us to have
Eric Christopher
2012-02-15
1
-66
/
+175
*
Add back in the code to create forward decls using temporary mdnodes.
Eric Christopher
2012-02-13
1
-13
/
+14
*
Temporarily walk back a few of my recent debug info limiting changes
Eric Christopher
2012-02-13
1
-95
/
+24
*
Don't cache the artificial type for the this pointer, there's no
Eric Christopher
2012-02-09
1
-5
/
+7
*
Constify the getClassName routine and variables that come out of it,
Eric Christopher
2012-02-08
1
-4
/
+7
*
Use the new forward declaration scheme for records. Also add more
Eric Christopher
2012-02-08
1
-18
/
+22
*
Remove tabs.
Devang Patel
2012-02-08
1
-18
/
+18
*
Revert my patches which removed Diagnostic.h includes by moving some operator...
Benjamin Kramer
2012-02-07
1
-2
/
+1
*
Remove tabs.
Devang Patel
2012-02-07
1
-5
/
+5
*
Emit debug info for properites that are not backed by an ivar.
Devang Patel
2012-02-07
1
-19
/
+21
*
simplify a bunch of code to use the well-known LLVM IR types computed by Code...
Chris Lattner
2012-02-07
1
-2
/
+2
*
Relax valid location check. This fixes a clang crash while emitting debug inf...
Devang Patel
2012-02-06
1
-2
/
+4
*
Let an ivar directly refer property TAG.
Devang Patel
2012-02-06
1
-2
/
+1
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-3
/
+3
*
Move various diagnostic operator<< overloads out of line and remove includes ...
Benjamin Kramer
2012-02-04
1
-1
/
+2
*
Create new tag for the property. This is a work in progress.
Devang Patel
2012-02-04
1
-1
/
+7
*
unnecessary include of TargetMachine.h?
Andrew Trick
2012-02-02
1
-1
/
+0
*
r149474 went a bit too far when combined with type caching. If we want
Eric Christopher
2012-02-01
1
-2
/
+5
*
Remove duplicated comment.
Eric Christopher
2012-02-01
1
-1
/
+0
*
For pass-by-value record arguments to functions emit a forward decl
Eric Christopher
2012-02-01
1
-3
/
+64
*
Use createRecordFwdDecl here since that's what we're doing.
Eric Christopher
2012-01-26
1
-9
/
+2
*
Revert previous patch unifying all of the C++ record prep in one area,
Eric Christopher
2012-01-26
1
-6
/
+11
[prev]
[next]