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
*
[lldb] Fix ARM32 inferior calls
Jan Kratochvil
2019-12-21
1
-6
/
+6
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-30
/
+34
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-1
/
+1
*
[IRMemoryMap] Fix -Wimplicit-fallthrough in -DLLVM_ENABLE_ASSERTIONS=off build
Fangrui Song
2019-04-12
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[IRMemoryMap] Shrink Allocation and make it move-only (NFC)
Vedant Kumar
2018-08-08
1
-5
/
+6
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
[IRMemoryMap] Avoid redundant zero-init in the Allocation constructor (NFC)
Vedant Kumar
2018-08-06
1
-5
/
+1
*
[IRMemoryMap] Fix the alignment adjustment in Malloc
Vedant Kumar
2018-05-31
1
-6
/
+12
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-18
/
+13
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-15
/
+16
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-2
/
+2
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Silence some -Wstring-conversion warnings
Pavel Labath
2017-01-05
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-751
/
+681
*
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
[next]