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
/
make
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only throw -fPIC when building a shared library
Aaron Smith
2018-02-08
1
-0
/
+5
*
Compile the LLDB tests out-of-tree.
Adrian Prantl
2018-01-30
1
-20
/
+21
*
Use test-specific module caches to avoid stale header conflicts
Vedant Kumar
2018-01-25
1
-5
/
+7
*
Makefile.rules: compile all tests with -fno-limit-debug-info
Pavel Labath
2017-12-04
1
-1
/
+2
*
Add float/vector registers for ppc64le
Pavel Labath
2017-11-03
1
-0
/
+3
*
Android.rules: build with "unified android headers"
Pavel Labath
2017-10-31
1
-3
/
+5
*
Makefile.rules: move CFLAGS_EXTRAS to the end of compile line
Pavel Labath
2017-10-25
1
-5
/
+5
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-25
1
-1
/
+19
*
Revert "Initial patchset to get the testsuite running against armv7 and arm64...
Chris Bieneman
2017-09-25
1
-1
/
+1
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-22
1
-1
/
+1
*
Revert this patch; I was emailing with Eugene and they have some other change...
Jason Molenda
2017-09-21
1
-1
/
+1
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-21
1
-1
/
+1
*
Revert "Android.rules: build x86 tests with -mstackrealign"
Pavel Labath
2017-07-06
1
-4
/
+0
*
Android.rules: build x86 tests with -mstackrealign
Pavel Labath
2017-06-29
1
-0
/
+4
*
Android.rules: set "ar" path correctly
Pavel Labath
2017-05-02
1
-0
/
+1
*
Android.rules: setup correct objcopy path
Pavel Labath
2017-04-12
1
-4
/
+12
*
Centralize libc++ test skipping logic
Pavel Labath
2017-03-29
4
-47
/
+34
*
Android.rules: Add libc++ support
Pavel Labath
2017-03-13
2
-10
/
+26
*
Make the LLDB test suite work with MSVC 2017 on Windows.
Zachary Turner
2017-03-09
1
-4
/
+6
*
Android.rules: fix computation of gcc toolchain directory on arm
Pavel Labath
2017-03-08
1
-11
/
+11
*
Android.rules: add support for clang compiler
Pavel Labath
2017-03-07
2
-16
/
+45
*
[Windows] Remove the #include <eh.h> hack.
Zachary Turner
2017-03-03
1
-8
/
+0
*
Android.rules: fix building on mac
Pavel Labath
2017-03-03
1
-1
/
+0
*
Android.rules: fix building on windows
Pavel Labath
2017-03-03
1
-1
/
+1
*
testsuite/android: build test executables with the android ndk directly
Pavel Labath
2017-03-03
2
-7
/
+53
*
Re-landing a cleaned up implementation of r284550
Chris Bieneman
2016-10-20
1
-18
/
+24
*
Revert back to the state before r284550
Chris Bieneman
2016-10-19
1
-33
/
+18
*
Trying to fix a few more missing LDFLAGS.
Chris Bieneman
2016-10-19
1
-0
/
+6
*
Fixing the linux bots I broke in r284550
Chris Bieneman
2016-10-19
1
-3
/
+9
*
Use clang --driver-mode instead of guessing c++ compiler path
Chris Bieneman
2016-10-18
1
-18
/
+21
*
Force c++14 when running tests on Windows.
Zachary Turner
2016-09-13
1
-0
/
+1
*
Revert "Fix tests on Windows."
Zachary Turner
2016-09-06
1
-2
/
+2
*
Fix tests on Windows.
Zachary Turner
2016-09-06
1
-2
/
+2
*
Correct makefile.rules to use arm/aarch64 target specific AR and OBJCOPY
Omair Javaid
2016-08-17
1
-22
/
+27
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-0
/
+6
*
Revert rL277429: Correct makefile.rules to use toolchain specific AR and OBJCOPY
Omair Javaid
2016-08-02
1
-17
/
+18
*
Correct makefile.rules to use toolchain specific AR and OBJCOPY
Omair Javaid
2016-08-02
1
-18
/
+17
*
[test] [linux] define PR_SET_PTRACER constants if the system does not provide...
Pavel Labath
2016-07-14
1
-3
/
+8
*
Add "-gmodules" support to the test suite.
Todd Fiala
2016-05-26
1
-2
/
+7
*
Fix libstdc++ failure where <atomic> is not able to be imported on Darwin sys...
Greg Clayton
2016-05-12
2
-1
/
+9
*
Fix race in TestExitDuringStep and unify pseudo_barrier handling
Pavel Labath
2016-05-10
1
-0
/
+23
*
Adds a test to detect when clang omits specialized generic types from debug i...
Kate Stone
2016-04-19
1
-0
/
+24
*
Support Linux on SystemZ as platform
Ulrich Weigand
2016-04-14
1
-0
/
+4
*
Remove CRLF line endings from test_common.h
Pavel Labath
2016-01-11
1
-44
/
+44
*
Centralize the handling of attach permissions on linux in tests
Pavel Labath
2016-01-11
1
-0
/
+25
*
[TestCPPAuto] On linux, we need -fno-limit-debug-info.
Siva Chandra
2015-12-19
1
-0
/
+2
*
Read macro info from .debug_macro section and use it for expression evaluation.
Siva Chandra
2015-12-16
1
-1
/
+3
*
Merge ENABLE_THREADS and ENABLE_STD_THREADS markers
Tamas Berghammer
2015-12-15
1
-1
/
+1
*
[LLDB][MIPS] Change ARCHFLAG for MIPS
Jaydeep Patil
2015-12-01
1
-0
/
+3
*
Disable forcing -marm (A32 instruction set) while running testsuite on arm ta...
Omair Javaid
2015-11-24
1
-0
/
+4
[next]