- 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
-
Matthijs Kooijman authored
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. llvm-svn: 52230
-
- Jun 06, 2008
-
-
Anton Korobeynikov authored
Patch by Julien Lerouge! llvm-svn: 52037
-
- May 11, 2008
-
-
Nick Lewycky authored
include backslashes on Windows. This should fix llvm-ld problems on win32. llvm-svn: 50960
-
- May 06, 2008
-
-
Nick Lewycky authored
llvm-ar being unable to rename files. llvm-svn: 50702
-
- Apr 08, 2008
-
-
Ted Kremenek authored
llvm-svn: 49354
-
- Apr 07, 2008
-
-
Ted Kremenek authored
llvm-svn: 49352
-
- Apr 01, 2008
-
-
Chris Lattner authored
llvm-svn: 49035
-
Chris Lattner authored
llvm-svn: 49030
-
Chris Lattner authored
llvm-svn: 49026
-
Chris Lattner authored
and shared. This complicates the design, is not used, and probably doesn't even work. llvm-svn: 49022
-
Chris Lattner authored
tons of out of date comments (really nothing throws here!) and fixes some other fairly glaring issues: "size" used to return the size of the file *and* change it, depending on how you called it. llvm-svn: 49009
-
- Mar 24, 2008
-
-
Owen Anderson authored
llvm-svn: 48743
-
- Mar 22, 2008
-
-
Owen Anderson authored
llvm-svn: 48676
-
- Mar 14, 2008
-
-
Chris Lattner authored
llvm-svn: 48370
-
- Mar 13, 2008
-
-
Chris Lattner authored
llvm-svn: 48327
-
- Mar 03, 2008
-
-
Chris Lattner authored
main executable of a program. This needs to be implemented on windows. llvm-svn: 47835
-
- Feb 27, 2008
-
-
Chris Lattner authored
llvm-svn: 47662
-
- Feb 22, 2008
-
-
Anton Korobeynikov authored
llvm-svn: 47479
-
- Jan 29, 2008
-
-
Dan Gohman authored
llvm-svn: 46514
-
- Jan 24, 2008
-
-
Anton Korobeynikov authored
llvm-svn: 46296
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45418
-
- Dec 22, 2007
-
-
Anton Korobeynikov authored
llvm-svn: 45314
-
- Dec 18, 2007
-
-
Ted Kremenek authored
llvm-svn: 45182
-