Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add nounwind. | Evan Cheng | 2010-04-17 | 1 | -6/+6 |
| | | | | llvm-svn: 101613 | ||||
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -2/+2 |
| | | | | llvm-svn: 81290 | ||||
* | Fix X86's isTruncateFree to not claim that truncate to i1 is free. This ↵ | Christopher Lamb | 2008-03-19 | 1 | -1/+0 |
| | | | | | | fixes Bill's testcase that failed for r48491. llvm-svn: 48542 | ||||
* | Temporarily revert r48491. It's breaking test/CodeGen/X86/xorl.ll. | Bill Wendling | 2008-03-18 | 1 | -1/+2 |
| | | | | llvm-svn: 48510 | ||||
* | Target independent DAG transform to use truncate for field extraction + sign ↵ | Christopher Lamb | 2008-03-18 | 1 | -0/+39 |
extend on targets where this is profitable. Passes nightly on x86-64. llvm-svn: 48491 |