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
/
examples
/
ModuleMaker
/
Makefile
Age
Commit message (
Expand
)
Author
2007-12-29
remove attributions from the rest of the llvm makefiles.
Chris Lattner
2007-05-06
switch this to bitcode instead of bytecode
Chris Lattner
2006-09-04
Use llvm-config to determine what to link in
Chris Lattner
2006-07-28
WriteBytecodeToFile actually can't throw.
Chris Lattner
2006-07-28
WriteBytecodeToFile throws, so this needs EH info.
Chris Lattner
2006-06-01
Use archive libraries instead of object files for VMCore, BCReader,
Reid Spencer
2004-11-25
Add LLVMbzip2 library, now required.
Reid Spencer
2004-11-18
Fix PR456:\
Reid Spencer
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-09-11
Correct the file header to reflect the new "examples" home for the file.
Reid Spencer
2004-09-11
Add library LLVMsystem.a because the JIT now needs it.
Reid Spencer
2004-08-23
Moved small examples from /projects/SmallExamples to /examples.
Reid Spencer
2003-10-20
Added LLVM copyrights to Makefiles.
John Criswell
2003-08-21
Initial checkin of ModuleMaker project
Chris Lattner