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
/
tools
/
llee
Age
Commit message (
Expand
)
Author
2004-11-09
Make sure llee can deal with compressed bytecode too.
Reid Spencer
2004-11-07
Use LLVMToolDir instead of ToolDir because the latter is no longer set (?)
Misha Brukman
2004-10-31
No, really, the library name is `LLVMexecve'
Misha Brukman
2004-10-30
Internalize variable names to prevent recursive assignment. Cleanup docs.
Reid Spencer
2004-10-29
LLEE execve() wrapper library has changed its name and location
Misha Brukman
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-10-23
Make clean quieter.
Reid Spencer
2004-10-22
We're not doing automake any more
Reid Spencer
2004-10-22
We won't use automake
Reid Spencer
2004-10-18
Initial automake generated Makefile template
Reid Spencer
2004-10-13
Update to reflect changes in Makefile rules.
Reid Spencer
2004-10-10
Initial version of automake Makefile.am file.
Reid Spencer
2004-09-14
Fix compilation warning.
Reid Spencer
2004-09-13
Get rid of compile warning by having llvmExecve return the result of its
Reid Spencer
2004-09-08
Make file comment span the entire line
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-04
* Convert C++ comments to C
Misha Brukman
2004-08-04
Shared libraries are usually prepended with `lib'
Misha Brukman
2004-01-26
Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into
John Criswell
2004-01-10
Remove standard C header wrappers
Chris Lattner
2004-01-10
Remove wrappers around std c files
Chris Lattner
2003-11-11
'Tis quite silly to check for a cached version of the entire executable. That
Misha Brukman
2003-11-11
The caching will not live in LLEE's execve() handler; that's suboptimal.
Misha Brukman
2003-10-20
Added LLVM copyright to Makefiles.
John Criswell
2003-10-20
Added copyright header to all C++ source files.
John Criswell
2003-09-29
* Added an interface for how LLEE would communicate with the OS
Misha Brukman
2003-09-27
Squelch warnings.
Misha Brukman
2003-08-15
`execve_test' is not part of LLEE.
Misha Brukman
2003-08-15
A lot of changes were suggested by Chris.
Misha Brukman
2003-08-11
Initial checkin of the LLEE, the (LL)VM (E)xecution (E)nvironment.
Misha Brukman