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
/
packages
/
Python
/
lldbsuite
/
test
/
lang
/
c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix TestRegisterVariables for linux arm/arm64 gcc ver > 5
Omair Javaid
2017-01-13
1
-1
/
+1
*
XFAIL TestRegisterVariables on gcc-4.8-x86_64
Pavel Labath
2017-01-10
1
-0
/
+2
*
Enable TestBitfields on linux with clang
Pavel Labath
2016-11-24
1
-7
/
+0
*
Enable TestRegisterVariables for some configurations
Pavel Labath
2016-11-24
1
-5
/
+2
*
Un-XFail test on Windows. Has been in "unexpected success" mode for a while.
Adrian McCarthy
2016-11-10
1
-2
/
+0
*
Added a decorator for the macOS version and switched over testcases that used...
Sean Callanan
2016-10-20
1
-3
/
+1
*
Remove a debug print statement.
Jim Ingham
2016-10-18
1
-1
/
+0
*
Added a radar on our end for this test's failure.
Jim Ingham
2016-10-11
1
-1
/
+1
*
Add some logging when trace is on. We're getting a bot failure on i386 that ...
Jim Ingham
2016-09-29
1
-8
/
+15
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
23
-534
/
+909
*
Don't crash when trying to capture persistent variables in a block.
Sean Callanan
2016-08-26
1
-1
/
+3
*
Join TestTlsGlobal tests again and use the proper decorator
Pavel Labath
2016-07-04
1
-12
/
+2
*
Fixed thread local storage test case to run normally with no expected fail fo...
Greg Clayton
2016-07-01
1
-2
/
+12
*
Thread local storage was already broken on Linux and the tests were passing b...
Greg Clayton
2016-07-01
1
-0
/
+1
*
Added support for thread local variables on all Apple OS variants.
Greg Clayton
2016-07-01
3
-5
/
+16
*
XFAIL tests which fail with gcc on linux
Pavel Labath
2016-06-29
1
-1
/
+1
*
Enable some tests on linux
Pavel Labath
2016-06-09
3
-4
/
+2
*
Revert "Make lldbinline.py regenerate the Makefile each time it builds."
Pavel Labath
2016-06-07
1
-9
/
+0
*
Make lldbinline.py regenerate the Makefile each time it builds.
Sean Callanan
2016-06-07
1
-0
/
+9
*
Add "-gmodules" support to the test suite.
Todd Fiala
2016-05-26
1
-1
/
+1
*
Mark some aarch64-linux specific xfails marking bug entries
Omair Javaid
2016-05-25
1
-0
/
+1
*
xfail TestRedefinitionsInline with older Clang
Ed Maste
2016-05-24
1
-1
/
+2
*
Make sure TestRedefinitionsInInlines.py actually inlines.
Chaoren Lin
2016-05-23
1
-2
/
+2
*
xfail TestRedefinitionsInline on Windows.
Zachary Turner
2016-05-23
1
-1
/
+1
*
Removed the m_decl_objects map from ClangASTContext.
Sean Callanan
2016-05-23
2
-0
/
+23
*
Fixed and re-enabled the Clang modules testcase.
Sean Callanan
2016-05-16
1
-3
/
+2
*
Clean up test results on Windows.
Zachary Turner
2016-05-13
1
-1
/
+0
*
Downgrade skip to xfail in TestBitfields on linux
Pavel Labath
2016-05-05
1
-1
/
+1
*
Fix syntax errors in TestEnumTypes
Pavel Labath
2016-05-05
1
-1
/
+2
*
XFail TestEnumTypes.py on Windows
Adrian McCarthy
2016-05-04
2
-7
/
+8
*
Import block pointers from DWARF as Clang block pointers, not as structs.
Sean Callanan
2016-05-02
1
-1
/
+0
*
Fix TestEnumTypes.py for 32 bit platforms.
Chaoren Lin
2016-04-29
1
-2
/
+2
*
Watch out for compilers that generate bad bitfield info. If the bit size of a...
Greg Clayton
2016-04-29
1
-1
/
+0
*
Make sure LLDB can deal with forward declarations to enums without crashing o...
Greg Clayton
2016-04-29
2
-1
/
+19
*
XFail TestBitfields.py Python API tests.
Chaoren Lin
2016-04-28
1
-0
/
+1
*
Fix TestRegisterVariables.py on Windows
Adrian McCarthy
2016-04-26
1
-3
/
+3
*
skip TestBitfields.py on OS X
Todd Fiala
2016-04-25
1
-0
/
+1
*
Skip TestBitfileds on linux
Pavel Labath
2016-04-25
1
-0
/
+1
*
DWARF layout for bitfields is wrong when the bit offset is negative.
Greg Clayton
2016-04-22
2
-0
/
+22
*
Blocks are only reliably supported on Darwin. Disable the test otherwise.
Sean Callanan
2016-04-15
1
-0
/
+3
*
Added a testcase for defining and using a block in the expression parser.
Sean Callanan
2016-04-15
1
-3
/
+13
*
Fix and xfail TestRegisterVariables after rL265498
Tamas Berghammer
2016-04-06
2
-8
/
+3
*
make TestRegisterVariables slightly more resilient
Todd Fiala
2016-04-06
2
-16
/
+123
*
Enable expectedFailure for all Clang versions in TestRegisterVariables
Ed Maste
2016-03-14
1
-1
/
+1
*
Fixed ValueObject::GetExpressionPath() for paths including anonymous struct/u...
Marianne Mailhot-Sarrasin
2016-03-10
1
-0
/
+11
*
[DWARFASTParserClang] Start with member offset of 0 for members of union types.
Siva Chandra
2016-03-10
3
-0
/
+69
*
[TestRegisterVariables] Adjust compiler range in expected failure decorator.
Siva Chandra
2016-03-09
1
-2
/
+2
*
Support floating point values in 128-bit SSE vector registers
Adrian Prantl
2016-03-08
2
-1
/
+27
*
Fix TestInlines.py on Windows
Adrian McCarthy
2016-02-29
4
-114
/
+0
*
Add the "block" keyword to "thread step-in -e", and an alias that uses it: "s...
Jim Ingham
2016-02-26
3
-0
/
+158
[next]