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
/
Core
/
Module.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only get the script interpreter if we find scripting resources in the symbol ...
Greg Clayton
2013-03-23
1
-13
/
+13
*
Add GNU indirect function support in expressions for Linux.
Matt Kopec
2013-02-27
1
-4
/
+10
*
<rdar://problem/13265297>
Greg Clayton
2013-02-23
1
-2
/
+2
*
<rdar://problem/13159777>
Greg Clayton
2013-02-06
1
-3
/
+5
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-44
/
+39
*
<rdar://problem/12973809>
Greg Clayton
2013-01-11
1
-18
/
+34
*
<rdar://problem/12953853>
Greg Clayton
2013-01-08
1
-0
/
+19
*
Cleaned up the UUID mismatch just printing itself whenever it wants to by all...
Greg Clayton
2012-12-14
1
-2
/
+2
*
Removed the == and != operators from ArchSpec, since
Sean Callanan
2012-12-13
1
-2
/
+2
*
Separate initing the stdout/stderr for running the Python Script interpreter ...
Jim Ingham
2012-12-07
1
-1
/
+3
*
<rdar://problem/12749733>
Greg Clayton
2012-12-05
1
-0
/
+13
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-3
/
+3
*
<rdar://problem/12586350>
Enrico Granata
2012-11-08
1
-1
/
+46
*
<rdar://problem/12473003>
Greg Clayton
2012-10-22
1
-3
/
+15
*
llvm needs the OS to be set to either iOS or Mac OS X
Jason Molenda
2012-10-16
1
-0
/
+16
*
Added a new "module" log channel which covers module creation, deletion, and ...
Greg Clayton
2012-10-08
1
-6
/
+6
*
<rdar://problem/11791234>
Greg Clayton
2012-10-02
1
-1
/
+1
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-1
/
+1
*
<rdar://problem/11485744> Implement important data formatters in C++. Have th...
Enrico Granata
2012-09-04
1
-0
/
+14
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+3
*
<rdar://problem/11740973>
Greg Clayton
2012-07-12
1
-41
/
+35
*
<rdar://problem/11357711>
Greg Clayton
2012-07-07
1
-3
/
+3
*
<rdar://problem/11819635>
Greg Clayton
2012-07-06
1
-4
/
+0
*
Added the ability to log a message with a backtrace when verbose logging is e...
Greg Clayton
2012-04-23
1
-0
/
+18
*
<rdar://problem/11282938>
Greg Clayton
2012-04-23
1
-2
/
+5
*
Don't put the address of the module in the module basename as this hoses up o...
Greg Clayton
2012-04-20
1
-6
/
+5
*
<rdar://problem/11202426>
Greg Clayton
2012-04-09
1
-1
/
+2
*
lldb_private::Section objects have a boolean flag that can be set that
Greg Clayton
2012-03-27
1
-8
/
+9
*
<rdar://problem/11113279>
Greg Clayton
2012-03-26
1
-32
/
+50
*
<rdar://problem/11072382>
Greg Clayton
2012-03-19
1
-0
/
+7
*
<rdar://problem/8196933>
Greg Clayton
2012-03-15
1
-0
/
+9
*
Made a ModuleSpec class in Module.h which can specify a module using one or
Greg Clayton
2012-02-26
1
-0
/
+83
*
Fixed a crasher that was happening after making ObjectFile objects have a
Greg Clayton
2012-02-24
1
-57
/
+53
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-8
/
+17
*
Extended function lookup to allow the user to
Sean Callanan
2012-02-10
1
-4
/
+6
*
<rdar://problem/10560053>
Greg Clayton
2012-02-05
1
-0
/
+89
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-4
/
+4
*
Added a ModuleList::Destroy() method which will reclaim the std::vector
Greg Clayton
2012-01-27
1
-0
/
+34
*
Fixed an issue that could happen during global object destruction in our
Greg Clayton
2012-01-27
1
-3
/
+10
*
Let the Module FindType do the stripping of namespace components, that's not ...
Jim Ingham
2012-01-12
1
-2
/
+7
*
Big change in the way ObjectFile file contents are managed. We now
Greg Clayton
2012-01-12
1
-1
/
+2
*
Fixed a missing space when reporting errors and warning through the module
Greg Clayton
2012-01-11
1
-3
/
+4
*
Added code in the Host layer that can report system log messages
Greg Clayton
2012-01-05
1
-17
/
+94
*
http://llvm.org/bugs/show_bug.cgi?id=11560 lldb::SBTarget::FindFirstType cras...
Johnny Chen
2011-12-14
1
-0
/
+3
*
CommandObjectProcess was recently changed to automatically use the platform
Greg Clayton
2011-11-28
1
-6
/
+61
*
We can't have the global vector of modules be a static object, or it might ge...
Jim Ingham
2011-10-31
1
-2
/
+11
*
Removed namespace qualification from symbol queries.
Sean Callanan
2011-10-13
1
-1
/
+1
*
Completed the glue that passes a ClangNamespaceDecl *
Sean Callanan
2011-10-13
1
-6
/
+6
*
Added ClangNamespaceDecl * parameters to several
Sean Callanan
2011-10-12
1
-4
/
+5
[next]