- Jul 09, 2009
-
-
Chris Lattner authored
llvm-svn: 75139
-
- Jul 08, 2009
-
-
David Greene authored
Add an ExecuteNoWait interface to support asynchronous process spawning. llvm-svn: 75055
-
Chris Lattner authored
llvm-svn: 74982
-
Chris Lattner authored
llvm-svn: 74981
-
Chris Lattner authored
llvm-svn: 74977
-
- Jul 07, 2009
-
-
Chris Lattner authored
This fixes PR4512 and eliminating static ctors is always good. Losing thread safety is unfortunate, but the code is just incredibly poorly designed. If someone is interested, the "right" solution is to split DynamicLibrary.cpp into two separate pieces: a stateless piece in libsystem, and a simple support file in libsupport that has the "state" (e.g. AddSymbol) in managed static objects. Doing this would both fix memory leaks we already have, as well as make the code thread safe again. it would also make sense to move all the unix specific code in System/DynamicLibrary.cpp into System/Unix/DynamicLibrary.inc. llvm-svn: 74927
-
Chris Lattner authored
llvm-svn: 74926
-
Chris Lattner authored
llvm-svn: 74924
-
- Jul 06, 2009
-
-
Owen Anderson authored
llvm-svn: 74854
-
Owen Anderson authored
Patch by Xerxes Ranby. llvm-svn: 74846
-
Chris Lattner authored
llvm-svn: 74835
-
Jeffrey Yasskin authored
llvm-svn: 74834
-
- Jul 02, 2009
-
-
Duncan Sands authored
llvm-svn: 74697
-
- Jul 01, 2009
-
-
Jeffrey Yasskin authored
Windows variant, strerror_s, but I couldn't test that. I'll update configure and config.h.in in a subsequent patch. llvm-svn: 74621
-
Owen Anderson authored
llvm-svn: 74612
-
Owen Anderson authored
llvm-svn: 74597
-
- Jun 30, 2009
-
-
Oscar Fuentes authored
See http://msdn.microsoft.com/en-us/library/ms686818(VS.85).aspx Patch by Olaf Krzikalla! llvm-svn: 74526
-
- Jun 26, 2009
-
-
Owen Anderson authored
Patch by Xerxes Ranby. llvm-svn: 74283
-
Daniel Dunbar authored
llvm-svn: 74250
-
Owen Anderson authored
llvm-svn: 74248
-
Owen Anderson authored
llvm-svn: 74226
-
Owen Anderson authored
llvm-svn: 74225
-
Owen Anderson authored
llvm-svn: 74222
-
- Jun 25, 2009
-
-
Owen Anderson authored
llvm-svn: 74210
-
Owen Anderson authored
Windows people, please double-check/patch this. llvm-svn: 74209
-
Owen Anderson authored
I did my best at implementing this for Win32, but I don't have a way to test it. Can someone with access to a Win32 machine test/fix this? llvm-svn: 74188
-
- Jun 23, 2009
-
-
Owen Anderson authored
llvm-svn: 74004
-
Owen Anderson authored
we care about are capable of supporting it. llvm-svn: 73993
-
Owen Anderson authored
llvm-svn: 73980
-
Owen Anderson authored
the near future. llvm-svn: 73971
-
Owen Anderson authored
llvm-svn: 73964
-
- Jun 20, 2009
-
-
Owen Anderson authored
llvm-svn: 73806
-
- Jun 19, 2009
-
-
Owen Anderson authored
Patch by Ðван СоÑокин. llvm-svn: 73779
-
- Jun 18, 2009
-
-
Owen Anderson authored
llvm-svn: 73710
-
Owen Anderson authored
Insert a SmartMutex templated class into the class hierarchy, which takes a template parameter specifying whether this mutex should become a no-op when not running in multithreaded mode. Make sys::Mutex a typedef of SmartMutex<false>, to preserve source compatibility. llvm-svn: 73709
-
Ted Kremenek authored
llvm-svn: 73708
-
Owen Anderson authored
llvm-svn: 73707
-
Owen Anderson authored
Patch by Howard Su. llvm-svn: 73680
-
- Jun 17, 2009
-
-
Douglas Gregor authored
llvm-svn: 73615
-
Owen Anderson authored
lock. This is obviously bad, but at least it's threadsafe! If you know how to improve this in a pre-Vista friendly well, patches welcome! Patch by Max Burke. llvm-svn: 73607
-