Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Not all platforms supports sighandler_t, so I changed it to use the older | John Criswell | 2004-01-01 | 1 | -1/+1 |
| | | | | | | | | return value from signal() (which should be the same type; it's just not typedef'd). This fixes the build on Solaris. llvm-svn: 10675 | ||||
* | * Add a new helper progress method | Chris Lattner | 2003-12-31 | 1 | -4/+11 |
| | | | | | | | * Make sure that the user sees the 100% mark * Don't bother printing out X.0%, just print out X% llvm-svn: 10672 | ||||
* | Add missing #include | Chris Lattner | 2003-12-31 | 1 | -0/+1 |
| | | | | llvm-svn: 10669 | ||||
* | New class, useful for command-line interactive programs. | Chris Lattner | 2003-12-31 | 1 | -0/+94 |
llvm-svn: 10662 |