1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib
Bill Wendling 9b15198af4 Fix for PR929. The PHI nodes were being gone through for each instruction
in a successor block for every block...resulting in some O(N^k) algorithm
which wasn't very good for performance. Calculating this information up
front and keeping it in a map made it much faster.

llvm-svn: 30697
2006-10-03 07:20:20 +00:00
..
Analysis Add ability to annotate (color) nodes in a viewGraph. 2006-10-02 12:26:53 +00:00
AsmParser Eliminate ConstantBool::True and ConstantBool::False. Instead, provide 2006-09-28 23:35:22 +00:00
Bytecode Small fixes for supporting dll* linkage types 2006-09-17 13:06:18 +00:00
CodeGen Fix for PR929. The PHI nodes were being gone through for each instruction 2006-10-03 07:20:20 +00:00
Debugger For PR797: 2006-08-25 17:43:11 +00:00
ExecutionEngine Unbreak the JIT 2006-09-15 04:56:11 +00:00
Linker Adding dllimport, dllexport and external weak linkage types. 2006-09-14 18:23:27 +00:00
Support Define this in the correct n/s 2006-09-29 18:43:14 +00:00
System Use new config.h macro 2006-09-14 06:21:59 +00:00
Target These don't have immediate operands. 2006-10-03 06:55:11 +00:00
Transforms Fix PR932 and Analysis/Dominators/2006-10-02-BreakCritEdges.ll: 2006-10-03 07:02:02 +00:00
VMCore Add a version of the globalvariable ctor that inserts at a specific location. 2006-09-30 21:31:26 +00:00
Makefile Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00