llvm-6502/lib/Transforms
Preston Gurd 83474ee594 This patch aims to improve compile time performance by increasing
the SCEV vector size in LoopStrengthReduce. It is observed that
the BaseRegs vector size is 4 in most cases,
and elements are frequently copied when it is initialized as
SmallVector<const SCEV *, 2> BaseRegs.
Our benchmark results show that the compilation time performance
improved by ~0.5%.

Patch by Wan Xiaofei.




git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174219 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-01 20:41:27 +00:00
..
Hello
InstCombine Revert r174152. The shift amount may overflow and in that case this transformation is illegal. 2013-02-01 07:59:33 +00:00
Instrumentation Fixing warnings revealed by gcc release build 2013-01-29 17:42:24 +00:00
IPO
ObjCARC
Scalar This patch aims to improve compile time performance by increasing 2013-02-01 20:41:27 +00:00
Utils Linker: correctly link in dbg.declare 2013-01-31 21:19:18 +00:00
Vectorize
CMakeLists.txt Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00
LLVMBuild.txt
Makefile