summaryrefslogtreecommitdiffstats
path: root/llvm/runtime/GCCLibraries
Commit message (Collapse)AuthorAgeFilesLines
* Dror GCCLibraries: they are obsolete since 2.0 release. This also reduces ↵Anton Korobeynikov2007-08-2116-1454/+0
| | | | | | number of licenses used in LLVM. llvm-svn: 41257
* crtend is only for llvm-gcc3, remove it.Chris Lattner2007-02-2311-485/+1
| | | | llvm-svn: 34529
* Undo removal of the runtime libraries. While this may have been a bitReid Spencer2006-11-1726-0/+1938
| | | | | | | 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 willReid Spencer2006-11-1626-1938/+0
| | | | | | be dropped. This patch pertains to removing the runtime directory from LLVM. llvm-svn: 31793
* For PR786:Reid Spencer2006-11-022-3/+0
| | | | | | | | | | Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting fall out by removing unused variables. Remaining warnings have to do with unused functions (I didn't want to delete code without review) and unused variables in generated code. Maintainers should clean up the remaining issues when they see them. All changes pass DejaGnu tests and Olden. llvm-svn: 31380
* Describe and date modifications we made per LGPL requirements.John Criswell2006-08-082-1/+16
| | | | llvm-svn: 29569
* Make information more complete.John Criswell2006-08-081-0/+9
| | | | llvm-svn: 29568
* Reverted previous commit. Thanks, Chris.John Criswell2006-07-281-1/+1
| | | | llvm-svn: 29388
* Added in the LGPL text and copyright information. This needs to beJohn Criswell2006-07-284-2/+734
| | | | | | | included in the distribution. Also added the glibc LICENSES file, which should be included as well. llvm-svn: 29386
* Put an innocuous statement in this file to quelch warnings about compilingReid Spencer2006-06-011-0/+1
| | | | | | an empty file. llvm-svn: 28612
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-011-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
* For PR786:Reid Spencer2006-05-241-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
* Optimizing to calloc() to malloc() + memset() can be bad on some platforms.Evan Cheng2006-03-131-33/+0
| | | | llvm-svn: 26732
* Make the new and old front-ends more similar: now neither uses __main.Chris Lattner2006-03-094-83/+5
| | | | llvm-svn: 26629
* fix make install/uninstall of libcrtend.Chris Lattner2006-01-301-0/+19
| | | | llvm-svn: 25796
* Remove out of date commentChris Lattner2006-01-271-7/+0
| | | | llvm-svn: 25705
* Remove the only use of FAKE_SOURCESChris Lattner2006-01-271-3/+11
| | | | llvm-svn: 25704
* Add the remove() function from the C library.John Criswell2005-11-281-0/+46
| | | | llvm-svn: 24498
* This was never updated for the project makefile changesChris Lattner2005-10-181-3/+3
| | | | llvm-svn: 23790
* Remove trailing whitespaceMisha Brukman2005-04-213-11/+11
| | | | llvm-svn: 21427
* Fix grammarMisha Brukman2005-03-231-1/+1
| | | | llvm-svn: 20789
* Remove dead directoriesChris Lattner2005-01-021-2/+1
| | | | llvm-svn: 19262
* This lib is deadChris Lattner2005-01-022-16/+0
| | | | llvm-svn: 19261
* Remove a bunch of useless empty librariesChris Lattner2005-01-0212-98/+0
| | | | llvm-svn: 19260
* This is no longer needed.Chris Lattner2005-01-022-16/+0
| | | | llvm-svn: 19259
* For PR432:Reid Spencer2004-12-2212-12/+12
| | | | | | * Variable name change: cferuntime_libdir -> CFERuntimeLibDir llvm-svn: 19096
* Use the new BYTECODE_DESTINATION to override the default bytecode installReid Spencer2004-12-1312-0/+12
| | | | | | | | | 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 Spencer2004-12-081-3/+3
| | | | llvm-svn: 18613
* Make use of the LLVMGCCStdCXXLibDir variable to link objectsReid Spencer2004-12-051-3/+3
| | | | llvm-svn: 18548
* Use the FAKE_SOURCES feature for proper distribution of contentsReid Spencer2004-12-041-9/+12
| | | | llvm-svn: 18506
* Standardize the makefiles with space around = to match the rest of LLVM.Reid Spencer2004-12-0213-55/+49
| | | | llvm-svn: 18429
* Standardize the format of the runtime libraries makefiles.Reid Spencer2004-12-0210-20/+30
| | | | | | | | * Don't have lines longer than 80 cols * Blank line after the header * Reduce spaces in var definitions. llvm-svn: 18427
* For PR466:Reid Spencer2004-12-021-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
* Use llvm-ar not ar for constructing archive. Wrap at 80 cols.Reid Spencer2004-11-141-4/+12
| | | | llvm-svn: 17784
* Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer2004-10-301-20/+20
| | | | llvm-svn: 17359
* * Make the libcrtend.a installation depend on the bytecode-libs directoryReid Spencer2004-10-261-8/+7
| | | | | | * Conform output to standard. llvm-svn: 17267
* Add the export symbols list files as extra distribution files.Reid Spencer2004-10-261-0/+2
| | | | llvm-svn: 17246
* Adjust to changes in Makefile.rulesReid Spencer2004-10-222-18/+16
| | | | llvm-svn: 17167
* We won't use automakeReid Spencer2004-10-2226-8678/+0
| | | | llvm-svn: 17155
* Initial automake generated Makefile templateReid Spencer2004-10-1813-0/+8444
| | | | llvm-svn: 17136
* Add missing targets for install/cleanReid Spencer2004-10-171-0/+4
| | | | llvm-svn: 17090
* Initial Makefile.am for building with automakeReid Spencer2004-10-1713-0/+230
| | | | llvm-svn: 17073
* Make sure that for systems where the string functions are actually macrosReid Spencer2004-10-171-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 pointerChris Lattner2004-10-061-1/+2
| | | | llvm-svn: 16797
* Shorten comment header to 80 colsMisha Brukman2004-08-093-3/+3
| | | | llvm-svn: 15590
* Remove Chris-related bytecode-dir commentMisha Brukman2004-08-091-5/+4
| | | | llvm-svn: 15587
* This file is obsoleteChris Lattner2004-08-051-11/+0
| | | | llvm-svn: 15521
* C++ support does not live in the C runtime any longerChris Lattner2004-08-051-6/+1
| | | | llvm-svn: 15515
* Two files are moved to libstdc++, and a NOTE gets addedChris Lattner2004-08-053-451/+10
| | | | llvm-svn: 15514
* Add missing copyrightsChris Lattner2004-08-053-0/+21
| | | | llvm-svn: 15513
OpenPOWER on IntegriCloud