Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't | Dan Gohman | 2009-09-11 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | working. To support this, add an is_displayed() function to raw_ostream, and generalize Process::StandardOutIsDisplayed and friends in order to support it. Also, call RemoveFileOnSignal before creating a file instead of after, so that the file isn't left behind if the program is interrupted between when the file is created and RemoveFileOnSignal is called. While here, add a -S to llvm-extract and port it to IRReader so that it supports assembly input. llvm-svn: 81568 | ||||
* | Update documentation for the -f change. | Dan Gohman | 2009-08-25 | 1 | -3/+3 |
| | | | | llvm-svn: 79996 | ||||
* | eliminated all references to 'bytecode' from .pod files | Gabor Greif | 2007-07-09 | 1 | -4/+4 |
| | | | | llvm-svn: 38452 | ||||
* | Change docs for llvm.cs.uiuc.edu -> llvm.org | Reid Spencer | 2006-03-14 | 1 | -1/+1 |
| | | | | llvm-svn: 26747 | ||||
* | this detail is not needed here | Chris Lattner | 2005-05-13 | 1 | -9/+0 |
| | | | | llvm-svn: 21966 | ||||
* | extract has been renamed to llvm-extract to avoid conflicting with another tool | Misha Brukman | 2005-04-24 | 1 | -0/+72 |
llvm-svn: 21501 |