llvm-6502/lib
Chris Lattner cf5640bd52 Switch SelectionDAG::ReplaceAllUsesOfValueWith to use a SmallSetVector for
the users set (most nodes have 1 or 2 users).  This speeds up the isel pass
3.2% on kimwitu.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33849 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-04 00:14:31 +00:00
..
Analysis Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
Archive For PR1050: 2006-12-15 19:44:51 +00:00
AsmParser Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
Bytecode Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
CodeGen Switch SelectionDAG::ReplaceAllUsesOfValueWith to use a SmallSetVector for 2007-02-04 00:14:31 +00:00
Debugger Don't use <sstream> in Streams.h but <iosfwd> instead. 2006-12-07 23:41:45 +00:00
ExecutionEngine Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
Linker preserve sections of globals 2007-02-01 17:12:54 +00:00
Support improve comments, add an assertion 2007-02-01 05:33:21 +00:00
System silence warning 2007-02-01 04:57:00 +00:00
Target ARM callseq_end should have a input flag operand so it would be scheduled right after the call. 2007-02-03 09:11:58 +00:00
Transforms remove some dead code 2007-02-03 23:28:07 +00:00
VMCore Fix a comment that needed to change after SHIFT patch landed. 2007-02-02 13:54:55 +00:00
Makefile Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00