- Jun 03, 2005
-
-
Reid Spencer authored
.exe extension) on Cygwin. This fixes the last few remaining Cygwin issues. Thanks to Aaron Gray for tracking this down. llvm-svn: 22191
-
- Jun 02, 2005
-
-
Reid Spencer authored
llvm-svn: 22190
-
Reid Spencer authored
configure seems to find it on Cygwin but linking against it fails. llvm-svn: 22189
-
- May 31, 2005
-
-
Andrew Lenharth authored
llvm-svn: 22188
-
Andrew Lenharth authored
llvm-svn: 22187
-
Andrew Lenharth authored
llvm-svn: 22186
-
Andrew Lenharth authored
llvm-svn: 22185
-
- May 29, 2005
-
-
Reid Spencer authored
llvm-svn: 22184
-
- May 27, 2005
-
-
Andrew Lenharth authored
llvm-svn: 22179
-
- May 26, 2005
-
-
Andrew Lenharth authored
The issue is there is no unsigned -> double conversion, only signed. So I need to test the sign and do a different thing depending on it. Ideally this should be in a different BB, but in the mean time, I use a branch free method. llvm-svn: 22177
-
Misha Brukman authored
llvm-svn: 22176
-
- May 25, 2005
-
-
Reid Spencer authored
runtime libraries. llvm-svn: 22169
-
- May 24, 2005
-
-
Reid Spencer authored
1. Allow DIST_CHECK_CONFIG_OPTION to specify a set of options to be passed to the configure script during the dist-check target. This allows things to be passed down on a project basis so the configure doesn't fail. 2. Use the tar | (cd ; tar ) idiom to copy files which is more flexible than using the cp command. THis allows us to exclude CVS .svn directories at source rather than stripping them out of the tar ball. llvm-svn: 22166
-
- May 21, 2005
-
-
Reid Spencer authored
is going to credit the commit correctly or not. llvm-svn: 22165
-
Reid Spencer authored
document what its for a little better. llvm-svn: 22164
-
Reid Spencer authored
llvm-svn: 22163
-
Reid Spencer authored
llvm-svn: 22162
-
Reid Spencer authored
llvm-svn: 22161
-
Chris Lattner authored
llvm-svn: 22160
-
Chris Lattner authored
sprintf(P, "%s", X); Where X is not an sbyte*. This fixes the bug JohnMC reported on llvm-bugs. llvm-svn: 22159
-
Chris Lattner authored
llvm-svn: 22158
-
Chris Lattner authored
llvm-svn: 22157
-
- May 20, 2005
-
-
Nate Begeman authored
so that the shiny new use of std::cerr is defined. llvm-svn: 22156
-
Reid Spencer authored
llvmgxx programs. dejagnu doesn't understand single quote and we need to pass double quotes through to the shell in order to escape blanks in the paths. This patch uses \" to escape the quotes passed through to the shell. Thanks to Aaron Gray for testing this out on cygwin. llvm-svn: 22155
-
Misha Brukman authored
* Change assert() to std::cerr printout, as it will not appear in opt builds * Add comments to clarify what #ifdef/#else/#endif match what condition(s) llvm-svn: 22154
-
Andrew Lenharth authored
llvm-svn: 22153
-
Andrew Lenharth authored
do the dynamic plotting of stuff. Still being tested, but makes graphs llvm-svn: 22152
-
Chris Lattner authored
llvm-svn: 22151
-
Andrew Lenharth authored
llvm-svn: 22150
-
Duraid Madina authored
llvm-svn: 22148
-
Duraid Madina authored
llvm-svn: 22147
-
Chris Lattner authored
Alexander Friedman llvm-svn: 22146
-
Chris Lattner authored
Alexander Friedman! llvm-svn: 22145
-
Jeff Cohen authored
llvm-svn: 22143
-
- May 19, 2005
-
-
Reid Spencer authored
If they do, it screws up the concatenation of the .exe suffix on cygwin. llvm-svn: 22142
-
Reid Spencer authored
If they do, it screws up the concatenation of the .exe suffix on cygwin. llvm-svn: 22141
-
Reid Spencer authored
helps out cygwin build. llvm-svn: 22140
-
Reid Spencer authored
llvm-svn: 22139
-
Reid Spencer authored
llvm-svn: 22138
-
Chris Lattner authored
llvm-svn: 22137
-