summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/mono_item.rs
AgeCommit message (Expand)AuthorLines
2018-08-23AMDGPU ignores `noinline` when it slaps `alwaysinline` everywhere.Richard Diamond-1/+1
2018-08-16Set more llvm function attributes for __rust_tryAlex Crichton-1/+1
2018-08-11Remove statics field from CodegenCxbjorn3-1/+0
2018-07-16rustc: Use link_section, not wasm_custom_sectionAlex Crichton-12/+3
2018-07-16ItemKindcsmoe-1/+1
2018-07-10Upgrade to LLVM's master branch (LLVM 7)Alex Crichton-0/+7
2018-07-07Fix some errorsbjorn3-1/+0
2018-07-07Move some functions out of rustc_codegen_llvm and fix metadata_only backendbjorn3-1/+1
2018-07-02incr.comp.: Take names of children into account when computing the ICH of a m...Michael Woerister-3/+2
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+193