about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
AgeCommit message (Expand)AuthorLines
2024-03-15Register LLVM handlers for bad-alloc / OOMJosh Stone-1/+1
2024-03-10Fix 32-bit overflows in LLVM composite constantserer1243-13/+8
2024-03-08Rollup merge of #119365 - nbdd0121:asm-goto, r=AmanieuMatthias Krüger-0/+14
2024-03-06Add arm64ec-pc-windows-msvc targetDaniel Paoliello-0/+1
2024-03-03Auto merge of #121665 - erikdesjardins:ptradd, r=nikicbors-7/+0
2024-03-01Add initial support for DataFlowSanitizerRamon de C Valle-0/+3
2024-02-28Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive`Trevor Gross-0/+2
2024-02-26remove struct_gep, use manual layout calculations for va_argErik Desjardins-7/+0
2024-02-26Rollup merge of #121389 - klensy:llvm-warn-fix, r=nikicMatthias Krüger-1/+1
2024-02-24Add callbr support to LLVM wrapperGary Guo-0/+14
2024-02-21make simd_reduce_{mul,add}_unordered use only the 'reassoc' flag, not all fas...Ralf Jung-0/+1
2024-02-21llvm-wrapper: fix warning C4244klensy-1/+1
2024-02-20Add "algebraic" versions of the fast-math intrinsicsBen Kimock-0/+1
2024-02-06Rollup merge of #120502 - clubby789:remove-ffi-returns-twice, r=compiler-errorsMatthias Krüger-1/+0
2024-01-30Remove `ffi_returns_twice` featureclubby789-1/+0
2024-01-30Remove the `abi_amdgpu_kernel` featureclubby789-1/+0
2024-01-12Revert "Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelix"DianQK-1/+7
2023-12-30Update to bitflags 2 in the compilerNilstrieb-2/+2
2023-12-11fix: stop emitting `.debug_pubnames` and `.debug_pubtypes`Weihang Lo-1/+11
2023-12-07Add emulated TLS supportquininer-1/+1
2023-12-01Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelixbors-7/+1
2023-11-30Add `-Zfunction-return={keep,thunk-extern}` optionMiguel Ojeda-0/+1
2023-11-23remove unused pub fnklensy-7/+0
2023-11-21Tighten up linkage settings for LLVM bindingsBen Kimock-173/+199
2023-11-03consts: remove dead code around `i1` constant valuesAugie Fackler-1/+0
2023-10-15Removes the useless DisableSimplifyLibCalls parameter.DianQK-7/+1
2023-09-25Pass name of object file to LLVM so it can correctly emit S_OBJNAMEFlorian Schmiderer-0/+1
2023-09-24Add OwnedTargetMachine to manage llvm:TargetMachine. Uses pointersFlorian Schmiderer-2/+4
2023-09-08debuginfo: add compiler option to allow compressed debuginfo sectionsAugie Fackler-0/+5
2023-09-08lto: load bitcode sections by nameAugie Fackler-0/+6
2023-09-08Add missing Debuginfo to PDB debug file on windows.Florian Schmiderer-0/+3
2023-08-26Use `preserve_mostcc` for `extern "rust-cold"`Scott McMurray-0/+5
2023-08-10Auto merge of #114005 - Zalathar:no-cstr, r=jackh726bors-1/+7
2023-08-08Rollup merge of #113593 - rcvalle:rust-cfi-fix-90546, r=wesleywiserMatthias Krüger-0/+4
2023-08-08Only enable hotness information when PGO is availableJakub Beránek-0/+1
2023-08-07CFI: Fix error compiling core with LLVM CFI enabledRamon de C Valle-0/+4
2023-08-04coverage: Don't convert symbol names to `CString` for FFIZalathar-1/+5
2023-08-04coverage: Don't convert filenames to `CString` for FFIZalathar-0/+2
2023-08-02coverage: Consolidate FFI types into one moduleZalathar-202/+2
2023-07-29cg_llvm: remove pointee types and pointercast/bitcast-of-ptrErik Desjardins-1/+1
2023-07-21Rollup merge of #113780 - dtolnay:printkindpath, r=b-naberMatthias Krüger-1/+6
2023-07-20Implement printing to file in PassWrapperDavid Tolnay-1/+6
2023-07-20address feedback from nikic and oli-obk https://github.com/rust-lang/rust/pul...khei4-2/+2
2023-07-17print on rustc_codegen_llvm and rename malloc and cpy c_charkhei4-2/+2
2023-07-16rustc_llvm: Add a `-Z print-llvm-stats` option to expose LLVM statistics.Patrick Walton-0/+3
2023-07-13Remove `LLVMRustCoverageHashCString`Zalathar-1/+0
2023-07-10Reuse LLVMConstInBoundsGEP2Jubilee Young-1/+1
2023-07-06Rollup merge of #112791 - WaffleLapkin:wag_the_llvm, r=cuviperfee1-dead-0/+11
2023-07-05Move `coverageinfo::ffi` and `coverageinfo::map` out of SSAZalathar-1/+1
2023-07-02Auto merge of #113040 - Kobzol:llvm-remark-streamer, r=tmiaskobors-0/+1