Displaying 1 result from an estimated 1 matches for "mexecut".
Did you mean:
execut
2015 Dec 04
4
[RFC] [ARM] Execute only support
...ll not generate data access to the
generated code sections (e.g. data and code are strictly separated into
different sections). Outline:
- Add the subtarget feature/attribute "execute-only" to the ARM
code generator to enable the feature.
- Add a clang option "-mexecute-only" that passes said attribute to
LLVM.
If execute only is enabled:
- Instead of using integer literal pools, use movw/movt to
construct the literals. This means this feature is only available for
sub-targets that support these instructions.
- For floating point literal...