summaryrefslogtreecommitdiffstats
path: root/runtime/GCCLibraries
Commit message (Expand)AuthorAgeFilesLines
* Fix grammarMisha Brukman2005-03-231-1/+1
* Remove dead directoriesChris Lattner2005-01-021-2/+1
* This lib is deadChris Lattner2005-01-022-16/+0
* Remove a bunch of useless empty librariesChris Lattner2005-01-0212-98/+0
* This is no longer needed.Chris Lattner2005-01-022-16/+0
* For PR432:Reid Spencer2004-12-2212-12/+12
* Use the new BYTECODE_DESTINATION to override the default bytecode installReid Spencer2004-12-1312-0/+12
* Remove useless -L switch now that gccld -link-as-library bug is fixed.Reid Spencer2004-12-081-3/+3
* Make use of the LLVMGCCStdCXXLibDir variable to link objectsReid Spencer2004-12-051-3/+3
* Use the FAKE_SOURCES feature for proper distribution of contentsReid Spencer2004-12-041-9/+12
* Standardize the makefiles with space around = to match the rest of LLVM.Reid Spencer2004-12-0213-55/+49
* Standardize the format of the runtime libraries makefiles.Reid Spencer2004-12-0210-20/+30
* For PR466:Reid Spencer2004-12-021-31/+14
* Use llvm-ar not ar for constructing archive. Wrap at 80 cols.Reid Spencer2004-11-141-4/+12
* Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer2004-10-301-20/+20
* * Make the libcrtend.a installation depend on the bytecode-libs directoryReid Spencer2004-10-261-8/+7
* Add the export symbols list files as extra distribution files.Reid Spencer2004-10-261-0/+2
* Adjust to changes in Makefile.rulesReid Spencer2004-10-222-18/+16
* We won't use automakeReid Spencer2004-10-2226-8678/+0
* Initial automake generated Makefile templateReid Spencer2004-10-1813-0/+8444
* Add missing targets for install/cleanReid Spencer2004-10-171-0/+4
* Initial Makefile.am for building with automakeReid Spencer2004-10-1713-0/+230
* Make sure that for systems where the string functions are actually macrosReid Spencer2004-10-171-0/+24
* Don't call memset if malloc returns a null pointerChris Lattner2004-10-061-1/+2
* Shorten comment header to 80 colsMisha Brukman2004-08-093-3/+3
* Remove Chris-related bytecode-dir commentMisha Brukman2004-08-091-5/+4
* This file is obsoleteChris Lattner2004-08-051-11/+0
* C++ support does not live in the C runtime any longerChris Lattner2004-08-051-6/+1
* Two files are moved to libstdc++, and a NOTE gets addedChris Lattner2004-08-053-451/+10
* Add missing copyrightsChris Lattner2004-08-053-0/+21
* Make sure libcrtend.a gets installed when you make install-bytecode.Brian Gaeke2004-03-111-0/+1
* Add a simple implementation of strncpyChris Lattner2004-02-201-0/+6
* Add strndupChris Lattner2004-02-191-3/+10
* Since tail duplication is currently neutered, we have to help the optimizer t...Chris Lattner2004-02-171-2/+3
* Add DESTDIR support for installing. Use (and depend on) $(bytecode_libdir).Brian Gaeke2004-01-211-2/+2
* Add support for people calling main recursivelyChris Lattner2003-12-191-0/+7
* Merged in RELEASE_11.John Criswell2003-12-181-3/+0
* Disable __attribute__((weak)) on Mac OS X and other lame platforms.Misha Brukman2003-12-161-5/+20
* Make all memory functions have weak linkage so that they can be overridden withMisha Brukman2003-12-151-3/+4
* Removed the pthread_once() function because it doesn't actually doJohn Criswell2003-12-101-7/+0
* Dummy implementation of the pthread library.John Criswell2003-12-102-0/+22
* Simplify makefiles by just explicitly listing directoriesChris Lattner2003-12-081-4/+1
* Fixed the dynamic generation of the list of subdirectories to compile.John Criswell2003-12-081-1/+2
* add missing dependencyChris Lattner2003-11-301-1/+1
* Build _lib_crtend.a, not crtend.aChris Lattner2003-11-291-5/+5
* Don't print out tons of crapChris Lattner2003-11-291-5/+10
* Rewrite makefile logic to build an archive instead of a .o file. This isChris Lattner2003-11-296-39/+79
* Add readme and spiff up makefile headerChris Lattner2003-11-292-1/+22
* Fixed word order.Misha Brukman2003-11-131-1/+1
* Totally disable assert, in order to fix PR101Chris Lattner2003-11-092-0/+10