- Jul 07, 2006
-
-
Chris Lattner authored
llvm-svn: 29055
-
Chris Lattner authored
llvm-svn: 29049
-
Chris Lattner authored
llvm-svn: 29048
-
Chris Lattner authored
llvm-svn: 29036
-
- Jun 16, 2006
-
-
Reid Spencer authored
the Signals module that registered the handlers would cause the stack trace to be generated. Now, you must explicitly call PrintStackTraceOnErrorSignal in order for that to happen. llvm-svn: 28810
-
- Jun 09, 2006
-
-
Evan Cheng authored
Use execve when explicit environment variables ptr is available. Otherwise just use execv. llvm-svn: 28740
-
- Jun 08, 2006
-
-
Reid Spencer authored
llvm-svn: 28729
-
Reid Spencer authored
Change the file size field of StatusInfo to be uint64_t instead of size_t so that we know it is always 64 bits. This prevents some overflow on systems where size_t is 32 bits when it ought to be 64. llvm-svn: 28726
-
Reid Spencer authored
Provide new llvm::sys::Program facilities for converting the stdout and stdin to binary mode. There is no standard way to do this and the available mechanisms are platform specific. Adjust the bytecode reader and writer to use these methods when their input is stdin or output is stdout. THis avoids the problem with \n writing CRLF to a bytecode file on windows. Patch Contributed by Michael Smith. llvm-svn: 28722
-
- Jun 07, 2006
-
-
Reid Spencer authored
Break the "IncludeFile" mechanism into its own header file and adjust other files accordingly. Use this facility for the IntrinsicInst problem which was the subject of PR800. More to follow on this. llvm-svn: 28709
-
- Jun 05, 2006
-
-
Reid Spencer authored
Add support for Graphviz. Patch contributed by Anton Korobeynikov. llvm-svn: 28684
-
- Jun 01, 2006
-
-
Reid Spencer authored
llvm-svn: 28639
-
Reid Spencer authored
Turn -pedantic and -Wno-long-long compile flags on by default. In a few places, avoid the warnings by removing these options in the local makefile. One notable exception: lib/Target/CBackend/Writer.cpp. These warnings are left on as a reminder to developers to clean them up. llvm-svn: 28614
-
- May 14, 2006
-
-
Chris Lattner authored
llvm-svn: 28292
-
Chris Lattner authored
handle it. Just silently fail. llvm-svn: 28291
-
- May 12, 2006
-
-
Chris Lattner authored
llvm-svn: 28260
-
Chris Lattner authored
llvm-svn: 28257
-
- May 07, 2006
-
-
Jeff Cohen authored
Unlike Unix, Windows won't let a file be implicitly replaced via renaming without explicit permission. llvm-svn: 28157
-
- Apr 29, 2006
-
-
Jeff Cohen authored
llvm-svn: 28023
-
- Apr 17, 2006
-
-
Jeff Cohen authored
llvm-svn: 27761
-
- Apr 13, 2006
-
-
Reid Spencer authored
llvm-svn: 27651
-
- Mar 14, 2006
-
-
Reid Spencer authored
llvm-svn: 26748
-
- Jan 30, 2006
-
-
Jeff Cohen authored
of being unable to search for symbols in an EXE. It will also allow other existing hacks to be improved. llvm-svn: 25805
-
- Jan 29, 2006
-
-
Jeff Cohen authored
llvm-svn: 25795
-
- Dec 22, 2005
-
-
Reid Spencer authored
* Allow the ExecuteAndWait to return negative values if a signal is detected as the reason for the child termination. This is needed to support bugpoint detecting bad things in its child processes. llvm-svn: 24960
-
Reid Spencer authored
dependent portion of the lib/Support/SlowOperationTimer code into the lib/System implementation where it can be ported to different platforms. llvm-svn: 24937
-
- Nov 14, 2005
-
-
Chris Lattner authored
that actually make sense. llvm-svn: 24352
-
Chris Lattner authored
the default allocator uses mmap. llvm-svn: 24349
-
- Oct 24, 2005
-
-
Chris Lattner authored
llvm-svn: 23940
-
Chris Lattner authored
This should speed up build times. llvm-svn: 23937
-
- Aug 24, 2005
-
-
Reid Spencer authored
These patches make threading optional in LLVM. The configuration scripts are now modified to accept a --disable-threads switch. If this is used, the Mutex class will be implemented with all functions as no-op. Furthermore, linking against libpthread will not be done. Finally, the ParallelJIT example needs libpthread so its makefile was changed to always add -lpthread to the link line. llvm-svn: 23003
-
- Aug 02, 2005
-
-
Misha Brukman authored
llvm-svn: 22587
-
Jeff Cohen authored
llvm-svn: 22585
-
Jeff Cohen authored
llvm-svn: 22582
-
Chris Lattner authored
build will not fail llvm-svn: 22578
-
- Jul 30, 2005
-
-
Andrew Lenharth authored
llvm-svn: 22554
-
- Jul 28, 2005
-
-
Reid Spencer authored
appended to a path string that didn't end in a slash, yielding invalid path names. Path contribute by Nicholas Riley. llvm-svn: 22539
-
- Jul 27, 2005
-
-
Jeff Cohen authored
llvm-svn: 22523
-
Jeff Cohen authored
llvm-svn: 22520
-
- Jul 13, 2005
-
-
Reid Spencer authored
of pthreads is missing that call (despite it violating the spec). llvm-svn: 22423
-