Chris Lattner
|
0304b82f80
|
Fix a ton of comment typos found by codespell. Patch by
Luis Felipe Strano Moraes!
llvm-svn: 129558
|
2011-04-15 05:18:47 +00:00 |
|
Benjamin Kramer
|
dd8cb156c1
|
Avoid initializing posix_spawn_file_actions_t if not used.
- glibc falls back to fork+exec if a file actions object is present.
- On BSDs this saves a malloc.
llvm-svn: 127969
|
2011-03-20 15:52:24 +00:00 |
|
Michael J. Spencer
|
917b043a16
|
Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::exists.
llvm-svn: 123151
|
2011-01-10 02:34:23 +00:00 |
|
Charles Davis
|
e7f14dfdb8
|
Now to chant the magical incantation that will exorcise the System library
from LLVM forever:
grep -lR "llvm/System" * | grep -v .svn | xargs sed -ie 's#llvm/System#llvm/Support#g'
llvm-svn: 120314
|
2010-11-29 19:44:50 +00:00 |
|
Michael J. Spencer
|
d5ec932c3a
|
Merge System into Support.
llvm-svn: 120298
|
2010-11-29 18:16:10 +00:00 |
|