granite-rust/src
yvt 351c683674 Use the given pointee type in <Builder as BuilderMethods>::load
This commit updates this method implementation to return an `RValue` of
the given pointee type.

While this parameter does not seem to have much significance at the
moment, it will likely become important as cg_llvm and cg_ssa migrate to
LLVM opaque pointers and get rid of pointercasts.
2022-05-03 13:53:10 +09:00
..
back Support 128-bit integers on platforms without native support (#103) 2022-01-30 21:45:14 -05:00
intrinsic Add feature for future libgccjit 12 release 2022-04-13 23:01:01 -04:00
abi.rs Add support for on_stack parameters 2022-02-27 22:23:03 -05:00
allocator.rs Add -Z oom={panic,abort} command-line option 2022-03-03 12:58:38 +00:00
archive.rs Unconditionally update symbols 2022-02-10 18:27:18 +01:00
asm.rs Merge pull request #163 from yvt/fix-asm-sym 2022-04-30 10:30:20 -04:00
base.rs Fix error related to var tracking assignments 2022-03-31 08:40:05 -04:00
builder.rs Use the given pointee type in <Builder as BuilderMethods>::load 2022-05-03 13:53:10 +09:00
callee.rs Update to nightly-2021-09-28 (#97) 2021-09-28 09:18:27 -04:00
common.rs Add support for target builtins 2022-03-29 21:41:17 -04:00
consts.rs Add support for target builtins 2022-03-29 21:41:17 -04:00
context.rs Add support for target builtins 2022-03-29 21:41:17 -04:00
coverageinfo.rs Cleanup (#67) 2021-08-15 08:28:46 -04:00
debuginfo.rs debuginfo: Refactor debuginfo generation for types -- Rename DebugInfoMethods::create_vtable_metadata() to DebugInfoMethods::create_vtable_debuginfo() 2022-03-14 17:25:24 +01:00
declare.rs Add support for on_stack parameters 2022-02-27 22:23:03 -05:00
int.rs Add support for target builtins 2022-03-29 22:50:20 -04:00
lib.rs Add feature for future libgccjit 12 release 2022-04-13 23:01:01 -04:00
mono_item.rs Update to nightly-2021-09-28 (#97) 2021-09-28 09:18:27 -04:00
type_.rs Add feature for future libgccjit 12 release 2022-04-13 23:01:01 -04:00
type_of.rs Add feature for future libgccjit 12 release 2022-04-13 23:01:01 -04:00