rust/src/test
Tomasz Miąsko bbb63d4554 Consistently use LLVM lifetime markers during codegen
Ensure that inliner inserts lifetime markers if they have been emitted during
codegen. Otherwise if allocas from inlined functions are merged together,
lifetime markers from one function might invalidate load & stores performed
by the other one.
2020-05-14 15:23:24 +02:00
..
assembly
auxiliary test: Fix warnings in rust_test_helpers.c 2020-05-06 23:54:05 +03:00
codegen Defer creating drop trees in MIR lowering until leaving that scope 2020-05-09 10:50:55 +01:00
codegen-units Keep codegen units unmerged when building compiler builtins 2020-04-06 00:00:00 +00:00
compile-fail Add Option to Force Unwind Tables 2020-05-04 12:08:35 +01:00
debuginfo Update the minimum external LLVM to 8 2020-04-14 12:44:41 -07:00
incremental Fix disagreeement about CGU reuse and LTO 2020-05-09 19:30:48 -07:00
mir-opt Auto merge of #71953 - oli-obk:const_prop_deaggregates, r=wesleywiser 2020-05-11 07:23:31 +00:00
pretty Update tests to use llvm_asm! 2020-03-26 15:49:22 +00:00
run-make Use Cell::take in a couple places 2020-04-26 11:50:53 +02:00
run-make-fulldeps Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasper 2020-05-01 01:38:05 +00:00
run-pass-valgrind
rustdoc Rollup merge of #71928 - mibac138:strikethrough, r=GuillaumeGomez 2020-05-12 11:41:10 +02:00
rustdoc-js
rustdoc-js-std
rustdoc-ui Add rustdoc regression test for the unused_braces lint 2020-04-24 19:15:07 +02:00
rustfix
ui Consistently use LLVM lifetime markers during codegen 2020-05-14 15:23:24 +02:00
ui-fulldeps Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper 2020-05-09 13:36:39 +02:00
COMPILER_TESTS.md