Chris Lattner
|
c228dd36a3
|
Add the Instruction::Select enum
llvm-svn: 12310
|
2004-03-12 05:50:53 +00:00 |
|
Brian Gaeke
|
d25f86d683
|
Put all LLVM code into the llvm namespace, as per bug 109.
llvm-svn: 9903
|
2003-11-11 22:41:34 +00:00 |
|
John Criswell
|
16c6cda9d5
|
Added LLVM copyright header (for lack of a better term).
llvm-svn: 9304
|
2003-10-20 20:19:47 +00:00 |
|
Chris Lattner
|
87843f87b8
|
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction::PHI" to be more consistent with the other instructions.
llvm-svn: 9269
|
2003-10-19 21:34:28 +00:00 |
|
Chris Lattner
|
d0e3a15a9e
|
New revised variable argument handling support
llvm-svn: 9219
|
2003-10-18 05:53:13 +00:00 |
|
Chris Lattner
|
4e4c763dfc
|
Standardize header file comments
llvm-svn: 8782
|
2003-09-30 18:37:50 +00:00 |
|
Chris Lattner
|
56bc7d4056
|
Add new unwind instruction. Happily there was a slot leftover from when the
'not' instruction was removed long ago
llvm-svn: 8404
|
2003-09-08 18:54:01 +00:00 |
|
Chris Lattner
|
bb2a0102ae
|
Add new VarArgInst class for the va_arg instruction
llvm-svn: 6027
|
2003-05-08 02:42:50 +00:00 |
|
Chris Lattner
|
303a74440f
|
Eliminate the GenericBinaryInst class.
llvm-svn: 3647
|
2002-09-10 15:27:31 +00:00 |
|
Chris Lattner
|
aac33658b1
|
Remove the last traces of the NOT instruction
llvm-svn: 3346
|
2002-08-15 16:14:49 +00:00 |
|
Chris Lattner
|
7a018a27b2
|
Remove reference to GenericUnaryInst class
llvm-svn: 3325
|
2002-08-14 18:18:50 +00:00 |
|
Chris Lattner
|
e3bca2be3b
|
Allow implementation of all HANDLE_*_INST macros at once by defining HANDLE_INST
llvm-svn: 1919
|
2002-03-19 05:51:18 +00:00 |
|
Chris Lattner
|
a23671c6ba
|
New file to define instructions...
llvm-svn: 791
|
2001-10-14 17:24:33 +00:00 |
|