index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
GCCLibraries
/
crtend
Age
Commit message (
Expand
)
Author
2007-02-23
crtend is only for llvm-gcc3, remove it.
Chris Lattner
2006-11-17
Undo removal of the runtime libraries. While this may have been a bit
Reid Spencer
2006-11-16
In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will
Reid Spencer
2006-11-02
For PR786:
Reid Spencer
2006-05-24
For PR786:
Reid Spencer
2006-03-09
Make the new and old front-ends more similar: now neither uses __main.
Chris Lattner
2006-01-30
fix make install/uninstall of libcrtend.
Chris Lattner
2006-01-27
Remove out of date comment
Chris Lattner
2006-01-27
Remove the only use of FAKE_SOURCES
Chris Lattner
2005-10-18
This was never updated for the project makefile changes
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-23
Fix grammar
Misha Brukman
2004-12-22
For PR432:
Reid Spencer
2004-12-13
Use the new BYTECODE_DESTINATION to override the default bytecode install
Reid Spencer
2004-12-08
Remove useless -L switch now that gccld -link-as-library bug is fixed.
Reid Spencer
2004-12-05
Make use of the LLVMGCCStdCXXLibDir variable to link objects
Reid Spencer
2004-12-04
Use the FAKE_SOURCES feature for proper distribution of contents
Reid Spencer
2004-12-02
Standardize the makefiles with space around = to match the rest of LLVM.
Reid Spencer
2004-12-02
For PR466:
Reid Spencer
2004-11-14
Use llvm-ar not ar for constructing archive. Wrap at 80 cols.
Reid Spencer
2004-10-30
Internalize variable names to prevent recursive assignment. Cleanup docs.
Reid Spencer
2004-10-26
* Make the libcrtend.a installation depend on the bytecode-libs directory
Reid Spencer
2004-10-26
Add the export symbols list files as extra distribution files.
Reid Spencer
2004-10-22
Adjust to changes in Makefile.rules
Reid Spencer
2004-10-22
We won't use automake
Reid Spencer
2004-10-18
Initial automake generated Makefile template
Reid Spencer
2004-10-17
Add missing targets for install/clean
Reid Spencer
2004-10-17
Initial Makefile.am for building with automake
Reid Spencer
2004-08-05
This file is obsolete
Chris Lattner
2004-08-05
C++ support does not live in the C runtime any longer
Chris Lattner
2004-08-05
Two files are moved to libstdc++, and a NOTE gets added
Chris Lattner
2004-08-05
Add missing copyrights
Chris Lattner
2004-03-11
Make sure libcrtend.a gets installed when you make install-bytecode.
Brian Gaeke
2004-02-17
Since tail duplication is currently neutered, we have to help the optimizer t...
Chris Lattner
2004-01-21
Add DESTDIR support for installing. Use (and depend on) $(bytecode_libdir).
Brian Gaeke
2003-12-19
Add support for people calling main recursively
Chris Lattner
2003-12-18
Merged in RELEASE_11.
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-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-20
Added LLVM copyright to Makefiles.
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
[next]