summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llee
Commit message (Expand)AuthorAgeFilesLines
* For PR351:Reid Spencer2004-12-137-450/+0
* Minor cleanupsMisha Brukman2004-12-131-2/+2
* Make sure llee can deal with compressed bytecode too.Reid Spencer2004-11-091-5/+7
* Use LLVMToolDir instead of ToolDir because the latter is no longer set (?)Misha Brukman2004-11-071-3/+3
* No, really, the library name is `LLVMexecve'Misha Brukman2004-10-311-1/+1
* Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer2004-10-301-6/+7
* LLEE execve() wrapper library has changed its name and locationMisha Brukman2004-10-291-1/+1
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-1/+1
* Make clean quieter.Reid Spencer2004-10-231-3/+4
* We're not doing automake any moreReid Spencer2004-10-222-663/+4
* We won't use automakeReid Spencer2004-10-221-23/+0
* Initial automake generated Makefile templateReid Spencer2004-10-181-0/+659
* 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
OpenPOWER on IntegriCloud