llvm-6502/tools
Misha Brukman 593ece0050 A lot of changes were suggested by Chris.
ExecveHandler.c:
* Use "" instead of <> for LLVM include files
* Use raw I/O, we don't need buffering
* Set errno = 0 before using open()
* strlen() doesn't count NULL terminator in its size
* Use memcmp() instead of strcmp()
* Return result of the real execve(), not 0
* Search for path to bytecode file if not absolute/relative path

SysUtils.c:
* Convert all comments to C-style
* Stop using `bool', use `unsigned' instead

SysUtils.h:
* Stop using `bool', use `unsigned' instead
* Updated comment to FindExecutable()

README.txt:
* Describe the goal of LLEE and an application


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7911 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-15 23:31:16 +00:00
..
analyze The word separate' only has one e'. 2003-07-14 17:20:40 +00:00
as Add support for: -o - 2003-05-31 21:47:16 +00:00
bugpoint File-related functions moved to FileUtilities.h . 2003-08-07 21:42:28 +00:00
dis Chomped spurious blank lines. 2003-08-08 15:37:35 +00:00
extract Move the function extractor pass from tools/extract into lib/Xform/IPO 2002-11-19 18:42:59 +00:00
gccas Completely remove mention of the correlated branch elimination pass. It has 2003-08-07 21:30:12 +00:00
gccld Revert my last (accidental) checkin, but keep the typeo fix 2003-08-15 04:56:47 +00:00
link Fix major bug in my last checkin. :( 2003-06-13 16:10:26 +00:00
llc rename selection library to selectiondag 2003-08-15 04:56:09 +00:00
llee A lot of changes were suggested by Chris. 2003-08-15 23:31:16 +00:00
lli rename selection library to selectiondag 2003-08-15 04:56:09 +00:00
llvm-as Add support for: -o - 2003-05-31 21:47:16 +00:00
llvm-dis Chomped spurious blank lines. 2003-08-08 15:37:35 +00:00
llvm-extract Move the function extractor pass from tools/extract into lib/Xform/IPO 2002-11-19 18:42:59 +00:00
llvm-link Fix major bug in my last checkin. :( 2003-06-13 16:10:26 +00:00
opt Remove instloops library 2003-07-21 19:07:27 +00:00
Makefile Get rid of really old makefile cruft 2003-05-14 21:31:31 +00:00