Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | implement a simple proof-of-concept optimization for | Chris Lattner | 2010-02-24 | 1 | -2/+31 | |
| | | | | | | | | the new isel: fold movechild+record+moveparent into a single recordchild N node. This shrinks the X86 table from 125443 to 117502 bytes. llvm-svn: 97031 | |||||
* | The new isel passes all tests, time to start making it go fast. | Chris Lattner | 2010-02-24 | 1 | -0/+19 | |
Also add an easy macro at the top of DAGISelEmitter.cpp to enable it. Lets see if I can avoid accidentally turning it on :) llvm-svn: 97029 |