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
*
Add data formatter for libc++ std::queue
Pavel Labath
2017-11-01
4
-0
/
+74
*
Add data formatter for libc++ std::tuple
Pavel Labath
2017-11-01
4
-0
/
+91
*
Remove uint32_t assignment operator from Status
Pavel Labath
2017-11-01
1
-10
/
+0
*
Fix LLVM_LINK_LLVM_DYLIB build (pr35053)
Pavel Labath
2017-10-31
2
-8
/
+53
*
Increase AdbClient read timeout
Pavel Labath
2017-10-31
1
-1
/
+1
*
Add data formatter for libc++'s forward_list
Pavel Labath
2017-10-31
3
-85
/
+183
*
Fix mac build broken in r316987
Pavel Labath
2017-10-31
1
-1
/
+1
*
Invert ArchSpec<->Platform dependency
Pavel Labath
2017-10-31
11
-112
/
+70
*
Remove a stray space.
Jim Ingham
2017-10-30
1
-1
/
+1
*
Fix windows build broken in r316915
Pavel Labath
2017-10-30
1
-1
/
+0
*
MainLoop: work around an android libc bug
Pavel Labath
2017-10-30
1
-6
/
+26
*
Add specific ppc64le hardware watchpoint handler
Pavel Labath
2017-10-27
3
-10
/
+318
*
Fix a use-after-free in lldb-server
Pavel Labath
2017-10-27
1
-2
/
+3
*
Allow SysV-i386 ABI on everything other than Apple targets
Stephane Sezer
2017-10-26
1
-5
/
+6
*
Move StopInfoOverride callback to the new architecture plugin
Pavel Labath
2017-10-25
11
-157
/
+285
*
Fix a compile warning on linux
Stephane Sezer
2017-10-24
1
-1
/
+1
*
Allow ObjectFilePECOFF to initialize with ARM binaries.
Stephane Sezer
2017-10-24
1
-0
/
+5
*
[FreeBSD] Remove more dead code. NFCI.
Davide Italiano
2017-10-24
1
-26
/
+0
*
[ExpressionParser] Garbage-collect dead code. NFCI.
Davide Italiano
2017-10-24
1
-9
/
+0
*
Remove some unused function calls from ClangUserExpression.cpp
Stephane Sezer
2017-10-24
1
-1
/
+0
*
Remove some dead code from ClangExpressionDeclMap.cpp
Stephane Sezer
2017-10-24
1
-47
/
+3
*
[Symbol] Remove dead code. NFCI.
Davide Italiano
2017-10-23
1
-23
/
+0
*
Logging: Disable logging after fork()
Pavel Labath
2017-10-23
4
-6
/
+18
*
Revert "Logging: Make sure logging machinery is in a consistent state after f...
Pavel Labath
2017-10-20
3
-20
/
+2
*
Logging: Make sure logging machinery is in a consistent state after forking
Pavel Labath
2017-10-19
3
-2
/
+20
*
Silence some "implicit conversion of string literal" warnings
Pavel Labath
2017-10-17
2
-7
/
+7
*
Remove shared_pointer from NativeThreadProtocol
Pavel Labath
2017-10-17
8
-281
/
+208
*
Reverting r315966 - it caused a build failure on an ubuntu x android bot.
Jason Molenda
2017-10-17
6
-284
/
+18
*
Committing this for Larry D'Anna:
Jason Molenda
2017-10-17
6
-18
/
+284
*
Add cases for new type DependentAddressSpace, added in r314649
Ted Woodward
2017-10-11
1
-0
/
+9
*
Fix dumping of characters with non-standard sizes
Petr Pavlu
2017-10-11
2
-72
/
+46
*
[lldb] Enable using out-of-tree dwps
Alexander Shaposhnikov
2017-10-10
2
-2
/
+12
*
Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...
Peter Collingbourne
2017-10-10
2
-10
/
+10
*
Update ABISysV_arm64::RegisterIsVolatile to accept registers prefixed with r
Stephane Sezer
2017-10-09
1
-1
/
+1
*
[DWARFDIE] Rewrite `operator !=` using `operator ==`. NFCI.
Davide Italiano
2017-10-09
1
-1
/
+1
*
[SymbolFile/DWARF] Simplify two functions. NFCI.
Davide Italiano
2017-10-09
1
-8
/
+2
*
Implement interactive command interruption
Leonard Mosescu
2017-10-05
4
-15
/
+103
*
Enable breakpoints and read/write GPRs for ppc64le
Eugene Zemtsov
2017-10-05
13
-2
/
+766
*
[lldb] Fix initialization of m_debug_cu_index_map
Alexander Shaposhnikov
2017-10-03
2
-5
/
+11
*
Improve FreeBSD kernel debugging
Ed Maste
2017-10-02
8
-51
/
+106
*
[ExpressionParser] Prefer isa<> to dyn_cast<>. NFCI.
Davide Italiano
2017-09-30
1
-2
/
+1
*
Fix compilation error
Eugene Zemtsov
2017-09-29
2
-15
/
+15
*
[Expression parser] Setting to enable use of ExternalASTMerger
Sean Callanan
2017-09-28
10
-114
/
+563
*
Revert patch r313904, as it breaks "command source" and in
Jim Ingham
2017-09-28
4
-90
/
+14
*
Update the Objective-C runtime interface code to handle objc objects
Jason Molenda
2017-09-27
4
-12
/
+180
*
Update ABIMacOSX_arm::PrepareTrivialCall to correctly align the
Jason Molenda
2017-09-27
1
-4
/
+5
*
[Expression Parser] Inhibit global lookups for symbols in the IR dynamic checks
Sean Callanan
2017-09-26
4
-105
/
+76
*
Use socketpair on all Unix platforms
Eugene Zemtsov
2017-09-25
1
-3
/
+3
*
Implement trampoline step-through for Windows-x86.
Stephane Sezer
2017-09-22
1
-1
/
+43
*
[LLDB] Implement interactive command interruption
Adrian McCarthy
2017-09-21
4
-14
/
+90
[next]