rust/src/test/codegen
Alex Crichton caf7b678dd Add pub to all the codegen tests
Otherwise the test function is internalized and LLVM will most likely optimize
it out.
2013-10-10 06:00:51 -07:00
..
iterate-over-array.cc test: add more codegen tests, add copyright headers to all. 2013-07-31 15:02:22 -07:00
iterate-over-array.rs Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
scalar-function-call.cc test: add more codegen tests, add copyright headers to all. 2013-07-31 15:02:22 -07:00
scalar-function-call.rs Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
single-return-value.cc Elide unnecessary ret slot allocas 2013-08-10 11:04:50 +02:00
single-return-value.rs Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
small-dense-int-switch.cc test: add more codegen tests, add copyright headers to all. 2013-07-31 15:02:22 -07:00
small-dense-int-switch.rs Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
stack-alloc-string-slice.cc test: add more codegen tests, add copyright headers to all. 2013-07-31 15:02:22 -07:00
stack-alloc-string-slice.rs Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
static-method-call-multi.cc test: add more codegen tests, add copyright headers to all. 2013-07-31 15:02:22 -07:00
static-method-call-multi.rs Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
static-method-call.cc test: add more codegen tests, add copyright headers to all. 2013-07-31 15:02:22 -07:00
static-method-call.rs Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
virtual-method-call-struct-return.cc test: add more codegen tests, add copyright headers to all. 2013-07-31 15:02:22 -07:00
virtual-method-call-struct-return.rs Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
virtual-method-call.cc test: add more codegen tests, add copyright headers to all. 2013-07-31 15:02:22 -07:00
virtual-method-call.rs Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00