| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 15326
|
|
|
|
| |
llvm-svn: 15325
|
|
|
|
| |
llvm-svn: 13797
|
|
|
|
|
|
|
| |
This is a first step in supplying append to basic block constructors
for all instruction types.
llvm-svn: 13793
|
|
|
|
|
|
|
|
|
| |
* Add new constructors to allow insertion of terminator instructions at the
end of basic blocks.
* Move a ReturnInst method out-of-line, so that the vtable and type info don't
need to be emitted to every translation unit that uses the class.
llvm-svn: 10107
|
|
|
|
| |
llvm-svn: 9903
|
|
|
|
|
|
| |
Header files will be on the way.
llvm-svn: 9298
|
|
|
|
| |
llvm-svn: 9071
|
|
|
|
|
|
| |
Add new removeCase method
llvm-svn: 8088
|
|
|
|
|
|
|
|
| |
it is created, as part of the ctor call.
Eliminate the GenericBinaryInst class
llvm-svn: 3653
|
|
|
|
|
|
| |
For details, See: docs/2002-06-25-MegaPatchInfo.txt
llvm-svn: 2779
|
|
|
|
| |
llvm-svn: 2206
|
|
|
|
|
|
|
| |
Rename ConstPool* -> Constant*
Rename ConstPoolVals.h -> ConstantVals.h
llvm-svn: 1407
|
|
|
|
|
|
|
|
|
|
|
| |
Operands are maintained as a vector<Use> in the User class, and operator
iterators are provided as before. Getting an operand no longer requires
a virtual function call.
WARNING: getOperand(x) where x >= getNumOperands() will now assert instead
of returning null!
llvm-svn: 149
|
|
llvm-svn: 2
|