about summary refs log tree commit diff
path: root/pkgs/development/compilers/llvm/10/llvm.nix
Commit message (Collapse)AuthorAge
* Merge branch 'master' into staging-nextJan Tojnar2020-04-13
|\
| * treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
| |
* | llvmPackages: change homepages to https:// schemeGabor Greif2020-04-05
|/ | | | also: https://www.cmake.org/Wiki/CMake_RPATH_handling has moved
* llvmPackages_10: rc5 -> releaseHolger Wünsche2020-03-25
| | | | | updated hashes and url updated comment regarding version/release_version to make it clearer
* llvmPackges_10: rc4 -> rc5Holger Wünsche2020-03-19
| | | | updated versino and hashes for new rc
* llvmPackages_10: removed extra polly-buildHolger Wünsche2020-03-19
| | | | | | | There is no good reason to have separate builds for polly and no-polly versions. wwwwwThe reason for the two versions was (as far as I can tell) to defer rebuilds (see ed60483257b62c32b5b58c6e91c9c8cd586f77d0). Polly is now enabled by default.
* llvmPackages_10: rc3 -> rc4Holger Wünsche2020-03-19
| | | | | Only needed to update hashes and the version. Updated comment for extension handling patch
* llvmPackages_10: rc2 -> rc3Gabor Greif2020-03-07
| | | | | | | | | | | | http://lists.llvm.org/pipermail/llvm-dev/2020-March/139729.html Additionally cherry-picked 3 commits from `llvm-project/master`: - llvm/llvm-project@d21664c - llvm/llvm-project@3a0f6e6 - llvm/llvm-project@87dac7d such that clang can automatically pick up the polly plugin from the `llvm-polly` build.
* llvmPackages_10: copy llvmPackages_9Gabor Greif2020-02-25
* starting with rc2 * make `lldb` compilable again on Darwin * separate out manpage creation for `lldb` into a new derivation * minor tweaks to the patching of sources, some of which are backportable to earlier versions