| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(cherry picked from commit 0e8608b3c38886c224d252c6b126c804645b7761)
|
|
|
|
| |
(cherry picked from commit d73eed42d1dcba06a5b793346f6e3eed0c7f41ac)
|
|
|
|
|
|
|
|
|
|
| |
debugging. No functionality change and all tests pass after conversion.
This was done with the following sed invocation to catch label lines demarking function boundaries:
sed -i '' "s/^;\( *\)\([A-Z0-9_]*\):\( *\)test\([A-Za-z0-9_-]*\):\( *\)$/;\1\2-LABEL:\3test\4:\5/g" test/CodeGen/*/*.ll
which was written conservatively to avoid false positives rather than false negatives. I scanned through all the changes and everything looks correct.
llvm-svn: 186258
|
|
|
|
| |
llvm-svn: 81290
|
|
|
|
| |
llvm-svn: 79961
|
|
llvm-svn: 79712
|