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
*
Make path more robust so it also works with out-of-tree builds.
Adrian Prantl
2018-11-16
1
-1
/
+3
*
Typo
Adrian Prantl
2018-11-16
1
-1
/
+1
*
Use a shared module cache directory for LLDB.
Adrian Prantl
2018-11-16
2
-3
/
+4
*
Makefile.rules: Use a shared clang module cache directory.
Adrian Prantl
2018-11-16
2
-2
/
+19
*
[lldb] NFC: Remove the extra ';'
Henry Wong
2018-11-16
1
-1
/
+1
*
Don't use uniform initialization syntax.
Zachary Turner
2018-11-16
3
-11
/
+21
*
[NativePDB] Rewrite the PdbSymUid to use our own custom namespacing scheme.
Zachary Turner
2018-11-16
13
-411
/
+435
*
Fix compilation failure in unit tests on Windows.
Zachary Turner
2018-11-15
1
-0
/
+5
*
Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLD
Nathan Lanza
2018-11-15
7
-4
/
+147
*
Force SHELL to be cmd.exe on Windows for the test suite
Nathan Lanza
2018-11-15
1
-0
/
+11
*
A unit test file moved.
Jason Molenda
2018-11-15
1
-4
/
+4
*
Add a check whether or not a str is utf8 prior to emplacing
Nathan Lanza
2018-11-15
4
-40
/
+65
*
Port the Darwin universal binary testcase to x86_64.
Adrian Prantl
2018-11-15
2
-61
/
+57
*
Fix a use-after-free of the ABI plugin.
Zachary Turner
2018-11-15
1
-8
/
+9
*
Fix copy/paste mistake for r346919.
Jonas Devlieghere
2018-11-15
1
-1
/
+1
*
Add setting to require hardware breakpoints.
Jonas Devlieghere
2018-11-15
41
-234
/
+666
*
[reproducer] Post-commit cleanup
Jonas Devlieghere
2018-11-15
3
-8
/
+14
*
Remove the expectedFlakeyDsym decorator. It's not useful anymore.
Adrian Prantl
2018-11-14
2
-7
/
+0
*
update xcode project file for reproducers.
Jason Molenda
2018-11-14
1
-4
/
+26
*
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
[next]