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