| Commit message (Collapse) | Author | Age | Files | Lines | 
| | 
| 
| 
|  | 
llvm-svn: 5455
 | 
| | 
| 
| 
| 
| 
|  | 
for no actual parameters, and one ctor is for one actual parameter).
llvm-svn: 5452
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
it is created, as part of the ctor call.
Eliminate the GenericBinaryInst class
llvm-svn: 3653
 | 
| | 
| 
| 
|  | 
llvm-svn: 2205
 | 
| | 
| 
| 
| 
| 
| 
|  | 
class.  The Method class is obsolete (renamed) and all references to it
are being converted over to Function.
llvm-svn: 2144
 | 
| | 
| 
| 
|  | 
llvm-svn: 2115
 | 
| | 
| 
| 
|  | 
llvm-svn: 1503
 | 
| | 
| 
| 
| 
| 
| 
|  | 
Renamed op_const_iterator   -> const_op_iterator
Renamed PointerType::getValueType() -> PointerType::getElementType()
llvm-svn: 1408
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
declare int "malloc"(...)
...
%reg112 = call int (...) * %malloc( uint %cast1007 )
llvm-svn: 932
 | 
| | 
| 
| 
|  | 
llvm-svn: 774
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
* ConstPoolPointerReference now represents a pointer to a GlobalValue
* Methods name references are now explicit pointers to methods
* Rename Value::GlobalVal to Value::GlobalVariableVal to avoid confusion
llvm-svn: 703
 | 
| | 
| 
| 
|  | 
llvm-svn: 545
 | 
| | 
| 
| 
|  | 
llvm-svn: 297
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
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
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
* Convert post to pre-increment for for loops
  * Use generic programming more
  * Use new Value::cast* instructions
  * Use new Module, Method, & BasicBlock forwarding methods
  * Use new facilities in STLExtras.h
  * Use new Instruction::isPHINode() method
llvm-svn: 96
 | 
|   
  
  
   | 
llvm-svn: 2
 |