llvm-6502/lib
Dan Gohman 5cffa6fe27 Use iterators to iterate through the Preds array instead of
an index. This code is on the hot-path because the current
way SDep edges are uniqued has quadratic complexity.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64262 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-11 00:12:28 +00:00
..
Analysis
Archive
AsmParser
Bitcode
CodeGen Use iterators to iterate through the Preds array instead of 2009-02-11 00:12:28 +00:00
Debugger
ExecutionEngine
Linker
Support
System Use const, to support platforms where strrchr returns a const char *. 2009-02-10 17:56:28 +00:00
Target Handle llvm.x86.sse2.maskmov.dqu in 64-bit. 2009-02-10 22:06:28 +00:00
Transforms Ignore dbg intrinsic while folding unconditional branch. 2009-02-10 22:14:17 +00:00
VMCore
Makefile