- Oct 25, 2006
-
-
Evan Cheng authored
to match MOVL (movss, movsd, etc.). Don't forget to commute it back and try unpck* and shufp* if that doesn't pan out. llvm-svn: 31186
-
Evan Cheng authored
llvm-svn: 31185
-
Chris Lattner authored
llvm-svn: 31184
-
Evan Cheng authored
llvm-svn: 31183
-
Chris Lattner authored
llvm-svn: 31180
-
Chris Lattner authored
llvm-svn: 31179
-
- Oct 24, 2006
-
-
Devang Patel authored
llvm-svn: 31171
-
Rafael Espindola authored
llvm-svn: 31170
-
John Criswell authored
bison'ing correctly. llvm-svn: 31169
-
Chris Lattner authored
visitBr to just call visitSwitchCase, eliminating duplicate logic. llvm-svn: 31167
-
Chris Lattner authored
Rename LHSBB/RHSBB to TrueBB/FalseBB. Allow the RHS value to be null, in which case the LHS is treated as a bool. llvm-svn: 31166
-
Chris Lattner authored
isel changes happened months ago. llvm-svn: 31164
-
Rafael Espindola authored
llvm-svn: 31162
-
Chris Lattner authored
llvm-svn: 31161
-
Chris Lattner authored
llvm-svn: 31160
-
Chris Lattner authored
llvm-svn: 31159
-
Chris Lattner authored
llvm-svn: 31158
-
Chris Lattner authored
due to branchfolding llvm-svn: 31157
-
Chris Lattner authored
llvm-svn: 31156
-
Jim Laskey authored
llvm-svn: 31155
-
Jim Laskey authored
llvm-svn: 31153
-
Jim Laskey authored
llvm-svn: 31152
-
Chris Lattner authored
llvm-svn: 31151
-
Chris Lattner authored
a place more useful. In particular, if we can put them in a place where code will be able to fall into it, do so. Otherwise, put it in a place it can fall through into a successor. Otherwise, if preventing a fallthrough, move to the end of the function, out of the way. This deletes several hundred unconditional branches from spass. llvm-svn: 31149
-
Chris Lattner authored
llvm-svn: 31148
-
Chris Lattner authored
passes llvm-gcc bootstrap. llvm-svn: 31146
-
Chris Lattner authored
llvm-svn: 31145
-
Chris Lattner authored
llvm-svn: 31140
-
- Oct 23, 2006
-
-
Rafael Espindola authored
llvm-svn: 31138
-
Rafael Espindola authored
llvm-svn: 31137
-
Andrew Lenharth authored
llvm-svn: 31136
-
Andrew Lenharth authored
llvm-svn: 31135
-
Chris Lattner authored
Prolangs-C/agrep and SCCP/2006-10-23-IPSCCP-Crash.ll llvm-svn: 31132
-
Chris Lattner authored
movl 32(%esp), %eax cmpl $1, %eax je LBB1_1 #bb LBB1_4: #entry cmpl $2, %eax je LBB1_2 #bb2 jmp LBB1_3 #UnifiedReturnBlock LBB1_1: #bb notice that we would miss the fall through and emit this instead: movl 32(%esp), %eax cmpl $2, %eax je LBB1_2 #bb2 LBB1_4: #entry cmpl $1, %eax jne LBB1_3 #UnifiedReturnBlock LBB1_1: #bb llvm-svn: 31130
-
Jim Laskey authored
llvm-svn: 31129
-
Jim Laskey authored
llvm-svn: 31128
-
Nick Lewycky authored
property is added by running through the list of uses of the value and adding resolved properties to the property set. llvm-svn: 31126
-
Chris Lattner authored
llvm-svn: 31125
-
Chris Lattner authored
llvm-svn: 31124
-
Nick Lewycky authored
llvm-svn: 31123
-