summaryrefslogtreecommitdiff
path: root/tools/llee
Commit message (Expand)AuthorAge
* 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