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
*
[LLDB] - Improved DWARF5 support.
George Rimar
2018-09-13
18
-81
/
+393
*
[DWARFExpression] Read literars as unsigned values.
Jonas Devlieghere
2018-09-13
4
-1
/
+82
*
Remove byte counting from SourceManager [NFC]
Raphael Isemann
2018-09-13
1
-10
/
+10
*
Commit my attempt to test the change to ProcessGDBRemote
Jason Molenda
2018-09-12
2
-0
/
+52
*
Do not create new terminals when launching process on Windows with --no-stdio
David Bolvansky
2018-09-12
1
-0
/
+3
*
If we fail to get an armv7em-- disassembler from llvm, skip the
Jason Molenda
2018-09-12
1
-1
/
+4
*
Add compatibility version to liblldb in framework builds
Alex Langford
2018-09-12
1
-0
/
+1
*
Fix two issues in PDBASTParser
Pavel Labath
2018-09-12
1
-17
/
+16
*
Move SafeMachO from Utility to Host
Pavel Labath
2018-09-12
16
-17
/
+10
*
Remove another unused mislayered include.
Benjamin Kramer
2018-09-12
1
-1
/
+0
*
Remove unused include that's also a layering violation.
Benjamin Kramer
2018-09-12
1
-1
/
+0
*
Remove manual byte counting from internal Stream methods.
Raphael Isemann
2018-09-12
2
-36
/
+61
*
Add a basic test for 'memory region'
Raphael Isemann
2018-09-12
3
-0
/
+73
*
Reduce alignment on struct XSAVE, fixing a gcc warning
Pavel Labath
2018-09-12
1
-1
/
+1
*
[MIPS] Fix signed overflow in DADDIU emulation
Vedant Kumar
2018-09-11
1
-1
/
+12
*
Refactoring std::function formatter to move core functionality into CPPLangua...
Shafik Yaghmour
2018-09-11
3
-197
/
+269
*
Remove undefined behavior around the use of StateType
Shafik Yaghmour
2018-09-11
3
-3
/
+34
*
[PDB] Fix problems after rL341782
Aleksandr Urakov
2018-09-11
4
-6
/
+54
*
Print the correct error when our DynamicCheckerFunctions fail to install
Raphael Isemann
2018-09-11
1
-2
/
+2
*
[NFC] Fix compiler warning in TestArmv7Disassembly.cpp
Raphael Isemann
2018-09-11
1
-1
/
+1
*
Undoing first commit which added a space to a comment
Shafik Yaghmour
2018-09-10
1
-1
/
+1
*
First test commit into svn, adding space to comment
Shafik Yaghmour
2018-09-10
1
-1
/
+1
*
Rollback "Fix raw address breakpoints not resolving".
Davide Italiano
2018-09-10
4
-45
/
+23
*
Fix raw address breakpoints not resolving
Ted Woodward
2018-09-10
4
-23
/
+45
*
[PDB] Restore AST from PDB symbols
Aleksandr Urakov
2018-09-10
12
-184
/
+863
*
Speculative fix for NetBSD bot for r341758
Pavel Labath
2018-09-09
2
-8
/
+8
*
Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"
Pavel Labath
2018-09-09
7
-144
/
+62
*
Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"
Pavel Labath
2018-09-08
7
-58
/
+146
*
Check if a terminal supports colors on Windows properly
David Bolvansky
2018-09-08
2
-1
/
+3
*
[XCodeproj] Remove extra whitespace in SBAPI path.
Davide Italiano
2018-09-07
1
-1
/
+1
*
[Disassembler] Run ARM-specific tests only if the ARM backend is built.
Davide Italiano
2018-09-07
1
-11
/
+13
*
Add the Disassembler unit test dir.
Jason Molenda
2018-09-07
1
-0
/
+1
*
NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.
Jim Ingham
2018-09-07
21
-56
/
+57
*
[Scalar] Commit the correct patch, forgot `git add`.
Davide Italiano
2018-09-07
1
-8
/
+8
*
Add input files to the "prepare swig bindings" step.
Jim Ingham
2018-09-07
1
-1
/
+69
*
[Scalar] Fix undefined behaviour when converting double to long.
Davide Italiano
2018-09-07
1
-2
/
+7
*
[ARC] Make char unsigned by default
Alexander Polyakov
2018-09-07
1
-0
/
+1
*
Enable the fp-armv8 disassembler feature when disassembling Cortex-M
Jason Molenda
2018-09-07
5
-3
/
+122
*
Reland [ClangUserExpression][NFC] Removed unused code
Raphael Isemann
2018-09-06
1
-3
/
+1
*
Revert "[ClangUserExpression][NFC] Removed unused code"
Raphael Isemann
2018-09-06
1
-0
/
+4
*
Re-instate a bit of code that was commented out in r188246 which
Jason Molenda
2018-09-06
2
-10
/
+18
*
Print column info in backtraces et al. if available
Adrian Prantl
2018-09-05
5
-3
/
+18
*
Set Windows console mode to enable support for ansi escape codes
David Bolvansky
2018-09-05
1
-0
/
+9
*
Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode
Pavel Labath
2018-09-05
7
-146
/
+58
*
Hold GIL while allocating memory for PythonString.
Tatyana Krasnukha
2018-09-05
1
-0
/
+82
*
[www] Updated outdated download links [NFC]
Raphael Isemann
2018-09-05
1
-8
/
+11
*
Change TestCompletion to only ever look inside of BaseDir
Frederic Riss
2018-09-04
1
-7
/
+3
*
Terminate debugger if an assert was hit
David Bolvansky
2018-09-04
1
-10
/
+10
*
[NFC] Fixed enum constant in boolean context error
David Bolvansky
2018-09-03
1
-5
/
+6
*
[NFC] Use llvm_unreachable instead of lldb::assert
David Bolvansky
2018-09-03
1
-1
/
+1
[next]