llvm-6502/lib
Chris Lattner d34ff14358 switch TypeHasCycleThroughItself from using an std::set to using a SmallPtrSet,
this speeds up the linking testcase in PR1860 by 44% (.379 -> 0.263)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52365 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-16 21:20:58 +00:00
..
Analysis Make BuildSubAggregate use FindInsertedElement again to prevent it from 2008-06-16 14:13:46 +00:00
Archive Create archives with the same permissions are ar. 2008-05-24 05:42:29 +00:00
AsmParser AsmParser support for immediate constant aggregate values. 2008-06-09 14:45:02 +00:00
Bitcode Better test for availability of __gnu_cxx::stdio_filebuf. 2008-06-11 10:46:24 +00:00
CodeGen Remove special case handling of empty MBBs now that we assign indices to them. 2008-06-16 19:32:40 +00:00
Debugger Make these variables static. 2008-04-23 23:15:23 +00:00
ExecutionEngine Add a new flag that disables symbol lookup with dlsym when set. This allows 2008-06-16 17:44:14 +00:00
Linker stop making PATypeHolder's so crazily. 2008-06-16 21:17:12 +00:00
Support As comments said, for negative value, the arithmetic 2008-06-05 13:27:38 +00:00
System Minor comment fix. 2008-06-16 10:14:09 +00:00
Target Horizontal-add instructions are not commutative. 2008-06-16 21:16:24 +00:00
Transforms Switch over to SetVector to ensure same order of iterations do not vary across runs. 2008-06-16 21:08:17 +00:00
VMCore switch TypeHasCycleThroughItself from using an std::set to using a SmallPtrSet, 2008-06-16 21:20:58 +00:00
Makefile