1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/lib
Misha Brukman 11d1764f74 * Make a PPC32-specific code emitter because we have separate classes for 32-
and 64-bit code emitters that cannot share code unless we use virtual
  functions
* Identify components being built by tablegen with more detail by assigning them
  to PowerPC, PPC32, or PPC64 more specifically; also avoids seeing 'building
  PowerPC XYZ' messages twice, where one is for PPC32 and one for PPC64

llvm-svn: 16980
2004-10-14 06:04:56 +00:00
..
Analysis Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
AsmParser Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
Bytecode Today is not my day. Fix broken # 2004-10-14 02:31:35 +00:00
CodeGen Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
Debugger Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
ExecutionEngine Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
Support Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
System Allow this file to compile on Darwin. 2004-10-14 03:33:25 +00:00
Target * Make a PPC32-specific code emitter because we have separate classes for 32- 2004-10-14 06:04:56 +00:00
Transforms When converting phi nodes into select instructions, we shouldn't promote PHI 2004-10-14 05:13:36 +00:00
VMCore Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
Makefile Wrap long line 2004-09-15 01:34:42 +00:00
Makefile.am Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00