- Nov 10, 2011
-
-
Jakob Stoklund Olesen authored
The TII.foldMemoryOperand hook preserves implicit operands from the original instruction. This is not what we want when those implicit operands refer to the register being spilled. Implicit operands referring to other registers are preserved. This fixes PR11347. llvm-svn: 144247
-
Eli Friedman authored
Fix some additional x86 intrinsics to use "I" (ICE) markings. Fix *mmintrin.h to take them into account. <rdar://problem/10341145> llvm-svn: 144246
-
Owen Anderson authored
llvm-svn: 144245
-
Jim Grosbach authored
llvm-svn: 144244
-
Owen Anderson authored
llvm-svn: 144243
-
Jim Grosbach authored
rdar://10422955 llvm-svn: 144242
-
Eli Friedman authored
llvm-svn: 144241
-
rdar://problem/10374840Greg Clayton authored
Fixed an issue with the gdb format stuff for any aliases that expand to contain a "--". llvm-svn: 144240
-
Pete Cooper authored
Currently checks alignment and killing stores on a power of 2 boundary as this is likely to trim the size of the earlier store without breaking large vector stores into scalar ones. Fixes <rdar://problem/10140300> llvm-svn: 144239
-
- Nov 09, 2011
-
-
Rafael Espindola authored
llvm-svn: 144237
-
Nick Lewycky authored
llvm-svn: 144236
-
Tobias Grosser authored
llvm-svn: 144233
-
Tobias Grosser authored
llvm-svn: 144232
-
Tobias Grosser authored
The SCEVAffFunc is now only used to express memory accesses. Give it a proper name and rework the class such that this is obvious. llvm-svn: 144231
-
Tobias Grosser authored
This also removes the construction of MayAliasSets that became invalid when removing the use of SCEVAffFunc. llvm-svn: 144230
-
Tobias Grosser authored
We do not use it anymore. It was replaced by SCEVVisitors like the SCEVValidator. llvm-svn: 144229
-
Tobias Grosser authored
This check was necessary because of the use AffineSCEVIterator in TempScopInfo. As we removed this use recently it is not necessary any more. llvm-svn: 144228
-
Tobias Grosser authored
llvm-svn: 144227
-
Tobias Grosser authored
llvm-svn: 144226
-
Tobias Grosser authored
llvm-svn: 144224
-
Tobias Grosser authored
llvm-svn: 144223
-
Tobias Grosser authored
llvm-svn: 144222
-
Tobias Grosser authored
llvm-svn: 144221
-
Tobias Grosser authored
llvm-svn: 144220
-
Eli Friedman authored
llvm-svn: 144216
-
Chad Rosier authored
rdar://10418009 llvm-svn: 144213
-
Nadav Rotem authored
llvm-svn: 144212
-
Devang Patel authored
llvm-svn: 144211
-
Devang Patel authored
llvm-svn: 144210
-
Chad Rosier authored
llvm-svn: 144209
-
Bill Wendling authored
llvm-svn: 144204
-
Sean Callanan authored
lookups for Objective-C methods by selector. Right now all it does is print log information. Also improved the logging for imported TagDecls to indicate whether or not the definition for the imported TagDecl is complete. llvm-svn: 144203
-
Daniel Dunbar authored
enough to have this be useful. llvm-svn: 144202
-
Daniel Dunbar authored
- Also, fix a refacto that left extra "all" component in list (this is now defined in the groups explicitly) - Reapply of r143879 now that Make should see needed deps. llvm-svn: 144201
-
Greg Clayton authored
llvm-svn: 144200
-
Jim Ingham authored
llvm-svn: 144199
-
Eric Christopher authored
llvm-svn: 144198
-
Daniel Dunbar authored
llvm-svn: 144197
-
Benjamin Kramer authored
llvm-svn: 144194
-
Tobias Grosser authored
llvm-svn: 144192
-