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
*
Fix assorted compiler warnings (mismatched signedness and printf specifiers)
Pavel Labath
2017-07-05
4
-36
/
+31
*
Fix "process load" on new android targets
Pavel Labath
2017-07-05
4
-9
/
+13
*
Update lldb architecture docs
Pavel Labath
2017-07-04
2
-352
/
+75
*
Fix some warnings in ProcessorTraceTest.cpp
Pavel Labath
2017-07-04
1
-17
/
+15
*
Fixing warnings for unused variables and copy ellision
Ravitheja Addepally
2017-07-03
1
-20
/
+15
*
Fix typo/unbreak windows build broken by r307009
Pavel Labath
2017-07-03
1
-1
/
+1
*
Use llvm::sys::RetryAfterSignal instead of a manual while errno!=EINTR loop
Pavel Labath
2017-07-03
7
-109
/
+60
*
Remove dead Core/StreamFile includes
Pavel Labath
2017-06-30
5
-24
/
+12
*
Fix a cmake typo to unbreak windows unit tests
Pavel Labath
2017-06-30
1
-1
/
+1
*
[Data formatters] Make NSSetM support both old- and new-style representation
Sean Callanan
2017-06-30
1
-28
/
+76
*
Fix some type-based warnings
Tim Hammerquist
2017-06-29
3
-6
/
+6
*
Update default cpu subtype for armv7 processes to armv7k, the most
Jason Molenda
2017-06-29
1
-1
/
+1
*
Timer.{h,cpp} moved, find them again in the project file.
Jim Ingham
2017-06-29
1
-6
/
+6
*
Speculative fix for windows build broken by r306668
Pavel Labath
2017-06-29
1
-6
/
+2
*
Fix Mac build for the Timer move
Pavel Labath
2017-06-29
2
-2
/
+2
*
Android.rules: build x86 tests with -mstackrealign
Pavel Labath
2017-06-29
2
-12
/
+6
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
47
-69
/
+52
*
Make scripts/analyze-project-deps.py executable
Pavel Labath
2017-06-29
1
-1
/
+3
*
[unittests] Add a helper function for getting an input file
Pavel Labath
2017-06-29
22
-100
/
+89
*
[UnwindAssembly/x86] Add support for "lea imm(%ebp), %esp" pattern
Pavel Labath
2017-06-29
3
-0
/
+112
*
Fix two places in RegisterContextLLDB::InitializeNonZerothFrame where
Jason Molenda
2017-06-29
1
-13
/
+14
*
Change the ABI class to have a weak pointer to its Process;
Jason Molenda
2017-06-29
33
-78
/
+88
*
Added a project for the unified IR interpreter.
Sean Callanan
2017-06-28
1
-0
/
+12
*
[DWARFCallFrameInfo] Add Type enum to differentiate eh/debug_frame sections
Pavel Labath
2017-06-28
5
-39
/
+39
*
Linux unit tests should only run on
Ravitheja Addepally
2017-06-28
1
-1
/
+3
*
Implementation of Intel(R) Processor Trace support for Linux
Ravitheja Addepally
2017-06-28
12
-13
/
+1061
*
Upstream the 'eInstrumentationRuntimeTypeSwiftRuntimeReporting' value of the ...
Kuba Mracek
2017-06-27
1
-0
/
+1
*
[build system] If there's an OVERRIDE, don't guess the current SCM.
Sean Callanan
2017-06-27
2
-0
/
+14
*
Fix up the Xcode project:
Jim Ingham
2017-06-27
1
-49
/
+41
*
Fix windows build for the Connection move
Pavel Labath
2017-06-27
1
-1
/
+1
*
Add debug_frame section support
Pavel Labath
2017-06-27
10
-105
/
+544
*
Move StructuredData from Core to Utility
Pavel Labath
2017-06-27
58
-155
/
+157
*
Move Connection and IOObject interfaces to Utility module
Pavel Labath
2017-06-27
19
-56
/
+48
*
Shorten sanitizer plugin names
Pavel Labath
2017-06-26
11
-18
/
+18
*
Fix LLDB build.
Zachary Turner
2017-06-23
2
-2
/
+2
*
Updated the NSArray and NSDictionary formatters to support new storage formats.
Sean Callanan
2017-06-23
3
-21
/
+493
*
Fix typo: using && instead of & when evaluating a mask
Mehdi Amini
2017-06-23
1
-1
/
+1
*
Simplify the gdb-remote unit tests
Pavel Labath
2017-06-22
5
-236
/
+126
*
Fix a python object leak in SWIG glue.
Zachary Turner
2017-06-21
1
-1
/
+2
*
Correct syntax mistake hidden in assert(3)
Kamil Rytarowski
2017-06-20
1
-1
/
+1
*
[linux] Change the way we load vdso pseudo-module
Pavel Labath
2017-06-20
4
-104
/
+48
*
Remove home-grown thread-local storage wrappers
Pavel Labath
2017-06-20
4
-71
/
+14
*
ProcessLauncherPosixFork: Fetch errno early
Pavel Labath
2017-06-20
1
-4
/
+4
*
Updated NSNumber formatter for new internal representation.
Sean Callanan
2017-06-19
3
-17
/
+119
*
Add pretty-printer for wait(2) statuses and modernize the code handling them
Pavel Labath
2017-06-19
13
-224
/
+160
*
Tweak SysV_arm64 function entry unwind plan
Pavel Labath
2017-06-19
1
-4
/
+2
*
Delete ProcessLauncherPosix
Pavel Labath
2017-06-19
7
-433
/
+302
*
Fix a -Wmisleading-indentation warning
Sylvestre Ledru
2017-06-19
1
-24
/
+22
*
Fix the CMake files for the new InstrumentationRuntime plugins.
Kuba Mracek
2017-06-16
2
-2
/
+22
*
Upstreaming the UndefinedBehaviorSanitizerRuntime and MainThreadCheckerRuntim...
Kuba Mracek
2017-06-16
17
-16
/
+941
[next]