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
/
Plugins
/
SymbolVendor
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Migrate FileSpec::Dump to raw_ostream
Raphael Isemann
2019-12-06
1
-3
/
+3
*
[lldb/symbolvendorelf] Copy more sections from separate debug files
Pavel Labath
2019-11-26
1
-8
/
+11
*
SymbolVendorELF: Perform build-id lookup even without a debug link
Pavel Labath
2019-08-06
1
-4
/
+5
*
ObjectFile[ELF]: Refactor gnu_debuglink interface
Pavel Labath
2019-08-05
1
-70
/
+60
*
Add llvm-style RTTI to ObjectFile hierarchy
Pavel Labath
2019-07-31
4
-12
/
+8
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-6
/
+6
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
4
-28
/
+0
*
Try again to fix OSX compilation failure.
Zachary Turner
2019-03-06
1
-1
/
+4
*
Resubmit "Don't include UnixSignals.h from Host."
Zachary Turner
2019-03-06
1
-1
/
+4
*
Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cpp
Zachary Turner
2019-02-27
2
-2
/
+2
*
Revert "Don't include UnixSignals.h from Host."
Davide Italiano
2019-02-15
1
-4
/
+1
*
Don't include UnixSignals.h from Host.
Zachary Turner
2019-02-15
1
-1
/
+4
*
Update SymbolVendorMacOSX for new GetUUID interface
Jonas Devlieghere
2019-02-11
1
-5
/
+4
*
Simplify ObjectFile::GetUUID
Pavel Labath
2019-02-11
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
4
-16
/
+12
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-2
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
2
-7
/
+9
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
[FileSystem] Remove GetByteSize() from FileSpec
Jonas Devlieghere
2018-11-01
2
-6
/
+8
*
Document how lldb uses the DBGSourcePathRemapping
Jason Molenda
2018-06-11
1
-9
/
+7
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
2
-32
/
+30
*
Support reading section ".gnu_debugaltlink"
Jan Kratochvil
2018-04-29
1
-1
/
+1
*
We have two sources for path remapping information that we get out
Jason Molenda
2018-01-12
1
-15
/
+18
*
Add support for the DWP debug info format
Tamas Berghammer
2017-08-25
1
-7
/
+8
*
When parsing the DBGSourcePathRemapping plist entries
Jason Molenda
2017-08-24
1
-1
/
+20
*
Fix Mac build for the Timer move
Pavel Labath
2017-06-29
1
-1
/
+1
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
1
-1
/
+1
*
Fix darwin build for r303058
Pavel Labath
2017-05-15
1
-2
/
+5
*
Remove an expensive lock from Timer
Pavel Labath
2017-05-15
1
-2
/
+2
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
2
-2
/
+2
*
[CMake] [4/4] Update a batch of plugins
Chris Bieneman
2017-01-31
2
-2
/
+12
*
When deciding whether to use the source remapping dictionary from
Jason Molenda
2016-11-09
1
-3
/
+12
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
4
-434
/
+377
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
2
-2
/
+2
*
Add support for an additional dictionary in the per-arch plists
Jason Molenda
2016-07-26
1
-0
/
+51
*
Revert r273524, it may have been the cause of a linux testbot failure
Jason Molenda
2016-06-23
1
-1
/
+1
*
Do some minor renames of "Mac OS X" to "macOS".
Jason Molenda
2016-06-23
1
-1
/
+1
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
2
-28
/
+0
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-19
1
-14
/
+17
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
2
-4
/
+0
*
Add support for DW_FORM_GNU_[addr,str]_index
Tamas Berghammer
2015-08-25
1
-3
/
+5
*
Make sure we resolve ~ in paths coming from the plist in a dSYM before adding...
Jim Ingham
2015-07-24
1
-0
/
+5
*
Fix some logic where we used to have char arrays, but we now use std::string....
Greg Clayton
2015-05-26
1
-1
/
+1
*
Added XML to the host layer.
Greg Clayton
2015-05-26
1
-94
/
+25
*
Define LIBXML2_DEFINED in the Xcode project for Xcode builds so Darwin builds...
Greg Clayton
2015-04-16
1
-0
/
+5
*
Reduce the number of components initialized by lldb-server to reduce static b...
Robert Flack
2015-03-02
1
-2
/
+0
*
Fix FileSpec::GetPath to return null-terminated strings
Ilia K
2015-02-27
1
-1
/
+1
*
Remove commented includes
Jean-Daniel Dupas
2014-02-02
1
-4
/
+0
*
Convert to UNIX line endings.
Joerg Sonnenberger
2013-09-25
3
-17
/
+17
[next]