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
*
llvm::sys::path::home_directory() relies on having "HOME" set in the environm...
Greg Clayton
2016-04-19
2
-1
/
+75
*
Eliminate circular dependency introduced between lldbtest.py and decorators.py
Kate Stone
2016-04-19
1
-3
/
+2
*
Adds a test to detect when clang omits specialized generic types from debug i...
Kate Stone
2016-04-19
6
-0
/
+118
*
Revert "LLDB: Fixed two race conditions when stopping private state thread"
Pavel Labath
2016-04-19
2
-8
/
+9
*
LLDB: Fixed two race conditions when stopping private state thread
Marianne Mailhot-Sarrasin
2016-04-19
2
-9
/
+8
*
Fix typo in TestSourceManager.py
Pavel Labath
2016-04-19
1
-1
/
+1
*
test infra cleanup: convert test_runner lib into package
Todd Fiala
2016-04-19
6
-30
/
+19
*
Fix Windows build.
Chaoren Lin
2016-04-19
1
-0
/
+1
*
ensure lldbinline remembers .py extension
Todd Fiala
2016-04-18
2
-6
/
+20
*
fix a race is the LLDB test suite results collection
Todd Fiala
2016-04-18
4
-6
/
+32
*
Attempt to fix darwin build after header refactor in llvm (r266595)
Pavel Labath
2016-04-18
1
-1
/
+1
*
Fixup r266327
Pavel Labath
2016-04-18
1
-2
/
+2
*
[LLDB][MIPS] Fix TestConcurrentEvents
Mohit K. Bhakkad
2016-04-18
1
-35
/
+35
*
Fix cmake build after r266524.
Oleksiy Vyalov
2016-04-16
1
-0
/
+1
*
Replace hardcoded comment at 'lit.site.cfg.in'
Alex Denisov
2016-04-16
2
-4
/
+4
*
Work around a linux libc bug causing a crash in TaskPool
Pavel Labath
2016-04-15
1
-2
/
+3
*
Fix usage of APInt.getRawData for big-endian systems
Ulrich Weigand
2016-04-15
7
-290
/
+266
*
Make Scalar::SChar return an explicit signed type
Ulrich Weigand
2016-04-15
2
-2
/
+2
*
Fix Scalar::MakeSigned for 128- and 256-bit types.
Ulrich Weigand
2016-04-15
1
-2
/
+2
*
Fix Scalar::SetValueFromData for 128- and 256-bit types
Ulrich Weigand
2016-04-15
1
-16
/
+16
*
Fix ABISysV_s390x::GetArgumentValues
Ulrich Weigand
2016-04-15
1
-2
/
+1
*
Make destructor breakpoint location test more resilient
Pavel Labath
2016-04-15
2
-8
/
+43
*
Add the PDBParser.{cpp,h} files to the Xcode project.
Jim Ingham
2016-04-15
1
-0
/
+6
*
Rename out->std_out in AppleObjCRuntimeV2.cpp.
Oleksiy Vyalov
2016-04-15
1
-17
/
+17
*
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 lambdas in the expression parser.
Sean Callanan
2016-04-15
2
-0
/
+21
*
Initial support for reading type information from PDBs.
Zachary Turner
2016-04-15
11
-20
/
+844
*
Added a testcase for defining and using a block in the expression parser.
Sean Callanan
2016-04-15
1
-3
/
+13
*
Don't disable stdin buffering on Windows
Adrian McCarthy
2016-04-14
1
-6
/
+5
*
Fix Xcode project after recent s390x changes.
Greg Clayton
2016-04-14
1
-0
/
+44
*
Fix regression in gnu_libstdcpp.py introduced by r266313
Ulrich Weigand
2016-04-14
1
-1
/
+1
*
Disable LinuxCoreTestCase.test_s390x
Ulrich Weigand
2016-04-14
1
-0
/
+2
*
Revert r266311 - Fix usage of APInt.getRawData for big-endian systems
Ulrich Weigand
2016-04-14
7
-342
/
+310
*
[test] make expect_state_changes actually expect *only* them
Pavel Labath
2016-04-14
3
-13
/
+15
*
[test] Relax stderr expectations on targets with chatty output
Pavel Labath
2016-04-14
7
-12
/
+31
*
Find .plt section in object files generated by recent ld
Ulrich Weigand
2016-04-14
1
-5
/
+5
*
Fix test cases for big-endian systems
Ulrich Weigand
2016-04-14
10
-75
/
+164
*
Fix ARM instruction emulation tests on big-endian systems
Ulrich Weigand
2016-04-14
3
-62
/
+70
*
Miscellaneous fixes for big-endian systems
Ulrich Weigand
2016-04-14
4
-9
/
+31
*
Handle bit fields on big-endian systems correctly
Ulrich Weigand
2016-04-14
5
-10
/
+64
*
Fix usage of APInt.getRawData for big-endian systems
Ulrich Weigand
2016-04-14
7
-310
/
+342
*
Make Scalar::GetBytes and RegisterValue::GetBytes const
Ulrich Weigand
2016-04-14
6
-194
/
+54
*
Fixes for platforms that default to unsigned char
Ulrich Weigand
2016-04-14
3
-4
/
+4
*
Support Linux on SystemZ as platform
Ulrich Weigand
2016-04-14
47
-5
/
+2882
*
Add new ABI callback to provide fallback unwind register locations
Ulrich Weigand
2016-04-14
4
-26
/
+51
*
FileSpec: make matching separator-agnostic again
Pavel Labath
2016-04-14
2
-6
/
+22
*
Fix Android build after r266267
Oleksiy Vyalov
2016-04-14
1
-17
/
+17
*
Don't use auto - (try to) appease the Android g++ bot
Enrico Granata
2016-04-14
1
-1
/
+1
*
Augment the 'language objc class-table dump' command to take a "-v" option, w...
Enrico Granata
2016-04-14
2
-8
/
+159
*
Match types in for loop to fix signedness comparison warning
Ed Maste
2016-04-13
1
-2
/
+2
[next]