Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add r127409 back now that the windows file was updated. | Rafael Espindola | 2011-03-10 | 1 | -3/+3 |
| | | | | llvm-svn: 127417 | ||||
* | Revert r127409 which broke all the Windows bots. | Jakob Stoklund Olesen | 2011-03-10 | 1 | -3/+3 |
| | | | | llvm-svn: 127413 | ||||
* | Add support for MemoryBuffers that are not null terminated and add | Rafael Espindola | 2011-03-10 | 1 | -3/+3 |
| | | | | | | support for creating buffers that cover only a part of a file. llvm-svn: 127409 | ||||
* | improve support for OpenBSD, patch by Amit Kulkarni! | Chris Lattner | 2011-02-18 | 1 | -2/+4 |
| | | | | llvm-svn: 125943 | ||||
* | Support/Path: Deprecate PathV1::isDirectory and replace all uses with ↵ | Michael J. Spencer | 2011-01-11 | 1 | -1/+2 |
| | | | | | | PathV2::is_directory. llvm-svn: 123209 | ||||
* | Support/Path: Deprecate PathV1::exists and replace all uses with ↵ | Michael J. Spencer | 2011-01-10 | 1 | -1/+2 |
| | | | | | | PathV2::fs::exists. llvm-svn: 123151 | ||||
* | Support/PathV1: Deprecate GetRootDirectory. | Michael J. Spencer | 2010-12-27 | 1 | -6/+5 |
| | | | | llvm-svn: 122580 | ||||
* | Support/PathV1: Deprecate makeAbsolute and remove Unix impl because it ↵ | Michael J. Spencer | 2010-12-25 | 1 | -12/+0 |
| | | | | | | annoys people. llvm-svn: 122553 | ||||
* | Now to chant the magical incantation that will exorcise the System library | Charles Davis | 2010-11-29 | 1 | -1/+1 |
| | | | | | | | | from LLVM forever: grep -lR "llvm/System" * | grep -v .svn | xargs sed -ie 's#llvm/System#llvm/Support#g' llvm-svn: 120314 | ||||
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -0/+896 |
llvm-svn: 120298 |