about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm
AgeCommit message (Expand)AuthorLines
2020-11-04Auto merge of #78280 - bugadani:span, r=lcnrbors-14/+14
2020-11-04`u128` truncation and sign extension are not just interpreter relatedoli-2/+1
2020-11-04s/Scalar::Raw/Scalar::Intoli-2/+2
2020-11-04Split the "raw integer bytes" part out of `Scalar`Oliver Scherer-4/+4
2020-11-03Rollup merge of #77950 - arlosi:sha256, r=eddybMara Bos-0/+2
2020-11-03Auto merge of #78448 - rylev:cache-foreign_modules, r=wesleywiserbors-2/+2
2020-10-31Implement -Z relax-elf-relocations=yes|noAnthony Ramine-1/+5
2020-10-30Fix even more clippy warningsJoshua Nelson-22/+15
2020-10-28Auto merge of #78414 - nox:function-sections, r=nagisa,bjorn3bors-1/+2
2020-10-27Cache foreign_modules queryRyan Levick-2/+2
2020-10-27Query span as late as possibleDániel Buga-14/+14
2020-10-26Implement -Z function-sections=yes|noAnthony Ramine-1/+2
2020-10-26Auto merge of #68965 - eddyb:mir-inline-scope, r=nagisa,oli-obkbors-162/+188
2020-10-26Rollup merge of #78126 - shepmaster:aarch64-apple-darwin-valist, r=nagisaDylan DPC-10/+8
2020-10-25Properly define va_arg and va_list for aarch64-apple-darwinJake Goulding-2/+2
2020-10-24Upgrade to measureme 9.0.0Wesley Wiser-1/+1
2020-10-24Switch from tuple matching to match guardsJake Goulding-9/+7
2020-10-24Rollup merge of #78307 - rust-lang:revert-77961-embed-bitcode, r=tmandryJonas Schievink-2/+2
2020-10-23Update compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rsRich Kadel-4/+4
2020-10-23Revert "Set .llvmbc and .llvmcmd sections as allocatable"Tyler Mandry-2/+2
2020-10-23Make codegen coverage_context optional, and checkRich Kadel-35/+53
2020-10-21Update to rustc-demangle 0.1.18varkor-1/+1
2020-10-21Update rustc-demanglevarkor-1/+1
2020-10-21rustc_codegen_llvm: add support for inlined function debuginfo.Eduard-Mihai Burtescu-27/+66
2020-10-21rustc_codegen_llvm: expose DILocation to rustc_codegen_ssa.Eduard-Mihai Burtescu-90/+77
2020-10-21rustc_codegen_llvm: avoid converting between DILocation and Value.Eduard-Mihai Burtescu-9/+12
2020-10-21rustc_codegen_llvm: move DISubprogram creation to a dbg_scope_fn method.Eduard-Mihai Burtescu-34/+40
2020-10-21rustc_codegen_llvm: create `DIFile`s from just `SourceFile`s.Eduard-Mihai Burtescu-25/+16
2020-10-18Auto merge of #78047 - khyperia:set_span_mut, r=bjorn3bors-1/+1
2020-10-17Make set_span take mut selfkhyperia-1/+1
2020-10-17Auto merge of #77685 - jackh726:binder-map, r=lcnrbors-13/+14
2020-10-17Rollup merge of #77961 - glandium:embed-bitcode, r=nagisaDylan DPC-2/+2
2020-10-16Review commentsJack Huey-3/+2
2020-10-16Use map_bound(_ref) instead of Binder::bind when possibleJack Huey-12/+14
2020-10-16Auto merge of #77972 - Mark-Simulacrum:side-effect-loop, r=nagisabors-5/+5
2020-10-15Prevent miscompilation in trivial loop {}Mark Rousskov-5/+5
2020-10-15Remove rustc_session::config::Configest31-1/+0
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-62/+59
2020-10-15Rename target_pointer_width to pointer_width and turn it into an u32est31-4/+4
2020-10-15Set .llvmbc and .llvmcmd sections as allocatableMike Hommey-2/+2
2020-10-15Rollup merge of #77739 - est31:remove_unused_code, r=petrochenkov,varkorYuki Okushi-5/+0
2020-10-14Add support for SHA256 source file hashing for LLVM 11+.Arlo Siemsen-0/+2
2020-10-14Remove unused code from rustc_codegen_*est31-5/+0
2020-10-14Rollup merge of #77795 - bjorn3:codegen_backend_interface_refactor, r=oli-obkDylan DPC-61/+14
2020-10-14Rollup merge of #77765 - amshafer:master, r=petrochenkovDylan DPC-4/+2
2020-10-13Add a target option for selecting a DWARF versionAustin Shafer-4/+2
2020-10-13Replace absolute paths with relative onesest31-1/+1
2020-10-13Auto merge of #76830 - Artoria2e5:tune, r=nagisabors-6/+37
2020-10-12Remove dump_incremental_databjorn3-3/+0
2020-10-11Auto merge of #76859 - Aaron1011:fix/llvm-cgu-reuse, r=davidtwco,nikicbors-192/+75