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