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
...
*
[lldbsuite] The test inside TestOverloadedFunctions.py has the wrong class name
Stella Stamenova
2018-07-12
1
-1
/
+1
*
Remove incorrect thread-pc-values clearing
Jason Molenda
2018-07-12
1
-1
/
+0
*
Get rid of the C-string parameter in DoExecute
Raphael Isemann
2018-07-12
19
-222
/
+227
*
[process] Update the documentation for ReadMemory and DoReadMemory to include...
Stella Stamenova
2018-07-12
1
-1
/
+14
*
Restructure the minidump loading path and add early & explicit consistency ch...
Leonard Mosescu
2018-07-12
8
-56
/
+169
*
Remove the unused m_signal member variable, but leave the code that gets it o...
Eric Christopher
2018-07-12
2
-3
/
+2
*
Remove unused variable m_header as it hasn't been used since it was
Eric Christopher
2018-07-12
2
-6
/
+4
*
[IRInterpreter] Fix misevaluation of interpretation expressions with `urem`.
Davide Italiano
2018-07-12
4
-5
/
+31
*
[windows] Fix out-of-memory failure in some of the tests
Stella Stamenova
2018-07-11
1
-22
/
+40
*
[FileCheck] Add -allow-deprecated-dag-overlap to failing lldb tests
Joel E. Denny
2018-07-11
1
-3
/
+3
*
Allow specifying an exit code for the 'quit' command
Raphael Isemann
2018-07-11
19
-5
/
+222
*
Refactor ClangUserExpression::Parse [NFC]
Raphael Isemann
2018-07-10
2
-30
/
+63
*
[windows] LLDB shows the wrong values when register read is executed at a fra...
Stella Stamenova
2018-07-10
9
-70
/
+76
*
[testsuite] Implement a category to skip libstdcxx tests
Davide Italiano
2018-07-10
11
-30
/
+28
*
Refactor parsing of option lists with a raw string suffix.
Raphael Isemann
2018-07-10
12
-232
/
+472
*
Rollback [test-suite] Add a decorator for the lack of libstdcxx on the system.
Davide Italiano
2018-07-09
10
-21
/
+26
*
[ObjCRuntime] Add support for obfuscation in tagged pointers.
Davide Italiano
2018-07-09
4
-7
/
+54
*
Don't take the address of an xvalue when printing an expr result
Raphael Isemann
2018-07-09
4
-3
/
+56
*
Retrieve a function PDB symbol correctly from nested blocks
Stella Stamenova
2018-07-09
1
-1
/
+1
*
Add LLDB_API to SBAddress's operator==.
Alexander Polyakov
2018-07-07
1
-2
/
+2
*
Fix build on Windows with SDK build version >= 17134.
Tatyana Krasnukha
2018-07-07
1
-5
/
+0
*
[test-suite] Add a decorator for the lack of libstdcxx on the system.
Davide Italiano
2018-07-06
10
-26
/
+21
*
Remove a bunch more references to _LIBCPP_INLINE_VISIBILITY
Jim Ingham
2018-07-06
8
-40
/
+18
*
Address a few post facto review comments from Adrian.
Jim Ingham
2018-07-05
2
-6
/
+10
*
Don't muck with _LIBCPP_INLINE_VISIBILITY just to get predictable line table ...
Jim Ingham
2018-07-05
1
-9
/
+8
*
[CMake] Simplify a few framework build rules
Alex Langford
2018-07-05
1
-2
/
+2
*
Fixed redefinition warnings with LLVM_ENABLE_MODULES
Raphael Isemann
2018-07-05
1
-0
/
+2
*
[lit] Don't require semicolon separator
Jonas Devlieghere
2018-07-04
2
-4
/
+11
*
Fix and simplify lldb.command decorator
Dave Lee
2018-07-04
4
-21
/
+53
*
[CMake] Remove redundant path component
Jonas Devlieghere
2018-07-04
1
-1
/
+1
*
[CMake] Use LLVM_RUNTIME_OUTPUT_INTDIR for LLDB exectuable
Jonas Devlieghere
2018-07-04
1
-1
/
+4
*
[CMake] Move some variables around
Jonas Devlieghere
2018-07-04
2
-3
/
+13
*
Ammend "Fix MSVC2015 compilation failure after r336206 patch".
Alexander Polyakov
2018-07-03
1
-0
/
+2
*
Fix MSVC2015 compilation failure after r336206 patch.
Alexander Polyakov
2018-07-03
1
-0
/
+6
*
[lldb-mi] Re-implement symbol-list-lines command.
Alexander Polyakov
2018-07-03
14
-282
/
+101
*
Add new API to SBTarget and SBModule classes.
Alexander Polyakov
2018-07-03
8
-0
/
+135
*
Re-sort the lldb.xcodeproj project file and commit the script
Jason Molenda
2018-07-03
2
-2557
/
+2798
*
[lldb-mi] Re-implement a few MI commands.
Alexander Polyakov
2018-07-02
8
-463
/
+190
*
FIx XCode project files for lldb
Raphael Isemann
2018-07-02
1
-2554
/
+2560
*
Fixed compilation failure after the code completion refactor patch
Raphael Isemann
2018-07-02
2
-4
/
+4
*
[lldbsuite, windows] Don't crash LLDB when we try to retrieve a register on W...
Stella Stamenova
2018-07-02
5
-12
/
+18
*
Refactoring for for the internal command line completion API (NFC)
Raphael Isemann
2018-07-02
24
-479
/
+536
*
[lldb-mi] Clean up and update a few MI commands.
Alexander Polyakov
2018-06-29
2
-51
/
+35
*
Add a test for reading lld-generated build-ids
Pavel Labath
2018-06-29
7
-18
/
+50
*
UUID: Add support for arbitrary-sized module IDs
Pavel Labath
2018-06-29
5
-128
/
+97
*
Fix use-after-free in CommandCompletions.cpp
Pavel Labath
2018-06-29
1
-1
/
+1
*
Fix TestLoadUsingPaths on linux
Pavel Labath
2018-06-29
1
-0
/
+1
*
Modernize completion tests
Pavel Labath
2018-06-29
1
-53
/
+32
*
Fix path completion test case added in rL335905 on Windows
Raphael Isemann
2018-06-28
1
-4
/
+2
*
Add a way to load an image using a library name and list of paths.
Jim Ingham
2018-06-28
14
-18
/
+479
[prev]
[next]