llvm-6502/lib
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
..
Analysis InstSimplify: stripAndComputeConstantOffsets can be called with vectors of pointers too. 2013-02-01 15:21:10 +00:00
Archive
AsmParser Make sure that the Attribute object represents one attribute only. 2013-01-31 00:29:54 +00:00
Bitcode Use an AttrBuilder to generate the correct AttributeSet. 2013-01-29 01:43:29 +00:00
CodeGen Fix errant fallthrough in the generation of the lifetime markers. 2013-02-01 19:25:23 +00:00
DebugInfo DWARFDebugLine.cpp: Fix true path. Did you forget "return true" here? 2013-01-26 01:45:06 +00:00
ExecutionEngine Fix misplaced 'break'. 2013-02-01 18:57:06 +00:00
IR Remove some dead code, improve some asserts, and other assorted changes. No functionality change. 2013-02-01 01:04:27 +00:00
Linker
MC Fix another typo in the classof definitions that doesn't (currently) 2013-02-01 00:04:33 +00:00
Object Object: Fix errant fallthrough. 2013-01-31 19:46:57 +00:00
Option
Support Add AArch64 as an experimental target. 2013-01-31 12:12:40 +00:00
TableGen A bugfix for tblgen, in the function ‘emitSourceFileHeader’. 2013-01-28 07:35:33 +00:00
Target Two changes relevant to LEA and x32: 2013-02-01 19:28:09 +00:00
Transforms This patch aims to improve compile time performance by increasing 2013-02-01 20:41:27 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile