Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dror GCCLibraries: they are obsolete since 2.0 release. This also reduces ↵ | Anton Korobeynikov | 2007-08-21 | 10 | -1389/+0 |
| | | | | | | number of licenses used in LLVM. llvm-svn: 41257 | ||||
* | Undo removal of the runtime libraries. While this may have been a bit | Reid Spencer | 2006-11-17 | 10 | -0/+1389 |
| | | | | | | | premature, these libraries will be going away for the 2.0 release. Other arrangements for profiling, gc, etc. should be made in the next few months. llvm-svn: 31807 | ||||
* | In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will | Reid Spencer | 2006-11-16 | 10 | -1389/+0 |
| | | | | | | be dropped. This patch pertains to removing the runtime directory from LLVM. llvm-svn: 31793 | ||||
* | 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 | ||||
* | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer | 2006-06-01 | 1 | -1/+3 |
| | | | | | | | BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate these changes. This was done to speed up link times. llvm-svn: 28610 | ||||
* | Optimizing to calloc() to malloc() + memset() can be bad on some platforms. | Evan Cheng | 2006-03-13 | 1 | -33/+0 |
| | | | | llvm-svn: 26732 | ||||
* | Add the remove() function from the C library. | John Criswell | 2005-11-28 | 1 | -0/+46 |
| | | | | llvm-svn: 24498 | ||||
* | For PR432: | Reid Spencer | 2004-12-22 | 1 | -1/+1 |
| | | | | | | * Variable name change: cferuntime_libdir -> CFERuntimeLibDir llvm-svn: 19096 | ||||
* | Use the new BYTECODE_DESTINATION to override the default bytecode install | Reid Spencer | 2004-12-13 | 1 | -0/+1 |
| | | | | | | | | | 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 | ||||
* | Standardize the makefiles with space around = to match the rest of LLVM. | Reid Spencer | 2004-12-02 | 1 | -3/+3 |
| | | | | llvm-svn: 18429 | ||||
* | Adjust to changes in Makefile.rules | Reid Spencer | 2004-10-22 | 1 | -0/+1 |
| | | | | llvm-svn: 17167 | ||||
* | We won't use automake | Reid Spencer | 2004-10-22 | 2 | -676/+0 |
| | | | | llvm-svn: 17155 | ||||
* | Initial automake generated Makefile template | Reid Spencer | 2004-10-18 | 1 | -0/+662 |
| | | | | llvm-svn: 17136 | ||||
* | Initial Makefile.am for building with automake | Reid Spencer | 2004-10-17 | 1 | -0/+14 |
| | | | | llvm-svn: 17073 | ||||
* | Make sure that for systems where the string functions are actually macros | Reid Spencer | 2004-10-17 | 1 | -0/+24 |
| | | | | | | | that we undefine the macro before using its name in the definition. This can happen on Linux if _GNU_SOURCE is defined. llvm-svn: 17071 | ||||
* | Don't call memset if malloc returns a null pointer | Chris Lattner | 2004-10-06 | 1 | -1/+2 |
| | | | | llvm-svn: 16797 | ||||
* | Add a simple implementation of strncpy | Chris Lattner | 2004-02-20 | 1 | -0/+6 |
| | | | | llvm-svn: 11672 | ||||
* | Add strndup | Chris Lattner | 2004-02-19 | 1 | -3/+10 |
| | | | | llvm-svn: 11638 | ||||
* | Disable __attribute__((weak)) on Mac OS X and other lame platforms. | Misha Brukman | 2003-12-16 | 1 | -5/+20 |
| | | | | llvm-svn: 10489 | ||||
* | Make all memory functions have weak linkage so that they can be overridden with | Misha Brukman | 2003-12-15 | 1 | -3/+4 |
| | | | | | | custom memory-management implementations (e.g., bash). llvm-svn: 10478 | ||||
* | Fixed word order. | Misha Brukman | 2003-11-13 | 1 | -1/+1 |
| | | | | llvm-svn: 9978 | ||||
* | Fix strcpy implementation and trie | Chris Lattner | 2003-10-21 | 1 | -1/+2 |
| | | | | llvm-svn: 9338 | ||||
* | Added LLVM copyright to Makefiles. | John Criswell | 2003-10-20 | 1 | -0/+8 |
| | | | | llvm-svn: 9314 | ||||
* | Adding additional license information to these files. | John Criswell | 2003-10-13 | 1 | -0/+5 |
| | | | | llvm-svn: 9102 | ||||
* | Squelch warning | Chris Lattner | 2003-08-28 | 1 | -0/+1 |
| | | | | llvm-svn: 8170 | ||||
* | Convert libraries into the BYTECODE_LIBRARY style | Chris Lattner | 2003-08-15 | 1 | -3/+4 |
| | | | | llvm-svn: 7858 | ||||
* | Disable this support stuff, it doesn't work under linux anyway | Chris Lattner | 2003-08-14 | 1 | -0/+2 |
| | | | | llvm-svn: 7849 | ||||
* | Prevent lines from wrapping. | Misha Brukman | 2003-05-29 | 1 | -13/+13 |
| | | | | llvm-svn: 6419 | ||||
* | Initial checkin | Chris Lattner | 2003-05-29 | 1 | -0/+251 |
| | | | | llvm-svn: 6414 | ||||
* | Remove support for memset | Chris Lattner | 2003-02-18 | 1 | -1/+2 |
| | | | | llvm-svn: 5599 | ||||
* | Fixes to be LP64 correct | Chris Lattner | 2002-07-18 | 2 | -6/+6 |
| | | | | llvm-svn: 2950 | ||||
* | Add strcat function | Chris Lattner | 2002-03-11 | 1 | -0/+5 |
| | | | | llvm-svn: 1847 | ||||
* | Checkin library infrastructure for building stuff to be linked with | Chris Lattner | 2002-03-08 | 6 | -0/+287 |
gccld llvm-svn: 1842 |