search for: imrx3ldv46mv06l6tezsrti

Displaying 1 result from an estimated 1 matches for "imrx3ldv46mv06l6tezsrti".

2011 Jun 06
1
[LLVMdev] Left-to-right push of formal parameters
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi! I am working on an LLVM backend for a language that has a runtime system and the Application Binary Interface (ABI) defines that the formal parameters should be pushed to stack in *left-to-right* order (in contrast to common C calling convention). What is the "llvm-way" to define that in my custom Calling Convention? - -- Y. -