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
/
Symbol
/
ObjectFile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-3
/
+3
*
Provide option to set pc of the file loaded in memory.
Hafiz Abid Qadeer
2017-01-24
1
-1
/
+10
*
Provide a substitute to load command of gdb.
Hafiz Abid Qadeer
2017-01-19
1
-0
/
+31
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+1
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
Make lldb::Regex use StringRef.
Zachary Turner
2016-09-21
1
-2
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-581
/
+561
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-2
/
+2
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-2
/
+2
*
Fix address class lookup for absolute symbols
Tamas Berghammer
2016-02-26
1
-1
/
+5
*
Fix all of the unannotated switch cases to annotate the fall through or do th...
Greg Clayton
2016-02-26
1
-2
/
+0
*
Add support for handling absolute symbols in ELF
Tamas Berghammer
2016-02-25
1
-0
/
+1
*
Improve the handling of missing elf symtab and missing symbol sizes
Tamas Berghammer
2016-02-18
1
-4
/
+15
*
Revert "Improve the handling of missing elf symtab and missing symbol sizes"
Tamas Berghammer
2016-02-10
1
-15
/
+4
*
Improve the handling of missing elf symtab and missing symbol sizes
Tamas Berghammer
2016-02-10
1
-4
/
+15
*
Read macro info from .debug_macro section and use it for expression evaluation.
Siva Chandra
2015-12-16
1
-0
/
+1
*
Fix in-memory section loading for JIT-ed code.
Oleksiy Vyalov
2015-12-03
1
-0
/
+1
*
Add support for tvos and watchos to ObjectFileMachO.
Jason Molenda
2015-11-10
1
-0
/
+25
*
Add support for .ARM.exidx unwind information
Tamas Berghammer
2015-09-30
1
-0
/
+2
*
Add an OperatingSystem plugin to support goroutines
Ryan Brown
2015-09-16
1
-0
/
+1
*
Add basic fission support to SymbolFileDWARF
Tamas Berghammer
2015-09-09
1
-5
/
+13
*
Add support for DW_FORM_GNU_[addr,str]_index
Tamas Berghammer
2015-08-25
1
-0
/
+2
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-1
/
+1
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-1
/
+0
*
The lldb unwinder can now use the unwind information from the compact-unwind
Jason Molenda
2014-12-08
1
-0
/
+1
*
Remove unreachable code.
Jason Molenda
2014-10-16
1
-2
/
+0
*
Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sections
Matthew Gardiner
2014-09-29
1
-0
/
+3
*
Start converting usages of off_t to other types.
Zachary Turner
2014-07-02
1
-7
/
+7
*
Don't allow two threads to create/use the section list before it has been ful...
Greg Clayton
2014-06-16
1
-0
/
+3
*
Switch NULL to C++11 nullptr in source/Symbol and source/Utility
Ed Maste
2014-04-20
1
-8
/
+8
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-47
/
+35
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-1
/
+1
*
JITed functions can now have debug info and be debugged with debug and source...
Greg Clayton
2014-03-24
1
-1
/
+1
*
<rdar://problem/14496092>
Greg Clayton
2013-10-21
1
-0
/
+1
*
Fix endianness in ObjectFile::CopyData
Ed Maste
2013-10-09
1
-1
/
+2
*
MingW compilation (windows). Includes various refactoring to improve portabil...
Virgile Bello
2013-08-23
1
-1
/
+1
*
Fixed GetModuleSpecifications() to work better overall:
Greg Clayton
2013-07-12
1
-8
/
+17
*
Cleanup on the unified section list changes. Main changes are:
Greg Clayton
2013-07-10
1
-23
/
+21
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-7
/
+37
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-25
/
+11
*
Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...
Greg Clayton
2013-04-24
1
-2
/
+46
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-4
/
+4
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-4
/
+4
*
<rdar://problem/13384801>
Greg Clayton
2013-04-03
1
-3
/
+4
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-4
/
+4
*
<rdar://problem/13338643>
Greg Clayton
2013-03-04
1
-10
/
+42
*
Added eSymbolTypeResolver to a few switch statements that needed it.
Greg Clayton
2013-02-27
1
-0
/
+1
*
<rdar://problem/13159777>
Greg Clayton
2013-02-06
1
-31
/
+79
*
<rdar://problem/11109570>
Greg Clayton
2013-02-06
1
-2
/
+5
*
<rdar://problem/13092722>
Greg Clayton
2013-02-01
1
-7
/
+13
[next]