aboutsummaryrefslogtreecommitdiff
path: root/runtime/GCCLibraries/crtend
AgeCommit message (Expand)Author
2007-02-23crtend is only for llvm-gcc3, remove it.Chris Lattner
2006-11-17Undo removal of the runtime libraries. While this may have been a bitReid Spencer
2006-11-16In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer
2006-11-02For PR786:Reid Spencer
2006-05-24For PR786:Reid Spencer
2006-03-09Make the new and old front-ends more similar: now neither uses __main.Chris Lattner
2006-01-30fix make install/uninstall of libcrtend.Chris Lattner
2006-01-27Remove out of date commentChris Lattner
2006-01-27Remove the only use of FAKE_SOURCESChris Lattner
2005-10-18This was never updated for the project makefile changesChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-23Fix grammarMisha Brukman
2004-12-22For PR432:Reid Spencer
2004-12-13Use the new BYTECODE_DESTINATION to override the default bytecode installReid Spencer
2004-12-08Remove useless -L switch now that gccld -link-as-library bug is fixed.Reid Spencer
2004-12-05Make use of the LLVMGCCStdCXXLibDir variable to link objectsReid Spencer
2004-12-04Use the FAKE_SOURCES feature for proper distribution of contentsReid Spencer
2004-12-02Standardize the makefiles with space around = to match the rest of LLVM.Reid Spencer
2004-12-02For PR466:Reid Spencer
2004-11-14Use llvm-ar not ar for constructing archive. Wrap at 80 cols.Reid Spencer
2004-10-30Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer
2004-10-26* Make the libcrtend.a installation depend on the bytecode-libs directoryReid Spencer
2004-10-26Add the export symbols list files as extra distribution files.Reid Spencer
2004-10-22Adjust to changes in Makefile.rulesReid Spencer
2004-10-22We won't use automakeReid Spencer
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-17Add missing targets for install/cleanReid Spencer
2004-10-17Initial Makefile.am for building with automakeReid Spencer
2004-08-05This file is obsoleteChris Lattner
2004-08-05C++ support does not live in the C runtime any longerChris Lattner
2004-08-05Two files are moved to libstdc++, and a NOTE gets addedChris Lattner
2004-08-05Add missing copyrightsChris Lattner
2004-03-11Make sure libcrtend.a gets installed when you make install-bytecode.Brian Gaeke
2004-02-17Since tail duplication is currently neutered, we have to help the optimizer t...Chris Lattner
2004-01-21Add DESTDIR support for installing. Use (and depend on) $(bytecode_libdir).Brian Gaeke
2003-12-19Add support for people calling main recursivelyChris Lattner
2003-12-18Merged in RELEASE_11.John Criswell
2003-11-30add missing dependencyChris Lattner
2003-11-29Build _lib_crtend.a, not crtend.aChris Lattner
2003-11-29Don't print out tons of crapChris Lattner
2003-11-29Rewrite makefile logic to build an archive instead of a .o file. This isChris Lattner
2003-11-29Add readme and spiff up makefile headerChris Lattner
2003-11-09Totally disable assert, in order to fix PR101Chris Lattner
2003-11-08Fix wierd problems linking C programs which look for symbols in libstdc++.Chris Lattner
2003-10-20Added LLVM copyright to Makefiles.John Criswell
2003-10-10Actually pass in a pointer to the thrown object, not a pointer to theChris Lattner
2003-10-10Include <cstdio> instead of <stdio.h>.Brian Gaeke
2003-10-10Fix spelling.Misha Brukman
2003-09-15Fix building outside the srcdir, againChris Lattner
2003-09-15Fix building into a different obj directoryChris Lattner