- Aug 18, 2003
-
-
Chris Lattner authored
llvm-svn: 7943
-
Chris Lattner authored
* Instead of printing the time to configure as the build time, print the time to configure AND the build time, explicitly llvm-svn: 7942
-
Chris Lattner authored
llvm-svn: 7938
-
Chris Lattner authored
llvm-svn: 7935
-
Chris Lattner authored
llvm-svn: 7930
-
Chris Lattner authored
llvm-svn: 7929
-
Chris Lattner authored
This bug caused miscompilation of programs using 'struct stat', but only if compiled with support for 64-bit filesystems. This could in theory effect other things, but only if the LLVM code shared data structures with native code. llvm-svn: 7928
-
Chris Lattner authored
llvm-svn: 7927
-
Chris Lattner authored
llvm-svn: 7926
-
- Aug 17, 2003
-
-
Chris Lattner authored
llvm-svn: 7925
-
Chris Lattner authored
llvm-svn: 7924
-
Chris Lattner authored
Implements SimplifyCFG/2003-08-17-FoldSwitch.ll llvm-svn: 7923
-
Chris Lattner authored
llvm-svn: 7922
-
Chris Lattner authored
llvm-svn: 7921
-
Chris Lattner authored
llvm-svn: 7920
-
Chris Lattner authored
This fixes testcase: SimplifyCFG/2003-08-17-BranchFold.ll llvm-svn: 7919
-
Chris Lattner authored
llvm-svn: 7918
-
Chris Lattner authored
llvm-svn: 7917
-
Chris Lattner authored
llvm-svn: 7916
-
- Aug 16, 2003
-
-
Chris Lattner authored
llvm-svn: 7915
-
Chris Lattner authored
llvm-svn: 7914
-
Brian Gaeke authored
llvm-svn: 7913
-
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
-
Chris Lattner authored
llvm-svn: 7910
-
Chris Lattner authored
llvm-svn: 7909
-
- Aug 15, 2003
-
-
Brian Gaeke authored
llvm-svn: 7906
-
Brian Gaeke authored
Many changes suggested by Chris. It's okay, I'll recover from the emotional damage...maybe someday. :-) Collapse ParseCStringVector into ParseStringVector. Comment it. Make it take a const input. Use std::string::npos instead of -1 (what a mouthful!) Make ParseEnvironmentOptions take const inputs. Check its args at the very beginning. Strdup all the contents of newArgv and free them all at the end. include/Support/CommandLine.h: Constify progName and envVar arguments to ParseEnvironmentOptions(). llvm-svn: 7905
-
Misha Brukman authored
* Define HASH_NAMESPACE to `std' in the case of pre-3.0 GCC compilers * Add comments to clarify the intent of all the #ifdef madness * Add VIM directive to highlight files as C++ llvm-svn: 7903
-
Chris Lattner authored
llvm-svn: 7902
-
Misha Brukman authored
* Describe and clarify meanings of columns * Fix up HTML: close <a> and <li> tags llvm-svn: 7900
-
Misha Brukman authored
rounding up to a page, we need to request (num instrs * 4) bytes. However, I think that 64 bytes is overkill for the stub function. llvm-svn: 7888
-
Misha Brukman authored
llvm-svn: 7887
-
Chris Lattner authored
llvm-svn: 7886
-
Misha Brukman authored
llvm-svn: 7884
-
Chris Lattner authored
llvm-svn: 7882
-
Chris Lattner authored
llvm-svn: 7881
-
Chris Lattner authored
llvm-svn: 7880
-
Chris Lattner authored
llvm-svn: 7879
-
Chris Lattner authored
llvm-svn: 7878
-