2007-02-23 |
Chris Lattner | crtend is only for llvm-gcc3, remove it. |
tree | commitdiff |
2006-11-17 |
Reid Spencer | Undo removal of the runtime libraries. While this may... |
tree | commitdiff |
2006-11-16 |
Reid Spencer | In LLVM 2.0 we won't use the runtime libraries as llvm... |
tree | commitdiff |
2006-11-02 |
Reid Spencer | For PR786: |
tree | commitdiff |
2006-08-08 |
John Criswell | Describe and date modifications we made per LGPL requir... |
tree | commitdiff |
2006-08-08 |
John Criswell | Make information more complete. |
tree | commitdiff |
2006-07-28 |
John Criswell | Reverted previous commit. Thanks, Chris. |
tree | commitdiff |
2006-07-28 |
John Criswell | Added in the LGPL text and copyright information. ... |
tree | commitdiff |
2006-06-01 |
Reid Spencer | Put an innocuous statement in this file to quelch warni... |
tree | commitdiff |
2006-06-01 |
Reid Spencer | Use archive libraries instead of object files for VMCor... |
tree | commitdiff |
2006-05-24 |
Reid Spencer | For PR786: |
tree | commitdiff |
2006-03-13 |
Evan Cheng | Optimizing to calloc() to malloc() + memset() can be... |
tree | commitdiff |
2006-03-09 |
Chris Lattner | Make the new and old front-ends more similar: now neith... |
tree | commitdiff |
2006-01-30 |
Chris Lattner | fix make install/uninstall of libcrtend. |
tree | commitdiff |
2006-01-27 |
Chris Lattner | Remove out of date comment |
tree | commitdiff |
2006-01-27 |
Chris Lattner | Remove the only use of FAKE_SOURCES |
tree | commitdiff |
2005-11-28 |
John Criswell | Add the remove() function from the C library. |
tree | commitdiff |
2005-10-18 |
Chris Lattner | This was never updated for the project makefile changes |
tree | commitdiff |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
tree | commitdiff |
2005-03-23 |
Misha Brukman | Fix grammar |
tree | commitdiff |
2005-01-02 |
Chris Lattner | Remove dead directories |
tree | commitdiff |
2005-01-02 |
Chris Lattner | This lib is dead |
tree | commitdiff |
2005-01-02 |
Chris Lattner | Remove a bunch of useless empty libraries |
tree | commitdiff |
2005-01-02 |
Chris Lattner | This is no longer needed. |
tree | commitdiff |
2004-12-22 |
Reid Spencer | For PR432: |
tree | commitdiff |
2004-12-13 |
Reid Spencer | Use the new BYTECODE_DESTINATION to override the defaul... |
tree | commitdiff |
2004-12-08 |
Reid Spencer | Remove useless -L switch now that gccld -link-as-librar... |
tree | commitdiff |
2004-12-05 |
Reid Spencer | Make use of the LLVMGCCStdCXXLibDir variable to link... |
tree | commitdiff |
2004-12-04 |
Reid Spencer | Use the FAKE_SOURCES feature for proper distribution... |
tree | commitdiff |
2004-12-02 |
Reid Spencer | Standardize the makefiles with space around = to match... |
tree | commitdiff |
2004-12-02 |
Reid Spencer | Standardize the format of the runtime libraries makefiles. |
tree | commitdiff |
2004-12-02 |
Reid Spencer | For PR466: |
tree | commitdiff |
2004-11-14 |
Reid Spencer | Use llvm-ar not ar for constructing archive. Wrap at... |
tree | commitdiff |
2004-10-30 |
Reid Spencer | Internalize variable names to prevent recursive assignm... |
tree | commitdiff |
2004-10-26 |
Reid Spencer | * Make the libcrtend.a installation depend on the bytec... |
tree | commitdiff |
2004-10-26 |
Reid Spencer | Add the export symbols list files as extra distribution... |
tree | commitdiff |
2004-10-22 |
Reid Spencer | Adjust to changes in Makefile.rules |
tree | commitdiff |
2004-10-22 |
Reid Spencer | We won't use automake |
tree | commitdiff |
2004-10-18 |
Reid Spencer | Initial automake generated Makefile template |
tree | commitdiff |
2004-10-17 |
Reid Spencer | Add missing targets for install/clean |
tree | commitdiff |
2004-10-17 |
Reid Spencer | Initial Makefile.am for building with automake |
tree | commitdiff |
2004-10-17 |
Reid Spencer | Make sure that for systems where the string functions... |
tree | commitdiff |
2004-10-06 |
Chris Lattner | Don't call memset if malloc returns a null pointer |
tree | commitdiff |
2004-08-09 |
Misha Brukman | Shorten comment header to 80 cols |
tree | commitdiff |
2004-08-09 |
Misha Brukman | Remove Chris-related bytecode-dir comment |
tree | commitdiff |
2004-08-05 |
Chris Lattner | This file is obsolete |
tree | commitdiff |
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-03-11 |
Brian Gaeke | Make sure libcrtend.a gets installed when you make... |
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-01-21 |
Brian Gaeke | Add DESTDIR support for installing. Use (and depend... |
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-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-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 |
next |