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
/
lldb
/
source
/
Target
/
ObjCLanguageRuntime.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-2
/
+2
*
Fixed some linux buildbot warnings.
Greg Clayton
2013-04-19
1
-5
/
+5
*
<rdar://problem/13563628>
Enrico Granata
2013-04-05
1
-0
/
+4
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-1
/
+1
*
<rdar://problem/13210494>
Greg Clayton
2013-02-13
1
-12
/
+62
*
Remove debug code and commented out code that was left in.
Greg Clayton
2013-01-30
1
-92
/
+0
*
<rdar://problem/9141269>
Greg Clayton
2013-01-30
1
-68
/
+357
*
This patch removes the SymbolFileSymtab support
Sean Callanan
2012-12-19
1
-5
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-1
/
+1
*
<rdar://problem/12586350>
Enrico Granata
2012-11-08
1
-1
/
+1
*
Extra safeguards to ensure that we never query
Sean Callanan
2012-11-02
1
-11
/
+0
*
Changed the V1 and V2 runtimes to be able to detect when the ISA hash table h...
Greg Clayton
2012-10-25
1
-1
/
+1
*
Objective C cleanup. Removed an cache that was no longer needed and changes t...
Greg Clayton
2012-10-23
1
-93
/
+57
*
<rdar://problem/12331741>
Greg Clayton
2012-10-11
1
-38
/
+61
*
Changes to clean up the runtime and how the ISA caches are managed.
Greg Clayton
2012-10-09
1
-48
/
+59
*
More runtime work. We now successfully traverse
Sean Callanan
2012-09-15
1
-1
/
+16
*
This patch is part of ongoing work to extract type
Sean Callanan
2012-09-11
1
-0
/
+10
*
<rdar://problem/11485744> Implement important data formatters in C++. Have th...
Enrico Granata
2012-09-04
1
-0
/
+82
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+2
*
<rdar://problem/11113279>
Greg Clayton
2012-03-26
1
-8
/
+6
*
Updated the revision of LLVM/Clang used by LLDB.
Sean Callanan
2012-03-08
1
-1
/
+2
*
Added support for looking up the complete type for
Sean Callanan
2012-02-22
1
-0
/
+79
*
Added a new class to the lldb python module:
Greg Clayton
2012-02-01
1
-1
/
+1
*
Fixed an issue with the Instruction subclasses where the strings might
Greg Clayton
2012-01-19
1
-6
/
+16
*
Fix to ensure that methods aren't called on NULL
Sean Callanan
2012-01-19
1
-7
/
+9
*
Added an extra way to chop up an objective C prototype and use it where neces...
Greg Clayton
2012-01-19
1
-18
/
+25
*
Changed lldb_private::Type over to use the intrusive ref counted pointers
Greg Clayton
2011-10-18
1
-1
/
+1
*
Enable all the new accelerator tables if they are present and don't manually
Greg Clayton
2011-10-04
1
-16
/
+16
*
Move the SourceManager from the Debugger to the Target. That way it can stor...
Jim Ingham
2011-09-08
1
-1
/
+1
*
Factor out the code that parses ObjC Method names into a static method
Jim Ingham
2011-08-15
1
-0
/
+63
*
Add support for looking up ivar offset from the ObjC runtime.
Jim Ingham
2011-06-24
1
-0
/
+7
*
Adding support for fetching the Dynamic Value for ObjC Objects.
Jim Ingham
2011-05-02
1
-0
/
+43
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-1
/
+1
*
Add a ObjC V1 runtime, and a generic AppleObjCRuntime plugin.
Jim Ingham
2010-11-04
1
-20
/
+0
*
Re-enabled LLDB's pointer checkers, and moved the
Sean Callanan
2010-11-04
1
-0
/
+19
*
Add "-o" option to "expression" which prints the object description if availa...
Jim Ingham
2010-09-30
1
-0
/
+3
*
Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...
Jim Ingham
2010-09-28
1
-2
/
+25
*
Committing the skeleton of Language runtime plugin classes.
Jim Ingham
2010-09-23
1
-0
/
+27