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
*
Garbage collection is not around anymore, we can remove our support for it.
Greg Clayton
2016-08-08
1
-17
/
+1
*
Fix more RegisterInfo initialization issues and quiet hundreds of warnings.
Greg Clayton
2016-08-08
11
-727
/
+727
*
Fix printf warnings.
Greg Clayton
2016-08-08
1
-2
/
+2
*
Fix RegisterInfo initializers to have all the required initializers after rec...
Greg Clayton
2016-08-08
8
-229
/
+229
*
Fix uninitialized field warnings in GDBRemoteRegisterContext
Pavel Labath
2016-08-08
1
-109
/
+111
*
Clean up linux/Ptrace.h
Pavel Labath
2016-08-08
1
-18
/
+9
*
Remove Android.h
Pavel Labath
2016-08-08
8
-48
/
+16
*
Remove SYS_tgkill from Android.h
Pavel Labath
2016-08-08
3
-4
/
+1
*
Remove _isatty from Android.h
Pavel Labath
2016-08-08
2
-2
/
+1
*
The lack of classes in the hash table is not an error - it's very legitimatel...
Enrico Granata
2016-08-06
1
-1
/
+1
*
Fix Windows build - add return statement in SBThread::StepUsingScriptedThread...
Oleksiy Vyalov
2016-08-06
1
-1
/
+1
*
Mention the scripted thread plans in the python reference.
Jim Ingham
2016-08-05
1
-0
/
+112
*
Mention is_stale in the scripted step doc.
Jim Ingham
2016-08-05
1
-7
/
+29
*
Add a few more needed bits to the scripted thread plans.
Jim Ingham
2016-08-05
11
-4
/
+94
*
Tweaks to the reporting of "missing dyld shared cached" that make it easier t...
Enrico Granata
2016-08-05
2
-23
/
+69
*
[asan] Remove unused include (NFC)
Vedant Kumar
2016-08-05
1
-1
/
+0
*
Change the indexing done for kernel/kext directories to be recursive.
Jason Molenda
2016-08-05
2
-498
/
+257
*
Errors compiling breakpoint conditions will cause the breakpoint not to be hit
Jim Ingham
2016-08-03
2
-2
/
+47
*
Add the new OCaml support files to the Xcode project file.
Jim Ingham
2016-08-03
1
-2
/
+28
*
[RenderScript] Always create a new allocation ID in CaptureAllocationInit hook
Luke Drummond
2016-08-03
2
-12
/
+39
*
Fix an unused variable warning in release builds.
Luke Drummond
2016-08-03
1
-1
/
+1
*
Fix the BUILD_SHARED_LIBS=ON build, was getting the following error while lin...
Ismail Donmez
2016-08-03
1
-0
/
+1
*
[Concepts] Add TODO and requires-clause placeholder; NFC
Hubert Tong
2016-08-02
1
-1
/
+3
*
Revert rL277429: Correct makefile.rules to use toolchain specific AR and OBJCOPY
Omair Javaid
2016-08-02
1
-17
/
+18
*
Support for OCaml native debugging
Tamas Berghammer
2016-08-02
14
-0
/
+1600
*
Correct makefile.rules to use toolchain specific AR and OBJCOPY
Omair Javaid
2016-08-02
1
-18
/
+17
*
[LLVM][MIPS] Add (D)SUBU, (D)ADDU, LUI instructions emulation . Fix emulation...
Nitesh Jain
2016-08-02
4
-41
/
+301
*
[asan] Remove unused #include (NFC)
Vedant Kumar
2016-08-01
1
-1
/
+0
*
[lldb] Delete dead, infinitely-recursive code (NFC)
Vedant Kumar
2016-08-01
2
-12
/
+0
*
[lldb][tsan] Perform one map lookup instead of two (NFC)
Vedant Kumar
2016-08-01
1
-2
/
+3
*
[lldb][tsan] Avoid a string copy (NFC)
Vedant Kumar
2016-08-01
1
-5
/
+5
*
[lldb] Ignore various test artifacts (NFCI)
Vedant Kumar
2016-08-01
1
-0
/
+2
*
[LLVM][MIPS] Fix FPU Size Based on Dynamic FR.
Nitesh Jain
2016-08-01
22
-229
/
+401
*
Some code that is sanity checking stepping out back out from one inlined
Jim Ingham
2016-07-29
1
-0
/
+6
*
Revert "updated Xcode project r277139"
Todd Fiala
2016-07-29
1
-12
/
+0
*
updated Xcode project r277139
Todd Fiala
2016-07-29
1
-0
/
+12
*
Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"
Pavel Labath
2016-07-29
15
-1168
/
+895
*
Add/fix support for i386 elf core files
Dimitar Vlahovski
2016-07-29
6
-28
/
+158
*
Rewrite gdb-remote's SendContinuePacketAndWaitForResponse
Pavel Labath
2016-07-29
15
-895
/
+1168
*
Fixup r277011 - wrong use of infinite timeout
Pavel Labath
2016-07-29
1
-1
/
+1
*
Improve code of loading plugins that provide cmnds
Abhishek Aggarwal
2016-07-29
2
-1
/
+33
*
PlatformDarwinKernel maintains a list of kexts and kernels
Jason Molenda
2016-07-29
2
-12
/
+148
*
Fix -break-insert not working when using absolute paths (MI)
Ilia K
2016-07-29
4
-2
/
+27
*
Move the code which knows how to get information about the shared
Jason Molenda
2016-07-29
6
-63
/
+188
*
Small refinement on the memory segment support in core files that
Jason Molenda
2016-07-28
1
-0
/
+17
*
Remove a duplicated block in cmake.
Stephane Sezer
2016-07-28
1
-13
/
+0
*
Cleanup some format string warnings
Luke Drummond
2016-07-28
1
-13
/
+9
*
Host: correct use of std::condition_variable::wait_for
Saleem Abdulrasool
2016-07-28
1
-1
/
+1
*
Fixed up Xcode build for r276976 and r277011.
Todd Fiala
2016-07-28
3
-29
/
+31
*
Clean up vestigial remnants of locking primitives
Saleem Abdulrasool
2016-07-28
34
-1605
/
+404
[next]