about summary refs log tree commit diff
path: root/src/librustc_codegen_ssa/traits/intrinsic.rs
AgeCommit message (Expand)AuthorLines
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-11-03rustc_target: rename {Fn,Arg}Type to {Fn,Arg}Abi.Eduard-Mihai Burtescu-2/+2
2019-09-28Add llvm.sideeffect to potential infinite loops and recursionsXiang Fan-0/+1
2019-09-17Get rid of special const intrinsic query in favour of `const_eval`Oliver Scherer-2/+2
2019-06-17Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C...Andrei Homescu-2/+2
2019-02-27Support defining C compatible variadic functionsDan Robertson-0/+6
2019-02-09librustc_codegen_ssa => 2018Taiki Endo-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-29Move IntrinsicCallMethods::call_overflow_intrinsics to BuilderMethods::checke...bjorn3-15/+0
2018-11-29Use BackendTypes instead of Backend or HasCodegen in a few placesbjorn3-2/+2
2018-11-29Rustfmt on cg_ssa/traitsbjorn3-1/+3
2018-11-29Don't use llvm intrinsic names in cg_ssabjorn3-6/+15
2018-11-16[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.Eduard-Mihai Burtescu-0/+37