llvm-6502/lib
Matthijs Kooijman 905261efed Make I/O redirection handling in sys::Program a bit more consistent. No
functional changes. Win32 code is untested, but should work fine.

In the unix variant, rename RedirectFD to RedirectIO and let that function
handle empty and null paths instead of doing that in the caller 3 times. This
is the same as win32 already does it.

In the win32 variant, use Path::isEmpty() instead of checking the resulting
c_str() manually. This is the same as unix already does it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52230 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-12 10:47:18 +00:00
..
Analysis Expose a public interface to this pass. 2008-06-05 23:45:18 +00:00
Archive Create archives with the same permissions are ar. 2008-05-24 05:42:29 +00:00
AsmParser AsmParser support for immediate constant aggregate values. 2008-06-09 14:45:02 +00:00
Bitcode Better test for availability of __gnu_cxx::stdio_filebuf. 2008-06-11 10:46:24 +00:00
CodeGen Sometimes (rarely) nodes held in LegalizeTypes 2008-06-11 11:42:12 +00:00
Debugger Make these variables static. 2008-04-23 23:15:23 +00:00
ExecutionEngine Add #includes to make some dependencies explicit. 2008-05-23 20:40:06 +00:00
Linker use 'continue' to make the function linker simpler. When linking a strong 2008-06-09 07:47:34 +00:00
Support As comments said, for negative value, the arithmetic 2008-06-05 13:27:38 +00:00
System Make I/O redirection handling in sys::Program a bit more consistent. No 2008-06-12 10:47:18 +00:00
Target Properly lower DYNAMIC_STACKALLOC - bracket all black magic with 2008-06-11 20:16:42 +00:00
Transforms op_iterator-ify some loops, fix 80col violations 2008-06-11 21:38:51 +00:00
VMCore Re-apply 52002, allowing the verifier to accept non-MRV struct return 2008-06-09 21:26:13 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00