aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Win32
AgeCommit message (Expand)Author
2009-08-12improve win32 path support, patch by Baptiste Lepilleur!Chris Lattner
2009-08-03Fix a race condition in getting the process exit code on Win32.Daniel Dunbar
2009-08-02Empty arguments need to be quoted on Win32.Daniel Dunbar
2009-07-26Don't use llvm_report_error in libSystem, this is a layering violation.Daniel Dunbar
2009-07-23Re-committing r76828 with the JIT memory manager changes now that the buildReid Kleckner
2009-07-23Reverting r76825 and r76828, since they caused clang runtime errors and some ...Reid Kleckner
2009-07-23Make the JIT code emitter properly retry and ask for more memory when it runsReid Kleckner
2009-07-18Remove duplication in Program::Execute{And,No}Wait.Mikhail Glushenkov
2009-07-12Use llvm_report_error, not llvm_unreachable.Daniel Dunbar
2009-07-12Improve sys::Path::makeAbsolute on Win32.Daniel Dunbar
2009-07-09eraseFromDisk no longer throws.Chris Lattner
2009-07-08Add an ExecuteNoWait interface to support asynchronous process spawning.David Greene
2009-07-08remove two methods that no longer exist.Chris Lattner
2009-07-08more getting windows to build.Chris Lattner
2009-07-08hopefully fix the build on windows.Chris Lattner
2009-06-30Fixed assert that checks return value of TlsSetValue.Oscar Fuentes
2009-06-26Fix error in the Win32 implementation pointed out by Howard Su.Owen Anderson
2009-06-25Add support for const thread locals.Owen Anderson
2009-06-25Add a class for supporting platform independent thread-local storage.Owen Anderson
2009-06-25Guard dynamic library loading.Owen Anderson
2009-06-18Give RWMutex the SmartRWMutex treatment too.Owen Anderson
2009-06-18Insert a SmartMutex templated class into the class hierarchy, which takes a t...Owen Anderson
2009-06-17Improve the Win32 reader-writer lock implementation by making it just a normalOwen Anderson
2009-06-16Accidentally broke this file.Owen Anderson
2009-06-16Remove the Win32 implementation, since it doesn't compile pre-Vista.Owen Anderson
2009-06-16Add a portable wrapper for reader-writer locks.Owen Anderson
2009-06-15"This patch implements the method with the GetModuleFileName function for win...Chris Lattner
2009-06-15add a new static method to portably determine whether a patch isChris Lattner
2009-06-04Fix comments.Torok Edwin
2009-06-04Add support for outputting ANSI colors to raw_fd_ostream.Torok Edwin
2009-05-11Add terminal width detection to llvm::sys::Process. This is needed toDouglas Gregor
2009-04-28Fix choice of version of Windows callback to use to consider not only the Vis...Stefanus Du Toit
2009-04-21Silence warnings.Anton Korobeynikov
2009-04-21Drop obsolete reference to __eprintf.Anton Korobeynikov
2009-04-14Call CreateProcess with bInheritHandles = TRUE.Mikhail Glushenkov
2009-04-14Delete trailing whitespace.Mikhail Glushenkov
2009-04-01hopefully fix an apparent build error on windows.Chris Lattner
2009-03-31Add llvm::sys::getHostTriple and removeDaniel Dunbar
2009-03-19Fix the Win32 VS2008 build:Sebastian Redl
2009-03-08add some explicit llvm:: qualifiers to the unix side, fix problems on the win...Chris Lattner
2009-03-04Add a new 'AddSignalHandler' function to Signals.h that allowsChris Lattner
2009-02-14Unbreak the build on win32.Cedric Venet
2009-02-12Fix MingW build, patch by Kenneth Boyd!Julien Lerouge
2009-02-08Add a Sleep() function.Mikhail Glushenkov
2009-02-08Add Emacs hints to Alarm.inc.Mikhail Glushenkov
2009-01-29Fix windows build, patch by Marius Wachtler!Chris Lattner
2009-01-22rename methods in System/Host to be more consistent.Chris Lattner
2008-11-02Silence a warningAnton Korobeynikov
2008-10-20Update the stub and callback code to handle lazy compilation. The stubJim Grosbach
2008-10-04Add implementations for sys::Memory::setWritable and sys::Memory::setExecutab...Argyrios Kyrtzidis