- Mar 28, 2007
-
-
Evan Cheng authored
llvm-svn: 35406
-
Reid Spencer authored
llvm-svn: 35405
-
Reid Spencer authored
llvm-svn: 35404
-
Evan Cheng authored
1) Take address scale into consideration. e.g. i32* -> scale 4. 2) Examine all the users of GEP. 3) Generalize to inter-block GEP's (no longer uses loopinfo). 4) Don't do xform if GEP has other variable index(es). llvm-svn: 35403
-
Chris Lattner authored
llvm-svn: 35402
-
Reid Spencer authored
llvm-svn: 35401
-
Reid Spencer authored
When converting an add/xor/and triplet into a trunc/sext, only do so if the intermediate integer type is a bitwidth that the targets can handle. llvm-svn: 35400
-
Reid Spencer authored
Remove test cases for and/xor/add -> trunc/sext that use bit widths that the targets cannot code gen. llvm-svn: 35399
-
Evan Cheng authored
llvm-svn: 35398
-
Chris Lattner authored
llvm-svn: 35397
-
Evan Cheng authored
not violate that. llvm-svn: 35396
-
Chris Lattner authored
llvm-svn: 35395
-
Bill Wendling authored
llvm-svn: 35394
-
Chris Lattner authored
system assembler not groking legal instructions like "leal (,%esi,8), %ecx". llvm-svn: 35393
-
Bill Wendling authored
llvm-svn: 35392
-
Chris Lattner authored
llvm-svn: 35391
-
Tanya Lattner authored
Fixing doxygen.cfg target. I'm not a makefile expert, so hopefully this correct.Tested doxygen generation on zion. llvm-svn: 35390
-
- Mar 27, 2007
-
-
Bill Wendling authored
the MMX instructions that are needed... llvm-svn: 35389
-
Devang Patel authored
llvm-svn: 35388
-
Duncan Sands authored
llvm-svn: 35387
-
Bill Wendling authored
llvm-svn: 35386
-
Bill Wendling authored
comparison operators. llvm-svn: 35385
-
Bill Wendling authored
llvm-svn: 35384
-
Evan Cheng authored
llvm-svn: 35383
-
Lauro Ramos Venancio authored
char" and it is up to the compilers implementation or the platform which is followed." http://www.arm.linux.org.uk/docs/faqs/signedchar.php llvm-svn: 35382
-
Lauro Ramos Venancio authored
llvm-svn: 35381
-
Anton Korobeynikov authored
llvm-svn: 35380
-
Anton Korobeynikov authored
llvm-svn: 35379
-
Reid Spencer authored
Allow doxygen documentation to be rebuilt manually with "make regendoc" separately from "make install". Patch by Scott Michel. llvm-svn: 35378
-
Reid Spencer authored
Add a little flesh to the document skeleton. llvm-svn: 35377
-
Evan Cheng authored
llvm-svn: 35376
-
Evan Cheng authored
TID->numOperands. llvm-svn: 35375
-
Devang Patel authored
llvm-svn: 35374
-
Reid Spencer authored
llvm-svn: 35373
-
Reid Spencer authored
llvm-svn: 35372
-
Reid Spencer authored
Fix another incorrectly converted shift mask. llvm-svn: 35371
-
Devang Patel authored
llvm-svn: 35370
-
Devang Patel authored
based on their ordering. llvm-svn: 35369
-
Devang Patel authored
std::vector<DFCalculateWorkObject *> to reduce malloc/free traffic. llvm-svn: 35368
-
Evan Cheng authored
llvm-svn: 35367
-