about summary refs log tree commit diff
path: root/src/backend.rs
AgeCommit message (Expand)AuthorLines
2020-10-31Implement -Zfunction-sectionsbjorn3-3/+4
2020-10-28Fix many clippy warningsbjorn3-3/+2
2020-10-16Use architecture pointer size for AddConstructor (#1094)Kitsu-2/+8
2020-10-08Use the new cranelift-module interfacebjorn3-29/+16
2020-09-23Document almost all modulesbjorn3-0/+2
2020-09-23Use pcrel pointers in .eh_framebjorn3-3/+12
2020-09-23Add option to use a single section for each functionbjorn3-6/+10
2020-09-21Update Craneliftbjorn3-5/+2
2020-08-28fmt: Run cargo fmt since it is availableCohenArthur-29/+50
2020-08-16Fix ambiguity between object and cranelift_object::objectbjorn3-1/+1
2020-07-16Initialize the atomic mutex in a constructor for proc macrosbjorn3-1/+27
2020-06-16Update Craneliftbjorn3-4/+28
2020-05-01Always emit .eh_frame sectionbjorn3-4/+2
2020-04-25Implement .eh_frame writingbjorn3-1/+1
2020-04-09Fix rustc::internals lint warningsbjorn3-3/+3
2020-03-28Update Craneliftbjorn3-1/+0
2020-03-27Limit publicness to crate where possible and remove unused importsbjorn3-6/+6
2020-03-24Rustup to rustc 1.44.0-nightly (1edd389cc 2020-03-23)bjorn3-1/+1
2020-02-22Update Craneliftbjorn3-2/+1
2020-01-10Remove faerie supportbjorn3-98/+0
2020-01-10Update Craneliftbjorn3-2/+3
2019-10-25Changes for gimli-rs/object#133bjorn3-7/+1
2019-10-19Fix debuginfo for machObjorn3-5/+20
2019-10-19Fix metadata symbol scopebjorn3-1/+1
2019-10-19Test object::write backend on travisbjorn3-0/+7
2019-10-19FIx review commentsbjorn3-21/+17
2019-10-18Add support for object::writebjorn3-3/+73
2019-10-18Make debuginfo writing backend agnosticbjorn3-3/+104
2019-10-18Make dylib metadata write backend agnosticbjorn3-0/+48