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
/
source
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLDB] - Improved DWARF5 support.
George Rimar
2018-09-13
15
-79
/
+298
*
[DWARFExpression] Read literars as unsigned values.
Jonas Devlieghere
2018-09-13
1
-1
/
+1
*
Remove byte counting from SourceManager [NFC]
Raphael Isemann
2018-09-13
1
-10
/
+10
*
Do not create new terminals when launching process on Windows with --no-stdio
David Bolvansky
2018-09-12
1
-0
/
+3
*
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
14
-17
/
+9
*
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
1
-35
/
+41
*
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
2
-197
/
+250
*
[PDB] Fix problems after rL341782
Aleksandr Urakov
2018-09-11
1
-1
/
+1
*
Print the correct error when our DynamicCheckerFunctions fail to install
Raphael Isemann
2018-09-11
1
-2
/
+2
*
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
2
-3
/
+9
*
Fix raw address breakpoints not resolving
Ted Woodward
2018-09-10
2
-9
/
+3
*
[PDB] Restore AST from PDB symbols
Aleksandr Urakov
2018-09-10
5
-160
/
+657
*
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
6
-140
/
+60
*
Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"
Pavel Labath
2018-09-08
6
-56
/
+142
*
Check if a terminal supports colors on Windows properly
David Bolvansky
2018-09-08
2
-1
/
+3
*
NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.
Jim Ingham
2018-09-07
11
-35
/
+35
*
[Scalar] Commit the correct patch, forgot `git add`.
Davide Italiano
2018-09-07
1
-8
/
+8
*
[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
2
-3
/
+8
*
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
1
-8
/
+16
*
Print column info in backtraces et al. if available
Adrian Prantl
2018-09-05
2
-1
/
+14
*
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
6
-142
/
+56
*
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
*
[ClangUserExpression][NFC] Removed unused code
David Bolvansky
2018-09-03
1
-4
/
+0
*
[PseudoTerminal][NFC] Use llvm errno helpers
David Bolvansky
2018-09-03
1
-11
/
+20
*
[Symtab][NFC] Added llvm_unreachable to supress compiler warning
David Bolvansky
2018-09-03
1
-0
/
+1
*
File completion bugfix
Frederic Riss
2018-08-31
1
-1
/
+5
*
Increase qHostInfo packet timeout
Pavel Labath
2018-08-31
1
-0
/
+3
*
Silence some "control reaches end of non-void function" warnings with gcc
Pavel Labath
2018-08-31
2
-0
/
+3
*
Use a CompletionRequest in the expression command completion [NFC]
Raphael Isemann
2018-08-30
5
-13
/
+12
*
Move NoBuiltin=true closer to the other LangOpts code [NFC]
Raphael Isemann
2018-08-30
1
-4
/
+4
*
Adjusting some comments in ClangExpressionParser.cpp
Raphael Isemann
2018-08-30
1
-2
/
+1
*
Added missing include to <cctype> for 'std::isalnum'
Raphael Isemann
2018-08-30
1
-0
/
+1
*
Fixed code style for the CodeCompletion members [NFC]
Raphael Isemann
2018-08-30
1
-10
/
+10
*
Move Predicate.h from Host to Utility
Raphael Isemann
2018-08-30
6
-6
/
+6
[next]