- Oct 10, 2008
-
-
Dale Johannesen authored
valid comments in inline assembly. gcc.target/i386/20011009-1.c llvm-svn: 57365
-
Anton Korobeynikov authored
Extend set of return registers on sparc until someone will implement MRV support there. At least, this will allow libgcc compile, however we are not ABI-compatible with stuff compiled with native gcc. llvm-svn: 57364
-
Anton Korobeynikov authored
llvm-svn: 57363
-
Anton Korobeynikov authored
llvm-svn: 57362
-
Anton Korobeynikov authored
llvm-svn: 57361
-
Anton Korobeynikov authored
llvm-svn: 57360
-
Anton Korobeynikov authored
llvm-svn: 57359
-
Anton Korobeynikov authored
llvm-svn: 57358
-
Oscar Fuentes authored
llvm-svn: 57357
-
Mon P Wang authored
deadlock issues with java llvm-svn: 57356
-
Devang Patel authored
Patch by Erick Tryzelaar. llvm-svn: 57355
-
Nuno Lopes authored
llvm-svn: 57353
-
Anton Korobeynikov authored
llvm-svn: 57348
-
Anton Korobeynikov authored
llvm-svn: 57347
-
Anton Korobeynikov authored
llvm-svn: 57346
-
Anton Korobeynikov authored
Add dummy 'm' inline asm constraint handler for Sparc. I'm not sure, whether it is correct, however :) llvm-svn: 57345
-
Anton Korobeynikov authored
llvm-svn: 57344
-
Owen Anderson authored
llvm-svn: 57343
-
Owen Anderson authored
Add a basic intra-procedural escape analysis. This hasn't be extensively tested yet, but feedback is welcome. llvm-svn: 57342
-
Mon P Wang authored
in getPointerToFunction llvm-svn: 57340
-
Mon P Wang authored
llvm-svn: 57339
-
Mon P Wang authored
llvm-svn: 57338
-
Dale Johannesen authored
llvm-svn: 57331
-
Dale Johannesen authored
llvm-svn: 57330
-
Dale Johannesen authored
and APFloat::convertToInteger. Restore return value to IEEE754. Adjust all users accordingly. llvm-svn: 57329
-
- Oct 09, 2008
-
-
Dale Johannesen authored
make it clearer what the function does. No functional change. llvm-svn: 57325
-
Nick Lewycky authored
llvm-svn: 57320
-
Chris Lattner authored
llvm-svn: 57318
-
- Oct 08, 2008
-
-
Dale Johannesen authored
thus aligning the label. llvm-svn: 57310
-
Dale Johannesen authored
g++dg/abi/key2.C llvm-svn: 57309
-
Nuno Lopes authored
llvm-svn: 57305
-
Jim Grosbach authored
llvm-svn: 57295
-
Duncan Sands authored
GCC 4.4.0 gives an error on the "int" declaration for example saying that it has already been declared (using the "short" one). Using templates here allow the compiler to distinguish between the function to choose. Also, "llvm/Support/DataTypes.h" was not included, leading to error messages about not knowing "uint32_t" for example. Patch by Samuel Tardieu. llvm-svn: 57292
-
Duncan Sands authored
Patch by Samuel Tardieu. llvm-svn: 57291
-
Chris Lattner authored
llvm-svn: 57290
-
Chris Lattner authored
are required to compile with the latest Bison. Patch by Samuel Tardieu! llvm-svn: 57289
-
Chris Lattner authored
patch by Samuel Tardieu! llvm-svn: 57288
-
Chris Lattner authored
llvm-svn: 57287
-
Owen Anderson authored
Fix the case where an instruction is not properly marked as using all registers that alias its inputs. llvm-svn: 57286
-
Dan Gohman authored
instead. So now: -fast-isel or -fast-isel=true enable fast-isel, and -fast-isel=false disables it. Fast-isel is also on by default with -fast, and off by default otherwise. llvm-svn: 57270
-