about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm
AgeCommit message (Expand)AuthorLines
2022-11-09Missing lifetime parameter and formattingSLASHLogin-5/+2
2022-11-09Change String in structs to &'a strSLASHLogin-6/+6
2022-11-09FormattingSLASHLogin-6/+14
2022-11-09Port unknown feature diagnostic to the new frameworkSLASHLogin-17/+37
2022-11-08Rollup merge of #103353 - wesleywiser:fix_lld_thinlto_msvc, r=michaelwoeristerManish Goregaokar-1/+3
2022-11-08prevent uninitialized access in black_box for zero-sized-typesKrasimir Georgiev-3/+12
2022-11-08llvm: dwo only emitted when object code emittedDavid Wood-3/+13
2022-11-07Rollup merge of #104066 - TimNN:riscv-layout, r=nikicYuki Okushi-0/+4
2022-11-06LLVM 16: Update RISCV data layoutTim Neumann-0/+4
2022-11-06move InitMask to its own moduleRalf Jung-3/+1
2022-11-06interpret: support for per-byte provenanceRalf Jung-4/+4
2022-11-06Add type_array to BaseTypeMethodsAyush Singh-4/+4
2022-11-05Rollup merge of #103977 - TimNN:memory-effects, r=nikicMatthias Krüger-7/+23
2022-11-04LLVM 16: Switch to using MemoryEffectsTim Neumann-7/+23
2022-11-04Rollup merge of #103897 - Amanieu:llvm-58384, r=davidtwcoMatthias Krüger-3/+54
2022-11-04Auto merge of #103098 - Amanieu:asm-tied-fixed, r=bjorn3bors-2/+11
2022-11-03Fix Access Violation when using lld & ThinLTO on windows-msvcWesley Wiser-1/+3
2022-11-02asm: Work around LLVM bug on AArch64Amanieu d'Antras-3/+54
2022-10-31Rewrite implementation of `#[alloc_error_handler]`Amanieu d'Antras-5/+4
2022-10-30Auto merge of #103299 - nikic:usub-overflow, r=wesleywiserbors-5/+8
2022-10-24Support raw-dylib functions being used inside inlined functionsDaniel Paoliello-2/+5
2022-10-23Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`sJakub Beránek-1/+15
2022-10-23Allow LTO for dylibsbjorn3-13/+4
2022-10-20Don't use usub.with.overflow intrinsicNikita Popov-5/+8
2022-10-19Get rid of native_library projection queriesnils-2/+6
2022-10-15asm: Match clang behavior for inlateout fixed register operandsAmanieu d'Antras-2/+11
2022-10-14Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8KiDylan DPC-1/+1
2022-10-14Rollup merge of #103015 - whentojump:patch, r=compiler-errorsDylan DPC-1/+1
2022-10-14more dupe word typosRageking8-1/+1
2022-10-13Add links to relevant pages to find constraint informationGuillaume Gomez-0/+4
2022-10-14fix a typowtj-1/+1
2022-10-09Pass 128-bit C-style enum enumerator values to LLVMbeetrees-12/+9
2022-10-06Rollup merge of #102725 - nnethercote:rm-Z-time, r=davidtwcoMatthias Krüger-1/+1
2022-10-06Remove `-Ztime` option.Nicholas Nethercote-1/+1
2022-10-06Auto merge of #99324 - reez12g:issue-99144, r=jyn514bors-1/+0
2022-10-05Auto merge of #98736 - alex:lipo-magic, r=bjorn3bors-3/+65
2022-10-04resolve error when attempting to link a universal library on macOSAlex Gaynor-3/+65
2022-10-03Auto merge of #102551 - bjorn3:cg_ssa_cleanup, r=davidtwcobors-66/+65
2022-10-02Remove type argument of array_alloca and rename to byte_array_allocabjorn3-2/+3
2022-10-02Remove dynamic_alloca from BuilderMethodsbjorn3-5/+1
2022-10-02Auto merge of #102424 - sunfishcode:sunfishcode/hidden-main, r=nagisabors-1/+11
2022-10-01Merge apply_attrs_callsite into call and invokebjorn3-28/+51
2022-10-01Remove unused target_cpu and tune_cpu methods from ExtraBackendMethodsbjorn3-6/+0
2022-10-01Remove several unused methods from MiscMethodsbjorn3-24/+10
2022-10-01Remove unused Context assoc type from WriteBackendMethodsbjorn3-1/+0
2022-09-29Adjust the s390x data layout for LLVM 16Josh Stone-0/+5
2022-09-29Remove from compiler/ cratesreez12g-1/+0
2022-09-28Change `declare_cfn` to use the C visibility for all C ABI functions.Dan Gohman-36/+15
2022-09-28Use the existing `set_visibility` function.Dan Gohman-7/+1
2022-09-28Declare `main` as visibility hidden on targets that default to hidden.Dan Gohman-9/+46