| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update Transforms tests to use CHECK-LABEL for easier debugging. No ↵ | Stephen Lin | 2013-07-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | functionality change. This update was done with the following bash script: find test/Transforms -name "*.ll" | \ while read NAME; do echo "$NAME" if ! grep -q "^; *RUN: *llc" $NAME; then TEMP=`mktemp -t temp` cp $NAME $TEMP sed -n "s/^define [^@]*@\([A-Za-z0-9_]*\)(.*$/\1/p" < $NAME | \ while read FUNC; do sed -i '' "s/;\(.*\)\([A-Za-z0-9_]*\):\( *\)@$FUNC\([( ]*\)\$/;\1\2-LABEL:\3@$FUNC(/g" $TEMP done mv $TEMP $NAME fi done llvm-svn: 186268 | ||||
| * | Remove the -licm pass from the loop vectorizer test because the loop ↵ | Nadav Rotem | 2013-01-09 | 1 | -1/+1 |
| | | | | | | | vectorizer does it now. llvm-svn: 171930 | ||||
| * | Force a fixed unroll count on the target independent tests. | Nadav Rotem | 2013-01-05 | 1 | -1/+1 |
| | | | | | | | This should fix clang-native-arm-cortex-a9. Thanks Renato. llvm-svn: 171582 | ||||
| * | LoopVectorize: Do not vectorize loops with tiny constant trip counts. | Nadav Rotem | 2012-10-31 | 1 | -0/+33 |
| llvm-svn: 167101 | |||||

