- Nov 10, 2011
-
-
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
-
Fariborz Jahanian authored
in fast enumeration rewrite. // rdar://10415026 llvm-svn: 144191
-
John McCall authored
through it, so we should look through it for the live-values analysis as well. llvm-svn: 144190
-
Douglas Gregor authored
llvm-svn: 144189
-
Duncan Sands authored
dragonegg self-host buildbot will recover (it is complaining about object files differing between different build stages). Original commit message: Add a hack to the scheduler to disable pseudo-two-address dependencies in basic blocks containing calls. This works around a problem in which these artificial dependencies can get tied up in calling seqeunce scheduling in a way that makes the graph unschedulable with the current approach of using artificial physical register dependencies for calling sequences. This fixes PR11314. llvm-svn: 144188
-
Nadav Rotem authored
llvm-svn: 144187
-
Benjamin Kramer authored
llvm-svn: 144186
-
Benjamin Kramer authored
llvm-svn: 144185
-
Benjamin Kramer authored
llvm-svn: 144184
-