aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Collapse)AuthorAgeFilesLines
...
* Add basic block tracing information as a type of "profiling" information.Brian Gaeke2004-05-031-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13337 91177308-0d34-0410-b5e6-96231b3b80d8
* Fit comment into 80 cols.Misha Brukman2004-04-161-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12996 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove libraries that have no reason to be here, and keep breaking the ↵Chris Lattner2004-04-161-1/+1
| | | | | | nightly tester because their makefiles do not have the right dependencies!! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12981 91177308-0d34-0410-b5e6-96231b3b80d8
* Reenable library now that the loopsimplify bug is fixedChris Lattner2004-04-131-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12891 91177308-0d34-0410-b5e6-96231b3b80d8
* Temporary hack to get the nightly tester runningChris Lattner2004-04-131-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12886 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in RELEASE_12.John Criswell2004-03-291-0/+1
| | | | | | | This fixes the zlib linking problems. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12531 91177308-0d34-0410-b5e6-96231b3b80d8
* Make sure to get the headers from zlib correctlyChris Lattner2004-03-261-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12521 91177308-0d34-0410-b5e6-96231b3b80d8
* Make sure libcrtend.a gets installed when you make install-bytecode.Brian Gaeke2004-03-111-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12292 91177308-0d34-0410-b5e6-96231b3b80d8
* Add edge profiling support to the runtime libraryChris Lattner2004-03-081-0/+45
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12227 91177308-0d34-0410-b5e6-96231b3b80d8
* Build zlib and libpngChris Lattner2004-02-271-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11911 91177308-0d34-0410-b5e6-96231b3b80d8
* Build an archive for use with Povray.John Criswell2004-02-202-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11678 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a simple implementation of strncpyChris Lattner2004-02-201-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11672 91177308-0d34-0410-b5e6-96231b3b80d8
* Add strndupChris Lattner2004-02-191-3/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11638 91177308-0d34-0410-b5e6-96231b3b80d8
* Since tail duplication is currently neutered, we have to help the optimizer ↵Chris Lattner2004-02-171-2/+3
| | | | | | to remove the overhead of __main git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11561 91177308-0d34-0410-b5e6-96231b3b80d8
* Make sure to copy the null terminator at the end of the argv list. SomeChris Lattner2004-02-101-2/+2
| | | | | | | programs use it instead of argc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11270 91177308-0d34-0410-b5e6-96231b3b80d8
* Allow the program to take a '-llvmprof-output filename' option to specifyChris Lattner2004-02-101-2/+30
| | | | | | | where to output the profiling data, if llvmprof.out is not good enough. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11264 91177308-0d34-0410-b5e6-96231b3b80d8
* Make the initialization calls return argc.Chris Lattner2004-02-104-9/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11261 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial checking of the libpng library.John Criswell2004-02-06179-0/+65571
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11149 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial checking of the zlib library.John Criswell2004-02-06153-0/+39800
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11148 91177308-0d34-0410-b5e6-96231b3b80d8
* Clean out DESTLIBBYTECODE when making clean in runtime.Brian Gaeke2004-02-041-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11119 91177308-0d34-0410-b5e6-96231b3b80d8
* Add DESTDIR support for installing. Use (and depend on) $(bytecode_libdir).Brian Gaeke2004-01-211-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10947 91177308-0d34-0410-b5e6-96231b3b80d8
* Clarify comment.Brian Gaeke2004-01-161-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10898 91177308-0d34-0410-b5e6-96231b3b80d8
* Add support for people calling main recursivelyChris Lattner2003-12-191-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10535 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in RELEASE_11.John Criswell2003-12-181-3/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10516 91177308-0d34-0410-b5e6-96231b3b80d8
* Disable __attribute__((weak)) on Mac OS X and other lame platforms.Misha Brukman2003-12-161-5/+20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10489 91177308-0d34-0410-b5e6-96231b3b80d8
* Make all memory functions have weak linkage so that they can be overridden withMisha Brukman2003-12-151-3/+4
| | | | | | | custom memory-management implementations (e.g., bash). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10478 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed the pthread_once() function because it doesn't actually doJohn Criswell2003-12-101-7/+0
| | | | | | | | | what it's supposed to do. Just leave this library as a dummy library for now until we have time to port a real pthread library (or get glibc working). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10368 91177308-0d34-0410-b5e6-96231b3b80d8
* Dummy implementation of the pthread library.John Criswell2003-12-102-0/+22
| | | | | | | This is needed since libstdc++ uses pthread_once(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10360 91177308-0d34-0410-b5e6-96231b3b80d8
* Simplify makefiles by just explicitly listing directoriesChris Lattner2003-12-082-6/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10324 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed the dynamic generation of the list of subdirectories to compile.John Criswell2003-12-082-2/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10322 91177308-0d34-0410-b5e6-96231b3b80d8
* add missing dependencyChris Lattner2003-11-301-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10271 91177308-0d34-0410-b5e6-96231b3b80d8
* Build _lib_crtend.a, not crtend.aChris Lattner2003-11-291-5/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10260 91177308-0d34-0410-b5e6-96231b3b80d8
* Don't print out tons of crapChris Lattner2003-11-291-5/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10259 91177308-0d34-0410-b5e6-96231b3b80d8
* Rewrite makefile logic to build an archive instead of a .o file. This isChris Lattner2003-11-296-39/+79
| | | | | | | intended to address PR142 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10257 91177308-0d34-0410-b5e6-96231b3b80d8
* Add readme and spiff up makefile headerChris Lattner2003-11-292-1/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10254 91177308-0d34-0410-b5e6-96231b3b80d8
* As per PR96, don't build subdirs if LLVMGCCDIR is not set to somethingBrian Gaeke2003-11-161-0/+10
| | | | | | | reasonable, instead, print out a "LOUD warning". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10023 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed word order.Misha Brukman2003-11-131-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9978 91177308-0d34-0410-b5e6-96231b3b80d8
* Totally disable assert, in order to fix PR101Chris Lattner2003-11-092-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9818 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix wierd problems linking C programs which look for symbols in libstdc++.Chris Lattner2003-11-081-3/+0
| | | | | | | | | | | This was due to the 'assert' macro expanding into a function call on some platforms which could throw. The C++ compiler then added checks for the exception specifications in these functions, which pulled in the C++ runtime. This was bad, and the assertions can never fire (the library is now debugged) so just remove them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9801 91177308-0d34-0410-b5e6-96231b3b80d8
* Actually save and pass in argument informationChris Lattner2003-10-281-15/+20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9564 91177308-0d34-0410-b5e6-96231b3b80d8
* We need to output the number of records we have, so we know how many to read ↵Chris Lattner2003-10-281-0/+1
| | | | | | in! Doh. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9555 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial checkin of function and block profiling runtime libraryChris Lattner2003-10-286-0/+220
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9546 91177308-0d34-0410-b5e6-96231b3b80d8
* Add dummy content for libgdbm.Misha Brukman2003-10-212-0/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9344 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix libm's name to be `libm'Misha Brukman2003-10-211-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9343 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix library name and fix line to fit within 80 columns.Misha Brukman2003-10-211-5/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9342 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix strcpy implementation and trieChris Lattner2003-10-211-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9338 91177308-0d34-0410-b5e6-96231b3b80d8
* Added LLVM copyright to Makefiles.John Criswell2003-10-2014-0/+112
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9314 91177308-0d34-0410-b5e6-96231b3b80d8
* Adding additional license information to these files.John Criswell2003-10-131-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9102 91177308-0d34-0410-b5e6-96231b3b80d8
* Actually pass in a pointer to the thrown object, not a pointer to theChris Lattner2003-10-101-1/+1
| | | | | | | exception header. This is the final missing piece from the PR#27 puzzle. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9043 91177308-0d34-0410-b5e6-96231b3b80d8
* Include <cstdio> instead of <stdio.h>.Brian Gaeke2003-10-101-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9032 91177308-0d34-0410-b5e6-96231b3b80d8