Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix function call bug 11731. Also, fix up IR_CALL/IR_FUNC confusion. | Brian | 2007-07-26 | 1 | -1/+1 |
* | Be more consistant with paths in #includes. Eventually, eliminate a bunch of... | Brian | 2007-07-04 | 1 | -1/+1 |
* | fix some DDX,DDY mix-ups | Brian | 2007-05-02 | 1 | -1/+1 |
* | Remove all the USE_MEMPOOL debug code. | Brian | 2007-04-21 | 1 | -7/+8 |
* | Use new memory pool allocator. Lots of debug code still in place... | Brian | 2007-04-21 | 1 | -1/+5 |
* | remove IR_BREAK_IF_FALSE | Brian | 2007-03-28 | 1 | -4/+0 |
* | Get rid of IR_CONT_IF_FALSE | Brian | 2007-03-28 | 1 | -4/+0 |
* | Get rid of IR_JUMP and related code. | Brian | 2007-03-26 | 1 | -4/+0 |
* | disable free() until other issues can be fixed... | Brian | 2007-03-26 | 1 | -0/+2 |
* | fix mistake in _slang_free_ir() | Brian | 2007-03-24 | 1 | -1/+1 |
* | Properly free the slang_ir_node->Store data (use ref counting). | Brian | 2007-03-24 | 1 | -12/+45 |
* | IR utility functions | Brian | 2007-03-24 | 1 | -0/+354 |