Age | Commit message (Expand) | Author |
---|---|---|
2010-03-31 | Use ir_function::add_signature to create link between function and signature | Ian Romanick |
2010-03-29 | Add support for builtin radians() and degrees(). | Eric Anholt |
2010-03-29 | Add the instruction for the parameter variable declarations of builtin funcs. | Eric Anholt |
2010-03-29 | Implement dot() builtin. | Eric Anholt |
2010-03-29 | Implement exp2() and log2(), and make ir_unop_exp and ir_unop_log be base e. | Eric Anholt |
2010-03-29 | Implement builtin length() function. | Eric Anholt |
2010-03-29 | Add sqrt() builtin as an IR operation. | Eric Anholt |
2010-03-29 | Add builtin pow() function. | Eric Anholt |
2010-03-29 | Implement some binary gentype builtin functions. | Eric Anholt |
2010-03-29 | Implement additional unary gentype builtins. | Eric Anholt |
2010-03-29 | Implement the first builtin function: exp(). | Eric Anholt |