Search

February 15, 2009
Announce »
...optlink crashed with a messagebox containing X86 registers content. This seems to be a blocker...
February 08, 2009
General »
...unused; // to prevent returning this object in registers

    final void opAddAssign( C src ) {
        this.i...
February 08, 2009
General »
...unused; // to prevent returning this object in registers

   C opAdd(C src) {
       auto ret = new...
February 08, 2009
General »
...unused; // to prevent returning this object in registers

    C opAdd( C src ) {
        C ret;
        ret...
February 07, 2009
General »
...caller if the constraints string specifies which registers will contain them. So if LDC just...
February 06, 2009
General »
LLVM IR doesn't know about hardware registers, except when dealing with inline asm. So...
February 06, 2009
General »
...LLVM doesn't allow specification of hardware registers in the IR. Everything must be a...
February 05, 2009
General »
...return value. It just assumes that the registers specified by the ABI for the function...
February 05, 2009
General »
...codegen then uses those constraints to allocate registers, substitutes them in the asm string and...
February 04, 2009
General »
...inline asm and somehow capture the right registers etc. This is not something I want...
139 140 141 142 143 144 145 146 147 148 149
Next ›   Last »