llvm-6502/lib
Chris Lattner e21f68d1e8 Two problems with these lines of code:
1. The "work" was not in the assert, so it was punishing the optimized release
 2. getNamedFunction is _very_ expensive in large programs.  It is not designed
    to be used like this, and was taking 7% of the execution time of the code
    generator on perlbmk.

Since the assert "can never fail", I'm just killing it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11214 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-09 00:59:07 +00:00
..
Analysis Add one that I missed 2004-02-08 01:53:10 +00:00
Archive * finegrainify namespacification of ArchiveReader.cpp 2004-01-10 19:00:15 +00:00
AsmParser Change the 'exception' destination to the 'unwind' destination. We will always 2004-02-08 21:48:25 +00:00
Bytecode Fix PR215: [bcwriter] Problem compactifying ConstantPointerRefs 2004-02-09 00:15:41 +00:00
CodeGen Increase code clarity. 2004-02-06 18:08:18 +00:00
Debugger "fix" a nasty race condition 2004-01-14 21:18:03 +00:00
ExecutionEngine rename the "exceptional" destination of an invoke instruction to the 'unwind' dest 2004-02-08 21:44:31 +00:00
Linker Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into 2004-01-26 20:59:41 +00:00
Support Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into 2004-01-26 20:59:41 +00:00
Target rename the "exceptional" destination of an invoke instruction to the 'unwind' dest 2004-02-08 21:44:31 +00:00
Transforms The ConstantExpr::getCast call can cause a CPR to be generated. If so, 2004-02-09 00:20:55 +00:00
VMCore Two problems with these lines of code: 2004-02-09 00:59:07 +00:00
Makefile Add new dir 2004-01-05 05:25:59 +00:00