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 |
2003-08-15 |
Chris Lattner | initial checkin, adjust LEVEL |
tree | commitdiff |
2003-08-15 |
Chris Lattner | Initial checkin of README |
tree | commitdiff |
2003-08-15 |
Chris Lattner | Initial checkin of runtime/GCCLibraries makefile |
tree | commitdiff |
2003-08-15 |
Chris Lattner | Update readme |
tree | commitdiff |
2003-08-15 |
Chris Lattner | Convert libraries into the BYTECODE_LIBRARY style |
tree | commitdiff |
2003-08-15 |
Chris Lattner | Disable this library for now |
tree | commitdiff |
2003-08-14 |
Chris Lattner | Disable this support stuff, it doesn't work under linux... |
tree | commitdiff |
2003-08-13 |
John Criswell | Removing the pool allocator from the main CVS tree. |
tree | commitdiff |
2003-08-12 |
Sumant Kowshik | Minor fix so that the program exits upon a poolfree... |
tree | commitdiff |
2003-08-07 |
Sumant Kowshik | Change implementation so that variable sized slabs... |
tree | commitdiff |
2003-07-30 |
Vikram S. Adve | 1. Make table size prime -- improves hashing performanc... |
tree | commitdiff |
2003-07-29 |
Vikram S. Adve | Bug fix: after reallocating the hash table, we have... |
tree | commitdiff |
2003-07-21 |
Chris Lattner | Remove unneccesary #ifdefs |
tree | commitdiff |
2003-07-21 |
Chris Lattner | Fix warnings |
tree | commitdiff |
2003-07-11 |
Vikram S. Adve | Use uint32_t for table index and size: table will never... |
tree | commitdiff |
2003-07-08 |
Vikram S. Adve | Pointer hash table reallocation code seems never to... |
tree | commitdiff |
2003-07-08 |
Vikram S. Adve | Native libraries (libinstr*.a) should not have been... |
tree | commitdiff |
2003-07-03 |
Sumant Kowshik | Added support for poolallocarray and poolmakeunfreeable... |
tree | commitdiff |
2003-06-26 |
Chris Lattner | Don't register the destructors if the list is empty |
tree | commitdiff |
2003-06-24 |
Joel Stanley | Prevented inclusion of (non-existent) stdint.h on Sparc. |
tree | commitdiff |
2003-05-29 |
Misha Brukman | Prevent lines from wrapping. |
tree | commitdiff |
2003-05-29 |
Chris Lattner | Initial checkin |
tree | commitdiff |
2003-05-29 |
Chris Lattner | Run more post-link xforms |
tree | commitdiff |
2003-05-27 |
Chris Lattner | Update to match the reality that is now. |
tree | commitdiff |
next |