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
*
Add regression test for expressions calling functions taking anonymous struct...
Ewan Crawford
2016-03-15
3
-0
/
+78
*
Fix expression evaluation for resolving anonymous aggregrate types with a typ...
Ewan Crawford
2016-03-15
1
-0
/
+14
*
Bump the lldb version # in the xcode project files from
Jason Molenda
2016-03-15
3
-48
/
+48
*
Workaround the fact that "b" is now a separate command object from "_regexp-b...
Enrico Granata
2016-03-15
2
-6
/
+6
*
Add some test coverage for the changes in alias help
Enrico Granata
2016-03-15
1
-0
/
+18
*
Improve the way we decide whether an alias is a dashdash alias
Enrico Granata
2016-03-15
1
-1
/
+2
*
This was printing arguments twice in dash-dash aliases; don't do that
Enrico Granata
2016-03-15
1
-24
/
+24
*
Lots of progress on the CommandAlias refactoring
Enrico Granata
2016-03-14
7
-136
/
+299
*
Shuffle an #undef to avoid a warning on FreeBSD
Ed Maste
2016-03-14
1
-2
/
+1
*
More of the alias refactoring work! CommandAlias is now a CommandObject
Enrico Granata
2016-03-14
5
-35
/
+75
*
Enable expectedFailure for all Clang versions in TestRegisterVariables
Ed Maste
2016-03-14
1
-1
/
+1
*
[test] Correctly retry connections on android targets
Pavel Labath
2016-03-14
1
-5
/
+31
*
Allow any build-id length between 4 and 20 bytes inclusive
Ed Maste
2016-03-14
1
-2
/
+3
*
Extend XFlaky in TestProcessIO to linux as well
Pavel Labath
2016-03-14
1
-5
/
+5
*
Let's not convert from UINT32_MAX to the std::numeric_limits version.
Jim Ingham
2016-03-12
4
-22
/
+24
*
This change introduces a "ExpressionExecutionThread" to the ThreadList.
Jim Ingham
2016-03-12
15
-22
/
+146
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-12
5
-428
/
+165
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-11
3
-293
/
+199
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-11
3
-318
/
+253
*
Remove the skip if Darwin since I fixed the crash.
Jim Ingham
2016-03-11
1
-1
/
+0
*
Check for a NULL input filehandle before referencing it.
Jim Ingham
2016-03-11
1
-8
/
+11
*
Fixed MemoryCache L1 cache flush
Marianne Mailhot-Sarrasin
2016-03-11
4
-1
/
+86
*
Fix a bunch of signedness warnings in unittests
Pavel Labath
2016-03-11
2
-16
/
+17
*
Fix a couple of cornercases in FileSpec + tests
Pavel Labath
2016-03-11
3
-24
/
+117
*
skip newly segfaulting test on OS X public CI
Todd Fiala
2016-03-11
1
-0
/
+1
*
Fix SBDebugger.GetOutputFileHandle() on OS X.
Jim Ingham
2016-03-11
4
-3
/
+10
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-10
6
-273
/
+184
*
Fixed ValueObject::GetExpressionPath() for paths including anonymous struct/u...
Marianne Mailhot-Sarrasin
2016-03-10
2
-1
/
+12
*
Fixed the python interpreter so that it correctly inherits the top IOHandler'...
Greg Clayton
2016-03-10
4
-96
/
+41
*
[Renderscript] Add stack argument reading code for Mipsel 3
Aidan Dodds
2016-03-10
1
-7
/
+7
*
[Renderscript] Add stack argument reading code for Mipsel 2
Aidan Dodds
2016-03-10
1
-2
/
+9
*
[Renderscript] Add stack argument reading code for Mipsel
Aidan Dodds
2016-03-10
1
-6
/
+17
*
[Renderscript] Explicitly set the language to evaluate allocations
Aidan Dodds
2016-03-10
1
-1
/
+3
*
Eliminate the TestStarted-XXX and TestFinished-XXX files from check-lldb runs.
Adrian McCarthy
2016-03-10
1
-11
/
+0
*
Revert "Track expression language from one place in ClangExpressionParser"
Ewan Crawford
2016-03-10
2
-9
/
+9
*
Track expression language from one place in ClangExpressionParser
Ewan Crawford
2016-03-10
2
-9
/
+9
*
[DWARFASTParserClang] Start with member offset of 0 for members of union types.
Siva Chandra
2016-03-10
4
-1
/
+70
*
Certain hardware architectures have registers of 256 bits in size
Enrico Granata
2016-03-10
5
-29
/
+442
*
Fix SymbolFilePDB for discontiguous functions.
Zachary Turner
2016-03-10
1
-29
/
+53
*
Fix "ninja check-lldb" crash in IRExecutionUnit.cpp
Ted Woodward
2016-03-09
1
-6
/
+16
*
Add an "offset" option to "break set -n" and "break set -f -l".
Jim Ingham
2016-03-09
21
-56
/
+256
*
Last round of preliminary cleanup in my refactoring of aliases.
Enrico Granata
2016-03-09
4
-107
/
+124
*
[TestRegisterVariables] Adjust compiler range in expected failure decorator.
Siva Chandra
2016-03-09
1
-2
/
+2
*
Add CommandAlias.cpp to CMakeLists
Enrico Granata
2016-03-08
1
-0
/
+1
*
Move CommandAlias to its own file; also
Enrico Granata
2016-03-08
7
-75
/
+109
*
Made self.expect() errors a little more readable in the testsuite.
Sean Callanan
2016-03-08
1
-7
/
+8
*
Support floating point values in 128-bit SSE vector registers
Adrian Prantl
2016-03-08
5
-6
/
+35
*
Fix log in Broadcaster causing a crash
Tamas Berghammer
2016-03-08
1
-5
/
+4
*
Try to fix windows build after rL262863
Tamas Berghammer
2016-03-08
1
-1
/
+1
*
Use c_str() instead of GetCString() to fix build
Ewan Crawford
2016-03-08
1
-1
/
+1
[next]