aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Make sure to copy the null terminator at the end of the argv list. SomeChris Lattner2004-02-101-2/+2
* Allow the program to take a '-llvmprof-output filename' option to specifyChris Lattner2004-02-101-2/+30
* Make the initialization calls return argc.Chris Lattner2004-02-104-9/+13
* Initial checking of the libpng library.John Criswell2004-02-06179-0/+65571
* Initial checking of the zlib library.John Criswell2004-02-06153-0/+39800
* Clean out DESTLIBBYTECODE when making clean in runtime.Brian Gaeke2004-02-041-0/+2
* Add DESTDIR support for installing. Use (and depend on) $(bytecode_libdir).Brian Gaeke2004-01-211-2/+2
* Clarify comment.Brian Gaeke2004-01-161-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-082-6/+4
* Fixed the dynamic generation of the list of subdirectories to compile.John Criswell2003-12-082-2/+3
* 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
* As per PR96, don't build subdirs if LLVMGCCDIR is not set to somethingBrian Gaeke2003-11-161-0/+10
* Fixed word order.Misha Brukman2003-11-131-1/+1
* Totally disable assert, in order to fix PR101Chris Lattner2003-11-092-0/+10
* Fix wierd problems linking C programs which look for symbols in libstdc++.Chris Lattner2003-11-081-3/+0
* Actually save and pass in argument informationChris Lattner2003-10-281-15/+20
* We need to output the number of records we have, so we know how many to read ...Chris Lattner2003-10-281-0/+1
* Initial checkin of function and block profiling runtime libraryChris Lattner2003-10-286-0/+220
* Add dummy content for libgdbm.Misha Brukman2003-10-212-0/+15
* Fix libm's name to be `libm'Misha Brukman2003-10-211-2/+2
* Fix library name and fix line to fit within 80 columns.Misha Brukman2003-10-211-5/+5
* Fix strcpy implementation and trieChris Lattner2003-10-211-1/+2
* Added LLVM copyright to Makefiles.John Criswell2003-10-2014-0/+112
* Adding additional license information to these files.John Criswell2003-10-131-0/+5
* Actually pass in a pointer to the thrown object, not a pointer to theChris Lattner2003-10-101-1/+1
* Include <cstdio> instead of <stdio.h>.Brian Gaeke2003-10-101-1/+1
* Fix spelling.Misha Brukman2003-10-101-1/+1
* Fix building outside the srcdir, againChris Lattner2003-09-151-1/+1
* Fix building into a different obj directoryChris Lattner2003-09-151-1/+1
* Whoops, remove makefile tooChris Lattner2003-09-151-6/+0
* Remove dead library, it is now folded into crtendChris Lattner2003-09-156-771/+0
* Move the exception handling runtime stuff into this directoryChris Lattner2003-09-152-3/+33
* Urg, forgot to add a file header somehow.Chris Lattner2003-08-302-0/+22
* initial checkin of SJLJ exception handling runtimeChris Lattner2003-08-302-0/+246
* Rename LongJmpException -> SJLJExceptionChris Lattner2003-08-302-6/+6
* we don't need this hereChris Lattner2003-08-302-2/+0
* Move language independent exception handling routines OUT of C++Exception.cppChris Lattner2003-08-306-108/+156
* File was renamedChris Lattner2003-08-302-2/+2
* Rename files to be capitalized now that they are C++Chris Lattner2003-08-306-12/+12
* Initial checkin of the SJLJ EH interfaceChris Lattner2003-08-302-0/+148