about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
AgeCommit message (Expand)AuthorLines
2021-08-25improve commentErik Desjardins-1/+1
2021-08-25don't generate partially-undef constsErik Desjardins-9/+13
2021-08-25use undef for uninitialized bytes in constantsErik Desjardins-13/+54
2021-08-25Auto merge of #88242 - bonega:allocation_range, r=oli-obkbors-4/+5
2021-08-23Rollup merge of #88230 - steffahn:a_an, r=oli-obkMara Bos-4/+4
2021-08-23Rename to WrappingRangeAndreas Liljeqvist-5/+2
2021-08-23implement contains_zero methodAndreas Liljeqvist-2/+1
2021-08-22Auto merge of #88200 - pcwalton:no-dso-local-on-mach-o, r=nagisabors-0/+5
2021-08-22Use custom wrap-around type instead of RangeAndreas Liljeqvist-4/+9
2021-08-22Fix typos “an”→“a” and a few different ones that appeared in the sa...Frank Steffahn-1/+1
2021-08-22Fix more “a”/“an” typosFrank Steffahn-2/+2
2021-08-22Fix typos “a”→“an”Frank Steffahn-1/+1
2021-08-21Auto merge of #87570 - nikic:llvm-13, r=nagisabors-79/+145
2021-08-21Always use llvm.used for coverage symbolsNikita Popov-21/+48
2021-08-20Stop emitting the `dso_local` LLVM attribute for external symbols under the s...Patrick Walton-0/+5
2021-08-16Dispose LLVM context after TargetMachineNikita Popov-1/+1
2021-08-16Use llvm.compiler.used insetad of llvm.usedNikita Popov-6/+12
2021-08-16Update powerpc64 data layoutNikita Popov-5/+4
2021-08-16Update wasm data layoutNikita Popov-0/+8
2021-08-16Handle SrcMgr diagnosticsNikita Popov-59/+85
2021-08-15Include (potentially remapped) working dir in crate hashAaron Hill-2/+2
2021-08-14Auto merge of #87581 - Amanieu:asm_clobber_abi, r=nagisabors-1/+8
2021-08-14Auto merge of #85020 - lrh2000:named-upvars, r=tmandrybors-1/+37
2021-08-12Auto merge of #87916 - nbdd0121:black_box, r=nagisabors-1/+27
2021-08-12Implement `black_box` using intrinsicGary Guo-1/+27
2021-08-12Mark RISC-V vector state as clobbered in inline assemblyAmanieu d'Antras-1/+8
2021-08-11Auto merge of #87254 - rusticstuff:rustc_codegen_llvm_dont_emit_zero_sized_pa...bors-35/+87
2021-08-09Test: Use smallvec directly instead of boxed.Hans Kratz-4/+4
2021-08-09Avoid unnecessary allocation.Hans Kratz-2/+2
2021-08-09TEST: Use SmallVec<[u32; 4]> for field projection.Hans Kratz-5/+7
2021-08-09Fix nits.Hans Kratz-12/+16
2021-08-05Replace hard-coded field indexes with lookup on aarch64 non-macos.Hans Kratz-5/+8
2021-08-05Only allow LLVM element_type on Array and VectorJosh Stone-1/+5
2021-08-05Remove the `decl` arg from `FnAbi::llvm_type`Josh Stone-10/+9
2021-08-05Prepare call/invoke for opaque pointersJosh Stone-133/+138
2021-08-05Store field remapping information together with the LLVM type in a new TypeLo...Hans Kratz-26/+50
2021-08-04Fix va_args calling on aarch64 non-macos/ios.Hans Kratz-4/+4
2021-08-04Improve/add commentsHans Kratz-2/+3
2021-08-04Don't cache projection if no padding is used.Hans Kratz-4/+6
2021-08-04Replace on-the-fly llvm field index calculation with cacheHans Kratz-17/+14
2021-08-04LLVM codegen: Don't emit zero-sized padding for fieldsHans Kratz-17/+36
2021-08-04Replace LLVMConstInBoundsGEP with LLVMConstInBoundsGEP2*Tomasz Miąsko-3/+6
2021-08-04Prepare inbounds_gep for opaque pointersTomasz Miąsko-14/+32
2021-08-04Prepare gep for opaque pointersTomasz Miąsko-5/+7
2021-08-04Prepare struct_gep for opaque pointersTomasz Miąsko-7/+10
2021-07-25clippy::single_char_patternMatthias Krüger-2/+2
2021-07-18Auto merge of #86950 - tmiasko:personality, r=nagisabors-5/+14
2021-07-18Rollup merge of #87092 - ricobbe:fix-raw-dylib-multiple-definitions, r=petroc...Yuki Okushi-3/+1
2021-07-17Auto merge of #87123 - RalfJung:miri-provenance-overhaul, r=oli-obkbors-7/+11
2021-07-17Auto merge of #86062 - nagisa:nagisa/what-a-lie, r=estebankbors-5/+6