1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib
Brian Gaeke f2f7cc0d50 Reduce the amount of LLVM Values for which we save reg. allocator
state. Also, save the state for the incoming register of each phi
node.

llvm-svn: 13906
2004-05-30 07:08:43 +00:00
..
Analysis Minor efficiency gain: do 1 nlogn lookup instead of two 2004-05-28 05:36:49 +00:00
AsmParser Remove some more dead code resulting from adding setTypeName(). 2004-05-28 00:21:06 +00:00
Bytecode Moved this file to lib/Bytecode/Writer because its used there only. 2004-05-30 00:09:32 +00:00
CodeGen Fix typo in head-of-file comment. 2004-05-30 03:33:48 +00:00
Debugger
ExecutionEngine Use the SystemUtils.h file to do our dirty work. 2004-05-28 00:57:27 +00:00
Support Moved this file to lib/Bytecode/Writer because its used there only. 2004-05-30 00:09:32 +00:00
Target Reduce the amount of LLVM Values for which we save reg. allocator 2004-05-30 07:08:43 +00:00
Transforms Fix one of the major things that is causing the C Backend to infinite loop 2004-05-28 05:02:13 +00:00
VMCore Fix a bug that Chris asserts emphatically is a bug. The changed clause 2004-05-30 01:19:48 +00:00
Makefile