index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
GCCLibraries
Age
Commit message (
Expand
)
Author
Files
Lines
2004-10-06
Don't call memset if malloc returns a null pointer
Chris Lattner
1
-1
/
+2
2004-08-09
Shorten comment header to 80 cols
Misha Brukman
3
-3
/
+3
2004-08-09
Remove Chris-related bytecode-dir comment
Misha Brukman
1
-5
/
+4
2004-08-05
This file is obsolete
Chris Lattner
1
-11
/
+0
2004-08-05
C++ support does not live in the C runtime any longer
Chris Lattner
1
-6
/
+1
2004-08-05
Two files are moved to libstdc++, and a NOTE gets added
Chris Lattner
3
-451
/
+10
2004-08-05
Add missing copyrights
Chris Lattner
3
-0
/
+21
2004-03-11
Make sure libcrtend.a gets installed when you make install-bytecode.
Brian Gaeke
1
-0
/
+1
2004-02-20
Add a simple implementation of strncpy
Chris Lattner
1
-0
/
+6
2004-02-19
Add strndup
Chris Lattner
1
-3
/
+10
2004-02-17
Since tail duplication is currently neutered, we have to help the optimizer t...
Chris Lattner
1
-2
/
+3
2004-01-21
Add DESTDIR support for installing. Use (and depend on) $(bytecode_libdir).
Brian Gaeke
1
-2
/
+2
2003-12-19
Add support for people calling main recursively
Chris Lattner
1
-0
/
+7
2003-12-18
Merged in RELEASE_11.
John Criswell
1
-3
/
+0
2003-12-16
Disable __attribute__((weak)) on Mac OS X and other lame platforms.
Misha Brukman
1
-5
/
+20
2003-12-15
Make all memory functions have weak linkage so that they can be overridden with
Misha Brukman
1
-3
/
+4
2003-12-10
Removed the pthread_once() function because it doesn't actually do
John Criswell
1
-7
/
+0
2003-12-10
Dummy implementation of the pthread library.
John Criswell
2
-0
/
+22
2003-12-08
Simplify makefiles by just explicitly listing directories
Chris Lattner
1
-4
/
+1
2003-12-08
Fixed the dynamic generation of the list of subdirectories to compile.
John Criswell
1
-1
/
+2
2003-11-30
add missing dependency
Chris Lattner
1
-1
/
+1
2003-11-29
Build _lib_crtend.a, not crtend.a
Chris Lattner
1
-5
/
+5
2003-11-29
Don't print out tons of crap
Chris Lattner
1
-5
/
+10
2003-11-29
Rewrite makefile logic to build an archive instead of a .o file. This is
Chris Lattner
6
-39
/
+79
2003-11-29
Add readme and spiff up makefile header
Chris Lattner
2
-1
/
+22
2003-11-13
Fixed word order.
Misha Brukman
1
-1
/
+1
2003-11-09
Totally disable assert, in order to fix PR101
Chris Lattner
2
-0
/
+10
2003-11-08
Fix wierd problems linking C programs which look for symbols in libstdc++.
Chris Lattner
1
-3
/
+0
2003-10-21
Add dummy content for libgdbm.
Misha Brukman
2
-0
/
+15
2003-10-21
Fix libm's name to be `libm'
Misha Brukman
1
-2
/
+2
2003-10-21
Fix library name and fix line to fit within 80 columns.
Misha Brukman
1
-5
/
+5
2003-10-21
Fix strcpy implementation and trie
Chris Lattner
1
-1
/
+2
2003-10-20
Added LLVM copyright to Makefiles.
John Criswell
11
-0
/
+88
2003-10-13
Adding additional license information to these files.
John Criswell
1
-0
/
+5
2003-10-10
Actually pass in a pointer to the thrown object, not a pointer to the
Chris Lattner
1
-1
/
+1
2003-10-10
Include <cstdio> instead of <stdio.h>.
Brian Gaeke
1
-1
/
+1
2003-10-10
Fix spelling.
Misha Brukman
1
-1
/
+1
2003-09-15
Fix building outside the srcdir, again
Chris Lattner
1
-1
/
+1
2003-09-15
Fix building into a different obj directory
Chris Lattner
1
-1
/
+1
2003-09-15
Whoops, remove makefile too
Chris Lattner
1
-6
/
+0
2003-09-15
Remove dead library, it is now folded into crtend
Chris Lattner
6
-771
/
+0
2003-09-15
Move the exception handling runtime stuff into this directory
Chris Lattner
2
-3
/
+33
2003-08-30
Urg, forgot to add a file header somehow.
Chris Lattner
2
-0
/
+22
2003-08-30
initial checkin of SJLJ exception handling runtime
Chris Lattner
2
-0
/
+246
2003-08-30
Rename LongJmpException -> SJLJException
Chris Lattner
2
-6
/
+6
2003-08-30
we don't need this here
Chris Lattner
2
-2
/
+0
2003-08-30
Move language independent exception handling routines OUT of C++Exception.cpp
Chris Lattner
6
-108
/
+156
2003-08-30
File was renamed
Chris Lattner
2
-2
/
+2
2003-08-30
Rename files to be capitalized now that they are C++
Chris Lattner
6
-12
/
+12
2003-08-30
Initial checkin of the SJLJ EH interface
Chris Lattner
2
-0
/
+148
[next]