Age | Commit message (Expand) | Author |
2003-12-18 | Merged in RELEASE_11. | John Criswell |
2003-12-16 | Disable __attribute__((weak)) on Mac OS X and other lame platforms. | Misha Brukman |
2003-12-15 | Make all memory functions have weak linkage so that they can be overridden with | Misha Brukman |
2003-12-10 | Removed the pthread_once() function because it doesn't actually do | John Criswell |
2003-12-10 | Dummy implementation of the pthread library. | John Criswell |
2003-12-08 | Simplify makefiles by just explicitly listing directories | Chris Lattner |
2003-12-08 | Fixed the dynamic generation of the list of subdirectories to compile. | John Criswell |
2003-11-30 | add missing dependency | Chris Lattner |
2003-11-29 | Build _lib_crtend.a, not crtend.a | Chris Lattner |
2003-11-29 | Don't print out tons of crap | Chris Lattner |
2003-11-29 | Rewrite makefile logic to build an archive instead of a .o file. This is | Chris Lattner |
2003-11-29 | Add readme and spiff up makefile header | Chris Lattner |
2003-11-16 | As per PR96, don't build subdirs if LLVMGCCDIR is not set to something | Brian Gaeke |
2003-11-13 | Fixed word order. | Misha Brukman |
2003-11-09 | Totally disable assert, in order to fix PR101 | Chris Lattner |
2003-11-08 | Fix wierd problems linking C programs which look for symbols in libstdc++. | Chris Lattner |
2003-10-28 | Actually save and pass in argument information | Chris Lattner |
2003-10-28 | We need to output the number of records we have, so we know how many to read ... | Chris Lattner |
2003-10-28 | Initial checkin of function and block profiling runtime library | Chris Lattner |
2003-10-21 | Add dummy content for libgdbm. | Misha Brukman |
2003-10-21 | Fix libm's name to be `libm' | Misha Brukman |
2003-10-21 | Fix library name and fix line to fit within 80 columns. | Misha Brukman |
2003-10-21 | Fix strcpy implementation and trie | Chris Lattner |
2003-10-20 | Added LLVM copyright to Makefiles. | John Criswell |
2003-10-13 | Adding additional license information to these files. | John Criswell |
2003-10-10 | Actually pass in a pointer to the thrown object, not a pointer to the | Chris Lattner |
2003-10-10 | Include <cstdio> instead of <stdio.h>. | Brian Gaeke |
2003-10-10 | Fix spelling. | Misha Brukman |
2003-09-15 | Fix building outside the srcdir, again | Chris Lattner |
2003-09-15 | Fix building into a different obj directory | Chris Lattner |
2003-09-15 | Whoops, remove makefile too | Chris Lattner |
2003-09-15 | Remove dead library, it is now folded into crtend | Chris Lattner |
2003-09-15 | Move the exception handling runtime stuff into this directory | Chris Lattner |
2003-08-30 | Urg, forgot to add a file header somehow. | Chris Lattner |
2003-08-30 | initial checkin of SJLJ exception handling runtime | Chris Lattner |
2003-08-30 | Rename LongJmpException -> SJLJException | Chris Lattner |
2003-08-30 | we don't need this here | Chris Lattner |
2003-08-30 | Move language independent exception handling routines OUT of C++Exception.cpp | Chris Lattner |
2003-08-30 | File was renamed | Chris Lattner |
2003-08-30 | Rename files to be capitalized now that they are C++ | Chris Lattner |
2003-08-30 | Initial checkin of the SJLJ EH interface | Chris Lattner |
2003-08-29 | Added a dummy version of libcurses. | Misha Brukman |
2003-08-29 | Added dummy termcap library. | Misha Brukman |
2003-08-28 | * Add proper support for rethrown exceptions. | Chris Lattner |
2003-08-28 | Convert C comments to C++ | Chris Lattner |
2003-08-28 | New wrapper around the terminate call. | Chris Lattner |
2003-08-28 | Squelch warning | Chris Lattner |
2003-08-27 | Be more typesafe | Chris Lattner |
2003-08-27 | Be more type-safe, add throw specs to all functions | Chris Lattner |
2003-08-27 | Add throw specs to the functions, remove (void) from the functions | Chris Lattner |