2004-08-05 |
Chris Lattner | C++ support does not live in the C runtime any longer |
tree | commitdiff |
2004-08-05 |
Chris Lattner | Two files are moved to libstdc++, and a NOTE gets added |
tree | commitdiff |
2004-08-05 |
Chris Lattner | Add missing copyrights |
tree | commitdiff |
2004-07-22 |
Chris Lattner | Update GC intrinsics to take a pointer to the object... |
tree | commitdiff |
2004-07-16 |
Brian Gaeke | Fix warning on 64-bit machines |
tree | commitdiff |
2004-05-27 |
Chris Lattner | Continue the implementation |
tree | commitdiff |
2004-05-27 |
Chris Lattner | A few more microsteps |
tree | commitdiff |
2004-05-23 |
Alkis Evlogimenos | Eliminate warnings |
tree | commitdiff |
2004-05-23 |
Chris Lattner | Build the garbage collectors |
tree | commitdiff |
2004-05-23 |
Chris Lattner | Initial checkin of GC implementation support files |
tree | commitdiff |
2004-05-23 |
Chris Lattner | Check in an EARLY START on a simple copying collector |
tree | commitdiff |
2004-05-04 |
Brian Gaeke | Share the profile info type enum with the C++ analysis... |
tree | commitdiff |
2004-05-04 |
Brian Gaeke | Constants for profile info type changed names to match... |
tree | commitdiff |
2004-05-04 |
Brian Gaeke | Constants for profile info type changed names to match... |
tree | commitdiff |
2004-05-03 |
Brian Gaeke | Add initial implementation of basic block tracing runtime |
tree | commitdiff |
2004-05-03 |
Brian Gaeke | Add basic block tracing functions as exported symbols. |
tree | commitdiff |
2004-05-03 |
Brian Gaeke | Add basic block tracing information as a type of "profi... |
tree | commitdiff |
2004-04-16 |
Misha Brukman | Fit comment into 80 cols. |
tree | commitdiff |
2004-04-16 |
Chris Lattner | Remove libraries that have no reason to be here, and... |
tree | commitdiff |
2004-04-13 |
Chris Lattner | Reenable library now that the loopsimplify bug is fixed |
tree | commitdiff |
2004-04-13 |
Chris Lattner | Temporary hack to get the nightly tester running |
tree | commitdiff |
2004-03-29 |
John Criswell | Merged in RELEASE_12. |
tree | commitdiff |
2004-03-26 |
Chris Lattner | Make sure to get the headers from zlib correctly |
tree | commitdiff |
2004-03-11 |
Brian Gaeke | Make sure libcrtend.a gets installed when you make... |
tree | commitdiff |
2004-03-08 |
Chris Lattner | Add edge profiling support to the runtime library |
tree | commitdiff |
2004-02-27 |
Chris Lattner | Build zlib and libpng |
tree | commitdiff |
2004-02-20 |
John Criswell | Build an archive for use with Povray. |
tree | commitdiff |
2004-02-20 |
Chris Lattner | Add a simple implementation of strncpy |
tree | commitdiff |
2004-02-19 |
Chris Lattner | Add strndup |
tree | commitdiff |
2004-02-17 |
Chris Lattner | Since tail duplication is currently neutered, we have... |
tree | commitdiff |
2004-02-10 |
Chris Lattner | Make sure to copy the null terminator at the end of... |
tree | commitdiff |
2004-02-10 |
Chris Lattner | Allow the program to take a '-llvmprof-output filename... |
tree | commitdiff |
2004-02-10 |
Chris Lattner | Make the initialization calls return argc. |
tree | commitdiff |
2004-02-06 |
John Criswell | Initial checking of the libpng library. |
tree | commitdiff |
2004-02-06 |
John Criswell | Initial checking of the zlib library. |
tree | commitdiff |
2004-02-04 |
Brian Gaeke | Clean out DESTLIBBYTECODE when making clean in runtime. |
tree | commitdiff |
2004-01-21 |
Brian Gaeke | Add DESTDIR support for installing. Use (and depend... |
tree | commitdiff |
2004-01-16 |
Brian Gaeke | Clarify comment. |
tree | commitdiff |
2003-12-19 |
Chris Lattner | Add support for people calling main recursively |
tree | commitdiff |
2003-12-18 |
John Criswell | Merged in RELEASE_11. |
tree | commitdiff |
2003-12-16 |
Misha Brukman | Disable __attribute__((weak)) on Mac OS X and other... |
tree | commitdiff |
2003-12-15 |
Misha Brukman | Make all memory functions have weak linkage so that... |
tree | commitdiff |
2003-12-10 |
John Criswell | Removed the pthread_once() function because it doesn... |
tree | commitdiff |
2003-12-10 |
John Criswell | Dummy implementation of the pthread library. |
tree | commitdiff |
2003-12-08 |
Chris Lattner | Simplify makefiles by just explicitly listing directories |
tree | commitdiff |
2003-12-08 |
John Criswell | Fixed the dynamic generation of the list of subdirector... |
tree | commitdiff |
2003-11-30 |
Chris Lattner | add missing dependency |
tree | commitdiff |
2003-11-29 |
Chris Lattner | Build _lib_crtend.a, not crtend.a |
tree | commitdiff |
2003-11-29 |
Chris Lattner | Don't print out tons of crap |
tree | commitdiff |
2003-11-29 |
Chris Lattner | Rewrite makefile logic to build an archive instead... |
tree | commitdiff |
2003-11-29 |
Chris Lattner | Add readme and spiff up makefile header |
tree | commitdiff |
2003-11-16 |
Brian Gaeke | As per PR96, don't build subdirs if LLVMGCCDIR is not... |
tree | commitdiff |
2003-11-13 |
Misha Brukman | Fixed word order. |
tree | commitdiff |
2003-11-09 |
Chris Lattner | Totally disable assert, in order to fix PR101 |
tree | commitdiff |
2003-11-08 |
Chris Lattner | Fix wierd problems linking C programs which look for... |
tree | commitdiff |
2003-10-28 |
Chris Lattner | Actually save and pass in argument information |
tree | commitdiff |
2003-10-28 |
Chris Lattner | We need to output the number of records we have, so... |
tree | commitdiff |
2003-10-28 |
Chris Lattner | Initial checkin of function and block profiling runtime... |
tree | commitdiff |
2003-10-21 |
Misha Brukman | Add dummy content for libgdbm. |
tree | commitdiff |
2003-10-21 |
Misha Brukman | Fix libm's name to be `libm' |
tree | commitdiff |
2003-10-21 |
Misha Brukman | Fix library name and fix line to fit within 80 columns. |
tree | commitdiff |
2003-10-21 |
Chris Lattner | Fix strcpy implementation and trie |
tree | commitdiff |
2003-10-20 |
John Criswell | Added LLVM copyright to Makefiles. |
tree | commitdiff |
2003-10-13 |
John Criswell | Adding additional license information to these files. |
tree | commitdiff |
2003-10-10 |
Chris Lattner | Actually pass in a pointer to the thrown object, not... |
tree | commitdiff |
2003-10-10 |
Brian Gaeke | Include <cstdio> instead of <stdio.h>. |
tree | commitdiff |
2003-10-10 |
Misha Brukman | Fix spelling. |
tree | commitdiff |
2003-09-15 |
Chris Lattner | Fix building outside the srcdir, again |
tree | commitdiff |
2003-09-15 |
Chris Lattner | Fix building into a different obj directory |
tree | commitdiff |
2003-09-15 |
Chris Lattner | Whoops, remove makefile too |
tree | commitdiff |
2003-09-15 |
Chris Lattner | Remove dead library, it is now folded into crtend |
tree | commitdiff |
2003-09-15 |
Chris Lattner | Move the exception handling runtime stuff into this... |
tree | commitdiff |
2003-08-30 |
Chris Lattner | Urg, forgot to add a file header somehow. |
tree | commitdiff |
2003-08-30 |
Chris Lattner | initial checkin of SJLJ exception handling runtime |
tree | commitdiff |
2003-08-30 |
Chris Lattner | Rename LongJmpException -> SJLJException |
tree | commitdiff |
2003-08-30 |
Chris Lattner | we don't need this here |
tree | commitdiff |
2003-08-30 |
Chris Lattner | Move language independent exception handling routines... |
tree | commitdiff |
2003-08-30 |
Chris Lattner | File was renamed |
tree | commitdiff |
2003-08-30 |
Chris Lattner | Rename files to be capitalized now that they are C++ |
tree | commitdiff |
2003-08-30 |
Chris Lattner | Initial checkin of the SJLJ EH interface |
tree | commitdiff |
2003-08-29 |
Misha Brukman | Added a dummy version of libcurses. |
tree | commitdiff |
2003-08-29 |
Misha Brukman | Added dummy termcap library. |
tree | commitdiff |
2003-08-28 |
Chris Lattner | * Add proper support for rethrown exceptions. |
tree | commitdiff |
2003-08-28 |
Chris Lattner | Convert C comments to C++ |
tree | commitdiff |
2003-08-28 |
Chris Lattner | New wrapper around the terminate call. |
tree | commitdiff |
2003-08-28 |
Chris Lattner | Squelch warning |
tree | commitdiff |
2003-08-27 |
Chris Lattner | Be more typesafe |
tree | commitdiff |
2003-08-27 |
Chris Lattner | Be more type-safe, add throw specs to all functions |
tree | commitdiff |
2003-08-27 |
Chris Lattner | Add throw specs to the functions, remove (void) from... |
tree | commitdiff |
2003-08-27 |
Chris Lattner | Hack out libexception temporarily until the Sparc... |
tree | commitdiff |
2003-08-27 |
Chris Lattner | Fix several _killer_ bugs. This now actually WORKS... |
tree | commitdiff |
2003-08-27 |
Chris Lattner | C++ify, add new get_cxx_exception function to convert... |
tree | commitdiff |
2003-08-27 |
Chris Lattner | Remove Cisms. We love C++ |
tree | commitdiff |
2003-08-26 |
Chris Lattner | Add new __llvm_cxxeh_begin_catch_if_isa function, chang... |
tree | commitdiff |
2003-08-25 |
Chris Lattner | Remove copy-and-paste gunk |
tree | commitdiff |
2003-08-25 |
Chris Lattner | Initial checking of C++ exception handling library |
tree | commitdiff |
2003-08-20 |
Misha Brukman | Added dummy version of the `util' library. |
tree | commitdiff |
2003-08-20 |
Misha Brukman | Added dummy library `libutempter' for non-privileged... |
tree | commitdiff |
2003-08-17 |
Chris Lattner | This really isn't the gcc library! |
tree | commitdiff |
2003-08-15 |
Chris Lattner | Adjust level, build things in parallel |
tree | commitdiff |
next |