Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Display the name of the project failing the url check in the release script | Arnaud A. de Grandmaison | 2014-04-14 | 1 | -1/+1 |
| | | | | llvm-svn: 206164 | ||||
* | Remove superfluous label. | Bill Wendling | 2013-12-03 | 1 | -1/+1 |
| | | | | llvm-svn: 196227 | ||||
* | Default to a better compression algorithm. | Bill Wendling | 2013-11-24 | 1 | -2/+15 |
| | | | | llvm-svn: 195567 | ||||
* | Add -triple option. | Bill Wendling | 2013-11-20 | 1 | -3/+38 |
| | | | | | | | | The -triple option is used to create a named tarball of the release binaries. Also disable the RPATH modifications on Mac OS X. It's not needed. llvm-svn: 195193 | ||||
* | Add lld to projects to tag. | Bill Wendling | 2013-11-19 | 1 | -1/+1 |
| | | | | llvm-svn: 195102 | ||||
* | test-release.sh: tweak RPATH for the binary packages. | Arnaud A. de Grandmaison | 2013-11-18 | 1 | -0/+32 |
| | | | | | | | | libtool sets RPATH to "$ORIGIN/../lib:/the/directory/where/it/was/built/lib" so that a developper can use the built or the installed version seamlessly. Our binary packages should not have this developer friendly tweak, as the users of the binaries will not have the build tree. Beside, in case the development tree is a possibly on an automounted share, this can create very bad user experience : they will incur an automount timeout penalty and will get a very bad feeling of llvm/clang's speed. llvm-svn: 194999 | ||||
* | Correct comment. | Duncan Sands | 2013-07-10 | 1 | -1/+1 |
| | | | | llvm-svn: 185987 | ||||
* | Add a script to help us create source tar balls for the release. | Bill Wendling | 2013-06-07 | 1 | -0/+83 |
| | | | | llvm-svn: 183509 | ||||
* | Use proper exit code. | Bill Wendling | 2013-06-07 | 1 | -1/+1 |
| | | | | llvm-svn: 183508 | ||||
* | Use proper syntax. | Bill Wendling | 2013-05-15 | 1 | -1/+1 |
| | | | | llvm-svn: 181930 | ||||
* | Add lldb and polly to the projects to tag. | Bill Wendling | 2013-05-15 | 1 | -2/+3 |
| | | | | llvm-svn: 181925 | ||||
* | Add libcxx and clang-tools-extra to the testing thing. | Bill Wendling | 2013-05-08 | 1 | -3/+10 |
| | | | | llvm-svn: 181418 | ||||
* | Add clang-tools-extra to the list of things to tag for the release. | Bill Wendling | 2013-05-08 | 1 | -2/+2 |
| | | | | llvm-svn: 181402 | ||||
* | Add the libc++ project to those we tag. | Bill Wendling | 2013-05-07 | 1 | -2/+2 |
| | | | | llvm-svn: 181371 | ||||
* | Fix a typo (the the => the) | Sylvestre Ledru | 2012-07-23 | 1 | -1/+1 |
| | | | | llvm-svn: 160621 | ||||
* | Modify the sh-bang to run out-of-the-box for FreeBSDes. | Bill Wendling | 2012-04-20 | 2 | -2/+2 |
| | | | | llvm-svn: 155230 | ||||
* | Add a flag to rebranch if we need to. | Bill Wendling | 2012-04-18 | 1 | -4/+14 |
| | | | | llvm-svn: 155049 | ||||
* | Download and build the compiler-rt project. | Bill Wendling | 2012-04-17 | 1 | -1/+4 |
| | | | | llvm-svn: 154905 | ||||
* | Don't tag libcxx and libcxxabi since we don't release them just yet. | Bill Wendling | 2012-04-17 | 1 | -2/+2 |
| | | | | llvm-svn: 154889 | ||||
* | As Eric pointed out, even a Debug build should be equal. Leave the flag that ↵ | Bill Wendling | 2012-04-03 | 1 | -10/+8 |
| | | | | | | can turn off comparisons though. llvm-svn: 153927 | ||||
* | Compare the .o files only for release builds. Add an option to bypass the ↵ | Bill Wendling | 2012-04-02 | 1 | -16/+26 |
| | | | | | | comparison altogether. llvm-svn: 153909 | ||||
* | Support a 'final' release candidate tag. | Bill Wendling | 2011-11-28 | 2 | -26/+34 |
| | | | | llvm-svn: 145243 | ||||
* | Do a relative path ln command instead of an absolute path one. Some people ↵ | Bill Wendling | 2011-10-29 | 1 | -2/+2 |
| | | | | | | strangely enough have different directory layouts... llvm-svn: 143302 | ||||
* | Rename the script to indicate that this is for the TEST=simple tests. | Bill Wendling | 2011-10-23 | 1 | -0/+0 |
| | | | | llvm-svn: 142764 | ||||
* | Resurrect the 'find regressions for the TEST=nightly tests' script. | Bill Wendling | 2011-10-23 | 1 | -0/+130 |
| | | | | llvm-svn: 142763 | ||||
* | Ensure timestamps are not embedded into files when doing a release build. | Duncan Sands | 2011-10-21 | 1 | -0/+1 |
| | | | | llvm-svn: 142647 | ||||
* | Modify the script to output the regressions and passes into categories. My ↵ | Bill Wendling | 2011-10-21 | 1 | -9/+44 |
| | | | | | | Python-fu could use some improving... llvm-svn: 142643 | ||||
* | Check for divide by zero. | Bill Wendling | 2011-10-21 | 1 | -2/+2 |
| | | | | llvm-svn: 142640 | ||||
* | Also compare the built dragonegg objects between phases 2 and 3. | Duncan Sands | 2011-10-20 | 1 | -1/+2 |
| | | | | llvm-svn: 142608 | ||||
* | Reset the system compiler each time we start a new flavour. Otherwise | Duncan Sands | 2011-10-20 | 1 | -2/+3 |
| | | | | | | | | | | the last compiler built for the previous flavour is used for the next, for example the Debug clang compiler was being used for the initial build of the Release LLVM. Flavors should be independent of each other. This especially matters if the compiler built for the previous flavour doesn't actually work! llvm-svn: 142607 | ||||
* | Add support for testing dragonegg. This is disabled by default. | Duncan Sands | 2011-10-20 | 1 | -37/+174 |
| | | | | | | | In fact this commit is not intended to change anything unless you use one of the new command line flags. llvm-svn: 142577 | ||||
* | Revamp the script to handle the 'TEST=simple' output. | Bill Wendling | 2011-10-20 | 1 | -74/+67 |
| | | | | llvm-svn: 142559 | ||||
* | Duncan pointed out that sometimes CC and CXX are used to specify the ↵ | Bill Wendling | 2011-10-19 | 1 | -20/+2 |
| | | | | | | compiler. Also that the configure script takes care of finding an appropriate compiler if one's not specified. llvm-svn: 142489 | ||||
* | Use bash instead. | Bill Wendling | 2011-10-19 | 1 | -1/+1 |
| | | | | llvm-svn: 142486 | ||||
* | Make changes so that this runs on FreeBSD. | Bill Wendling | 2011-10-19 | 1 | -7/+13 |
| | | | | llvm-svn: 142482 | ||||
* | Don't exit just because some early commands fail. Use the -k flag when ↵ | Bill Wendling | 2011-10-18 | 1 | -4/+6 |
| | | | | | | running the checks. llvm-svn: 142369 | ||||
* | Forgot to add the project name to the 'svn ls' command. | Bill Wendling | 2011-10-17 | 1 | -1/+1 |
| | | | | llvm-svn: 142282 | ||||
* | Add message to svn mkdir command. | Bill Wendling | 2011-10-17 | 1 | -1/+1 |
| | | | | llvm-svn: 142280 | ||||
* | Don't download and compile compiler-rt, libcxx, and libcxxabi by default. | Bill Wendling | 2011-10-17 | 1 | -2/+2 |
| | | | | llvm-svn: 142185 | ||||
* | Update to disable asserts. Build a phase 3 compiler, and compare phase 2 ↵ | Bill Wendling | 2011-10-17 | 1 | -2/+40 |
| | | | | | | files against phase 3. llvm-svn: 142173 | ||||
* | Overhaul the 'test-release' script. | Bill Wendling | 2011-10-16 | 1 | -158/+96 |
| | | | | | | | This removes support for building llvm-gcc. It will eventually add support for building other projects. llvm-svn: 142165 | ||||
* | Update the tree before applying patch. | Bill Wendling | 2011-10-16 | 1 | -0/+2 |
| | | | | llvm-svn: 142155 | ||||
* | Add a helper script to create branches and tag release candidates. | Bill Wendling | 2011-10-16 | 1 | -0/+95 |
| | | | | llvm-svn: 142098 | ||||
* | Add a script that helps merge changes into a release branch. | Bill Wendling | 2011-10-16 | 1 | -0/+72 |
| | | | | llvm-svn: 142097 | ||||
* | Partially revert commit 127155: I think it is much more convenient | Duncan Sands | 2011-03-27 | 1 | -9/+26 |
| | | | | | | | to have structured log files rather than one big file produced by piping output. llvm-svn: 128378 | ||||
* | Useful script for finding regressions in the nightly testsuite. | Duncan Sands | 2011-03-25 | 1 | -0/+130 |
| | | | | | | I think it was written by Pawel Worach. llvm-svn: 128268 | ||||
* | Don't show commands. | Bill Wendling | 2011-03-08 | 1 | -1/+0 |
| | | | | llvm-svn: 127224 | ||||
* | Don't keep the log files around. Just pipe to a log file instead. | Bill Wendling | 2011-03-07 | 1 | -31/+15 |
| | | | | llvm-svn: 127155 | ||||
* | Release-Asserts no longer exists. | Duncan Sands | 2010-09-15 | 1 | -1/+1 |
| | | | | llvm-svn: 113965 | ||||
* | Nowadays a release build has assertions off. | Duncan Sands | 2010-09-13 | 1 | -3/+3 |
| | | | | llvm-svn: 113747 |