llvm-6502/lib
Chris Lattner dd28900168 Switch to using SuperFastHash instead of adding all elements together. This
doesn't significantly improve performance but it helps a small amount.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29642 91177308-0d34-0410-b5e6-96231b3b80d8
2006-08-12 01:07:10 +00:00
..
Analysis Speed up Loop::isLCSSAForm by using a binary search and single-entry cache. 2006-08-02 00:14:16 +00:00
Archive
AsmParser
Bytecode
CodeGen Switch to using SuperFastHash instead of adding all elements together. This 2006-08-12 01:07:10 +00:00
Debugger
ExecutionEngine
Linker Remove a redundant syscall. 2006-07-28 22:52:11 +00:00
Support remove IncludeFile turds in MathExtras.h, which bloats every .o file that 2006-08-11 23:52:54 +00:00
System Remove extraneous #include. 2006-08-07 05:36:24 +00:00
Target eliminate extraneous blank line 2006-08-11 21:08:16 +00:00
Transforms Make this example pass use some things from lib/Support (EscapeString, 2006-08-07 23:17:24 +00:00
VMCore Add dominates/properlyDominates queries to IDom. 2006-08-01 22:24:47 +00:00
Makefile