llvm-6502/lib
Jakob Stoklund Olesen 9e5d87d568 Try to keep the cached inliner costs around for a bit longer for big functions.
The Caller cost info would be reset everytime a callee was inlined. If the
caller has lots of calls and there is some mutual recursion going on, the
caller cost info could be calculated many times.

This patch reduces inliner runtime from 240s to 0.5s for a function with 20000
small function calls.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98089 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-09 22:17:11 +00:00
..
Analysis Try to keep the cached inliner costs around for a bit longer for big functions. 2010-03-09 22:17:11 +00:00
Archive
AsmParser
Bitcode
CodeGen Change the Value argument to eliminateFrameIndex to a type-tagged value. This 2010-03-09 21:45:49 +00:00
CompilerDriver
ExecutionEngine
Linker Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move some 2010-02-16 14:50:09 +00:00
MC MC/Mach-O: For PCrel relocations, we need to compensate for the PCrel adjustment when determining if we need a scattered relocation. 2010-03-09 21:27:58 +00:00
Support
System follow-on to PR6280 2010-02-14 18:20:09 +00:00
Target Change the Value argument to eliminateFrameIndex to a type-tagged value. This 2010-03-09 21:45:49 +00:00
Transforms Try to keep the cached inliner costs around for a bit longer for big functions. 2010-03-09 22:17:11 +00:00
VMCore Roll back r97918 again. Just configuring against llvm-gcc wasn't enough to run 2010-03-07 19:26:40 +00:00
Makefile