summaryrefslogtreecommitdiff
path: root/utils/release
AgeCommit message (Expand)Author
2014-12-04test-release.sh: Add a way to specify --build to configureDaniel Sanders
2014-12-04test-release.sh: Correct the logged configure command to match the one actual...Daniel Sanders
2014-08-26Use 'xz' compression instead of 'gz'.Bill Wendling
2014-08-20Update projects lists.Bill Wendling
2014-08-20Add libcxxabi to the projects.Bill Wendling
2014-08-07Use the minor number for the revision numbers.Bill Wendling
2014-07-22Add openmp to the list of tagged things.Bill Wendling
2014-07-21test-release.sh: Add support for dot releasesTom Stellard
2014-04-14Display the name of the project failing the url check in the release scriptArnaud A. de Grandmaison
2013-12-03Remove superfluous label.Bill Wendling
2013-11-24Default to a better compression algorithm.Bill Wendling
2013-11-20Add -triple option.Bill Wendling
2013-11-19Add lld to projects to tag.Bill Wendling
2013-11-18test-release.sh: tweak RPATH for the binary packages.Arnaud A. de Grandmaison
2013-07-10Correct comment.Duncan Sands
2013-06-07Add a script to help us create source tar balls for the release.Bill Wendling
2013-06-07Use proper exit code.Bill Wendling
2013-05-15Use proper syntax.Bill Wendling
2013-05-15Add lldb and polly to the projects to tag.Bill Wendling
2013-05-08Add libcxx and clang-tools-extra to the testing thing.Bill Wendling
2013-05-08Add clang-tools-extra to the list of things to tag for the release.Bill Wendling
2013-05-07Add the libc++ project to those we tag.Bill Wendling
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-04-20Modify the sh-bang to run out-of-the-box for FreeBSDes.Bill Wendling
2012-04-18Add a flag to rebranch if we need to.Bill Wendling
2012-04-17Download and build the compiler-rt project.Bill Wendling
2012-04-17Don't tag libcxx and libcxxabi since we don't release them just yet.Bill Wendling
2012-04-03As Eric pointed out, even a Debug build should be equal. Leave the flag that ...Bill Wendling
2012-04-02Compare the .o files only for release builds. Add an option to bypass the com...Bill Wendling
2011-11-28Support a 'final' release candidate tag.Bill Wendling
2011-10-29Do a relative path ln command instead of an absolute path one. Some people st...Bill Wendling
2011-10-23Rename the script to indicate that this is for the TEST=simple tests.Bill Wendling
2011-10-23Resurrect the 'find regressions for the TEST=nightly tests' script.Bill Wendling
2011-10-21Ensure timestamps are not embedded into files when doing a release build.Duncan Sands
2011-10-21Modify the script to output the regressions and passes into categories. My Py...Bill Wendling
2011-10-21Check for divide by zero.Bill Wendling
2011-10-20Also compare the built dragonegg objects between phases 2 and 3.Duncan Sands
2011-10-20Reset the system compiler each time we start a new flavour. OtherwiseDuncan Sands
2011-10-20Add support for testing dragonegg. This is disabled by default.Duncan Sands
2011-10-20Revamp the script to handle the 'TEST=simple' output.Bill Wendling
2011-10-19Duncan pointed out that sometimes CC and CXX are used to specify the compiler...Bill Wendling
2011-10-19Use bash instead.Bill Wendling
2011-10-19Make changes so that this runs on FreeBSD.Bill Wendling
2011-10-18Don't exit just because some early commands fail. Use the -k flag when runnin...Bill Wendling
2011-10-17Forgot to add the project name to the 'svn ls' command.Bill Wendling
2011-10-17Add message to svn mkdir command.Bill Wendling
2011-10-17Don't download and compile compiler-rt, libcxx, and libcxxabi by default.Bill Wendling
2011-10-17Update to disable asserts. Build a phase 3 compiler, and compare phase 2 file...Bill Wendling
2011-10-16Overhaul the 'test-release' script.Bill Wendling
2011-10-16Update the tree before applying patch.Bill Wendling