llvm-6502/lib
Chris Lattner fe41069070 Concisify some code
Do not call FindGlobalNamed when we know we will ignore the result (because
we are not going to link a static symbol anyway).  This speeds up
gccld -disable-opt on 252.eon from 8.63s to 8.39s.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15465 91177308-0d34-0410-b5e6-96231b3b80d8
2004-08-04 06:05:47 +00:00
..
Analysis Hide this option 2004-08-02 20:16:21 +00:00
Archive Add #include <iostream> which is needed now that Value.h doesn't include it 2004-07-04 11:01:27 +00:00
AsmParser Merge i*.h headers into Instructions.h as part of bug403. 2004-07-29 12:17:34 +00:00
Bytecode Make getGlobalTableValue not use getTypeSlot, this speeds up the bc reader 2004-08-04 00:19:23 +00:00
CodeGen Squelch warnings in release mode 2004-08-04 03:51:55 +00:00
Debugger Header moved 2004-07-29 17:15:38 +00:00
ExecutionEngine bug 122: 2004-07-18 00:41:27 +00:00
Linker Concisify some code 2004-08-04 06:05:47 +00:00
Support Add a --version option for every tool that prints out: 2004-08-04 00:36:06 +00:00
System A description of what this library is about, reference to the documentation 2004-07-18 22:33:08 +00:00
Target Squelch warnings in release mode 2004-08-04 03:51:55 +00:00
Transforms Fix a regression in InstCombine/xor.ll 2004-08-01 19:42:59 +00:00
VMCore Concisify some code 2004-08-04 06:05:47 +00:00
Makefile