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
/
llvm
/
utils
/
release
/
test-release.sh
Commit message (
Expand
)
Author
Age
Files
Lines
*
test-release.sh: Add ability to do a test build using the trunk or branches.
Daniel Sanders
2015-07-17
1
-3
/
+19
*
test-release.sh: Run both .o files through sed before comparing them
Hans Wennborg
2015-07-15
1
-3
/
+4
*
Switch the release script to build with CMake by default (PR21561)
Hans Wennborg
2015-07-15
1
-48
/
+66
*
test-release.sh: Remove the InstallDir parameter from configure_llvmCore
Hans Wennborg
2015-07-14
1
-16
/
+5
*
Fix several issues with the test-release.sh script
Dan Liew
2015-07-14
1
-68
/
+63
*
Fix bug in test-release.sh where the script would not exit if any
Dan Liew
2015-07-07
1
-1
/
+5
*
test-release.sh: Minor fixes.
Hans Wennborg
2015-06-22
1
-6
/
+3
*
Drop remaining Dragonegg support in release scripts
Hans Wennborg
2015-06-01
1
-12
/
+0
*
Drop Dragonegg support from the release script
Hans Wennborg
2015-04-29
1
-113
/
+2
*
test-release.sh: Drop some unused command-line options.
Hans Wennborg
2015-04-28
1
-12
/
+0
*
test-release.sh: Add a way to specify --build to configure
Daniel Sanders
2014-12-04
1
-18
/
+29
*
test-release.sh: Correct the logged configure command to match the one actual...
Daniel Sanders
2014-12-04
1
-1
/
+2
*
Update projects lists.
Bill Wendling
2014-08-20
1
-1
/
+4
*
test-release.sh: Add support for dot releases
Tom Stellard
2014-07-21
1
-1
/
+1
*
Display the name of the project failing the url check in the release script
Arnaud A. de Grandmaison
2014-04-14
1
-1
/
+1
*
Remove superfluous label.
Bill Wendling
2013-12-03
1
-1
/
+1
*
Default to a better compression algorithm.
Bill Wendling
2013-11-24
1
-2
/
+15
*
Add -triple option.
Bill Wendling
2013-11-20
1
-3
/
+38
*
test-release.sh: tweak RPATH for the binary packages.
Arnaud A. de Grandmaison
2013-11-18
1
-0
/
+32
*
Correct comment.
Duncan Sands
2013-07-10
1
-1
/
+1
*
Add libcxx and clang-tools-extra to the testing thing.
Bill Wendling
2013-05-08
1
-3
/
+10
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
Download and build the compiler-rt project.
Bill Wendling
2012-04-17
1
-1
/
+4
*
As Eric pointed out, even a Debug build should be equal. Leave the flag that ...
Bill Wendling
2012-04-03
1
-10
/
+8
*
Compare the .o files only for release builds. Add an option to bypass the com...
Bill Wendling
2012-04-02
1
-16
/
+26
*
Support a 'final' release candidate tag.
Bill Wendling
2011-11-28
1
-23
/
+27
*
Do a relative path ln command instead of an absolute path one. Some people st...
Bill Wendling
2011-10-29
1
-2
/
+2
*
Ensure timestamps are not embedded into files when doing a release build.
Duncan Sands
2011-10-21
1
-0
/
+1
*
Also compare the built dragonegg objects between phases 2 and 3.
Duncan Sands
2011-10-20
1
-1
/
+2
*
Reset the system compiler each time we start a new flavour. Otherwise
Duncan Sands
2011-10-20
1
-2
/
+3
*
Add support for testing dragonegg. This is disabled by default.
Duncan Sands
2011-10-20
1
-37
/
+174
*
Duncan pointed out that sometimes CC and CXX are used to specify the compiler...
Bill Wendling
2011-10-19
1
-20
/
+2
*
Use bash instead.
Bill Wendling
2011-10-19
1
-1
/
+1
*
Make changes so that this runs on FreeBSD.
Bill Wendling
2011-10-19
1
-7
/
+13
*
Don't exit just because some early commands fail. Use the -k flag when runnin...
Bill Wendling
2011-10-18
1
-4
/
+6
*
Forgot to add the project name to the 'svn ls' command.
Bill Wendling
2011-10-17
1
-1
/
+1
*
Don't download and compile compiler-rt, libcxx, and libcxxabi by default.
Bill Wendling
2011-10-17
1
-2
/
+2
*
Update to disable asserts. Build a phase 3 compiler, and compare phase 2 file...
Bill Wendling
2011-10-17
1
-2
/
+40
*
Overhaul the 'test-release' script.
Bill Wendling
2011-10-16
1
-158
/
+96
*
Partially revert commit 127155: I think it is much more convenient
Duncan Sands
2011-03-27
1
-9
/
+26
*
Don't show commands.
Bill Wendling
2011-03-08
1
-1
/
+0
*
Don't keep the log files around. Just pipe to a log file instead.
Bill Wendling
2011-03-07
1
-31
/
+15
*
Release-Asserts no longer exists.
Duncan Sands
2010-09-15
1
-1
/
+1
*
Nowadays a release build has assertions off.
Duncan Sands
2010-09-13
1
-3
/
+3
*
This script is executable.
Duncan Sands
2010-09-09
1
-0
/
+0
*
Remove --with-gxx-include-dir option because it's causing problems on non-Dar...
Bill Wendling
2010-09-08
1
-3
/
+1
*
Add an option to not test ObjC for those platforms which don't support it.
Bill Wendling
2010-09-08
1
-1
/
+9
*
Correct variable name.
Duncan Sands
2010-09-08
1
-1
/
+1
*
Move the number of cpus logic to somewhere more logical.
Duncan Sands
2010-09-08
1
-9
/
+10
*
A script that tests a certain release candidate in several modes. It does a
Bill Wendling
2010-09-08
1
-0
/
+391