1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/lib/Transforms
Dan Gohman bf52a2b872 In GenerateReassociations, don't bother thinking about individual
SCEVUnknown values which are loop-variant, as LSR can't do anything
interesting with these values in any case. This fixes very slow compile
times on loops which have large numbers of such values.

llvm-svn: 106897
2010-06-25 22:32:18 +00:00
..
Hello Add an exports file for the Hello example plugin. 2010-06-24 17:36:51 +00:00
InstCombine use ArgOperand API (some hunks I could split) 2010-06-25 07:57:14 +00:00
Instrumentation Use pre-increment instead of post-increment when the result is not used. 2010-06-22 15:08:57 +00:00
IPO use ArgOperand API and CallSite for arg range; add necessary casts and perform some cosmetics 2010-06-24 14:42:01 +00:00
Scalar In GenerateReassociations, don't bother thinking about individual 2010-06-25 22:32:18 +00:00
Utils The hasMemory argument is irrelevant to how the argument 2010-06-25 21:55:36 +00:00
Makefile Revert r100896 and around - this breaks the only mingw32 buildbot we have. 2010-04-15 19:51:42 +00:00