- Oct 02, 2010
-
-
Chris Lattner authored
llvm-svn: 115414
-
- Oct 01, 2010
-
-
Bill Wendling authored
Need to specify SSE4 for machines which don't have SSE4. The code checked for is generated by SSE4. Otherwise, we get something else. llvm-svn: 115352
-
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
-
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
-
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
-
Bill Wendling authored
llvm-svn: 115304
-
Bill Wendling authored
llvm-svn: 115303
-
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: 115257
-
Dale Johannesen authored
llvm-svn: 115250
-
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
-
NAKAMURA Takumi authored
llvm-svn: 115215
-
- Sep 30, 2010
-
-
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
-
Rafael Espindola authored
fixes some cases where we were producing relocations with at symbol that should use a section instead. llvm-svn: 115194
-
Jakob Stoklund Olesen authored
edited during emission. If the basic block ends in a switch that gets lowered to a jump table, any phis at the default edge were getting updated wrong. The jump table data structure keeps a pointer to the header blocks that wasn't getting updated after the MBB is split. This bug was exposed on 32-bit Linux when disabling critical edge splitting in codegen prepare. The fix is to uipdate stale MBB pointers whenever a block is split during emission. llvm-svn: 115191
-
Chris Lattner authored
llvm-svn: 115178
-
Chris Lattner authored
llvm-svn: 115177
-
Chris Lattner authored
llvm-svn: 115175
-
Chris Lattner authored
llvm-svn: 115174
-
Chris Lattner authored
llvm-svn: 115172
-
Chris Lattner authored
llvm-svn: 115171
-
Chris Lattner authored
llvm-svn: 115170
-
Chris Lattner authored
llvm-svn: 115168
-
Chris Lattner authored
llvm-svn: 115165
-
Chris Lattner authored
llvm-svn: 115164
-
Chris Lattner authored
llvm-svn: 115163
-
Chris Lattner authored
llvm-svn: 115162
-
Chris Lattner authored
llvm-svn: 115161
-
Chris Lattner authored
llvm-svn: 115156
-
Chris Lattner authored
llvm-svn: 115154
-
Jan Wen Voung authored
time. That way, the EntrySize field is initialized for other code paths, namely, the .ll -> .o code path. llvm-svn: 115141
-