summaryrefslogtreecommitdiffstats
path: root/llvm/runtime
Commit message (Collapse)AuthorAgeFilesLines
* Add the remove() function from the C library.John Criswell2005-11-281-0/+46
| | | | llvm-svn: 24498
* This was never updated for the project makefile changesChris Lattner2005-10-182-4/+4
| | | | llvm-svn: 23790
* This never got updated to reflect the project makefile changesChris Lattner2005-10-181-1/+1
| | | | llvm-svn: 23789
* Remove trailing whitespaceMisha Brukman2005-04-216-16/+16
| | | | llvm-svn: 21427
* Fix grammarMisha Brukman2005-03-231-1/+1
| | | | llvm-svn: 20789
* Hrm, who knows what 'uint' is, but it seems to work sometimes? Wierd.Chris Lattner2005-01-281-4/+4
| | | | llvm-svn: 19876
* Turn on LOADABLE_MODULE so that profile.so can be loaded dynamically byReid Spencer2005-01-131-0/+1
| | | | | | the JIT. llvm-svn: 19524
* Re-enable libprofile now that llvm-ar is working better.Reid Spencer2005-01-131-1/+1
| | | | llvm-svn: 19523
* Remove dead directoriesChris Lattner2005-01-021-2/+1
| | | | llvm-svn: 19262
* This lib is deadChris Lattner2005-01-022-16/+0
| | | | llvm-svn: 19261
* Remove a bunch of useless empty librariesChris Lattner2005-01-0212-98/+0
| | | | llvm-svn: 19260
* This is no longer needed.Chris Lattner2005-01-022-16/+0
| | | | llvm-svn: 19259
* For PR432:Reid Spencer2004-12-2216-16/+16
| | | | | | * Variable name change: cferuntime_libdir -> CFERuntimeLibDir llvm-svn: 19096
* Disable libprofile as llvm-ar bus errors on it, and I don't want to breakChris Lattner2004-12-151-1/+1
| | | | | | the nightly testers. llvm-svn: 18960
* Use the new BYTECODE_DESTINATION to override the default bytecode installReid Spencer2004-12-1316-1/+17
| | | | | | | | | destination for this library so that it goes to $(cferuntime_libdir) rather than just $(libdir). Normal bytecode libraries should be installed in the $(libdir), but these ones are "special" because they're part of the the C/C++ front end. llvm-svn: 18882
* Remove useless -L switch now that gccld -link-as-library bug is fixed.Reid Spencer2004-12-081-3/+3
| | | | llvm-svn: 18613
* Make use of the LLVMGCCStdCXXLibDir variable to link objectsReid Spencer2004-12-051-3/+3
| | | | llvm-svn: 18548
* Use the FAKE_SOURCES feature for proper distribution of contentsReid Spencer2004-12-041-9/+12
| | | | llvm-svn: 18506
* Standardize the makefiles with space around = to match the rest of LLVM.Reid Spencer2004-12-0217-66/+61
| | | | llvm-svn: 18429
* Standardize the format of the runtime libraries makefiles.Reid Spencer2004-12-0212-23/+32
| | | | | | | | * Don't have lines longer than 80 cols * Blank line after the header * Reduce spaces in var definitions. llvm-svn: 18427
* For PR466:Reid Spencer2004-12-021-31/+14
| | | | | | | | Much of what this Makefile did to make a libcrtend.a file is now supported by Makefile.rules when BYTECODE_LIBRARY=1 is specified. So, we've simplified the make rules for building this library. llvm-svn: 18426
* Remove this left-over crud from the automake experiment.Reid Spencer2004-12-021-665/+0
| | | | llvm-svn: 18424
* Remove zlib from the llvm tarball. This is only used (in theory by povray-31Chris Lattner2004-11-27117-26178/+0
| | | | | | | | | which is part of llvm-test). If anyone is interested in adding it to llvm-test, feel free to go for it. This is part of PR417 llvm-svn: 18277
* Remove zlib from the llvm tarball. This is only used (in theory by povray-31Chris Lattner2004-11-2735-13470/+0
| | | | | | | which is part of llvm-test). If anyone is interested in adding it to llvm-test, feel free to go for it. llvm-svn: 18276
* libpng is not even used by povray3.1 in the current configuration, justChris Lattner2004-11-18179-65573/+0
| | | | | | drop it completely. llvm-svn: 17966
* Use llvm-ar not ar for constructing archive. Wrap at 80 cols.Reid Spencer2004-11-141-4/+12
| | | | llvm-svn: 17784
* Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer2004-10-301-20/+20
| | | | llvm-svn: 17359
* * Make the libcrtend.a installation depend on the bytecode-libs directoryReid Spencer2004-10-261-8/+7
| | | | | | * Conform output to standard. llvm-svn: 17267
* Add the export symbols list files as extra distribution files.Reid Spencer2004-10-261-0/+2
| | | | llvm-svn: 17246
* Add EXTRA_DIST for additional files to be distributed.Reid Spencer2004-10-262-1/+3
| | | | llvm-svn: 17233
* Remove the clean target.Reid Spencer2004-10-231-4/+0
| | | | llvm-svn: 17185
* We're not doing automake any moreReid Spencer2004-10-225-3302/+0
| | | | llvm-svn: 17168
* Adjust to changes in Makefile.rulesReid Spencer2004-10-223-21/+17
| | | | llvm-svn: 17167
* We won't use automakeReid Spencer2004-10-2236-10149/+0
| | | | llvm-svn: 17155
* Initial automake generated Makefile templateReid Spencer2004-10-1820-0/+13077
| | | | llvm-svn: 17136
* Update to reflect building zlib for LLVMReid Spencer2004-10-171-151/+673
| | | | llvm-svn: 17091
* Add missing targets for install/cleanReid Spencer2004-10-171-0/+4
| | | | llvm-svn: 17090
* Initial Makefile.am for building with automakeReid Spencer2004-10-1720-0/+346
| | | | llvm-svn: 17073
* Initial Makefile.am for building with automake.Reid Spencer2004-10-171-0/+13
| | | | llvm-svn: 17072
* Make sure that for systems where the string functions are actually macrosReid Spencer2004-10-171-0/+24
| | | | | | | that we undefine the macro before using its name in the definition. This can happen on Linux if _GNU_SOURCE is defined. llvm-svn: 17071
* Don't call memset if malloc returns a null pointerChris Lattner2004-10-061-1/+2
| | | | llvm-svn: 16797
* Disable libprofile as it breaks the build on Sparc (autoconf issues).Misha Brukman2004-09-081-0/+6
| | | | llvm-svn: 16253
* Clean up some "clean:" targets so they use $(VERB) and don't print anythingReid Spencer2004-09-031-1/+1
| | | | | | by default, like every other "clean" target in LLVM. llvm-svn: 16161
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* Do not mention Chris in public MakefilesMisha Brukman2004-08-091-3/+1
| | | | llvm-svn: 15591
* Shorten comment header to 80 colsMisha Brukman2004-08-093-3/+3
| | | | llvm-svn: 15590
* * Remove UIUC-specific commentMisha Brukman2004-08-091-4/+2
| | | | | | * Make header comment span 80 cols llvm-svn: 15589
* Remove Chris-related bytecode-dir commentMisha Brukman2004-08-091-5/+4
| | | | llvm-svn: 15587
* This file is obsoleteChris Lattner2004-08-051-11/+0
| | | | llvm-svn: 15521
* C++ support does not live in the C runtime any longerChris Lattner2004-08-051-6/+1
| | | | llvm-svn: 15515
OpenPOWER on IntegriCloud