summaryrefslogtreecommitdiff
path: root/runtime/GCCLibraries
AgeCommit message (Expand)AuthorFilesLines
2004-10-06Don't call memset if malloc returns a null pointerChris Lattner1-1/+2
2004-08-09Shorten comment header to 80 colsMisha Brukman3-3/+3
2004-08-09Remove Chris-related bytecode-dir commentMisha Brukman1-5/+4
2004-08-05This file is obsoleteChris Lattner1-11/+0
2004-08-05C++ support does not live in the C runtime any longerChris Lattner1-6/+1
2004-08-05Two files are moved to libstdc++, and a NOTE gets addedChris Lattner3-451/+10
2004-08-05Add missing copyrightsChris Lattner3-0/+21
2004-03-11Make sure libcrtend.a gets installed when you make install-bytecode.Brian Gaeke1-0/+1
2004-02-20Add a simple implementation of strncpyChris Lattner1-0/+6
2004-02-19Add strndupChris Lattner1-3/+10
2004-02-17Since tail duplication is currently neutered, we have to help the optimizer t...Chris Lattner1-2/+3
2004-01-21Add DESTDIR support for installing. Use (and depend on) $(bytecode_libdir).Brian Gaeke1-2/+2
2003-12-19Add support for people calling main recursivelyChris Lattner1-0/+7
2003-12-18Merged in RELEASE_11.John Criswell1-3/+0
2003-12-16Disable __attribute__((weak)) on Mac OS X and other lame platforms.Misha Brukman1-5/+20
2003-12-15Make all memory functions have weak linkage so that they can be overridden withMisha Brukman1-3/+4
2003-12-10Removed the pthread_once() function because it doesn't actually doJohn Criswell1-7/+0
2003-12-10Dummy implementation of the pthread library.John Criswell2-0/+22
2003-12-08Simplify makefiles by just explicitly listing directoriesChris Lattner1-4/+1
2003-12-08Fixed the dynamic generation of the list of subdirectories to compile.John Criswell1-1/+2
2003-11-30add missing dependencyChris Lattner1-1/+1
2003-11-29Build _lib_crtend.a, not crtend.aChris Lattner1-5/+5
2003-11-29Don't print out tons of crapChris Lattner1-5/+10
2003-11-29Rewrite makefile logic to build an archive instead of a .o file. This isChris Lattner6-39/+79
2003-11-29Add readme and spiff up makefile headerChris Lattner2-1/+22
2003-11-13Fixed word order.Misha Brukman1-1/+1
2003-11-09Totally disable assert, in order to fix PR101Chris Lattner2-0/+10
2003-11-08Fix wierd problems linking C programs which look for symbols in libstdc++.Chris Lattner1-3/+0
2003-10-21Add dummy content for libgdbm.Misha Brukman2-0/+15
2003-10-21Fix libm's name to be `libm'Misha Brukman1-2/+2
2003-10-21Fix library name and fix line to fit within 80 columns.Misha Brukman1-5/+5
2003-10-21Fix strcpy implementation and trieChris Lattner1-1/+2
2003-10-20Added LLVM copyright to Makefiles.John Criswell11-0/+88
2003-10-13Adding additional license information to these files.John Criswell1-0/+5
2003-10-10Actually pass in a pointer to the thrown object, not a pointer to theChris Lattner1-1/+1
2003-10-10Include <cstdio> instead of <stdio.h>.Brian Gaeke1-1/+1
2003-10-10Fix spelling.Misha Brukman1-1/+1
2003-09-15Fix building outside the srcdir, againChris Lattner1-1/+1
2003-09-15Fix building into a different obj directoryChris Lattner1-1/+1
2003-09-15Whoops, remove makefile tooChris Lattner1-6/+0
2003-09-15Remove dead library, it is now folded into crtendChris Lattner6-771/+0
2003-09-15Move the exception handling runtime stuff into this directoryChris Lattner2-3/+33
2003-08-30Urg, forgot to add a file header somehow.Chris Lattner2-0/+22
2003-08-30initial checkin of SJLJ exception handling runtimeChris Lattner2-0/+246
2003-08-30Rename LongJmpException -> SJLJExceptionChris Lattner2-6/+6
2003-08-30we don't need this hereChris Lattner2-2/+0
2003-08-30Move language independent exception handling routines OUT of C++Exception.cppChris Lattner6-108/+156
2003-08-30File was renamedChris Lattner2-2/+2
2003-08-30Rename files to be capitalized now that they are C++Chris Lattner6-12/+12
2003-08-30Initial checkin of the SJLJ EH interfaceChris Lattner2-0/+148