- Oct 01, 2010
-
-
Owen Anderson authored
Now that the profitable bits of EnableFullLoadPRE have been enabled by default, rip out the remainder. Anyone interested in more general PRE would be better served by implementing it separately, to get real anticipation calculation, etc. llvm-svn: 115337
-
Evan Cheng authored
Per Cortex-A9 pipeline diagram. AGU (core load / store issue) and NEON/FP issue are multiplexed. Model it correctly. llvm-svn: 115332
-
Devang Patel authored
llvm-svn: 115326
-
Devang Patel authored
llvm-svn: 115325
-
Devang Patel authored
Fix code gen crash reported in PR 8235. We still lose debug info for the unused argument here. This is a known limitation recorded debuginfo-tests/trunk/dbg-declare2.ll function 'f6' test case. llvm-svn: 115323
-
Jim Grosbach authored
llvm-svn: 115314
-
Benjamin Kramer authored
llvm-svn: 115311
-
Gabor Greif authored
llvm-svn: 115310
-
Bill Wendling authored
llvm-svn: 115309
-
Bill Wendling authored
llvm-svn: 115308
-
Bill Wendling authored
llvm-svn: 115307
-
Kalle Raiskila authored
Also remove some code that died in the process. One now non-existant ori is checked for. llvm-svn: 115306
-
Eric Christopher authored
memcpy alignment is the minimum of the incoming alignments. Fixes PR 8266. llvm-svn: 115305
-
Bill Wendling authored
llvm-svn: 115304
-
Bill Wendling authored
llvm-svn: 115303
-
Chris Lattner authored
llvm-svn: 115300
-
Chris Lattner authored
llvm-svn: 115297
-
Chris Lattner authored
llvm-svn: 115296
-
Chris Lattner authored
llvm-svn: 115295
-
-
Dale Johannesen authored
llvm-svn: 115293
-
Chris Lattner authored
llvm-svn: 115292
-
Dale Johannesen authored
maybe even Linux. llvm-svn: 115291
-
Dale Johannesen authored
llvm-svn: 115261
-
Dale Johannesen authored
llvm-svn: 115257
-
Dale Johannesen authored
llvm-svn: 115255
-
Dale Johannesen authored
llvm-svn: 115251
-
Dale Johannesen authored
llvm-svn: 115250
-
Eric Christopher authored
SingleSource/Regression/C/casts.c. llvm-svn: 115246
-
Dale Johannesen authored
The x86_mmx type is used for MMX intrinsics, parameters and return values where these use MMX registers, and is also supported in load, store, and bitcast. Only the above operations generate MMX instructions, and optimizations do not operate on or produce MMX intrinsics. MMX-sized vectors <2 x i32> etc. are lowered to XMM or split into smaller pieces. Optimizations may occur on these forms and the result casted back to x86_mmx, provided the result feeds into a previous existing x86_mmx operation. The point of all this is prevent optimizations from introducing MMX operations, which is unsafe due to the EMMS problem. llvm-svn: 115243
-
Daniel Dunbar authored
false positive, at least on Darwin. I haven't filed this, but you can feel free. llvm-svn: 115242
-
Owen Anderson authored
conversion heuristics to the old-style ones. llvm-svn: 115239
-
Jim Grosbach authored
use MC instructions in the printInstruction() method via the tablegen flag for it rather than a #define prior to including the autogenerated bits. llvm-svn: 115238
-
Eric Christopher authored
llvm-svn: 115225
-
NAKAMURA Takumi authored
llvm-svn: 115215
-
Evan Cheng authored
llvm-svn: 115214
-
- Sep 30, 2010
-
-
Nick Lewycky authored
llvm-svn: 115206
-
Owen Anderson authored
We do want to allow LoadPRE to perform LICM-like transformations: we already consider PHI nodes to be negligible for code size (making this transform code size neutral), and it allows us to hoist values out of loops, which is always a good thing. llvm-svn: 115205
-
Jakob Stoklund Olesen authored
The bug that broke i386 linux has been fixed in r115191. llvm-svn: 115204
-
Eric Christopher authored
llvm-svn: 115203
-