- Jun 26, 2009
-
-
Owen Anderson authored
llvm-svn: 74248
-
Owen Anderson authored
llvm-svn: 74226
-
- Jun 25, 2009
-
-
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 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
-
- Jun 17, 2009
-
-
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
-
- Jun 16, 2009
-
-
Owen Anderson authored
llvm-svn: 73552
-
Owen Anderson authored
llvm-svn: 73550
-
Owen Anderson authored
llvm-svn: 73545
-
- Jun 15, 2009
-
-
Chris Lattner authored
Patch by Benjamin Kramer! llvm-svn: 73379
-
Chris Lattner authored
absolute or not, based on a patch by Gregory Curfman! llvm-svn: 73368
-
- Jun 04, 2009
-
-
Torok Edwin authored
llvm-svn: 72858
-
Torok Edwin authored
llvm-svn: 72854
-
- May 11, 2009
-
-
Douglas Gregor authored
fix Clang PRs 4148 and 4183. llvm-svn: 71448
-
- Apr 28, 2009
-
-
Stefanus Du Toit authored
Fix choice of version of Windows callback to use to consider not only the Visual Studio version, but also the Windows SDK version. Patch by Tareq Siraj. llvm-svn: 70299
-
- Apr 21, 2009
-
-
Anton Korobeynikov authored
Patch by Jay Foad! llvm-svn: 69679
-
Anton Korobeynikov authored
Patch by Jay Foad! llvm-svn: 69678
-
- Apr 14, 2009
-
-
Mikhail Glushenkov authored
Makes llvmc show error messages printed by child processes when run from the Cygwin/MSYS shell. Since ExecuteAndWait does not return until the child program has finished execution, this change should be harmless. llvm-svn: 69082
-
Mikhail Glushenkov authored
llvm-svn: 69081
-
- Apr 01, 2009
-
-
Chris Lattner authored
llvm-svn: 68175
-
- Mar 31, 2009
-
-
Daniel Dunbar authored
llvm::sys::getOS{Name,Version}. Right now the implementation just derives from LLVM_HOSTTRIPLE (which is wrong, but it doesn't look like we have a define for the target triple). Ideally this routine would actually be able to compute the triple for targets we care about. llvm-svn: 68118
-
- Mar 20, 2009
-
-
Sebastian Redl authored
- Make type declarations match the struct/class keyword of the definition. - Move AddSignalHandler into the namespace where it belongs. - Correctly call functions from template base. - Some other small changes. With this patch, LLVM and Clang should build properly and with far less noise under VS2008. llvm-svn: 67347
-
- Mar 08, 2009
-
-
Chris Lattner authored
llvm-svn: 66386
-
- Mar 04, 2009
-
-
Chris Lattner authored
arbitrary functions to be run when a crash happens. Delete RemoveDirectoryOnSignal as it is dead and has never had clients. Change PrintStackTraceOnErrorSignal to be implemented in terms of AddSignalHandler. I updated the Win32 versions of these APIs, but can't test them. If there are any problems, I'd be happy to fix them as well. llvm-svn: 66072
-
- Feb 14, 2009
-
-
Cedric Venet authored
Cleanup some warning. Remark: when struct/class are declared differently than they are defined, this make problem for VC++ since it seems to mangle class differently that struct. These error are very hard to understand and find. So please, try to keep your definition/declaration in sync. Only tested with VS2008. hope it does not break anything. feel free to revert. llvm-svn: 64554
-
- Feb 12, 2009
-
-
Julien Lerouge authored
llvm-svn: 64366
-
- Feb 08, 2009
-
-
Mikhail Glushenkov authored
llvm-svn: 64101
-
Mikhail Glushenkov authored
Also removes some trailing whitespace and fixes one 80-column violation. llvm-svn: 64094
-
- Jan 29, 2009
-
-
Chris Lattner authored
llvm-svn: 63325
-
- Jan 22, 2009
-
-
Chris Lattner authored
llvm-svn: 62776
-
- Nov 02, 2008
-
-
Anton Korobeynikov authored
llvm-svn: 58563
-
- Oct 20, 2008
-
-
Jim Grosbach authored
is re-written by the callback to branch directly to the compiled code in future invocations. Added back in range-based memory permission functions for the updating of the stub on Darwin. llvm-svn: 57846
-
- Oct 04, 2008
-
-
Argyrios Kyrtzidis authored
llvm-svn: 57047
-
- Oct 02, 2008
-
-
Daniel Dunbar authored
& version as strings. - Win32 code is untested. llvm-svn: 56942
-
- Aug 12, 2008
-
-
Chris Lattner authored
Kovarththanan Rajaratnam! llvm-svn: 54655
-
- Jun 16, 2008
-
-
Argyrios Kyrtzidis authored
llvm-svn: 52312
-
- Jun 15, 2008
-
-
Argyrios Kyrtzidis authored
llvm-svn: 52288
-
Argyrios Kyrtzidis authored
This bug made llvm-ld unable to function with "-native" option, since the process that was used to call 'gcc' was crashing. llvm-svn: 52284
-
- Jun 12, 2008
-
-
Matthijs Kooijman authored
error that caused it to redirect stderr to stdout too often. This fix is applied identically to the win32 code as well, but that is untested. --Thi line, and those below, will be ignored-- M System/Unix/Program.inc M System/Win32/Program.inc llvm-svn: 52233
-