- Oct 29, 2004
-
-
Brian Gaeke authored
llvm-svn: 17347
-
Brian Gaeke authored
llvm-svn: 17346
-
Misha Brukman authored
llvm-svn: 17343
-
Reid Spencer authored
mess up the build. llvm-svn: 17342
-
Misha Brukman authored
llvm-svn: 17341
-
Misha Brukman authored
llvm-svn: 17340
-
Misha Brukman authored
llvm-svn: 17339
-
Brian Gaeke authored
printed pointer value if sizeof(unsigned) != pointer size. Instead, use uintptr_t. llvm-svn: 17338
-
Vikram S. Adve authored
llvm-svn: 17337
-
Reid Spencer authored
error messages from the compiler. llvm-svn: 17335
-
Reid Spencer authored
generally wildcarded. llvm-svn: 17334
-
Misha Brukman authored
* Separate paragraphs, flush HTML text to left margin for ease of editing llvm-svn: 17333
-
Chris Lattner authored
llvm-svn: 17332
-
- Oct 28, 2004
-
-
John Criswell authored
supported by specific versions of GCC. It is left in place in case anyone wants to updated it for GCC 3.4 or re-use it for earlier versions of GCC where it works. llvm-svn: 17324
-
John Criswell authored
Linux and not compiling for Sparc. This is still probably not correct, or portable, but it'll do for now. llvm-svn: 17321
-
Reid Spencer authored
llvm-svn: 17320
-
John Criswell authored
llvm-svn: 17319
-
Reid Spencer authored
* Move rules that build directories earlier in the file so that they are always built before the things that depend on them. This enables a parallel "dist-check" target. * Fix use of TOOLLINKOPTS and TOOLLINKOPTSB (thanks to Henrik Bach) * Standardize the output - some scripts using plain echo instead of $(ECHO) llvm-svn: 17318
-
Reid Spencer authored
llvm-svn: 17315
-
Alkis Evlogimenos authored
llvm-svn: 17313
-
Reid Spencer authored
Add the goof.st sample. llvm-svn: 17312
-
Brian Gaeke authored
llvm-svn: 17311
-
Reid Spencer authored
llvm-svn: 17307
-
Alkis Evlogimenos authored
llvm-svn: 17306
-
Reid Spencer authored
llvm-svn: 17305
-
Reid Spencer authored
llvm-svn: 17304
-
Brian Gaeke authored
llvm-svn: 17303
-
Reid Spencer authored
llvm-svn: 17302
-
Brian Gaeke authored
llvm-svn: 17301
-
Reid Spencer authored
llvm-svn: 17300
-
Reid Spencer authored
llvm-svn: 17299
-
Reid Spencer authored
conflict with configuration variables and #defines. llvm-svn: 17298
-
Reid Spencer authored
llvm-svn: 17297
-
Reid Spencer authored
llvm-svn: 17296
-
Reid Spencer authored
llvm-svn: 17295
-
Reid Spencer authored
Create GCC compatible -Wx, aliases for the existing -T options. llvm-svn: 17294
-
Reid Spencer authored
llvm-svn: 17293
-
Reid Spencer authored
llvm-svn: 17292
-
Reid Spencer authored
Ensure the lex/yacc output are specified as BUILT_SOURCES so they get built first. llvm-svn: 17290
-
Reid Spencer authored
Correct the dependency of the Lexer.o file on the constructed llvmAsmParser.h header file. It is not the Lexer.cpp file that depends on the header, its the output of compiling Lexer.cpp, Lexer.o llvm-svn: 17289
-