Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always normalize spill weights, also for intervals created by spilling. | Jakob Stoklund Olesen | 2010-02-18 | 1 | -1/+1 |
* | Fix a pasto. Also simplify for Bill's benefit. | Evan Cheng | 2009-09-22 | 1 | -1/+1 |
* | Clean up spill weight computation. Also some changes to give loop induction | Evan Cheng | 2009-09-21 | 1 | -2/+1 |
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -2/+2 |
* | Don't use special heuristics for nodes with no data predecessors | Dan Gohman | 2009-02-11 | 1 | -1/+1 |
* | Teach 2addr pass to be do more commuting. If both uses of a two-address instr... | Evan Cheng | 2009-01-25 | 1 | -1/+1 |
* | For whatever the reason, x86 CallingConv::Fast (i.e. fastcc) was not passing ... | Evan Cheng | 2008-09-04 | 1 | -5/+5 |
* | Spiller now remove unused spill slots. | Evan Cheng | 2008-02-27 | 1 | -0/+1 |
* | Rematerialization logic was overly conservative when it comes to loads from f... | Evan Cheng | 2008-02-23 | 1 | -0/+49 |