Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Describe and date modifications we made per LGPL requirements. | John Criswell | 2006-08-08 | 2 | -1/+16 | |
| | | | | llvm-svn: 29569 | |||||
* | Make information more complete. | John Criswell | 2006-08-08 | 1 | -0/+9 | |
| | | | | llvm-svn: 29568 | |||||
* | Reverted previous commit. Thanks, Chris. | John Criswell | 2006-07-28 | 1 | -1/+1 | |
| | | | | llvm-svn: 29388 | |||||
* | Added in the LGPL text and copyright information. This needs to be | John Criswell | 2006-07-28 | 4 | -2/+734 | |
| | | | | | | | included in the distribution. Also added the glibc LICENSES file, which should be included as well. llvm-svn: 29386 | |||||
* | For PR786: | Reid Spencer | 2006-06-01 | 1 | -0/+2 | |
| | | | | | | | | | Turn -pedantic and -Wno-long-long compile flags on by default. In a few places, avoid the warnings by removing these options in the local makefile. One notable exception: lib/Target/CBackend/Writer.cpp. These warnings are left on as a reminder to developers to clean them up. llvm-svn: 28614 | |||||
* | Put an innocuous statement in this file to quelch warnings about compiling | Reid Spencer | 2006-06-01 | 1 | -0/+1 | |
| | | | | | | an empty file. llvm-svn: 28612 | |||||
* | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer | 2006-06-01 | 3 | -1/+7 | |
| | | | | | | | BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate these changes. This was done to speed up link times. llvm-svn: 28610 | |||||
* | For PR786: | Reid Spencer | 2006-05-24 | 1 | -1/+1 | |
| | | | | | | | | Minor tweaks in public headers and a few .cpp files so that LLVM can build successfully with -pedantic and projects using LLVM with -pedantic don't get warnings from LLVM. There's still more -pedantic warnings to fix. llvm-svn: 28453 | |||||
* | Invert the tests on LLVMGCC_MAJVERS to check for value 4 instead of value | Reid Spencer | 2006-04-07 | 1 | -1/+1 | |
| | | | | | | | | 3. This ensures that if llvm-gcc isn't available and consequently the value of LLVMGCC_MAJVERS is blank, that the old (include runtime) behavior will persist. llvm-svn: 27499 | |||||
* | add a newline at the end of the file | Chris Lattner | 2006-04-07 | 1 | -1/+2 | |
| | | | | llvm-svn: 27492 | |||||
* | Avoid building the runtime libraries if llvm-gcc version 4 is detected. | Reid Spencer | 2006-04-06 | 1 | -0/+8 | |
| | | | | llvm-svn: 27464 | |||||
* | For PR722: | Reid Spencer | 2006-04-02 | 1 | -4/+4 | |
| | | | | | | | | | | Change the check for llvm-gcc from using LLVMGCCDIR to LLVMGCC. This checks for the actual tool rather than the directory in which the tool resides. In the case of this bug, it is possible that the directory exists but that the tools in that directory do not. This fix should avoid the makefile from erroneously proceeding without the actual tools being available. llvm-svn: 27361 | |||||
* | Optimizing to calloc() to malloc() + memset() can be bad on some platforms. | Evan Cheng | 2006-03-13 | 1 | -33/+0 | |
| | | | | llvm-svn: 26732 | |||||
* | Make the new and old front-ends more similar: now neither uses __main. | Chris Lattner | 2006-03-09 | 4 | -83/+5 | |
| | | | | llvm-svn: 26629 | |||||
* | fix make install/uninstall of libcrtend. | Chris Lattner | 2006-01-30 | 1 | -0/+19 | |
| | | | | llvm-svn: 25796 | |||||
* | Remove out of date comment | Chris Lattner | 2006-01-27 | 1 | -7/+0 | |
| | | | | llvm-svn: 25705 | |||||
* | Remove the only use of FAKE_SOURCES | Chris Lattner | 2006-01-27 | 1 | -3/+11 | |
| | | | | llvm-svn: 25704 | |||||
* | Add the remove() function from the C library. | John Criswell | 2005-11-28 | 1 | -0/+46 | |
| | | | | llvm-svn: 24498 | |||||
* | This was never updated for the project makefile changes | Chris Lattner | 2005-10-18 | 2 | -4/+4 | |
| | | | | llvm-svn: 23790 | |||||
* | This never got updated to reflect the project makefile changes | Chris Lattner | 2005-10-18 | 1 | -1/+1 | |
| | | | | llvm-svn: 23789 | |||||
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 6 | -16/+16 | |
| | | | | llvm-svn: 21427 | |||||
* | Fix grammar | Misha Brukman | 2005-03-23 | 1 | -1/+1 | |
| | | | | llvm-svn: 20789 | |||||
* | Hrm, who knows what 'uint' is, but it seems to work sometimes? Wierd. | Chris Lattner | 2005-01-28 | 1 | -4/+4 | |
| | | | | llvm-svn: 19876 | |||||
* | Turn on LOADABLE_MODULE so that profile.so can be loaded dynamically by | Reid Spencer | 2005-01-13 | 1 | -0/+1 | |
| | | | | | | the JIT. llvm-svn: 19524 | |||||
* | Re-enable libprofile now that llvm-ar is working better. | Reid Spencer | 2005-01-13 | 1 | -1/+1 | |
| | | | | llvm-svn: 19523 | |||||
* | Remove dead directories | Chris Lattner | 2005-01-02 | 1 | -2/+1 | |
| | | | | llvm-svn: 19262 | |||||
* | This lib is dead | Chris Lattner | 2005-01-02 | 2 | -16/+0 | |
| | | | | llvm-svn: 19261 | |||||
* | Remove a bunch of useless empty libraries | Chris Lattner | 2005-01-02 | 12 | -98/+0 | |
| | | | | llvm-svn: 19260 | |||||
* | This is no longer needed. | Chris Lattner | 2005-01-02 | 2 | -16/+0 | |
| | | | | llvm-svn: 19259 | |||||
* | For PR432: | Reid Spencer | 2004-12-22 | 16 | -16/+16 | |
| | | | | | | * Variable name change: cferuntime_libdir -> CFERuntimeLibDir llvm-svn: 19096 | |||||
* | Disable libprofile as llvm-ar bus errors on it, and I don't want to break | Chris Lattner | 2004-12-15 | 1 | -1/+1 | |
| | | | | | | the nightly testers. llvm-svn: 18960 | |||||
* | Use the new BYTECODE_DESTINATION to override the default bytecode install | Reid Spencer | 2004-12-13 | 16 | -1/+17 | |
| | | | | | | | | | destination for this library so that it goes to $(cferuntime_libdir) rather than just $(libdir). Normal bytecode libraries should be installed in the $(libdir), but these ones are "special" because they're part of the the C/C++ front end. llvm-svn: 18882 | |||||
* | Remove useless -L switch now that gccld -link-as-library bug is fixed. | Reid Spencer | 2004-12-08 | 1 | -3/+3 | |
| | | | | llvm-svn: 18613 | |||||
* | Make use of the LLVMGCCStdCXXLibDir variable to link objects | Reid Spencer | 2004-12-05 | 1 | -3/+3 | |
| | | | | llvm-svn: 18548 | |||||
* | Use the FAKE_SOURCES feature for proper distribution of contents | Reid Spencer | 2004-12-04 | 1 | -9/+12 | |
| | | | | llvm-svn: 18506 | |||||
* | Standardize the makefiles with space around = to match the rest of LLVM. | Reid Spencer | 2004-12-02 | 17 | -66/+61 | |
| | | | | llvm-svn: 18429 | |||||
* | Standardize the format of the runtime libraries makefiles. | Reid Spencer | 2004-12-02 | 12 | -23/+32 | |
| | | | | | | | | * Don't have lines longer than 80 cols * Blank line after the header * Reduce spaces in var definitions. llvm-svn: 18427 | |||||
* | For PR466: | Reid Spencer | 2004-12-02 | 1 | -31/+14 | |
| | | | | | | | | Much of what this Makefile did to make a libcrtend.a file is now supported by Makefile.rules when BYTECODE_LIBRARY=1 is specified. So, we've simplified the make rules for building this library. llvm-svn: 18426 | |||||
* | Remove this left-over crud from the automake experiment. | Reid Spencer | 2004-12-02 | 1 | -665/+0 | |
| | | | | llvm-svn: 18424 | |||||
* | Remove zlib from the llvm tarball. This is only used (in theory by povray-31 | Chris Lattner | 2004-11-27 | 117 | -26178/+0 | |
| | | | | | | | | | which is part of llvm-test). If anyone is interested in adding it to llvm-test, feel free to go for it. This is part of PR417 llvm-svn: 18277 | |||||
* | Remove zlib from the llvm tarball. This is only used (in theory by povray-31 | Chris Lattner | 2004-11-27 | 35 | -13470/+0 | |
| | | | | | | | which is part of llvm-test). If anyone is interested in adding it to llvm-test, feel free to go for it. llvm-svn: 18276 | |||||
* | libpng is not even used by povray3.1 in the current configuration, just | Chris Lattner | 2004-11-18 | 179 | -65573/+0 | |
| | | | | | | drop it completely. llvm-svn: 17966 | |||||
* | Use llvm-ar not ar for constructing archive. Wrap at 80 cols. | Reid Spencer | 2004-11-14 | 1 | -4/+12 | |
| | | | | llvm-svn: 17784 | |||||
* | Internalize variable names to prevent recursive assignment. Cleanup docs. | Reid Spencer | 2004-10-30 | 1 | -20/+20 | |
| | | | | llvm-svn: 17359 | |||||
* | * Make the libcrtend.a installation depend on the bytecode-libs directory | Reid Spencer | 2004-10-26 | 1 | -8/+7 | |
| | | | | | | * Conform output to standard. llvm-svn: 17267 | |||||
* | Add the export symbols list files as extra distribution files. | Reid Spencer | 2004-10-26 | 1 | -0/+2 | |
| | | | | llvm-svn: 17246 | |||||
* | Add EXTRA_DIST for additional files to be distributed. | Reid Spencer | 2004-10-26 | 2 | -1/+3 | |
| | | | | llvm-svn: 17233 | |||||
* | Remove the clean target. | Reid Spencer | 2004-10-23 | 1 | -4/+0 | |
| | | | | llvm-svn: 17185 | |||||
* | We're not doing automake any more | Reid Spencer | 2004-10-22 | 5 | -3302/+0 | |
| | | | | llvm-svn: 17168 | |||||
* | Adjust to changes in Makefile.rules | Reid Spencer | 2004-10-22 | 3 | -21/+17 | |
| | | | | llvm-svn: 17167 |