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
/
Expression
/
IRMemoryMap.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed a problem in IRMemoryMap where the flag to zero out memory was ignored.
Sean Callanan
2016-06-09
1
-0
/
+7
*
Updated the FindSpace() algorithm to avoid the 0 page when it's unsafe.
Sean Callanan
2016-06-09
1
-8
/
+109
*
Fix all of the unannotated switch cases to annotate the fall through or do th...
Greg Clayton
2016-02-26
1
-0
/
+1
*
Update for llvm change. NFC.
Rafael Espindola
2016-01-18
1
-1
/
+1
*
Add "zero_memory" option to IRMemoryMap::FindSpace & IRMemoryMap::Malloc. Ze...
Jim Ingham
2015-11-04
1
-5
/
+16
*
Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...
Ewan Crawford
2015-07-14
1
-0
/
+26
*
Dont' use a random probe & alloc strategy for the IRMemoryMap.
Zachary Turner
2014-07-09
1
-30
/
+8
*
remove trailing whitespace + remove some useless comments
Sylvestre Ledru
2014-07-06
1
-89
/
+87
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
1
-1
/
+6
*
Fix silly compilation error.
Zachary Turner
2014-06-25
1
-2
/
+2
*
Fix a bug in the IRMemoryMap which generated bogus allocations.
Zachary Turner
2014-06-25
1
-16
/
+31
*
JITed functions can now have debug info and be debugged with debug and source...
Greg Clayton
2014-03-24
1
-1
/
+1
*
Hardened against reads in the IRMemoryMap that
Sean Callanan
2014-03-04
1
-0
/
+14
*
MingW compilation (windows). Includes various refactoring to improve portabil...
Virgile Bello
2013-08-23
1
-3
/
+3
*
Initialize m_leak member variable.
Michael Sartain
2013-08-06
1
-8
/
+8
*
Remove the process's reservation cache and don't
Sean Callanan
2013-06-27
1
-24
/
+2
*
Fixed a problem in the expression parser that
Sean Callanan
2013-06-17
1
-4
/
+4
*
Fixed printf build warning.
Greg Clayton
2013-06-04
1
-1
/
+1
*
Fix various build warnings.
Matt Kopec
2013-06-03
1
-6
/
+6
*
Fixed a bug where persistent variables did not
Sean Callanan
2013-05-22
1
-1
/
+23
*
Added a per-process cache for reserved memory
Sean Callanan
2013-05-16
1
-15
/
+28
*
Fixed a few obvious errors pointed out by the static analyzer.
Jim Ingham
2013-05-15
1
-1
/
+1
*
Performance optimizations to ClangUserExpression,
Sean Callanan
2013-04-27
1
-5
/
+26
*
Change Malloc to request an aligned memory size.
Matt Kopec
2013-04-26
1
-4
/
+10
*
Simplified the management of the data buffer for
Sean Callanan
2013-04-19
1
-35
/
+50
*
Reverted 179810, which breaks the expression
Sean Callanan
2013-04-19
1
-3
/
+1
*
Made IRMemoryMap::FindSpace a little cleverer,
Sean Callanan
2013-04-19
1
-40
/
+82
*
Try and unblock issue found in: http://lab.llvm.org:8011/builders/lldb-x86_64...
Greg Clayton
2013-04-18
1
-1
/
+3
*
This commit changes the way LLDB executes user
Sean Callanan
2013-04-18
1
-0
/
+3
*
Try to unbreak the lldb-x86_64-linux buildbot after recent std::auto_ptr/std:...
Greg Clayton
2013-04-18
1
-15
/
+15
*
Updated the IRInterpreter to work with an
Sean Callanan
2013-04-17
1
-5
/
+23
*
Flipped the big switch: LLDB now uses the new
Sean Callanan
2013-04-16
1
-4
/
+2
*
Added logging to each entity in the Materializer
Sean Callanan
2013-04-15
1
-1
/
+14
*
Fixed a few bugs in IRMemoryMap:
Sean Callanan
2013-04-15
1
-3
/
+47
*
Audited the existing Materializer code to ensure
Sean Callanan
2013-04-15
1
-7
/
+2
*
Now that ValueObjects permit writing, made the
Sean Callanan
2013-04-13
1
-1
/
+49
*
Implemented materialization and dematerialization
Sean Callanan
2013-04-12
1
-0
/
+9
*
Replicated the materialization logic for persistent
Sean Callanan
2013-04-12
1
-1
/
+124
*
Factored out memory access into the target process
Sean Callanan
2013-04-05
1
-0
/
+410