#
6dec5fe0 |
| 13-Aug-2001 |
Ruchira Sasanka <sasanka@students.uiuc.edu> |
Changed SetMachineOpernad calls in Set3OperandsFromInstr so that the result position is a def (i.e., added true to the end of call) -- Ruchira
llvm-svn: 356
|
#
c82322c5 |
| 07-Aug-2001 |
Ruchira Sasanka <sasanka@students.uiuc.edu> |
*** empty log message ***
llvm-svn: 351
|
#
4ac2975f |
| 07-Aug-2001 |
Ruchira Sasanka <sasanka@students.uiuc.edu> |
added a default isDef arg to SetMachineOperand method - Ruchira
llvm-svn: 350
|
#
ff7070bb |
| 31-Jul-2001 |
Vikram S. Adve <vadve@cs.uiuc.edu> |
Allow machine instructions with variable numbers of arguments. This is used only by Phi for now.
llvm-svn: 336
|
#
bff682df |
| 28-Jul-2001 |
Vikram S. Adve <vadve@cs.uiuc.edu> |
Eliminate separate enum for operand register type. Use union for alternative data for different operand types. Add iterator over Value* operands in a MachineInstr.
llvm-svn: 307
|
#
78a307b1 |
| 23-Jul-2001 |
Chris Lattner <sabre@nondot.org> |
Eliminated the Unique class in favor of NonCopyable and NonCopyableV
llvm-svn: 280
|
#
b2990681 |
| 21-Jul-2001 |
Chris Lattner <sabre@nondot.org> |
Eliminate lots of unnecessary #includes and forward decls there are probably more to kill
llvm-svn: 261
|
#
dd511760 |
| 21-Jul-2001 |
Chris Lattner <sabre@nondot.org> |
Renamed include/llvm/Codegen to include/llvm/CodeGen
llvm-svn: 253
|
#
ab9e5571 |
| 21-Jul-2001 |
Vikram S. Adve <vadve@cs.uiuc.edu> |
Instruction selection via pattern matching on instruction trees using BURG.
llvm-svn: 231
|