summaryrefslogtreecommitdiff
path: root/runtime/GCCLibraries
Commit message (Expand)AuthorAge
* Make information more complete.John Criswell2006-08-08
* Reverted previous commit. Thanks, Chris.John Criswell2006-07-28
* Added in the LGPL text and copyright information. This needs to beJohn Criswell2006-07-28
* Put an innocuous statement in this file to quelch warnings about compilingReid Spencer2006-06-01
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-01
* For PR786:Reid Spencer2006-05-24
* Optimizing to calloc() to malloc() + memset() can be bad on some platforms.Evan Cheng2006-03-13
* Make the new and old front-ends more similar: now neither uses __main.Chris Lattner2006-03-09
* fix make install/uninstall of libcrtend.Chris Lattner2006-01-30
* Remove out of date commentChris Lattner2006-01-27
* Remove the only use of FAKE_SOURCESChris Lattner2006-01-27
* Add the remove() function from the C library.John Criswell2005-11-28
* This was never updated for the project makefile changesChris Lattner2005-10-18
* Remove trailing whitespaceMisha Brukman2005-04-21
* Fix grammarMisha Brukman2005-03-23
* Remove dead directoriesChris Lattner2005-01-02
* This lib is deadChris Lattner2005-01-02
* Remove a bunch of useless empty librariesChris Lattner2005-01-02
* This is no longer needed.Chris Lattner2005-01-02
* For PR432:Reid Spencer2004-12-22
* Use the new BYTECODE_DESTINATION to override the default bytecode installReid Spencer2004-12-13
* Remove useless -L switch now that gccld -link-as-library bug is fixed.Reid Spencer2004-12-08
* Make use of the LLVMGCCStdCXXLibDir variable to link objectsReid Spencer2004-12-05
* Use the FAKE_SOURCES feature for proper distribution of contentsReid Spencer2004-12-04
* Standardize the makefiles with space around = to match the rest of LLVM.Reid Spencer2004-12-02
* Standardize the format of the runtime libraries makefiles.Reid Spencer2004-12-02
* For PR466:Reid Spencer2004-12-02
* Use llvm-ar not ar for constructing archive. Wrap at 80 cols.Reid Spencer2004-11-14
* Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer2004-10-30
* * Make the libcrtend.a installation depend on the bytecode-libs directoryReid Spencer2004-10-26
* Add the export symbols list files as extra distribution files.Reid Spencer2004-10-26
* Adjust to changes in Makefile.rulesReid Spencer2004-10-22
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* Add missing targets for install/cleanReid Spencer2004-10-17
* Initial Makefile.am for building with automakeReid Spencer2004-10-17
* Make sure that for systems where the string functions are actually macrosReid Spencer2004-10-17
* Don't call memset if malloc returns a null pointerChris Lattner2004-10-06
* Shorten comment header to 80 colsMisha Brukman2004-08-09
* Remove Chris-related bytecode-dir commentMisha Brukman2004-08-09
* This file is obsoleteChris Lattner2004-08-05
* C++ support does not live in the C runtime any longerChris Lattner2004-08-05
* Two files are moved to libstdc++, and a NOTE gets addedChris Lattner2004-08-05
* Add missing copyrightsChris Lattner2004-08-05
* Make sure libcrtend.a gets installed when you make install-bytecode.Brian Gaeke2004-03-11
* Add a simple implementation of strncpyChris Lattner2004-02-20
* Add strndupChris Lattner2004-02-19
* Since tail duplication is currently neutered, we have to help the optimizer t...Chris Lattner2004-02-17
* Add DESTDIR support for installing. Use (and depend on) $(bytecode_libdir).Brian Gaeke2004-01-21
* Add support for people calling main recursivelyChris Lattner2003-12-19