| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
|
|
| |
writer, and
bytecode reader.
llvm-svn: 668
|
| |
|
|
| |
llvm-svn: 445
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
| |
llvm-svn: 279
|
| |
|
|
| |
llvm-svn: 271
|
| |
|
|
| |
llvm-svn: 188
|
| |
|
|
|
|
|
|
|
| |
* 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
|
|
|
llvm-svn: 2
|