Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the simpler version of sys::fs::remove when possible. | Rafael Espindola | 2014-01-10 | 1 | -4/+2 |
| | | | | llvm-svn: 198958 | ||||
* | Add a wrapper for open. | Rafael Espindola | 2013-07-16 | 1 | -3/+2 |
| | | | | | | | This centralizes the handling of O_BINARY and opens the way for hiding more differences (like how open behaves with directories). llvm-svn: 186447 | ||||
* | Reapply r183985 now that the missing check was added to PathV2. | Rafael Espindola | 2013-06-17 | 1 | -3/+5 |
| | | | | llvm-svn: 184120 | ||||
* | Revert "Remove a use of PathV1.h." | Rafael Espindola | 2013-06-17 | 1 | -5/+3 |
| | | | | | | | | This reverts commit r183985. We were missing the checks for not deleting things like /dev/null. llvm-svn: 184111 | ||||
* | Don't use PathV1.h in LTOCodeGenerator.cpp | Rafael Espindola | 2013-06-17 | 1 | -0/+4 |
| | | | | | | | This patch also adds a simpler version of sys::fs::remove and a tool_output_file constructor for when we already have an open file. llvm-svn: 184095 | ||||
* | Remove a use of PathV1.h. | Rafael Espindola | 2013-06-14 | 1 | -3/+5 |
| | | | | llvm-svn: 183985 | ||||
* | Don't use PathV1.h in Signals.h. | Rafael Espindola | 2013-06-13 | 1 | -2/+3 |
| | | | | llvm-svn: 183947 | ||||
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
| | | | | llvm-svn: 120298 | ||||
* | Move tool_output_file into its own file. | Dan Gohman | 2010-10-07 | 1 | -0/+43 |
llvm-svn: 115973 |