aboutsummaryrefslogtreecommitdiffstats
path: root/utils/release
Commit message (Expand)AuthorAgeFilesLines
* Correct comment.Duncan Sands2013-07-101-1/+1
* Add a script to help us create source tar balls for the release.Bill Wendling2013-06-071-0/+83
* Use proper exit code.Bill Wendling2013-06-071-1/+1
* Use proper syntax.Bill Wendling2013-05-151-1/+1
* Add lldb and polly to the projects to tag.Bill Wendling2013-05-151-2/+3
* Add libcxx and clang-tools-extra to the testing thing.Bill Wendling2013-05-081-3/+10
* Add clang-tools-extra to the list of things to tag for the release.Bill Wendling2013-05-081-2/+2
* Add the libc++ project to those we tag.Bill Wendling2013-05-071-2/+2
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* Modify the sh-bang to run out-of-the-box for FreeBSDes.Bill Wendling2012-04-202-2/+2
* Add a flag to rebranch if we need to.Bill Wendling2012-04-181-4/+14
* Download and build the compiler-rt project.Bill Wendling2012-04-171-1/+4
* Don't tag libcxx and libcxxabi since we don't release them just yet.Bill Wendling2012-04-171-2/+2
* As Eric pointed out, even a Debug build should be equal. Leave the flag that ...Bill Wendling2012-04-031-10/+8
* Compare the .o files only for release builds. Add an option to bypass the com...Bill Wendling2012-04-021-16/+26
* Support a 'final' release candidate tag.Bill Wendling2011-11-282-26/+34
* Do a relative path ln command instead of an absolute path one. Some people st...Bill Wendling2011-10-291-2/+2
* Rename the script to indicate that this is for the TEST=simple tests.Bill Wendling2011-10-231-0/+0
* Resurrect the 'find regressions for the TEST=nightly tests' script.Bill Wendling2011-10-231-0/+130
* Ensure timestamps are not embedded into files when doing a release build.Duncan Sands2011-10-211-0/+1
* Modify the script to output the regressions and passes into categories. My Py...Bill Wendling2011-10-211-9/+44
* Check for divide by zero.Bill Wendling2011-10-211-2/+2
* Also compare the built dragonegg objects between phases 2 and 3.Duncan Sands2011-10-201-1/+2
* Reset the system compiler each time we start a new flavour. OtherwiseDuncan Sands2011-10-201-2/+3
* Add support for testing dragonegg. This is disabled by default.Duncan Sands2011-10-201-37/+174
* Revamp the script to handle the 'TEST=simple' output.Bill Wendling2011-10-201-74/+67
* Duncan pointed out that sometimes CC and CXX are used to specify the compiler...Bill Wendling2011-10-191-20/+2
* Use bash instead.Bill Wendling2011-10-191-1/+1
* Make changes so that this runs on FreeBSD.Bill Wendling2011-10-191-7/+13
* Don't exit just because some early commands fail. Use the -k flag when runnin...Bill Wendling2011-10-181-4/+6
* Forgot to add the project name to the 'svn ls' command.Bill Wendling2011-10-171-1/+1
* Add message to svn mkdir command.Bill Wendling2011-10-171-1/+1
* Don't download and compile compiler-rt, libcxx, and libcxxabi by default.Bill Wendling2011-10-171-2/+2
* Update to disable asserts. Build a phase 3 compiler, and compare phase 2 file...Bill Wendling2011-10-171-2/+40
* Overhaul the 'test-release' script.Bill Wendling2011-10-161-158/+96
* Update the tree before applying patch.Bill Wendling2011-10-161-0/+2
* Add a helper script to create branches and tag release candidates.Bill Wendling2011-10-161-0/+95
* Add a script that helps merge changes into a release branch.Bill Wendling2011-10-161-0/+72
* Partially revert commit 127155: I think it is much more convenientDuncan Sands2011-03-271-9/+26
* Useful script for finding regressions in the nightly testsuite.Duncan Sands2011-03-251-0/+130
* Don't show commands.Bill Wendling2011-03-081-1/+0
* Don't keep the log files around. Just pipe to a log file instead.Bill Wendling2011-03-071-31/+15
* Release-Asserts no longer exists.Duncan Sands2010-09-151-1/+1
* Nowadays a release build has assertions off.Duncan Sands2010-09-131-3/+3
* This script is executable.Duncan Sands2010-09-091-0/+0
* Remove --with-gxx-include-dir option because it's causing problems on non-Dar...Bill Wendling2010-09-081-3/+1
* Add an option to not test ObjC for those platforms which don't support it.Bill Wendling2010-09-081-1/+9
* Correct variable name.Duncan Sands2010-09-081-1/+1
* Move the number of cpus logic to somewhere more logical.Duncan Sands2010-09-081-9/+10
* A script that tests a certain release candidate in several modes. It does aBill Wendling2010-09-081-0/+391