| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Unresolved variable names now have the correct line number for their
error messages
* Rename Def* to Value*
* Check for symbol table collisions before inserting values
* Remove the STRING keyword
* Enable the use of string literals to initialize constant arrays
* Enable the use of extended constants in more locations: eg ret [int] [4, 5]
* Allow method prototypes to appear in the constant pool of the program
* Support varargs methods better. Enable varargs methods with 0 fixed
arguments
* Allow the entire method prototype to optionally be specified in a call inst
llvm-svn: 321
|
| |
|
|
|
|
| |
values directly. This was causing test failures. :(
llvm-svn: 304
|
| |
|
|
|
|
| |
Remove tool generated files
llvm-svn: 296
|
| |
|
|
| |
llvm-svn: 279
|
| |
|
|
| |
llvm-svn: 271
|
| |
|
|
| |
llvm-svn: 212
|
| |
|
|
|
|
|
|
| |
a method
is defined more than once, instead of crashing.
llvm-svn: 195
|
| |
|
|
| |
llvm-svn: 188
|
| |
|
|
| |
llvm-svn: 179
|
| |
|
|
| |
llvm-svn: 171
|
| |
|
|
| |
llvm-svn: 164
|
| |
|
|
| |
llvm-svn: 161
|
| |
|
|
| |
llvm-svn: 160
|
| |
|
|
| |
llvm-svn: 156
|
| |
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
| |
type of the instruction.
llvm-svn: 148
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
| |
with the classname anyways.
llvm-svn: 74
|
| |
|
|
|
|
|
| |
* Changes in PHI node structure
* Change to PHI syntax
llvm-svn: 24
|
| |
|
|
|
|
| |
to the UnaryOperator class (from the Instruction class).
llvm-svn: 21
|
|
|
llvm-svn: 2
|