- Oct 04, 2010
-
-
Duncan Sands authored
Ada in llvm-gcc. llvm-svn: 115501
-
Duncan Sands authored
llvm-svn: 115500
-
Duncan Sands authored
llvm-svn: 115499
-
Douglas Gregor authored
llvm-svn: 115498
-
Chris Lattner authored
llvm-svn: 115495
-
Chris Lattner authored
llvm-svn: 115494
-
Chris Lattner authored
llvm-svn: 115489
-
NAKAMURA Takumi authored
This has been applied already in r115093 on release_28. llvm-svn: 115487
-
Chris Lattner authored
llvm-svn: 115486
-
Chris Lattner authored
llvm-svn: 115484
-
Chris Lattner authored
llvm-svn: 115483
-
Anton Korobeynikov authored
Patch by Cameron! llvm-svn: 115480
-
Anton Korobeynikov authored
Based on the patch by Cameron Esfahani! llvm-svn: 115479
-
- Oct 03, 2010
-
-
Eli Friedman authored
llvm-svn: 115477
-
Chris Lattner authored
llvm-svn: 115476
-
Chris Lattner authored
the immediate field of pshufw is actually an 8-bit field, not a 8-bit field that is sign extended. This fixes PR8288 llvm-svn: 115473
-
Rafael Espindola authored
so and also change X86 for consistency. Investigating if this can be improved a bit. llvm-svn: 115469
-
Chris Lattner authored
the right file. The assembler supports all the 3dnow instructions now, but not the "3dnowa" ones. llvm-svn: 115468
-
Chris Lattner authored
llvm-svn: 115467
-
Chris Lattner authored
else in X86), and add support for pavgusb. This is apparently the only instruction (other than movsx) that is preventing ffmpeg from building with clang. If someone else is interested in banging out the rest of the 3DNow! instructions, it should be quite easy now. llvm-svn: 115466
-
Duncan Sands authored
llvm-svn: 115463
-
Duncan Sands authored
is partly because this attribute caused trouble in the past (the SmallVector one had to be changed from aligned to aligned(8) due to causing crashes on i386 for example; in theory the same might be needed in the Allocator case...). But it's mostly because there seems to be no point in special casing gcc here. Using the same implementation for all compilers results in better testing. llvm-svn: 115462
-
Bill Wendling authored
tact. llvm-svn: 115458
-
Evan Cheng authored
1. Model dual issues as two FUs. 2. Model the pipelines correctly: two symmetric ALUs, the multiplier is a dependent pipeline on ALU0. The changes do not have much impact on codegen right now. But I plan to make pre-RA scheduler multi-issue aware which should take good advantage of the changes. llvm-svn: 115457
-
Bill Wendling authored
llvm-svn: 115456
-
Rafael Espindola authored
llvm-svn: 115454
-
Bill Wendling authored
llvm-svn: 115453
-
Chris Lattner authored
llvm-svn: 115429
-
Chris Lattner authored
llvm-svn: 115427
-
- Oct 02, 2010
-
-
Chris Lattner authored
llvm-svn: 115426
-
Chris Lattner authored
backing int_x86_ssse3_pshuf_w got removed. This caused PR8280. llvm-svn: 115422
-
Chris Lattner authored
llvm-svn: 115418
-
Chris Lattner authored
llvm-svn: 115416
-
Chris Lattner authored
llvm-svn: 115415
-
Chris Lattner authored
llvm-svn: 115414
-
Chris Lattner authored
llvm-svn: 115413
-
Chris Lattner authored
llvm-svn: 115412
-
Jakob Stoklund Olesen authored
llvm-svn: 115408
-
Francois Pichet authored
llvm-svn: 115407
-
Oscar Fuentes authored
llvm-svn: 115405
-