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
/
DataBufferMemoryMap.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-219
/
+179
*
Adopt mmap flags that allow mmap'ed memory to be less crash prone.
Greg Clayton
2016-05-20
1
-2
/
+25
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-03
1
-18
/
+21
*
Fix a variety of typos.
Bruce Mitchener
2015-06-18
1
-2
/
+2
*
Fix -Wformat-pedantic warnings
David Blaikie
2015-04-08
1
-3
/
+6
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-1
/
+0
*
Move some Host logic into HostInfo class.
Zachary Turner
2014-08-19
1
-2
/
+2
*
Fix most of the remaining Windows build warnings.
Todd Fiala
2014-06-02
1
-43
/
+38
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-1
/
+2
*
Fix Windows build using portable types for formatting the log outputs
Deepak Panickal
2014-03-03
1
-3
/
+3
*
On Windows MapViewOfFile requires the offset to be aligned on the system dwAl...
Carlo Kok
2013-09-26
1
-8
/
+28
*
MingW compilation (windows). Includes various refactoring to improve portabil...
Virgile Bello
2013-08-23
1
-0
/
+45
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-3
/
+2
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-3
/
+3
*
<rdar://problem/13421412>
Greg Clayton
2013-03-14
1
-7
/
+7
*
Removed debug print line I left in.
Greg Clayton
2013-02-06
1
-2
/
+0
*
<rdar://problem/13159777>
Greg Clayton
2013-02-06
1
-1
/
+35
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-2
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-1
/
+1
*
Ran the sources through the compiler with -Wshadow warnings
Jason Molenda
2012-10-04
1
-3
/
+3
*
Add an Error string specifically for when we hit an ENOMEM when
Jason Molenda
2012-04-26
1
-0
/
+4
*
Since clang modifies .o files in place, use MAP_PRIVATE as it seems
Greg Clayton
2012-01-10
1
-1
/
+1
*
<rdar://problem/10647191>
Greg Clayton
2012-01-06
1
-15
/
+7
*
Switch to using the S_ISDIR and S_ISREG sys/stat.h macros in
Jason Molenda
2011-07-08
1
-1
/
+1
*
Add missing headers.
Stephen Wilson
2011-04-08
1
-0
/
+1
*
Added a speed test to the GDBRemoteCommunicationClient and
Greg Clayton
2011-04-04
1
-20
/
+33
*
Moved FileSpec into the Host layer since it will vary from host to host.
Greg Clayton
2011-02-08
1
-1
/
+1
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-5
/
+9
*
A few more minor fixes.
Eli Friedman
2010-06-09
1
-3
/
+3
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+214