llvm-6502/lib
Chandler Carruth 05c6d0b16f [SROA] Don't preserve the IR names in release builds.
This is espcially important because the new SROA pass goes to great
lengths to provide helpful names for debugging, and as a consequence
they can become very slow to render.

Good for between 5% and 15% of the SROA runtime on some slow test cases
such as the one in PR15412.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177495 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-20 07:30:36 +00:00
..
Analysis Check whether a pointer is non-null (isKnownNonNull) in isKnownNonZero. 2013-03-18 21:23:25 +00:00
Archive
AsmParser
Bitcode
CodeGen Propagate DAG node ordering during type legalization and instruction selection 2013-03-20 00:10:32 +00:00
DebugInfo
ExecutionEngine
IR Reorder the DIFile parameter in DINameSpace 2013-03-20 06:27:06 +00:00
Linker The Linker interface has some dead code after the cleanup in r172749 2013-03-19 15:26:24 +00:00
MC Dead code. 2013-03-19 22:13:05 +00:00
Object
Option
Support Fix AsmPrinter crashes with assertion. Bug 15318 in Bugzilla 2013-03-20 01:46:36 +00:00
TableGen
Target Fix PR15296 2013-03-20 02:33:21 +00:00
Transforms [SROA] Don't preserve the IR names in release builds. 2013-03-20 07:30:36 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile