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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some compilation failures introduced in recent patches.
Zachary Turner
2018-11-14
2
-4
/
+5
*
Move DataExtractorTest to unittests/Utility
Pavel Labath
2018-11-14
3
-1
/
+1
*
[LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.".
George Rimar
2018-11-14
11
-17
/
+255
*
Revert r346848 "[LLDB] - Support the single file split DWARF."
George Rimar
2018-11-14
11
-249
/
+17
*
Fix a crash when parsing incorrect DWARF
Pavel Labath
2018-11-14
2
-3
/
+48
*
[LLDB] - Support the single file split DWARF.
George Rimar
2018-11-14
11
-17
/
+249
*
Suppress a "-Wliteral-conversion" compiler warning.
Haojian Wu
2018-11-14
1
-1
/
+1
*
Fix the "make_unique is ambiguous" compiler error.
Haojian Wu
2018-11-14
2
-4
/
+4
*
Fix a bug in the parsing of the LC_BUILD_VERSION Mach-O load command.
Adrian Prantl
2018-11-13
3
-17
/
+228
*
[NativePDB] Add support for S_CONSTANT records.
Zachary Turner
2018-11-13
6
-8
/
+1249
*
[NativePDB] Improved support for nested type reconstruction.
Zachary Turner
2018-11-13
3
-4
/
+224
*
[Cocoa] Implement formatter for the new NSDate representation.
Davide Italiano
2018-11-13
1
-1
/
+63
*
Add GDB remote packet reproducer.
Jonas Devlieghere
2018-11-13
32
-260
/
+1599
*
Since ABI's now hold a process WP, they should be handed
Jim Ingham
2018-11-13
12
-48
/
+12
*
[lldb] Add synthetic frontend for _NSCallStackArray
Kuba Mracek
2018-11-12
3
-3
/
+45
*
Re-land "Extract construction of DataBufferLLVM into FileSystem"
Jonas Devlieghere
2018-11-12
18
-73
/
+94
*
[lldb] Extract more fields from NSException values
Kuba Mracek
2018-11-12
4
-8
/
+172
*
Revert "Extract construction of DataBufferLLVM into FileSystem"
Davide Italiano
2018-11-12
18
-94
/
+73
*
Remove the last CURRENT_ARCH reference in Xcode's build scripts.
Frederic Riss
2018-11-12
1
-1
/
+1
*
[lldb] Refactor ObjC/NSException.cpp (cleanup, avoid code duplication). NFC.
Kuba Mracek
2018-11-12
1
-75
/
+47
*
[lldb] Fix "code requires global destructor" warning in g_architecture_mutex
Kuba Mracek
2018-11-12
1
-4
/
+7
*
[PDB] Fix `vbases.test` requirement
Aleksandr Urakov
2018-11-12
1
-1
/
+1
*
[ClangASTContext] Extract VTable pointers from C++ objects
Aleksandr Urakov
2018-11-12
6
-102
/
+160
*
[CMake] Allow version overrides with -DLLDB_VERSION_MAJOR/MINOR/PATCH/SUFFIX
Stefan Granitz
2018-11-12
2
-4
/
+15
*
[CMake] Fix: add_host_subdirectory source/Host/macosx
Stefan Granitz
2018-11-12
1
-1
/
+1
*
Fix an unused variable warning. NFC
Alexander Kornienko
2018-11-12
1
-0
/
+2
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
733
-2684
/
+26
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
168
-936
/
+932
*
Add missing include
Jonas Devlieghere
2018-11-10
1
-0
/
+1
*
Extract construction of DataBufferLLVM into FileSystem
Jonas Devlieghere
2018-11-10
18
-73
/
+94
*
Unbreak the linux bot from the previous commit. Fred needed to use
Jason Molenda
2018-11-10
1
-0
/
+6
*
Add extra diagnostics to test
Adrian Prantl
2018-11-10
1
-0
/
+4
*
Enable listening for EXC_RESOURCE events, and format mach
Jason Molenda
2018-11-10
2
-19
/
+81
*
Work with a gdb-remote target that doesn't handle the
Jason Molenda
2018-11-09
3
-2
/
+77
*
Remove llvm include from debugserver, change
Jason Molenda
2018-11-09
2
-5
/
+3
*
Add missing include
Adrian Prantl
2018-11-09
1
-0
/
+1
*
Add missing include
Adrian Prantl
2018-11-09
1
-0
/
+1
*
Annotate switch with LLVM_FALLTHROUGH
Adrian Prantl
2018-11-09
2
-2
/
+3
*
[NativePDB] Fix completion of enum types.
Zachary Turner
2018-11-09
2
-1
/
+3
*
[NativePDB] Add support for bitfield records.
Zachary Turner
2018-11-09
3
-4
/
+86
*
Resubmit "Fix bug in PE/COFF plugin."
Zachary Turner
2018-11-09
4
-7
/
+49
*
revert rL346478
Kadir Cetinkaya
2018-11-09
1
-2
/
+2
*
[lldb] Fix signature in test to match rL346453
Kadir Cetinkaya
2018-11-09
1
-2
/
+2
*
Revert "[FileSystem] Make use of FS in TildeExpressionResolver"
Jonas Devlieghere
2018-11-09
11
-43
/
+21
*
Fix a test whose output changed.
Zachary Turner
2018-11-09
1
-2
/
+2
*
[FileSystem] Make use of FS in TildeExpressionResolver
Jonas Devlieghere
2018-11-09
11
-21
/
+43
*
Fix CMake build when building with -fmodules-local-submodule-visibility.
Adrian Prantl
2018-11-09
1
-0
/
+2
*
Update FileSpec constructor signature
Jonas Devlieghere
2018-11-08
1
-2
/
+5
*
Revert "Fix bug in PE/COFF plugin and ValueObjectVariable."
Davide Italiano
2018-11-08
5
-61
/
+11
*
Change $CURRENT_ARCH settings in xcode project file to hardcoded
Jason Molenda
2018-11-08
1
-6
/
+6
[next]