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
/
Plugins
/
LanguageRuntime
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify find_first_of & find_last_of on single char.
Bruce Mitchener
2015-09-01
2
-3
/
+3
*
Add logging to a couple of regions of code
Enrico Granata
2015-09-01
1
-2
/
+22
*
Stop objects from keeping a strong reference to the process when they should ...
Greg Clayton
2015-08-31
2
-63
/
+82
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
4
-19
/
+19
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
8
-27
/
+27
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
4
-14
/
+13
*
Update lldb's ExternalASTSources to match Clang r244161.
Richard Smith
2015-08-06
1
-7
/
+0
*
Initialize variable to prevent garbage values (RenderScriptRuntime)
Ewan Crawford
2015-07-24
1
-1
/
+1
*
Add UNUSED_IF_ASSERT_DISABLED and apply it.
Bruce Mitchener
2015-07-24
1
-1
/
+1
*
Don't specify languages when setting breakpoints in C function names. We won'...
Greg Clayton
2015-07-22
3
-3
/
+3
*
Add support for specifying a language to use when parsing breakpoints.
Dawn Perchik
2015-07-21
3
-0
/
+3
*
[Makefiles] Align library names with CMake build
Keno Fischer
2015-07-14
3
-9
/
+9
*
Make many mangled functions that might demangle a name be allowed to specify ...
Greg Clayton
2015-07-08
1
-1
/
+1
*
Fix build after recent clang interface changes
Pavel Labath
2015-07-07
1
-3
/
+5
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
4
-18
/
+16
*
Fix a bug where we were trying to reconstruct ivars of ObjC types from the ru...
Enrico Granata
2015-06-25
1
-1
/
+1
*
Revert "Introduce a TypeSystem interface to support adding non-clang languages."
Pavel Labath
2015-06-08
4
-13
/
+14
*
Introduce a TypeSystem interface to support adding non-clang languages.
Pavel Labath
2015-06-08
4
-14
/
+13
*
Additional RenderScript debug features.
Colin Riley
2015-06-01
2
-22
/
+859
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
2
-4
/
+0
*
Add support for custom commands to set flags on themselves
Enrico Granata
2015-05-27
2
-8
/
+8
*
Fix a few compile warnings
Ilia K
2015-05-15
1
-1
/
+1
*
Implement an objc tagged-pointer info command that will provide information a...
Enrico Granata
2015-05-14
2
-20
/
+142
*
I forgot to return here, so do it, and appease the compiler
Enrico Granata
2015-05-06
1
-0
/
+1
*
Add a language objc class-table dump command
Enrico Granata
2015-05-06
1
-1
/
+104
*
Allow the gdb_objc_realized_classes symbol to be
Sean Callanan
2015-05-06
1
-1
/
+1
*
Fix a typo in the warning.
Jim Ingham
2015-05-04
1
-1
/
+1
*
Use a singleton accessor for the static list of alternate mangling prefixes s...
Greg Clayton
2015-04-16
2
-9
/
+15
*
Add new virtual method for language runtime plug-ins:
Greg Clayton
2015-04-16
2
-37
/
+75
*
Additions to RenderScriptRuntime in prep for detection of RenderScript module...
Colin Riley
2015-04-14
2
-9
/
+108
*
fixing msvc build (format string z is not supported)
Colin Riley
2015-04-12
1
-2
/
+2
*
Don't hardcode the name of the plugin - or it will get out of date, and this ...
Enrico Granata
2015-04-09
1
-3
/
+3
*
The dyld shared cache class table is not present in the iOS simulator, so do ...
Enrico Granata
2015-04-09
1
-0
/
+13
*
Fix printf format specifier to silence warning.
Chaoren Lin
2015-04-09
1
-2
/
+2
*
[ItaniumABILanguageRuntime] Remove an unneccesary 'typename' keyword.
Siva Chandra
2015-04-09
1
-1
/
+1
*
[RenderScriptRuntime] Fix build after r234522.
Siva Chandra
2015-04-09
1
-0
/
+4
*
[IRForTarget] Strenghten handling of alternate mangling.
Siva Chandra
2015-04-09
2
-0
/
+51
*
Initial language runtime support for RenderScript.
Colin Riley
2015-04-09
6
-0
/
+504
*
Fix error introduced by changing function signatures.
Zachary Turner
2015-03-24
1
-11
/
+10
*
Fix record layout when synthesizing class types.
Zachary Turner
2015-03-24
1
-6
/
+4
*
Remember to set m_loaded_objc_opt once you've loaded the ObjC data
Jim Ingham
2015-03-06
1
-0
/
+2
*
Reduce header footprint of Target.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Update LLDB to read a newer format of Objective-C class information from the ...
Enrico Granata
2015-02-24
2
-26
/
+84
*
Update for Clang API change in r230123 -- lookup_result was always
Chandler Carruth
2015-02-21
1
-2
/
+2
*
Silence unused variable warnings in release builds
Pavel Labath
2015-02-19
1
-0
/
+1
*
Add additional DWARF 5 language constants.
Bruce Mitchener
2015-02-06
1
-1
/
+2
*
Reenable the logic to take an integer value and attempt to "po" it as an ObjC...
Enrico Granata
2015-01-14
1
-2
/
+5
*
If a binary was stripped we sometimes didn't show the ivars of an Objective C...
Greg Clayton
2014-12-16
1
-27
/
+43
*
Removed the assertion that we can find any named
Sean Callanan
2014-12-11
1
-1
/
+8
*
Added CMake support so all the Clang modules code
Sean Callanan
2014-12-05
1
-1
/
+1
[next]