summaryrefslogtreecommitdiff
path: root/utils/release
AgeCommit message (Expand)AuthorFilesLines
2012-04-20Modify the sh-bang to run out-of-the-box for FreeBSDes.Bill Wendling2-2/+2
2012-04-18Add a flag to rebranch if we need to.Bill Wendling1-4/+14
2012-04-17Download and build the compiler-rt project.Bill Wendling1-1/+4
2012-04-17Don't tag libcxx and libcxxabi since we don't release them just yet.Bill Wendling1-2/+2
2012-04-03As Eric pointed out, even a Debug build should be equal. Leave the flag that ...Bill Wendling1-10/+8
2012-04-02Compare the .o files only for release builds. Add an option to bypass the com...Bill Wendling1-16/+26
2011-11-28Support a 'final' release candidate tag.Bill Wendling2-26/+34
2011-10-29Do a relative path ln command instead of an absolute path one. Some people st...Bill Wendling1-2/+2
2011-10-23Rename the script to indicate that this is for the TEST=simple tests.Bill Wendling1-0/+0
2011-10-23Resurrect the 'find regressions for the TEST=nightly tests' script.Bill Wendling1-0/+130
2011-10-21Ensure timestamps are not embedded into files when doing a release build.Duncan Sands1-0/+1
2011-10-21Modify the script to output the regressions and passes into categories. My Py...Bill Wendling1-9/+44
2011-10-21Check for divide by zero.Bill Wendling1-2/+2
2011-10-20Also compare the built dragonegg objects between phases 2 and 3.Duncan Sands1-1/+2
2011-10-20Reset the system compiler each time we start a new flavour. OtherwiseDuncan Sands1-2/+3
2011-10-20Add support for testing dragonegg. This is disabled by default.Duncan Sands1-37/+174
2011-10-20Revamp the script to handle the 'TEST=simple' output.Bill Wendling1-74/+67
2011-10-19Duncan pointed out that sometimes CC and CXX are used to specify the compiler...Bill Wendling1-20/+2
2011-10-19Use bash instead.Bill Wendling1-1/+1
2011-10-19Make changes so that this runs on FreeBSD.Bill Wendling1-7/+13
2011-10-18Don't exit just because some early commands fail. Use the -k flag when runnin...Bill Wendling1-4/+6
2011-10-17Forgot to add the project name to the 'svn ls' command.Bill Wendling1-1/+1
2011-10-17Add message to svn mkdir command.Bill Wendling1-1/+1
2011-10-17Don't download and compile compiler-rt, libcxx, and libcxxabi by default.Bill Wendling1-2/+2
2011-10-17Update to disable asserts. Build a phase 3 compiler, and compare phase 2 file...Bill Wendling1-2/+40
2011-10-16Overhaul the 'test-release' script.Bill Wendling1-158/+96
2011-10-16Update the tree before applying patch.Bill Wendling1-0/+2
2011-10-16Add a helper script to create branches and tag release candidates.Bill Wendling1-0/+95
2011-10-16Add a script that helps merge changes into a release branch.Bill Wendling1-0/+72
2011-03-27Partially revert commit 127155: I think it is much more convenientDuncan Sands1-9/+26
2011-03-25Useful script for finding regressions in the nightly testsuite.Duncan Sands1-0/+130
2011-03-08Don't show commands.Bill Wendling1-1/+0
2011-03-07Don't keep the log files around. Just pipe to a log file instead.Bill Wendling1-31/+15
2010-09-15Release-Asserts no longer exists.Duncan Sands1-1/+1
2010-09-13Nowadays a release build has assertions off.Duncan Sands1-3/+3
2010-09-09This script is executable.Duncan Sands1-0/+0
2010-09-08Remove --with-gxx-include-dir option because it's causing problems on non-Dar...Bill Wendling1-3/+1
2010-09-08Add an option to not test ObjC for those platforms which don't support it.Bill Wendling1-1/+9
2010-09-08Correct variable name.Duncan Sands1-1/+1
2010-09-08Move the number of cpus logic to somewhere more logical.Duncan Sands1-9/+10
2010-09-08A script that tests a certain release candidate in several modes. It does aBill Wendling1-0/+391