about summary refs log tree commit diff
path: root/src/test/codegen/naked-functions.rs
AgeCommit message (Expand)AuthorLines
2020-11-25Validate use of parameters in naked functionsTomasz Miąsko-49/+5
2020-10-26simplify-locals: Remove unused assignments regardless of rvalue kindTomasz Miąsko-1/+1
2020-08-11Revert "Suppress debuginfo on naked function arguments"Nathaniel McCallum-2/+2
2020-07-27Suppress debuginfo on naked function argumentsNathaniel McCallum-2/+2
2020-02-09rustc_codegen_ssa: use `debug_introduce_local` on Operand call results.Eduard-Mihai Burtescu-5/+3
2020-01-07Update codegen tests with unnamed argumentsNikita Popov-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-11Support for disabling the PLT on ELF targetsGabriel Majeri-5/+5
2017-11-07Update codegen tests.Michael Woerister-10/+10
2017-04-12rustc_trans: avoid a separate entry BB if START_BLOCK has no backedges.Eduard-Mihai Burtescu-10/+37
2016-08-24Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit.Eduard Burtescu-3/+3
2016-06-20trans: generalize immediate temporaries to all MIR locals.Eduard Burtescu-1/+3
2016-03-22Add testsTicki-0/+69