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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWAR...
Jan Kratochvil
2018-04-06
8
-569
/
+828
*
One more windows build fix
Pavel Labath
2018-04-05
1
-0
/
+1
*
Fix windows build after r329296
Pavel Labath
2018-04-05
2
-0
/
+2
*
Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWARFTypeUnit
Greg Clayton
2018-04-05
8
-828
/
+569
*
[Core] Grab-bag of improvements for Scalar.
Davide Italiano
2018-04-02
1
-325
/
+116
*
Support template template parameters
Frederic Riss
2018-04-02
2
-2
/
+40
*
NativeThreadProtocol: delete dead code
Pavel Labath
2018-03-29
1
-33
/
+0
*
Prevent double release of mach ports
Frederic Riss
2018-03-29
1
-2
/
+0
*
gdb-remote: Fix checksum verification for messages with escape chars
Pavel Labath
2018-03-28
1
-1
/
+2
*
Use the DWARF linkage name when importing C++ methods.
Davide Italiano
2018-03-27
3
-8
/
+14
*
[Core] Correctly handle float division in Scalar.
Davide Italiano
2018-03-27
1
-1
/
+1
*
Fix check for verbose logging.
Adrian Prantl
2018-03-26
1
-3
/
+2
*
Add support for __attribute__(trivial_abi).
Jim Ingham
2018-03-23
1
-2
/
+22
*
[Commands] Add a (currently empty) `stats` command.
Davide Italiano
2018-03-23
4
-0
/
+58
*
[CMakeLists] Update file list after recent changes.
Davide Italiano
2018-03-23
1
-1
/
+0
*
[Commands] Remove dead code for unused `args` command.
Davide Italiano
2018-03-23
3
-287
/
+0
*
[Command] Remove dead code for the syntax command.
Davide Italiano
2018-03-23
4
-142
/
+0
*
Log ObjC Runtime messages only in verbose mode
Adrian Prantl
2018-03-23
1
-2
/
+2
*
[CommandObjectFrame] Remove dead code.
Davide Italiano
2018-03-23
1
-3
/
+0
*
[SymbolFilePDB] Use section contributions as another way to determine the com...
Aaron Smith
2018-03-22
1
-16
/
+19
*
[SymbolFilePDB] Ignore compiler generated functions when creating the LLDB ty...
Aaron Smith
2018-03-22
2
-4
/
+7
*
[SymbolFilePDB] Run clang-format; NFC
Aaron Smith
2018-03-22
4
-120
/
+107
*
Fix crash exposed by r328025
Pavel Labath
2018-03-21
1
-2
/
+3
*
[ExpressionParser] Re-implement r327356 in a less disruptive way.
Davide Italiano
2018-03-20
3
-11
/
+14
*
Move StringExtractorGDBRemote.h to the include folder
Pavel Labath
2018-03-20
12
-215
/
+11
*
Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...
Pavel Labath
2018-03-20
11
-44
/
+448
*
[SymbolFilePDB] Simplify code with newer methods
Aaron Smith
2018-03-20
2
-16
/
+4
*
[SymbolFilePDB] Simplify getting the source file path
Aaron Smith
2018-03-20
2
-66
/
+2
*
[SymbolFilePDB] Remove a few null pointer checks by passing ref
Aaron Smith
2018-03-19
3
-63
/
+46
*
[ClangASTContext] Remove dead code. NFCI.
Davide Italiano
2018-03-19
1
-45
/
+0
*
Move the codebase to use: DWARFCompileUnit -> DWARFUnit
Jan Kratochvil
2018-03-18
26
-214
/
+214
*
DWARFUnit split out of DWARFCompileUnit
Jan Kratochvil
2018-03-18
5
-561
/
+796
*
Fix the Windows build after r327750
Frederic Riss
2018-03-16
1
-1
/
+1
*
[DWARFASTParserClang] Complete external record types before using them as a d...
Frederic Riss
2018-03-16
1
-0
/
+37
*
Fix a bug in "target.source-map" where we would resolve unmapped paths incorr...
Greg Clayton
2018-03-15
1
-1
/
+1
*
[DataFormatters] Implement summary for __NSDictionary0.
Davide Italiano
2018-03-14
1
-0
/
+4
*
Use GetItemAtIndexAsString overload for ConstString and move set rather than ...
Tatyana Krasnukha
2018-03-14
1
-6
/
+3
*
Update selected thread after loading mach core
Jonas Devlieghere
2018-03-14
1
-3
/
+3
*
[SymbolFilePDB] Rewrite ParseTypes method
Aaron Smith
2018-03-14
1
-19
/
+48
*
Add a missing return in SBPlatform::IsConnected and test
Jim Ingham
2018-03-13
1
-1
/
+1
*
[DataFormatter] Remove dead code for the NSDictionary formatter.
Davide Italiano
2018-03-13
1
-10
/
+0
*
include locale.h in IOHandler.cpp
Pavel Labath
2018-03-13
1
-0
/
+1
*
Fix clang-3.8 build
Pavel Labath
2018-03-13
1
-1
/
+1
*
Fix linux s390x build (pr36694)
Pavel Labath
2018-03-13
1
-1
/
+1
*
[ExpressionParser] Fix crash when evaluating invalid expresssions.
Davide Italiano
2018-03-13
1
-0
/
+9
*
Re-add change for https://reviews.llvm.org/D42582 with added directories.
Jim Ingham
2018-03-12
7
-0
/
+148
*
Introduce a setting to disable Spotlight while running the test suite
Adrian Prantl
2018-03-12
2
-2
/
+20
*
Revert "Improve prologue handling to support functions with multiple entry po...
Vedant Kumar
2018-03-12
4
-24
/
+0
*
Improve prologue handling to support functions with multiple entry points.
Jim Ingham
2018-03-12
4
-0
/
+24
*
[lldb] Unbreak lldb builds due to r327219
Mandeep Singh Grang
2018-03-10
1
-2
/
+2
[next]