- Oct 28, 2004
-
-
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
-
Reid Spencer authored
* Ensure that BUILT_SOURCES depends on OBJ_DIR/Makefile so that they do not get built before the Makefile is updated. * Fix build script for yacc & lex files by stopping it from thwarting the dependencies on the file. If the .y file changes, it needs to be rebuilt. This also cleans up the problem with llvmAsmParser ALWAYS rebuilding its Yacc files just to throw them away because there's no change. llvm-svn: 17288
-
Reid Spencer authored
llvm-svn: 17287
-
Reid Spencer authored
llvm-svn: 17286
-
Reid Spencer authored
llvm-svn: 17285
-
Reid Spencer authored
llvm-svn: 17284
-
Reid Spencer authored
regenerate the config.status script. llvm-svn: 17283
-
- Oct 27, 2004
-
-
Chris Lattner authored
llvm-svn: 17282
-
Chris Lattner authored
and work better with VC++. Patch contributed by Morten Ofstad! llvm-svn: 17281
-
Chris Lattner authored
llvm-svn: 17280
-
Nate Begeman authored
Move destructor out of line to avoid vtable emission in every file that includes the header. Thanks to sabre. llvm-svn: 17278
-
Chris Lattner authored
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041018/019708.html exposed ANOTHER latent bug in this xform, which caused Prolangs-C/bison to fill the zion nightly tester disk up and make the tester barf. This is obviously not a good thing, so lets fix this bug shall we? :) llvm-svn: 17276
-
Nate Begeman authored
llvm-svn: 17275
-
Nate Begeman authored
llvm-svn: 17274
-
Reid Spencer authored
*.inc files get regenerated. llvm-svn: 17273
-
Chris Lattner authored
llvm-svn: 17270
-
Reid Spencer authored
automatic makefile update. llvm-svn: 17269
-
Reid Spencer authored
* Force preconditions to be met FIRST * Fix dist-check dependency * Add some variables to the printvars target * Automatically update Makefile.* as well as just Makefile llvm-svn: 17268
-
- Oct 26, 2004
-
-
Reid Spencer authored
* Conform output to standard. llvm-svn: 17267
-
Chris Lattner authored
resistor :( llvm-svn: 17265
-
Chris Lattner authored
the strings for basic block labels in some cases. This amounted to about 120K of memory for namd, a medium sized program. llvm-svn: 17262
-
Misha Brukman authored
llvm-svn: 17261
-
Chris Lattner authored
llvm-svn: 17260
-
Chris Lattner authored
llvm-svn: 17259
-
Misha Brukman authored
llvm-svn: 17258
-
Misha Brukman authored
* Condition #inclusion of AIXDataTypes.h on the _AIX preprocessor symbol to prevent extra I/O on non-AIX systems. Thus, no #ifdef in AIXDataTypes.h llvm-svn: 17257
-
Misha Brukman authored
llvm-svn: 17256
-