about summary refs log tree commit diff
path: root/pkgs/development/compilers/llvm
AgeCommit message (Expand)AuthorFilesLines
2018-08-04llvmPackages_34: remove unusedFrederik Rietdijk11-370/+0
2018-08-02llvm: fix triple settingMatthew Bauer2-8/+6
2018-07-31llvm6: disable tests on cross compilerMatthew Bauer1-1/+2
2018-07-31llvm5: disable tests on cross compilersMatthew Bauer1-1/+2
2018-07-28Merge remote-tracking branch 'central/master' into viric_cleanLluís Batlle i Rossell5-42/+51
2018-07-28llvm-manpages: fix buildDaiderd Jordan1-1/+1
2018-07-28llvm-packages: fix manpages with python-boot and cleanupDaiderd Jordan4-41/+50
2018-07-22Take me (viric) out of most maintenanceLluís Batlle i Rossell8-8/+8
2018-07-21pkgs/*: remove unreferenced function argumentsvolth25-37/+13
2018-07-05llvm_6: enable "dump()" methods even w/assertions offWill Dietz1-0/+2
2018-06-30Merge branch 'master' into stagingVladimír Čunát3-11/+12
2018-06-29llvm_6: refresh sanitizers-non-gnu patchWill Dietz1-42/+78
2018-06-29llvm6: 6.0.0 -> 6.0.1Will Dietz9-10/+10
2018-06-27Merge pull request #42454 from dtzWill/fix/llvm-triples-unconditionalWill Dietz2-10/+9
2018-06-27Merge pull request #42456 from dtzWill/fix/llvm4-triples-unconditionalWill Dietz1-5/+4
2018-06-25llvm-3.8: don't set triples a second time on muslWill Dietz1-3/+0
2018-06-23llvm_{38,39}: unconditionally set triples, not just w/muslWill Dietz2-3/+8
2018-06-23libc++{,abi}_38: musl fixes, cmake is nativeBuildInputWill Dietz2-3/+13
2018-06-23clang_38: musl fixup, cmake should be nativeBuildInputWill Dietz1-1/+4
2018-06-23clang_39: fix w/musl (same as clang_4)Will Dietz1-0/+2
2018-06-23llvmPackages_39.libcxx: minor cleanupWill Dietz1-4/+5
2018-06-23llvm_39: musl patches, same as llvm_4Will Dietz2-2/+10
2018-06-23llvm_4: refactor patch location, will be sharing shortlyWill Dietz3-2/+2
2018-06-23llvm_38: musl patches + optionsWill Dietz1-2/+14
2018-06-23llvm_38: always apply sigaltstack patchWill Dietz1-1/+1
2018-06-23llvm_{39,4}: refactor to use same patch fileWill Dietz4-35/+2
2018-06-23llvm_39: disable sanitizers/xray bits when using muslWill Dietz2-370/+4
2018-06-23llvm_39: set triples as wellWill Dietz1-0/+4
2018-06-23llvm_39: apply llvm_4 compiler-rt patch for musl as wellWill Dietz2-0/+370
2018-06-23llvm_39: unconditionally apply sigaltstack fixWill Dietz1-1/+1
2018-06-23llvm-3.9: patches to fix w/muslWill Dietz2-1/+37
2018-06-23llvm4: unconditionally set triples, not just on musl.Will Dietz1-5/+4
2018-06-23llvm-{5,6}: unconditionally set triplesWill Dietz2-10/+9
2018-06-14compiler-rt 5: Fix double spaceJohn Ericson1-1/+1
2018-06-14llvm 5: split out compiler-rt and remove libcxxabi depJohn Ericson4-32/+66
2018-06-14llvm 6: Fix libcxxabi impurity and darwin sanitizersJohn Ericson2-21/+24
2018-06-14darwin bootstrapping: Avoid overriding aliases for LLVMJohn Ericson6-24/+24
2018-06-13llvm 3.8+: Remove unneeded libcxxabi dependencyJohn Ericson9-18/+7
2018-06-13llvm: use native cmake for libc++abiJohn Ericson3-3/+4
2018-06-12llvm: use native cmake for libc++abiMatthew Bauer1-1/+3
2018-05-24clang_6: fix sanitizers under libstdc++Benjamin Saunders1-4/+9
2018-05-24Merge remote-tracking branch 'upstream/staging' into compiler-rtJohn Ericson21-104/+71
2018-05-24tests.cc-wrapper: verify building with sanitizersBenjamin Saunders1-0/+1
2018-05-24llvm and clang 6: factor out compiler-rt, fix libstdcxxStdenv sanitizer headersBenjamin Saunders4-27/+53
2018-05-23Merge remote-tracking branch 'upstream/master' into ios-mini-stagingJohn Ericson6-161/+155
2018-05-23Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson6-161/+155
2018-05-23llvm: Separate tools and libraries for clarityJohn Ericson6-161/+155
2018-05-23clang3.4: still needs libeditMatthew Justin Bauer1-2/+2
2018-05-23llvm: remove libedit from clangMatthew Bauer8-16/+16
2018-05-23clang: only link if LLVMgold existsMatthew Bauer7-7/+28