- Oct 21, 2010
-
-
Mikhail Glushenkov authored
llvm-svn: 117058
-
- Oct 20, 2010
-
-
Michael J. Spencer authored
llvm-svn: 116927
-
Michael J. Spencer authored
A recent commit to clang exposed a bug in the Win32 Path code. This is a minimal fix for it. llvm-svn: 116925
-
Chandler Carruth authored
#includes in the process. llvm-svn: 116919
-
NAKAMURA Takumi authored
llvm-svn: 116909
-
- Oct 19, 2010
-
-
NAKAMURA Takumi authored
llvm-svn: 116785
-
- Oct 17, 2010
-
-
Oscar Fuentes authored
llvm-svn: 116682
-
- Oct 14, 2010
-
-
Oscar Fuentes authored
PR 8375 llvm-svn: 116479
-
- Oct 11, 2010
-
-
Daniel Dunbar authored
llvm-svn: 116239
-
- Oct 08, 2010
-
-
Daniel Dunbar authored
llvm-svn: 116072
-
Evan Cheng authored
llvm-svn: 115991
-
- Oct 06, 2010
-
-
NAKAMURA Takumi authored
llvm-svn: 115731
-
- Oct 01, 2010
-
-
Daniel Dunbar authored
false positive, at least on Darwin. I haven't filed this, but you can feel free. llvm-svn: 115242
-
- Sep 30, 2010
-
-
Francois Pichet authored
Revert r114320(move file = copy + delete on Win32). r115040 is a better solution for the Win32 ACCESS_DENIED lit error. llvm-svn: 115114
-
- Sep 22, 2010
-
-
Daniel Dunbar authored
end up altering the thread on which crashes are done because of its use of Darwin's broken raise() implementation. llvm-svn: 114558
-
- Sep 20, 2010
-
-
Francois Pichet authored
Fix the "unable to rename temporary" lit test failing on Windows. rename is now copy + delete on Windows. Problem to be revisited for a permanent and clean solution. llvm-svn: 114320
-
- Sep 19, 2010
-
-
Jakob Stoklund Olesen authored
llvm-svn: 114310
-
Chris Lattner authored
llvm-svn: 114302
-
- Sep 17, 2010
-
-
NAKAMURA Takumi authored
It is also workaround for PR7927. llvm-svn: 114175
-
Daniel Dunbar authored
used on Darwin anymore, and Clang might not always link with the library it is currently found in. llvm-svn: 114165
-
- Sep 16, 2010
-
-
Michael J. Spencer authored
llvm-svn: 114037
-
Michael J. Spencer authored
llvm-svn: 114032
-
- Sep 09, 2010
-
-
NAKAMURA Takumi authored
llvm-svn: 113486
-
- Sep 07, 2010
-
-
Dan Gohman authored
GetMainExecutable yet. llvm-svn: 113240
-
- Sep 06, 2010
-
-
Chris Lattner authored
llvm-svn: 113147
-
- Sep 02, 2010
-
-
Dan Gohman authored
Minix apparently doesn't like double-slash separators, and there's no apparent need for them here. llvm-svn: 112844
-
- Sep 01, 2010
-
-
Dan Gohman authored
llvm-svn: 112705
-
Anton Korobeynikov authored
llvm-svn: 112662
-
- Aug 31, 2010
-
-
Michael J. Spencer authored
llvm-svn: 112587
-
Michael J. Spencer authored
getMagicNumber was treating the _binary_ data it read in as a null terminated string. This resulted in the std::string calculating the length, and causing an assert in other code that assumed that the length it passed was the same as the length of the string it would get back. llvm-svn: 112586
-
- Aug 28, 2010
-
-
Michael J. Spencer authored
According to the Microsoft documentation here: http://msdn.microsoft.com/en-us/library/ms724284%28VS.85%29.aspx this cast used in lib/System/Win32/Path.inc: __int64 ft = *reinterpret_cast<__int64*>(&fi.ftLastWriteTime); should not be done. The documentation says: "Do not cast a pointer to a FILETIME structure to either a ULARGE_INTEGER* or __int64* value because it can cause alignment faults on 64-bit Windows." llvm-svn: 112376
-
- Aug 20, 2010
-
-
Daniel Dunbar authored
llvm-svn: 111676
-
Daniel Dunbar authored
of the current thread. This has the unfortunate effect that assert() and abort() will end up bypassing our crash recovery attempts. We work around this for anything in the same linkage unit by just defining our own versions of the assert handler and abort. llvm-svn: 111583
-
- Aug 17, 2010
-
-
Chris Lattner authored
cygwin when built with ENABLE_SHARED=1. Patch by NAKAMURA Takumi! llvm-svn: 111231
-
- Aug 10, 2010
-
-
Chandler Carruth authored
llvm-svn: 110667
-
Chris Lattner authored
is the default. Patch by NAKAMURA Takumi! llvm-svn: 110636
-
- Aug 04, 2010
-
-
Dan Gohman authored
llvm-svn: 110183
-
- Jul 29, 2010
-
-
Owen Anderson authored
llvm-svn: 109686
-
- Jul 14, 2010
-
-
Duncan Sands authored
just use memset to zero the entire struct. llvm-svn: 108330
-
- Jul 12, 2010
-
-
Duncan Sands authored
llvm-svn: 108130
-