1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/lib
Chris Lattner caf5825a8a Reorder for minor efficiency gain
llvm-svn: 9285
2003-10-20 05:54:26 +00:00
..
Analysis Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction::PHI" to be more consistent with the other instructions. 2003-10-19 21:34:28 +00:00
AsmParser Eliminate unused class 2003-10-19 21:39:41 +00:00
Bytecode Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction::PHI" to be more consistent with the other instructions. 2003-10-19 21:34:28 +00:00
CodeGen Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction::PHI" to be more consistent with the other instructions. 2003-10-19 21:34:28 +00:00
CWriter Add support for the new varargs intrinsics and instructions 2003-10-18 05:57:43 +00:00
ExecutionEngine Hrm, a relic from the past. How cute :) 2003-10-20 05:45:49 +00:00
Support Add debugtype, make output marginally more nice 2003-10-19 02:27:40 +00:00
Target Emit x86 instructions for: A = B op C, where A and B are 16-bit registers, 2003-10-20 05:53:31 +00:00
Transforms Reorder for minor efficiency gain 2003-10-20 05:54:26 +00:00
VMCore Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction::PHI" to be more consistent with the other instructions. 2003-10-19 21:34:28 +00:00
Makefile Removed Support directory. It now lives in llvm/support/lib. 2003-09-29 16:10:43 +00:00