- Jul 12, 2010
-
-
Duncan Sands authored
llvm-svn: 108130
-
Chris Lattner authored
remove it, fixing PR6909. llvm-svn: 108125
-
Chris Lattner authored
patch by Lasse Kärkkäinen in PR7404. llvm-svn: 108110
-
- Jul 07, 2010
-
-
Chris Lattner authored
llvm-svn: 107785
-
- Jun 10, 2010
-
-
Duncan Sands authored
warnings with gcc-4.6, by not setting bits when the result is not used. llvm-svn: 105790
-
- May 28, 2010
-
-
Dan Gohman authored
and change llvm::sys::RunInterruptHandlers to call that function directly instead of calling SignalHandler, because the rest of SignalHandler invokes side effects which aren't appropriate, including raising the signal. llvm-svn: 104896
-
- May 27, 2010
-
-
Dan Gohman authored
can't be read, since it isn't cleared on other error paths. llvm-svn: 104852
-
Dan Gohman authored
getMagicNumber() does its own error checking. llvm-svn: 104851
-
- May 08, 2010
-
-
Daniel Dunbar authored
stuff. llvm-svn: 103333
-
- Apr 19, 2010
-
-
Dan Gohman authored
llvm-svn: 101790
-
Dan Gohman authored
llvm-svn: 101785
-
Dan Gohman authored
llvm-svn: 101782
-
Dan Gohman authored
llvm-svn: 101781
-
- Apr 18, 2010
-
-
Chris Lattner authored
llvm-svn: 101723
-
Benjamin Kramer authored
llvm-svn: 101711
-
Benjamin Kramer authored
llvm-svn: 101710
-
Nick Lewycky authored
platforms to unbreak the darwin and linux builds. The BSD folks should feel free to change the #if, if this breaks them. llvm-svn: 101703
-
Nick Lewycky authored
llvm-svn: 101702
-
Nick Lewycky authored
llvm-svn: 101701
-
Chris Lattner authored
as it is more efficient than fork/exec. Thanks to Eric for adding the autoconf check. It would be nice if a cmake guru could add a cmake check for posix_spawn as well. llvm-svn: 101693
-
Chris Lattner authored
llvm-svn: 101691
-
- Apr 15, 2010
-
-
Dan Gohman authored
llvm-svn: 101376
-
- Apr 10, 2010
-
-
Chris Lattner authored
llvm-svn: 100933
-
- Apr 09, 2010
-
-
Chris Lattner authored
llvm-svn: 100895
-
- Mar 31, 2010
-
-
Torok Edwin authored
Patch from Gianluigi Tiesi! llvm-svn: 100003
-
- Mar 30, 2010
-
-
Dan Gohman authored
llvm-svn: 99917
-
- Mar 28, 2010
-
-
Anton Korobeynikov authored
Otherwise, e.g. in the invocation like clang -DFOO=\"bar\" FOO macro got the bar value, not "bar". Patch by Alexander Esilevich! llvm-svn: 99763
-
- Mar 26, 2010
-
-
Chris Lattner authored
in the header. How can both clang and gcc accept this? PR6703 llvm-svn: 99658
-
- Mar 17, 2010
-
-
Jeffrey Yasskin authored
libstdc++'s std::string class points to the interior of an allocation, valgrind reports strings still alive at program termination as possible leaks. I didn't use a ManagedStatic for this because System can't depend on Support. llvm-svn: 98716
-
- Mar 15, 2010
-
-
Jeffrey Yasskin authored
to re-instrument the code. We depend on the system valgrind.h to avoid adding a new license. llvm-svn: 98529
-
Chris Lattner authored
cppcheck, PR6617. Patch by Ettl Martin! llvm-svn: 98525
-
- Mar 12, 2010
-
-
Kovarththanan Rajaratnam authored
llvm-svn: 98350
-
- Mar 11, 2010
-
-
Ted Kremenek authored
llvm-svn: 98250
-
Jeffrey Yasskin authored
included when using global symbols to ask the linker for the addresses of various functions. One of the symbols was actually getting declared by a header included in DynamicLibrary.cpp, which conflicted with the "extern void*" declaration in SearchForAddressOfSpecialSymbol(). llvm-svn: 98243
-
- Feb 14, 2010
-
-
Chris Lattner authored
llvm-svn: 96172
-
- Feb 12, 2010
-
-
Chris Lattner authored
Kees van Reeuwijk! llvm-svn: 95946
-
- Jan 28, 2010
-
-
Douglas Gregor authored
llvm-svn: 94743
-
- Jan 24, 2010
-
-
Chris Lattner authored
llvm-svn: 94377
-
- Jan 22, 2010
-
-
Torok Edwin authored
TimeValue()::now().toEpochTime() is supposed to be the same as time(), but it wasn't, because toEpoch subtracted PosixZeroTime, but now() didn't add PosixZeroTime! Add a unittest to check this works. llvm-svn: 94178
-
- Jan 19, 2010
-
-
Xerxes Ranby authored
llvm-svn: 93913
-