- Feb 10, 2011
-
-
Douglas Gregor authored
I have another way to achieve the same goal. llvm-svn: 125239
-
Cameron Zwarich authored
llvm-svn: 125236
-
- Feb 09, 2011
-
-
Douglas Gregor authored
name of a path, after resolving symbolic links and eliminating excess path elements such as "foo/../" and "./". This routine still needs a Windows implementation, but I don't have a Windows machine available. Help? Please? llvm-svn: 125228
-
NAKAMURA Takumi authored
AC_CHECK_FUNCS seeks a symbol only in libs. We should check the declaration in string.h. FIXME: I have never seen mingw(s) have strerror_s() (not _strerror_s()). FIXME: Autoconf/CMake may seek strerror_s() with the definition MINGW_HAS_SECURE_API in future. llvm-svn: 125172
-
NAKAMURA Takumi authored
Windows/Windows.h: Redefine _WIN32_WINNT here. mingw-w64 tends to define it as 0x0502 in its headers. llvm-svn: 125171
-
NAKAMURA Takumi authored
Windows/Program.inc: Eliminate the declaration of SetInformationJobObject(). It should be provided with _WIN32_WINNT>=0x0500. llvm-svn: 125170
-
NAKAMURA Takumi authored
llvm-svn: 125169
-
- Feb 08, 2011
-
-
Rafael Espindola authored
MemoryBuffer::getOpenFile to not close the file descriptor. llvm-svn: 125128
-
- Feb 05, 2011
-
-
Anders Carlsson authored
llvm-svn: 124960
-
NAKAMURA Takumi authored
config.h.* have conditions whether each symbol is defined or not. Autoconf and CMake may check symbols in libgcc.a for JIT on Mingw. llvm-svn: 124950
-
NAKAMURA Takumi authored
Windows/Program.inc: Quote arguments when dubious characters (used by cmd.exe or MSYS shell) are included to invoke CreateProcess(). Thanks to Danil Malyshev. llvm-svn: 124945
-
- Feb 04, 2011
-
-
NAKAMURA Takumi authored
llvm-svn: 124864
-
- Feb 03, 2011
-
-
Daniel Dunbar authored
llvm-svn: 124771
-
- Feb 02, 2011
-
-
Duncan Sands authored
may be useful to understand "none", this is not the place for it. Tweak the fix to Normalize while there: the fix added in 123990 works correctly, but I like this way better. Finally, now that Triple understands some non-trivial environment values, teach the unittests about them. llvm-svn: 124720
-
- Feb 01, 2011
-
-
Evan Cheng authored
llvm-svn: 124639
-
- Jan 24, 2011
-
-
Daniel Dunbar authored
llvm-svn: 124124
-
- Jan 23, 2011
-
-
Ted Kremenek authored
clang's -Wuninitialized-experimental warning. While these don't look like real bugs, clang's -Wuninitialized-experimental analysis is stricter than GCC's, and these fixes have the benefit of being general nice cleanups. llvm-svn: 124073
-
- Jan 21, 2011
-
-
Renato Golin authored
Clang was not parsing target triples involving EABI and was generating wrong IR (wrong PCS) and passing the wrong information down llc via the target-triple printed in IR. I've fixed this by adding the parsing of EABI into LLVM's Triple class and using it to choose the correct PCS in Clang's Tools. A Clang patch is on its way to use this infrastructure. llvm-svn: 123990
-
- Jan 18, 2011
-
-
Daniel Dunbar authored
llvm-svn: 123717
-
- Jan 17, 2011
-
-
NAKAMURA Takumi authored
llvm-svn: 123687
-
NAKAMURA Takumi authored
Windows/PathV2.inc: MoveFileEx() can behave like Posix's mv(1) to specify MOVEFILE_COPY_ALLOWED | MOVEFILE_REPLACE_EXISTING. llvm-svn: 123686
-
NAKAMURA Takumi authored
lib/Support/Windows/Signals.inc: "Showstopper" dialogs may be suppressed with SetErrorMode() on Windows 7. llvm-svn: 123685
-
Michael J. Spencer authored
llvm-svn: 123643
-
- Jan 16, 2011
-
-
Michael J. Spencer authored
llvm-svn: 123604
-
- Jan 15, 2011
-
-
Michael J. Spencer authored
llvm-svn: 123548
-
Michael J. Spencer authored
llvm-svn: 123545
-
Michael J. Spencer authored
llvm-svn: 123544
-
- Jan 13, 2011
-
-
Michael J. Spencer authored
llvm-svn: 123345
-
- Jan 11, 2011
-
-
Michael J. Spencer authored
llvm-svn: 123209
-
- Jan 10, 2011
-
-
Michael J. Spencer authored
llvm-svn: 123151
-
- Jan 06, 2011
-
-
Abramo Bagnara authored
llvm-svn: 122963
-
- Jan 05, 2011
-
-
Michael J. Spencer authored
llvm-svn: 122884
-
Michael J. Spencer authored
llvm-svn: 122883
-
Michael J. Spencer authored
llvm-svn: 122882
-
Michael J. Spencer authored
llvm-svn: 122881
-
Michael J. Spencer authored
llvm-svn: 122879
-
- Dec 28, 2010
-
-
Benjamin Kramer authored
llvm-svn: 122597
-
Michael J. Spencer authored
llvm-svn: 122589
-
Michael J. Spencer authored
llvm-svn: 122587
-
- Dec 27, 2010
-
-
Michael J. Spencer authored
llvm-svn: 122580
-