llvm-6502/lib
Brian Gaeke 2ffbb6d20a Insert machine instructions generated for Phi nodes into their
corresponding MachineCodeForInstruction vectors.

I need to be able to get the register allocated for the thing which is
called PhiCpRes in this code; this should make that task easier, plus,
Phi nodes are no longer "special" in the sense that their
MachineCodeForInstruction is empty.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13904 91177308-0d34-0410-b5e6-96231b3b80d8
2004-05-30 03:33:49 +00:00
..
Analysis Minor efficiency gain: do 1 nlogn lookup instead of two 2004-05-28 05:36:49 +00:00
Archive Use the new FileUtilities.h API for mapping a file into an address 2004-05-28 00:24:41 +00:00
AsmParser Remove some more dead code resulting from adding setTypeName(). 2004-05-28 00:21:06 +00:00
Bytecode Use the new FileUtilities.h API for mapping a file into an address 2004-05-28 00:24:41 +00:00
CodeGen Fix typo in head-of-file comment. 2004-05-30 03:33:48 +00:00
Debugger "fix" a nasty race condition 2004-01-14 21:18:03 +00:00
ExecutionEngine Use the SystemUtils.h file to do our dirty work. 2004-05-28 00:57:27 +00:00
Linker Header file moved 2004-05-27 05:41:36 +00:00
Support Moved this file to lib/Bytecode/Writer because its used there only. 2004-05-30 00:09:32 +00:00
Target Insert machine instructions generated for Phi nodes into their 2004-05-30 03:33:49 +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 CBackend is no longer here 2004-02-13 23:29:37 +00:00