- 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
-
Evan Cheng authored
llvm-svn: 31183
-
- Oct 24, 2006
-
-
Devang Patel authored
llvm-svn: 31171
-
Rafael Espindola authored
llvm-svn: 31170
-
Chris Lattner authored
isel changes happened months ago. llvm-svn: 31164
-
Rafael Espindola authored
llvm-svn: 31162
-
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
-
Chris Lattner authored
llvm-svn: 31148
-
- Oct 23, 2006
-
-
Rafael Espindola authored
llvm-svn: 31138
-
Rafael Espindola authored
llvm-svn: 31137
-
- Oct 22, 2006
-
-
Chris Lattner authored
llvm-svn: 31122
-
Anton Korobeynikov authored
This will allow (after llvm-gcc linkage fix) more dummy tests using libstdc++ to pass on mingw :) llvm-svn: 31120
-
Reid Spencer authored
has a different prototype than the one #included from <setjmp.h>. This patch fixes siod and a number of other test cases on Linux that were failing the CBE because of this _setjmp issue. llvm-svn: 31112
-
- Oct 21, 2006
-
-
Chris Lattner authored
This provides stuff like: cmpw cr0, r15, r29 mr r14, r15 - bge cr0, LBB3_111 ;bb656 - b LBB3_90 ;bb501 + blt cr0, LBB3_90 ;bb501 LBB3_111: ;bb656 lwz r18, 68(r1) which is particularly good for dispatch group formation. llvm-svn: 31101
-
Chris Lattner authored
llvm-svn: 31099
-
Chris Lattner authored
llvm-svn: 31097
-
Chris Lattner authored
llvm-svn: 31096
-
Chris Lattner authored
llvm-svn: 31095
-
Chris Lattner authored
llvm-svn: 31093
-
- Oct 20, 2006
-
-
Chris Lattner authored
llvm-svn: 31074
-
Chris Lattner authored
llvm-svn: 31065
-
Reid Spencer authored
This patch implements the first increment for the Signless Types feature. All changes pertain to removing the ConstantSInt and ConstantUInt classes in favor of just using ConstantInt. llvm-svn: 31063
-
- Oct 19, 2006
-
-
Rafael Espindola authored
llvm-svn: 31052
-
Rafael Espindola authored
llvm-svn: 31049
-
Rafael Espindola authored
llvm-svn: 31048
-
Rafael Espindola authored
llvm-svn: 31047
-
Rafael Espindola authored
llvm-svn: 31046
-
Rafael Espindola authored
llvm-svn: 31045
-
- Oct 18, 2006
-
-
Chris Lattner authored
llvm-svn: 31039
-
Chris Lattner authored
llvm-svn: 31038
-
Rafael Espindola authored
llvm-svn: 31037
-
Rafael Espindola authored
llvm-svn: 31036
-
Rafael Espindola authored
llvm-svn: 31034
-
Anton Korobeynikov authored
Added workaround for linker bug with linkonce sections. Changed sections prefix to allow linker merge them (PE loader doesn't like too much long-named sections :) ) All of this unbreaks libstdc++ on mingw32 allowing (small) programs to be compiled, linked and run. llvm-svn: 31033
-
Chris Lattner authored
llvm-svn: 31028
-