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
*
fixed test suite crash when --platform-name doesn't start with 'remote-'
Todd Fiala
2016-01-22
1
-9
/
+7
*
Revert "Enable test log collection from remote debug servers"
Pavel Labath
2016-01-22
1
-18
/
+6
*
Use "_$" prefix instead of "$" for dynamic checker function inserted by LLDB ...
Bhushan D. Attarde
2016-01-22
1
-2
/
+2
*
[opaque pointer types] [NFC] Fix fallout from DataLayout::getIndexedOffset ch...
Eduard Burtescu
2016-01-22
1
-3
/
+5
*
Fix TestImport.py to work with Python 3.5.
Adrian McCarthy
2016-01-21
1
-2
/
+4
*
Always try to read DW_TAG_typedef types from DWO files first if we can.
Greg Clayton
2016-01-21
1
-1
/
+24
*
NFC. Corrects name of test class and a comment.
Adrian McCarthy
2016-01-21
1
-2
/
+2
*
Remove assumptions that thread 0 is always the main thread.
Zachary Turner
2016-01-21
18
-147
/
+72
*
Add CalculateSymbolSizes in ObjectFilePECOFF::GetSymtab to ensure that (nearl...
Adrian McCarthy
2016-01-21
1
-0
/
+1
*
Enable test log collection from remote debug servers
Pavel Labath
2016-01-21
1
-6
/
+18
*
When ObjectFileMachO reads a Mach-O file for a 32-bit arm cpu,
Jason Molenda
2016-01-21
1
-3
/
+16
*
Fix a problem where we were not calling fcntl() with the correct arguments fo...
Enrico Granata
2016-01-20
1
-2
/
+2
*
Fixed some #ifdefs. We were erroneously not supporting certain simulators.
Sean Callanan
2016-01-20
1
-2
/
+2
*
Mark arm/aarch64 specific xfails with expectedFailureLinux decorator
Omair Javaid
2016-01-20
4
-5
/
+8
*
Fix clang warning in RenderScriptRuntime
Pavel Labath
2016-01-20
1
-1
/
+1
*
Enable TestInlineStepping on linux i386
Pavel Labath
2016-01-20
1
-2
/
+0
*
Enable TestConcurrentEvents on i386 linux
Pavel Labath
2016-01-20
1
-1
/
+0
*
[RenderScript] New command for viewing coordinate of current kernel invocation
Ewan Crawford
2016-01-20
2
-35
/
+138
*
Some 32-bit arm corefiles on darwin may have their general purpose
Jason Molenda
2016-01-20
3
-5
/
+9
*
Placate MVSC after my last commit.
Davide Italiano
2016-01-19
2
-8
/
+4
*
[Process] Remove dead code. All the switch cases are already covered.
Davide Italiano
2016-01-19
2
-4
/
+0
*
Removed a bunch of spurious files from the man page Copy Files build phase.
Sean Callanan
2016-01-19
1
-18
/
+0
*
Implementing the method Target::TargetEventData::Dump (Stream *s) so that its...
Oleksiy Vyalov
2016-01-19
1
-0
/
+6
*
Fix for Bug 25338
Ravitheja Addepally
2016-01-19
5
-25
/
+67
*
Remove last XTIMEOUTs from android tests
Pavel Labath
2016-01-19
2
-6
/
+4
*
Unconditionally accept symbol sizes from elf
Tamas Berghammer
2016-01-19
4
-12
/
+33
*
Update for llvm change. NFC.
Rafael Espindola
2016-01-18
4
-7
/
+7
*
Remove skipIfLinuxClang decorator
Pavel Labath
2016-01-18
1
-18
/
+0
*
Guard against application of an XFAIL decorator on a class
Pavel Labath
2016-01-18
1
-0
/
+2
*
Revert "Unconditionally accept symbol sizes from elf"
Tamas Berghammer
2016-01-18
4
-27
/
+12
*
Unconditionally accept symbol sizes from elf
Tamas Berghammer
2016-01-18
4
-12
/
+27
*
[RenderScript] Remove mips specific expressions
Ewan Crawford
2016-01-18
2
-180
/
+90
*
On non-Windows platforms, asm int 3 generates an eStopReasonSignal.
Zachary Turner
2016-01-15
1
-1
/
+2
*
Fix TestDebugBreak.py.
Zachary Turner
2016-01-15
1
-2
/
+3
*
Fix ResourceWarning about unclosed file in use_lldb_suite_root.py.
Zachary Turner
2016-01-15
3
-9
/
+18
*
Small fixes to ensure TestLogging.py tests work with Python 3.5 as well as 2.7.
Adrian McCarthy
2016-01-15
1
-3
/
+3
*
Implement missing GoASTContext methods
Ryan Brown
2016-01-15
1
-6
/
+145
*
Fix decoration of TestConcurrentEvents
Pavel Labath
2016-01-15
1
-1
/
+35
*
The ASAN report fetching code had two latent bugs:
Jim Ingham
2016-01-15
1
-2
/
+9
*
Fix detection of teardown hooks that are already bound.
Adrian McCarthy
2016-01-14
1
-1
/
+1
*
Removed a redundant function call after review.
Sean Callanan
2016-01-14
1
-2
/
+0
*
Enable the use of modules in the expression parser by default.
Sean Callanan
2016-01-14
3
-3
/
+38
*
Resubmit the fixes for TestProcessLaunch.py.
Zachary Turner
2016-01-14
2
-21
/
+26
*
Fixed a crasher when dealing with table entries that have blank names.
Sean Callanan
2016-01-14
3
-0
/
+15
*
[RenderScript] Hook kernel invocation.
Aidan Dodds
2016-01-14
2
-17
/
+115
*
Update some XFAILs after the 3.8->3.9 version change
Tamas Berghammer
2016-01-14
2
-2
/
+2
*
Fix ambiguous resolution of clang::ArrayType/llvm::ArrayType in ClangAstContext
Ewan Crawford
2016-01-14
1
-2
/
+2
*
XFAIL TestCommandScriptImmediateOutput on Linux
Tamas Berghammer
2016-01-14
1
-0
/
+1
*
change Xcode test run default to ignore xpass on Xunit output
Todd Fiala
2016-01-13
1
-2
/
+2
*
Fix -Wformat-pedantic warning
Hans Wennborg
2016-01-13
1
-1
/
+2
[next]