- Sep 08, 2004
-
-
Misha Brukman authored
llvm-svn: 16249
-
- Sep 02, 2004
-
-
Reid Spencer authored
Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
-
- Aug 04, 2004
-
-
Misha Brukman authored
* Add UIUC copyright notice headers llvm-svn: 15503
-
Misha Brukman authored
llvm-svn: 15502
-
- Jan 26, 2004
-
-
John Criswell authored
every file. llvm-svn: 10976
-
- Jan 10, 2004
-
-
Chris Lattner authored
llvm-svn: 10748
-
Chris Lattner authored
llvm-svn: 10744
-
- Nov 11, 2003
-
-
Misha Brukman authored
amounts to checking for a completely-native version. We'll cache on a function-by-function basis instead (in the JIT's CodeEmitter). llvm-svn: 9894
-
Misha Brukman authored
llvm-svn: 9890
-
- Oct 21, 2003
-
-
John Criswell authored
llvm-svn: 9314
-
- Oct 20, 2003
-
-
John Criswell authored
llvm-svn: 9291
-
- Sep 30, 2003
-
-
Misha Brukman authored
* Implemented the interface in StorageProxy.c * Removed the script `llee' as it is now created by the Makefile * Makefile now compiles a shared object version of the library, but only if using gcc-3.3, linking fails under gcc-3.2 llvm-svn: 8751
-
- Sep 28, 2003
-
-
Misha Brukman authored
llvm-svn: 8729
-
- Aug 16, 2003
-
-
Misha Brukman authored
llvm-svn: 7912
-
Misha Brukman authored
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 llvm-svn: 7911
-
- Aug 12, 2003
-
-
Misha Brukman authored
llvm-svn: 7760
-