about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/compilers
Commit message (Collapse)AuthorAge
* emscripten: add node dependencies for acorn-optimizerGabriel Ebner2020-11-27
| | | | (cherry picked from commit 48dc384a3cc28fdd8ef133df9b11ca1bd814e62e)
* emscripten: 1.39.1 -> 2.0.0Gabriel Ebner2020-11-27
| | | | (cherry picked from commit 2d39da2084d5286bcefcf3e45c27fb140b350b19)
* gcc10: fix building darwin->linux cross compilerMatthew Bauer2020-11-27
| | | | | | same as 459c60dda2406d2207d2afd90f210ffc87efde54 but for gcc10 (cherry picked from commit 0b8312660aaa34cc87bdf5e3776bcaf4c5ba3c59)
* llvm_11: Enable build-id when linking libLLVM shared libsMichael Weiss2020-11-27
| | | | | | | | | | This is used by mesa.drivers (still on LLVM 9) as a cache key. I've ported that change to LLVM 11 to test it and so that it doesn't get lost in future versions. Credit for the change goes to David McFarland. See #93946 for details. Co-Authored-By: David McFarland <corngood@gmail.com> (cherry picked from commit 4a8262149139a9dee25a63a2d2c2888ede7d73dd)
* llvm_11: 11.0.0rc1 -> 11.0.0rc2Gabor Greif2020-11-27
| | | | | http://lists.llvm.org/pipermail/release-testers/2020-August/001321.html (cherry picked from commit df267a4cca6814261e10e9e3cb87fb706519307d)
* llvm_11: init at 11.0.0rc1Gabor Greif2020-11-27
| | | | | | | | | http://lists.llvm.org/pipermail/release-testers/2020-July/001305.html TODO: Enable Polly. Co-authored-by: conferno <conferno@camfex.cz> (cherry picked from commit 0a8334d5a0097d7235edfc12ff216cce87aa5a2c)
* llvm_11: Copy all files from llvmPackages_10Michael Weiss2020-11-27
| | | | | | | This is simply the result of: cp -r pkgs/development/compilers/llvm/10 pkgs/development/compilers/llvm/11/ (cherry picked from commit 28f2797a81e738234cdc57a688afb136f692672b)
* llvmPackages_rocm: 3.5.1 -> 3.7.0Daniël de Kok2020-11-27
| | | | (cherry picked from commit 89567e206406672ba156ba44e23f93cc215a8223)
* llvm_10: disable failing test on 32-bit ARMTom Hall2020-11-27
| | | | (cherry picked from commit 92b4e00ffe12bb8381b4cb1241c8db1fd39d6549)
* treewide: Get rid of `cc.gcc`John Ericson2020-11-27
| | | | | | | Instead, we have a new `gccForLibs`, which has the appropriate definition for e.g. avoiding `x86_32` linking problems. (cherry picked from commit 92f96f47b05543074e61f1879769d52aa3ddfe66)
* treewide: add warning comment to “boot” packagesMatthew Bauer2020-11-27
| | | | | | | | | | | | | | | | | This adds a warning to the top of each “boot” package that reads: Note: this package is used for bootstrapping fetchurl, and thus cannot use fetchpatch! All mutable patches (generated by GitHub or cgit) that are needed here should be included directly in Nixpkgs as files. This makes it clear to maintainer that they may need to treat this package a little differently than others. Importantly, we can’t use fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale hashes, we need to include patches that are subject to changing overtime (for instance, gitweb’s patches contain a version number at the bottom). (cherry picked from commit d0677e6d45c4acf9fdd3f09e77f7201794a45a82)
* llvm: setup some symlinks for compatibility with binutilsMatthew Bauer2020-11-27
| | | | | | | | | | | This is needed for cross-compiling for LLVM. After https://github.com/NixOS/nixpkgs/pull/94088, we still need some of these, so I’ve whitelisted those that are in binutils. /cc @DavidTruby (cherry picked from commit b331c72f032389c7156ff1d30117f91c95bbeedb)
* llvmPackages_10: 10.0.0 -> 10.0.1Gabor Greif2020-11-27
| | | | | | | This is a purely bugfix release. See: http://lists.llvm.org/pipermail/release-testers/2020-July/001297.html (cherry picked from commit e51d3a039929f18a8b590a62045ac5d13ad7a055)
* llvmPackages_{8..10}: comment out broken manpagesHolger Wünsche2020-11-27
| | | | | | | | | This disables all manpages packages depending on recommonmark. This can be undone once recommonmark supports sphinx 3. The other manpage-packages don't use recommonmark and don't need to be commented out. (cherry picked from commit c4740fcb1b939feb4491e842e5e467f9b9d91f3d)
* llvm*: remove symlinks to llvm-diff, llvm-as and associated LLVM IR utilities.David Truby2020-11-27
| | | | | | | | | These llvm-prefixed utilities are not drop-in replacements for the utilities with similar names, they are specifically for operating on LLVM IR files. Symlinking these without the prefix causes incompatibilities with tools that expect diff, as and others to behave normally. (cherry picked from commit 46e5ea5af6474a7c5f841fcdb516de64b98995fe)
* stdenv: make -nostdinc work as intendedJörg Thalheim2020-11-27
| | | | | | | Right now we add glibc to search path also -nostdinc was provided, which breaks projects providing their own gcc. (cherry picked from commit 96092dc93640b8ad6520a8bae6f78d62eaba0ec2)
* clang_{5..10}: add RTTIHolger Wünsche2020-11-27
| | | | | | | This fixes problems with missing symbols when using clang as library and is most likely a result of llvm being build with RTTI enabled. (cherry picked from commit 0f0b14258be090303c5013c2e29234040fa9766c)
* GCC: fix compilation on MacOS 10.15Calvin Loncaric2020-11-27
| | | | | | | | | MacOS 10.15 now includes "aligned_alloc". Disagreement between the headers and the binaries about whether aligned_alloc exists leads to a compilation failure (see #73319 and the detailed comment in this commit). (cherry picked from commit 3a79681eb45df9c89d1de613114394f49582f0d6)
* redox: add as targetAaron Janse2020-11-27
| | | | (cherry picked from commit 60fd049b6552d73a5162109e7d8aa0839b54c398)
* llvmPackages_rocm: init at 3.5.1Daniël de Kok2020-11-27
| | | | (cherry picked from commit e492cd92a918068c50b65ea04ef062d4acc8814c)
* gcc49: fix build w/glibc-2.31Maximilian Bosch2020-11-27
| | | | | | | | The same `libsanitizer` problem as in llvm<10 and newer GCCs. https://hydra.nixos.org/build/122902814 https://hydra.nixos.org/build/122903349 (cherry picked from commit 114f97e77e0f9bba09edf2251963495a41baeb64)
* llvm*: compiler-rt: fix build w/glibc-2.31Maximilian Bosch2020-11-27
| | | | | | | | | | https://hydra.nixos.org/build/122885657 and more. Original upstream fix (available in llvm_10): https://github.com/llvm/llvm-project/commit/947f9692440836dcb8d88b74b69dd379d85974ce (cherry picked from commit 2c60e7c2d090a0b5934b50316660bd9d463789a7)
* gcc6: fix build w/glibc-2.31Maximilian Bosch2020-11-27
| | | | (cherry picked from commit d348694fb680bc134ea893cc031439a21576a485)
* gcc7: fix build w/glibc-2.31Maximilian Bosch2020-11-27
| | | | | | | Applied a patch from the `gcc9` branch for `gcc7` to fix `libsanitizer` for glibc-2.31. (cherry picked from commit cff1a1eefca8af3c13a94a0b9257a3f9ff721c37)
* C++ Compilers: Systematize handling of standard librariesJohn Ericson2020-11-27
| | | | (cherry picked from commit f3f7612a409e4ebbec634ab7f20e094f206d396a)
* emscripten: Don't always clain to have a GCCJohn Ericson2020-11-27
| | | | (cherry picked from commit e00d4d60214e04ba75d19870000e55b8ac4ed4dc)
* gcc: fix building darwin->linux cross compilerGaelan Steele2020-11-27
| | | | | | | | | This reverts d9feea5 with some slight modifications to work with other changes since then. Fixes #88213. (cherry picked from commit 459c60dda2406d2207d2afd90f210ffc87efde54)
* rgbds: 0.4.0 -> 0.4.1R. RyanTM2020-11-27
| | | | (cherry picked from commit 4ceed2d0d40a89dab65fc44e7ae32ebe823adf96)
* emacs25: Drop outdated versionadisbladis2020-10-01
| | | | (cherry picked from commit 13276abce97fae047ff42604646c0fca58338de9)
* rust: 1.45.0 -> 1.45.2Alyssa Ross2020-09-29
| | | | (cherry picked from commit 5d65255d5784568e917c80b185ad685a088252bc)
* rustc: use LLVM 10Konrad Borowski2020-09-29
| | | | | | Fixes rust-lang/rust#74585 (cherry picked from commit 41d681c85fee54549ba54a0f56705424cf837e7c)
* rls: fix buildSymphorien Gibol2020-09-29
| | | | | | fix copied from rustfmt (cherry picked from commit 2885306df06e135c4007ec1158742a9c53cdcbf1)
* rustfmt: fix build with rustc 1.45.0Cole Helbling2020-09-29
| | | | | | | | Due to a recent change in rustc 1.45.0, rustfmt now requires two additional environment variables to be set in order to build successfully: `CFG_RELEASE` and `CFG_RELEASE_CHANNEL`. (cherry picked from commit 22fdfc7fbc3f57b117f32bb950eff40db5a632c5)
* rust: 1.44.1 -> 1.45.0Alyssa Ross2020-09-29
| | | | | | Thunderbird and Firefox don't build with 1.45. (cherry picked from commit e33bed77ce907590727dfee1f34d0d031dc7c306)
* rust_1_42: dropAlyssa Ross2020-09-29
| | | | | | Nothing seems to need this to build any more. (cherry picked from commit 204d5835736664c7718d0e4e1569a6a609b7690d)
* rustc: 1.43.0 -> 1.44.1Alyssa Ross2020-09-29
| | | | (cherry picked from commit 1f9cd4cf0a9eb66da7a777d8de2cfdacb795d57d)
* cargo: install bash and zsh completion scriptsRobert Helgesson2020-09-29
| | | | (cherry picked from commit 82daa41e293caf9d88ae158f261bf7d8f523c4c1)
* Merge commit '9480bae337095fd24f61380bce3174fdfe926a00'Alyssa Ross2020-07-13
| | | | | | This is the last nixos-unstable release before 13b2903169f, which I'm a bit nervous about. So I want the update including that one to be as small as possible, hence going to this one first.
* Merge commit '467ce5a9f45aaf96110b41eb863a56866e1c2c3c'Alyssa Ross2020-06-04
|
* Merge commit 'b47873026c7e356a340d0e1de7789d4e8428ac66'Alyssa Ross2020-05-18
|
* Merge commit '683c68232e91f76386db979c461d8fbe2a018782'Alyssa Ross2020-05-12
|
* Merge commit '22a3bf9fb9edad917fb6cd1066d58b5e426ee975'Alyssa Ross2020-04-27
|
* Merge commit 'ae6bdcc53584aaf20211ce1814bea97ece08a248'Alyssa Ross2020-04-06
| | | | | | # Conflicts: # nixpkgs/pkgs/build-support/rust/default.nix # nixpkgs/pkgs/development/go-modules/generic/default.nix
* Merge commit 'a2e06fc3423c4be53181b15c28dfbe0bcf67dd73'Alyssa Ross2020-04-01
|
* rust: include the rustc-dev componentSymphorien Gibol2020-01-27
| | | | | | | | This enables to compile rls and rustc See also https://github.com/rust-lang/rust/pull/64823 (cherry picked from commit 47681d7c5c9529615e9f481f02d945a2c3cfe599)
* Merge commit '3d085a399c436a41d875801619e8f976b8519196'Alyssa Ross2020-01-26
|
* Merge commit '90441b4b47fc7280de6a5bd1a228017caaa0f97f'Alyssa Ross2020-01-22
|
* Merge commit '100012e55bc2a82fc680cba31a426ad38ead6fab'Alyssa Ross2020-01-14
|
* Merge commit 'e4134747f5666bcab8680aff67fa3b63384f9a0f'Alyssa Ross2020-01-11
|
* Merge commit '2436c27541b2f52deea3a4c1691216a02152e729'Alyssa Ross2019-09-28
|