| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 33296
|
|
|
|
| |
llvm-svn: 33248
|
|
|
|
|
|
|
|
| |
LLVM would miscompile ASM dialects when compiling for PPC. Added dialects for
the X86 and PPC backends. It defaults to "0", the first variant of a compound
inline asm expression.
llvm-svn: 33246
|
|
|
|
|
|
|
|
| |
Bye, Bye Booly. Remove the use of the bool type from non-upgraded test
cases and from grep expressions. The parser doesn't accept it and the
asm writer doesn't produce it any more.
llvm-svn: 33183
|
|
|
|
| |
llvm-svn: 33023
|
|
|
|
|
|
| |
run llvm-upgrade.
llvm-svn: 32926
|
|
|
|
| |
llvm-svn: 32923
|
|
|
|
| |
llvm-svn: 32922
|
|
|
|
| |
llvm-svn: 32921
|
|
|
|
|
|
| |
don't run llvm-upgrade.
llvm-svn: 32920
|
|
|
|
| |
llvm-svn: 32885
|
|
|
|
| |
llvm-svn: 32883
|
|
|
|
|
|
|
|
|
|
| |
Tweak the RUN: lines of these tests to accommodate the renaming of
variables done by llvm-upgrade. The renaming occurs as a result of avoiding
name collisons for collapsed type planes. Conflicting names have a .u
(unsigned) or .s (signed) suffix added. This patch updates the grep
expression to accommodate the new names.
llvm-svn: 32815
|
|
|
|
|
|
|
| |
Revert previous patch now that llvm-upgrade can handle collapsed type
plane conversion properly.
llvm-svn: 32814
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update the test suite to accommodate the change from signed integer types
to signless integer types. The changes were of only a few kinds:
1. Make sure llvm-upgrade is run on the source which does the bulk of the
changes automatically.
2. Change things like "grep 'int'" to "grep 'i32'"
3. In several tests bitcasting caused the same name to be reused in the
same type plane. These had to be manually fixed. The fix was (generally)
to leave the bitcast and provide the instruction with a new name. This
should not affect the semantics of the test. In a few cases, the
bitcasts were known to be superfluous and irrelevant to the test case
so they were removed.
4. One test case uses a bytecode file which needed to be updated to the
latest bytecode format.
llvm-svn: 32789
|
|
|
|
|
|
| |
for upcoming changes to the llvm assembly grammar.
llvm-svn: 32768
|
|
|
|
|
|
| |
world of darwin.
llvm-svn: 32725
|
|
|
|
| |
llvm-svn: 32666
|
|
|
|
| |
llvm-svn: 32335
|
|
|
|
| |
llvm-svn: 32330
|
|
|
|
| |
llvm-svn: 32134
|
|
|
|
| |
llvm-svn: 32115
|
|
|
|
| |
llvm-svn: 32084
|
|
|
|
| |
llvm-svn: 32083
|
|
|
|
| |
llvm-svn: 32023
|
|
|
|
| |
llvm-svn: 31827
|
|
|
|
| |
llvm-svn: 31826
|
|
|
|
| |
llvm-svn: 31825
|
|
|
|
| |
llvm-svn: 31779
|
|
|
|
| |
llvm-svn: 31657
|
|
|
|
| |
llvm-svn: 31619
|
|
|
|
| |
llvm-svn: 31540
|
|
|
|
| |
llvm-svn: 31534
|
|
|
|
| |
llvm-svn: 31368
|
|
|
|
| |
llvm-svn: 31329
|
|
|
|
| |
llvm-svn: 31231
|
|
|
|
| |
llvm-svn: 31029
|
|
|
|
| |
llvm-svn: 31018
|
|
|
|
| |
llvm-svn: 31005
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
_test:
stwu r1, -80(r1)
stw r1, 76(r1)
mflr r11
stw r11, 88(r1)
rlwinm r2, r4, 0, 30, 31
cmplwi cr7, r2, 2
mfcr r2
rlwinm r2, r2, 30, 31, 31
cmplwi cr0, r2, 0
bne cr0, LBB1_2 ;UnifiedReturnBlock
after it is:
_test:
stwu r1, -80(r1)
stw r1, 76(r1)
mflr r11
stw r11, 88(r1)
rlwinm r2, r4, 0, 30, 31
cmplwi cr0, r2, 2
bgt cr0, LBB1_2 ;UnifiedReturnBlock
llvm-svn: 30954
|
|
|
|
| |
llvm-svn: 30949
|
|
|
|
| |
llvm-svn: 30882
|
|
|
|
| |
llvm-svn: 30879
|
|
|
|
| |
llvm-svn: 30651
|
|
|
|
| |
llvm-svn: 30579
|
|
|
|
| |
llvm-svn: 30516
|
|
|
|
|
|
| |
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050606/026673.html
llvm-svn: 30238
|
|
|
|
|
|
| |
but that's not the ppc backend's fault.
llvm-svn: 29914
|
|
|
|
| |
llvm-svn: 29714
|
|
|
|
| |
llvm-svn: 29606
|