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