Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix an illegal tailcall opt where the callee returns a double via xmm while c... | Evan Cheng | 2012-09-25 | 1 | -3/+26 |
* | Fix test case to avoid PIC magic. | Jakob Stoklund Olesen | 2012-09-13 | 1 | -2/+1 |
* | Fix the TCRETURNmi64 bug differently. | Jakob Stoklund Olesen | 2012-09-13 | 1 | -0/+39 |
* | Revert r163761 "Don't fold indexed loads into TCRETURNmi64." | Jakob Stoklund Olesen | 2012-09-13 | 1 | -35/+1 |
* | Don't fold indexed loads into TCRETURNmi64. | Jakob Stoklund Olesen | 2012-09-13 | 1 | -1/+35 |
* | testcase for PR13006, thanks to Duncan for filing it. | Chris Lattner | 2012-06-01 | 1 | -0/+7 |
* | enhance the logic for looking through tailcalls to look through transparent c... | Chris Lattner | 2012-06-01 | 1 | -0/+46 |
* | enhance getNoopInput to know about vector<->vector bitcasts of legal | Chris Lattner | 2012-06-01 | 1 | -0/+22 |
* | add some simple 64-bit tail call tests. | Chris Lattner | 2012-06-01 | 1 | -0/+21 |