aboutsummaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
2003-12-18Merged in RELEASE_11.John Criswell
2003-12-16Disable __attribute__((weak)) on Mac OS X and other lame platforms.Misha Brukman
2003-12-15Make all memory functions have weak linkage so that they can be overridden withMisha Brukman
2003-12-10Removed the pthread_once() function because it doesn't actually doJohn Criswell
2003-12-10Dummy implementation of the pthread library.John Criswell
2003-12-08Simplify makefiles by just explicitly listing directoriesChris Lattner
2003-12-08Fixed the dynamic generation of the list of subdirectories to compile.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-16As per PR96, don't build subdirs if LLVMGCCDIR is not set to somethingBrian Gaeke
2003-11-13Fixed word order.Misha Brukman
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-28Actually save and pass in argument informationChris Lattner
2003-10-28We need to output the number of records we have, so we know how many to read ...Chris Lattner
2003-10-28Initial checkin of function and block profiling runtime libraryChris Lattner
2003-10-21Add dummy content for libgdbm.Misha Brukman
2003-10-21Fix libm's name to be `libm'Misha Brukman
2003-10-21Fix library name and fix line to fit within 80 columns.Misha Brukman
2003-10-21Fix strcpy implementation and trieChris Lattner
2003-10-20Added LLVM copyright to Makefiles.John Criswell
2003-10-13Adding additional license information to these files.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
2003-09-15Whoops, remove makefile tooChris Lattner
2003-09-15Remove dead library, it is now folded into crtendChris Lattner
2003-09-15Move the exception handling runtime stuff into this directoryChris Lattner
2003-08-30Urg, forgot to add a file header somehow.Chris Lattner
2003-08-30initial checkin of SJLJ exception handling runtimeChris Lattner
2003-08-30Rename LongJmpException -> SJLJExceptionChris Lattner
2003-08-30we don't need this hereChris Lattner
2003-08-30Move language independent exception handling routines OUT of C++Exception.cppChris Lattner
2003-08-30File was renamedChris Lattner
2003-08-30Rename files to be capitalized now that they are C++Chris Lattner
2003-08-30Initial checkin of the SJLJ EH interfaceChris Lattner
2003-08-29Added a dummy version of libcurses.Misha Brukman
2003-08-29Added dummy termcap library.Misha Brukman
2003-08-28* Add proper support for rethrown exceptions.Chris Lattner
2003-08-28Convert C comments to C++Chris Lattner
2003-08-28New wrapper around the terminate call.Chris Lattner
2003-08-28Squelch warningChris Lattner
2003-08-27Be more typesafeChris Lattner
2003-08-27Be more type-safe, add throw specs to all functionsChris Lattner
2003-08-27Add throw specs to the functions, remove (void) from the functionsChris Lattner