| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
Add a test case to test rename of internal linkage functions with the same
name, without an error or warning.
llvm-svn: 34018
|
|
|
|
| |
llvm-svn: 33908
|
|
|
|
|
|
|
|
|
|
|
|
| |
This feature is needed in order to support shifts of more than 255 bits
on large integer types. This changes the syntax for llvm assembly to
make shl, ashr and lshr instructions look like a binary operator:
shl i32 %X, 1
instead of
shl i32 %X, i8 1
Additionally, this should help a few passes perform additional optimizations.
llvm-svn: 33776
|
|
|
|
| |
llvm-svn: 33613
|
|
|
|
|
|
| |
"redefinition" errors that cause the upgrade to fail.
llvm-svn: 33593
|
|
|
|
|
|
| |
Test the upgradability of nested type definitions.
llvm-svn: 33534
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove "target endian/pointersize" or add "target datalayout" to make
the test parse properly or set the datalayout because defaults changes.
For PR645:
Make global names use the @ prefix.
For llvm-upgrade changes:
Fix test cases or completely remove use of llvm-upgrade for test cases
that cannot survive the new renaming or upgrade capabilities.
llvm-svn: 33533
|
|
|
|
| |
llvm-svn: 33395
|
|
llvm-svn: 33296
|