| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
| |
llvm-svn: 2043
|
| |
|
|
|
|
| |
creation functions in their public header file, unless they can help it.
llvm-svn: 1816
|
| |
|
|
| |
llvm-svn: 1796
|
| |
|
|
|
|
| |
directories. Eliminate the opt namespace.
llvm-svn: 1520
|
| |
|
|
| |
llvm-svn: 1503
|
| |
|
|
|
|
|
| |
Rename ConstPool* -> Constant*
Rename ConstPoolVals.h -> ConstantVals.h
llvm-svn: 1407
|
| |
|
|
| |
llvm-svn: 1405
|
| |
|
|
| |
llvm-svn: 1056
|
| |
|
|
| |
llvm-svn: 873
|
| |
|
|
| |
llvm-svn: 812
|
| |
|
|
| |
llvm-svn: 764
|
| |
|
|
| |
llvm-svn: 697
|
| |
|
|
|
|
| |
Eliminate old style casts from value.h
llvm-svn: 696
|
| |
|
|
| |
llvm-svn: 455
|
| |
|
|
| |
llvm-svn: 200
|
| |
|
|
|
|
|
|
|
| |
* Renamed getOpcode to getOpcodeName
* Changed getOpcodeName to return a const char * instead of string
* Added a getOpcode method to replace getInstType
* Changed code to use getOpcode instead of getInstType
llvm-svn: 152
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Optimizations now live in the 'opt' namespace
include/llvm/Opt was renamed include/llvm/Optimizations
llvm-svn: 113
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
| |
* Changes in PHI node structure
llvm-svn: 25
|
|
|
llvm-svn: 2
|