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
*
Replace an accidentally added "break" with an LLVM_FALLTHROUGH.
Adrian Prantl
2017-12-19
1
-1
/
+1
*
Fix a couple of warnings (NFC)
Adrian Prantl
2017-12-19
4
-3
/
+7
*
Temporarily XFAIL test/functionalities/exec while investiagting bot breakage.
Adrian Prantl
2017-12-19
1
-0
/
+2
*
Tweak to the debugserver entitlements setup in the xcode project
Jason Molenda
2017-12-19
1
-22
/
+12
*
Fix more inconsistent line endings. NFC.
Dimitry Andric
2017-12-18
2
-102
/
+102
*
Fix regression in jModulesInfo packet handling
Pavel Labath
2017-12-18
2
-8
/
+38
*
llgs: Propagate the environment when launching the inferior from command line
Pavel Labath
2017-12-18
8
-58
/
+91
*
Fix FreeBSD build broken by r320966
Pavel Labath
2017-12-18
1
-25
/
+22
*
Add LLVMObject dependency to our ObjectFileELF plugin
Pavel Labath
2017-12-18
1
-0
/
+1
*
Reduce x86 register context boilerplate.
Pavel Labath
2017-12-18
5
-82
/
+71
*
NPL: Clean up handling of inferior exit
Pavel Labath
2017-12-18
3
-47
/
+31
*
[testsuite] Un-XFAIL the global variables tests.
Davide Italiano
2017-12-17
1
-6
/
+0
*
[CMake] darwin-debug is an hard dependency for tests on macOS.
Davide Italiano
2017-12-15
1
-0
/
+5
*
[MacOSX/Queues] Relax an overly aggressive assertion in a test.
Davide Italiano
2017-12-15
1
-1
/
+2
*
llgs-tests: Add support for "exit" stop-reply packets
Pavel Labath
2017-12-15
6
-62
/
+149
*
Fix 32-bit builds broken by 320813
Pavel Labath
2017-12-15
1
-2
/
+2
*
ObjectFileELF: Add support for compressed sections
Pavel Labath
2017-12-15
10
-3
/
+116
*
llgs-tests: Make addition of new tests easier
Pavel Labath
2017-12-15
8
-100
/
+189
*
[ExpressionParser] Fix evaluation failures due to mismatch in C++ versions.
Davide Italiano
2017-12-15
1
-0
/
+8
*
[ExpressionParser] Rollback C++98 as the standard for evaluating.
Davide Italiano
2017-12-15
1
-8
/
+0
*
[ExpressionParser] Fix evaluation failures due to mismatch in C++ versions.
Davide Italiano
2017-12-14
1
-0
/
+8
*
[ClangASTContext] Remove dead stuff found fixing something else.
Davide Italiano
2017-12-14
1
-75
/
+0
*
ObjectFile: remove ReadSectionData/MemoryMapSectionData mutual recursion
Pavel Labath
2017-12-14
3
-22
/
+1
*
Remove stderr message from GDBRemoteCommunicationServerLLGS
Pavel Labath
2017-12-14
1
-7
/
+2
*
[IRExecutionUnit] Initialize uninititialized member variable.
Davide Italiano
2017-12-13
1
-2
/
+2
*
[DataEncoder] Replace buggy versions of write functions.
Davide Italiano
2017-12-13
1
-36
/
+8
*
[lldb] Set component when invoking add_llvm_install_targets
Petr Hosek
2017-12-13
1
-2
/
+4
*
Add an #include to appease an older clang, NFC
Vedant Kumar
2017-12-12
1
-0
/
+1
*
Avoid module import in a textual header, NFC
Vedant Kumar
2017-12-12
1
-5
/
+2
*
[TestModulesInlineFunctions] This test now passes.
Davide Italiano
2017-12-12
1
-1
/
+0
*
[TestCppScope] This test now passes on Darwin.
Davide Italiano
2017-12-12
1
-5
/
+0
*
[testsuite] Remove even more testing vestiges.
Davide Italiano
2017-12-12
1
-3
/
+0
*
Rollback [Testsuite] Rename this file from *m -> *mm.
Davide Italiano
2017-12-12
1
-0
/
+0
*
[testsuite] Remove testing failures vestiges.
Davide Italiano
2017-12-12
1
-60
/
+0
*
[lldb] Switch to add_llvm_install_targets
Shoaib Meenai
2017-12-12
1
-10
/
+6
*
[test-suite] Un'XFAIL a test that's not failing anymore.
Davide Italiano
2017-12-11
1
-1
/
+0
*
[Testsuite] Rename this file from *m -> *mm.
Davide Italiano
2017-12-11
1
-0
/
+0
*
dotest.py: Correctly annotate lldbinline tests with debug info categories
Pavel Labath
2017-12-11
1
-1
/
+4
*
Add a StringList constructor to Args class
Pavel Labath
2017-12-11
4
-1
/
+18
*
Fix osx build broken in r320346
Pavel Labath
2017-12-11
1
-1
/
+0
*
Move PseudoTerminal to the lldb_private namespace
Pavel Labath
2017-12-11
13
-26
/
+23
*
MainLoop: avoid infinite loop when pty slave gets closed
Pavel Labath
2017-12-11
2
-1
/
+21
*
Revert "[DataEncoder] Replace buggy versions of write functions."
Davide Italiano
2017-12-11
1
-8
/
+36
*
[DarwinLog] Remove other dead code. Found while reading this file.
Davide Italiano
2017-12-10
1
-54
/
+0
*
[MachException] Garbage collect unused and dead code.
Davide Italiano
2017-12-10
1
-27
/
+0
*
[DataEncoder] Replace buggy versions of write functions.
Davide Italiano
2017-12-10
1
-36
/
+8
*
Change uses of strncpy in debugserver to strlcpy
Jason Molenda
2017-12-09
5
-15
/
+15
*
Change the ordering that we search for kexts and kernels on the local
Jason Molenda
2017-12-09
1
-7
/
+22
*
Update PlatformDarwin::GetDeveloperDir to handle the two
Jason Molenda
2017-12-09
1
-8
/
+13
*
[MachException] Avoid alignment UB, NFC
Vedant Kumar
2017-12-08
2
-4
/
+11
[next]