- 171b59d Do not mention Chris in public Makefiles by Misha Brukman · 20 years ago
- bb739dd Shorten comment header to 80 cols by Misha Brukman · 20 years ago
- 1757ae9 * Remove UIUC-specific comment * Make header comment span 80 cols by Misha Brukman · 20 years ago
- a6d8ab3 Remove Chris-related bytecode-dir comment by Misha Brukman · 20 years ago
- 42b70f3 This file is obsolete by Chris Lattner · 20 years ago
- 14f7a50 C++ support does not live in the C runtime any longer by Chris Lattner · 20 years ago
- d4d02bc Two files are moved to libstdc++, and a NOTE gets added by Chris Lattner · 20 years ago
- 45872bf Add missing copyrights by Chris Lattner · 20 years ago
- 93c9587 Update GC intrinsics to take a pointer to the object as well as a pointer by Chris Lattner · 20 years ago
- 66291f3 Fix warning on 64-bit machines by Brian Gaeke · 20 years ago
- 9772629 Continue the implementation by Chris Lattner · 20 years ago
- a2f45b2 A few more microsteps by Chris Lattner · 20 years ago
- 86f2382 Eliminate warnings by Alkis Evlogimenos · 20 years ago
- 8ad864a Build the garbage collectors by Chris Lattner · 20 years ago
- e6fd776 Initial checkin of GC implementation support files by Chris Lattner · 20 years ago
- 77ac7ba Check in an EARLY START on a simple copying collector by Chris Lattner · 20 years ago
- ada3c4f Share the profile info type enum with the C++ analysis libraries. by Brian Gaeke · 21 years ago
- 9fa49c8 Constants for profile info type changed names to match the C++ ones. by Brian Gaeke · 21 years ago
- 40114b7 Constants for profile info type changed names to match the C++ ones. by Brian Gaeke · 21 years ago
- ca1a697 Add initial implementation of basic block tracing runtime by Brian Gaeke · 21 years ago
- 86329b3 Add basic block tracing functions as exported symbols. by Brian Gaeke · 21 years ago
- 273595f Add basic block tracing information as a type of "profiling" information. by Brian Gaeke · 21 years ago
- ef2b0db Fit comment into 80 cols. by Misha Brukman · 21 years ago
- 265c87a Remove libraries that have no reason to be here, and keep breaking the nightly tester because their makefiles do not have the right dependencies!! by Chris Lattner · 21 years ago
- a990398 Reenable library now that the loopsimplify bug is fixed by Chris Lattner · 21 years ago
- 5d98f04 Temporary hack to get the nightly tester running by Chris Lattner · 21 years ago
- 8130a38 Merged in RELEASE_12. This fixes the zlib linking problems. by John Criswell · 21 years ago
- 40bdfe55 Make sure to get the headers from zlib correctly by Chris Lattner · 21 years ago
- 63c8cc6 Make sure libcrtend.a gets installed when you make install-bytecode. by Brian Gaeke · 21 years ago
- 127cab2 Add edge profiling support to the runtime library by Chris Lattner · 21 years ago
- 17d3a87 Build zlib and libpng by Chris Lattner · 21 years ago
- c224efb Build an archive for use with Povray. by John Criswell · 21 years ago
- 3da1258 Add a simple implementation of strncpy by Chris Lattner · 21 years ago
- a803209 Add strndup by Chris Lattner · 21 years ago
- 3c5df26 Since tail duplication is currently neutered, we have to help the optimizer to remove the overhead of __main by Chris Lattner · 21 years ago
- f472935 Make sure to copy the null terminator at the end of the argv list. Some by Chris Lattner · 21 years ago
- ebd02a8 Allow the program to take a '-llvmprof-output filename' option to specify by Chris Lattner · 21 years ago
- affce4f Make the initialization calls return argc. by Chris Lattner · 21 years ago
- a6859b4 Initial checking of the libpng library. by John Criswell · 21 years ago
- 2a9d717 Initial checking of the zlib library. by John Criswell · 21 years ago
- 3b9f445 Clean out DESTLIBBYTECODE when making clean in runtime. by Brian Gaeke · 21 years ago
- 796960e Add DESTDIR support for installing. Use (and depend on) $(bytecode_libdir). by Brian Gaeke · 21 years ago
- 9715fcd Clarify comment. by Brian Gaeke · 21 years ago
- 86f3dda Add support for people calling main recursively by Chris Lattner · 21 years ago
- d000e1d Merged in RELEASE_11. by John Criswell · 21 years ago
- b49fa61 Disable __attribute__((weak)) on Mac OS X and other lame platforms. by Misha Brukman · 21 years ago
- a5df0cd Make all memory functions have weak linkage so that they can be overridden with by Misha Brukman · 21 years ago
- 5be28c5 Removed the pthread_once() function because it doesn't actually do by John Criswell · 21 years ago
- 61eae03 Dummy implementation of the pthread library. by John Criswell · 21 years ago
- b5da746 Simplify makefiles by just explicitly listing directories by Chris Lattner · 21 years ago
- ea0ac1f Fixed the dynamic generation of the list of subdirectories to compile. by John Criswell · 21 years ago
- 9ca419e add missing dependency by Chris Lattner · 21 years ago
- f168b75 Build _lib_crtend.a, not crtend.a by Chris Lattner · 21 years ago
- 53005b0 Don't print out tons of crap by Chris Lattner · 21 years ago
- ef1835d Rewrite makefile logic to build an archive instead of a .o file. This is by Chris Lattner · 21 years ago
- e893d64 Add readme and spiff up makefile header by Chris Lattner · 21 years ago
- e9dd3f1 As per PR96, don't build subdirs if LLVMGCCDIR is not set to something by Brian Gaeke · 21 years ago
- cf95d4f Fixed word order. by Misha Brukman · 21 years ago
- d338a23 Totally disable assert, in order to fix PR101 by Chris Lattner · 21 years ago
- a395409 Fix wierd problems linking C programs which look for symbols in libstdc++. by Chris Lattner · 21 years ago
- d09bef4 Actually save and pass in argument information by Chris Lattner · 21 years ago
- 98b1d81 We need to output the number of records we have, so we know how many to read in! Doh. by Chris Lattner · 21 years ago
- a9a3028 Initial checkin of function and block profiling runtime library by Chris Lattner · 21 years ago
- 2a211c4 Add dummy content for libgdbm. by Misha Brukman · 21 years ago
- 724d084 Fix libm's name to be `libm' by Misha Brukman · 21 years ago
- 60d3ba8 Fix library name and fix line to fit within 80 columns. by Misha Brukman · 21 years ago
- 68172da Fix strcpy implementation and trie by Chris Lattner · 21 years ago
- e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 21 years ago
- 7eadec6 Adding additional license information to these files. by John Criswell · 21 years ago
- 4dd7b4f Actually pass in a pointer to the thrown object, not a pointer to the by Chris Lattner · 21 years ago
- 17634f7 Include <cstdio> instead of <stdio.h>. by Brian Gaeke · 21 years ago
- cf00c4a Fix spelling. by Misha Brukman · 21 years ago
- af229bb Fix building outside the srcdir, again by Chris Lattner · 21 years ago
- 98d5886 Fix building into a different obj directory by Chris Lattner · 21 years ago
- 919846d Whoops, remove makefile too by Chris Lattner · 21 years ago
- 6d4e4f8 Remove dead library, it is now folded into crtend by Chris Lattner · 21 years ago
- fc01114 Move the exception handling runtime stuff into this directory by Chris Lattner · 21 years ago
- 7b3092d Urg, forgot to add a file header somehow. Add missing function comments by Chris Lattner · 21 years ago
- 214191f initial checkin of SJLJ exception handling runtime by Chris Lattner · 21 years ago
- ed499d2 Rename LongJmpException -> SJLJException by Chris Lattner · 21 years ago
- 7a9fd01 we don't need this here by Chris Lattner · 21 years ago
- 7f45519 Move language independent exception handling routines OUT of C++Exception.cpp by Chris Lattner · 21 years ago
- e86159d File was renamed by Chris Lattner · 21 years ago
- ea0721c Rename files to be capitalized now that they are C++ by Chris Lattner · 21 years ago
- d6ddfb2 Initial checkin of the SJLJ EH interface by Chris Lattner · 21 years ago
- 402f151 Added a dummy version of libcurses. by Misha Brukman · 21 years ago
- efe98e9 Added dummy termcap library. by Misha Brukman · 21 years ago
- b40d5e7 * Add proper support for rethrown exceptions. by Chris Lattner · 21 years ago
- 82d222f Convert C comments to C++ by Chris Lattner · 21 years ago
- 3745903 New wrapper around the terminate call. by Chris Lattner · 21 years ago
- f4b319d Squelch warning by Chris Lattner · 21 years ago
- 0028b2c Be more typesafe by Chris Lattner · 21 years ago
- d289ed5 Be more type-safe, add throw specs to all functions by Chris Lattner · 21 years ago
- 7a37fa7 Add throw specs to the functions, remove (void) from the functions by Chris Lattner · 21 years ago
- 0e807bd Hack out libexception temporarily until the Sparc FE is improved by Chris Lattner · 21 years ago
- 5eb7939 Fix several _killer_ bugs. This now actually WORKS for really complex testcases :) by Chris Lattner · 21 years ago
- 5cf1199 C++ify, add new get_cxx_exception function to convert from generic llvm_exceptions to llvm_cxx_exception's by Chris Lattner · 21 years ago
- c2c70fa Remove Cisms. We love C++ by Chris Lattner · 21 years ago
- 23b9b05 Add new __llvm_cxxeh_begin_catch_if_isa function, change C -> C++ comments by Chris Lattner · 21 years ago
- aa8882a Remove copy-and-paste gunk by Chris Lattner · 21 years ago