about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
AgeCommit message (Expand)AuthorLines
2024-10-19cg_llvm: Reuse LLVM-C Comdat supportJubilee Young-1/+4
2024-10-08coverage. Adapt to mcdc mapping formats introduced by llvm 19zhuyunxing-1/+0
2024-10-01Replace -Z default-hidden-visibility with -Z default-visibilityDavid Lattimore-0/+11
2024-09-24Auto merge of #130389 - Luv-Ray:LLVMMDNodeInContext2, r=nikicbors-10/+0
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-19Reformat some comments.Nicholas Nethercote-1/+2
2024-09-19Merge adjacent `unsafe extern "C"` blocks.Nicholas Nethercote-26/+2
2024-09-19Avoid heavy repetition in `llvm/ffi.rs`.Nicholas Nethercote-70/+67
2024-09-19replace some deprecated functionsLuv-Ray-10/+0
2024-09-06Don't leave debug locations for constants sitting on the builder indefinitely.Kyle Huey-1/+1
2024-09-05Rollup merge of #128820 - LYF1999:yf/dev, r=nikicMatthias Krüger-0/+1
2024-08-29Rollup merge of #128970 - DianQK:lint-llvm-ir, r=nikicGuillaume Gomez-0/+1
2024-08-29Add `-Zlint-llvm-ir`DianQK-0/+1
2024-08-27Rollup merge of #129635 - compiler-errors:unsafe-blocks, r=spastorinoMatthias Krüger-21/+21
2024-08-27Rollup merge of #126985 - Mrmaxmeier:dwarf-embed-source, r=davidtwcoTrevor Gross-0/+2
2024-08-26Use unsafe extern blocks throughout the compilerMichael Goulet-21/+21
2024-08-11Add range attribute to scalar function results and argumentsAndreas Jonson-0/+6
2024-08-09fix: get llvm type of global valyifei-0/+1
2024-07-30Auto merge of #128250 - Amanieu:select_unpredictable, r=nikicbors-0/+1
2024-07-29Add `-Z embed-source=yes` to embed source code in DWARF debug infoMrmaxmeier-0/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-7/+6
2024-07-28Force LLVM to use CMOV for binary searchAmanieu d'Antras-0/+1
2024-07-25LLVM: LLVM-20.0 removes MMX typesMatthew Maurer-2/+0
2024-07-16Rollup merge of #124033 - bjorn3:ar_archive_writer_0_3_0, r=davidtwcoTrevor Gross-0/+4
2024-07-12Remove LLVMRustDIBuilderInsertDeclareAtEnd return valueNikita Popov-1/+1
2024-07-07Sync ar_archive_writer to LLVM 18.1.3bjorn3-0/+4
2024-07-02Rename the `asm-comments` compiler flag to `verbose-asm`Trevor Gross-1/+1
2024-05-23cleanup: run rustfmtAugie Fackler-1/+5
2024-05-23thinlto: only build summary file if neededAugie Fackler-1/+1
2024-05-22rustc_codegen_llvm: add support for writing summary bitcodeAugie Fackler-0/+2
2024-04-25Auto merge of #121298 - nikic:writable, r=cuviperbors-0/+2
2024-04-25Set writable and dead_on_unwind attributes for sret argumentsNikita Popov-0/+2
2024-04-20coverage. Lowering MC/DC statements to llvm-irzhuyunxing-0/+4
2024-04-15Add support for Arm64EC to the Standard LibraryDaniel Paoliello-0/+1
2024-04-09Pass value and valueLen to create a StringRefLevi Zim-0/+1
2024-04-09Set target-abi module flag for RISC-V targetskxxt-1/+9
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