| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add nounwinds. | Dan Gohman | 2010-02-27 | 1 | -2/+2 |
| | | | | | llvm-svn: 97349 | ||||
| * | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -2/+2 |
| | | | | | llvm-svn: 81290 | ||||
| * | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | integer and floating-point opcodes, introducing FAdd, FSub, and FMul. For now, the AsmParser, BitcodeReader, and IRBuilder all preserve backwards compatability, and the Core LLVM APIs preserve backwards compatibility for IR producers. Most front-ends won't need to change immediately. This implements the first step of the plan outlined here: http://nondot.org/sabre/LLVMNotes/IntegerOverflow.txt llvm-svn: 72897 | ||||
| * | Use movaps / movd to extract vector element 0 even with sse4.1. It's still ↵ | Evan Cheng | 2009-01-02 | 1 | -2/+2 |
| | | | | | | | cheaper than pextrw especially if the value is in memory. llvm-svn: 61555 | ||||
| * | Use shuffles to implement insert_vector_elt for i32, i64, f32, and f64. | Evan Cheng | 2007-12-12 | 1 | -12/+11 |
| | | | | | llvm-svn: 44929 | ||||
| * | Convert tests using "| wc -l | grep ..." to use the count script. | Dan Gohman | 2007-08-15 | 1 | -2/+2 |
| | | | | | llvm-svn: 41097 | ||||
| * | For PR1319: | Reid Spencer | 2007-04-16 | 1 | -2/+3 |
| | | | | | | | | | Remove && from the end of the lines to prevent tests from throwing run lines into the background. Also, clean up places where the same command is run multiple times by using a temporary file. llvm-svn: 36142 | ||||
| * | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 1 | -0/+19 |
| llvm-svn: 33296 | |||||

