Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kill and collapse outstanding DomainValues. | Jakob Stoklund Olesen | 2011-11-07 | 1 | -2/+2 |
| | | | | | | | | | | | | DomainValues that are only used by "don't care" instructions are now collapsed to the first possible execution domain after all basic blocks have been processed. This typically means the PS domain on x86. For example, the vsel_i64 and vsel_double functions in sse2-blend.ll are completely collapsed to the PS domain instead of containing a mix of execution domains created by isel. llvm-svn: 144037 | ||||
* | test/CodeGen/X86: FileCheck-ize and add explicit -mtriple=x86_64-linux. They ↵ | NAKAMURA Takumi | 2011-03-16 | 1 | -1/+6 |
| | | | | | | are useless to Win64 target. llvm-svn: 127732 | ||||
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | llvm-svn: 81290 | ||||
* | Add nounwind. | Evan Cheng | 2008-05-07 | 1 | -4/+2 |
| | | | | llvm-svn: 50837 | ||||
* | Convert tests using "| wc -l | grep ..." to use the count script. | Dan Gohman | 2007-08-15 | 1 | -1/+1 |
| | | | | llvm-svn: 41097 | ||||
* | Implement initial memory alignment awareness for SSE instructions. Vector loads | Dan Gohman | 2007-07-18 | 1 | -0/+12 |
and stores that have a specified alignment of less than 16 bytes now use instructions that support misaligned memory references. llvm-svn: 40015 |