aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llee
Commit message (Expand)AuthorAgeFilesLines
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-131-3/+3
* Initial version of automake Makefile.am file.Reid Spencer2004-10-101-0/+23
* Fix compilation warning.Reid Spencer2004-09-141-1/+1
* Get rid of compile warning by having llvmExecve return the result of itsReid Spencer2004-09-131-1/+1
* Make file comment span the entire lineMisha Brukman2004-09-081-1/+1
* Changes For Bug 352Reid Spencer2004-09-014-12/+12
* * Convert C++ comments to CMisha Brukman2004-08-044-37/+51
* Shared libraries are usually prepended with `lib'Misha Brukman2004-08-041-1/+1
* Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so intoJohn Criswell2004-01-261-1/+1
* Remove standard C header wrappersChris Lattner2004-01-101-1/+1
* Remove wrappers around std c filesChris Lattner2004-01-102-3/+3
* 'Tis quite silly to check for a cached version of the entire executable. ThatMisha Brukman2003-11-111-16/+0
* The caching will not live in LLEE's execve() handler; that's suboptimal.Misha Brukman2003-11-111-8/+2
* Added LLVM copyright to Makefiles.John Criswell2003-10-201-0/+8
* Added copyright header to all C++ source files.John Criswell2003-10-202-0/+16
* * Added an interface for how LLEE would communicate with the OSMisha Brukman2003-09-297-74/+263
* Squelch warnings.Misha Brukman2003-09-272-3/+3
* `execve_test' is not part of LLEE.Misha Brukman2003-08-151-1/+1
* A lot of changes were suggested by Chris.Misha Brukman2003-08-154-40/+58
* Initial checkin of the LLEE, the (LL)VM (E)xecution (E)nvironment.Misha Brukman2003-08-115-0/+223