- 66622be Added the MakeFileReadable() method. by John Criswell · 21 years ago
- 9adeccc Added a description of the algorithm. Return failure if the chmod() fails. by John Criswell · 21 years ago
- 6991a03 Added the MakeFileExecutable() method. This method takes a filename and by John Criswell · 21 years ago
- aa8a847 Mangle ALL letters that we do not allow, not just a few. by Chris Lattner · 21 years ago
- f7c4ace Initial checkin of ValueHolder helper by Chris Lattner · 21 years ago
- c48ef2a lib/Support/CommandLine.cpp: by Brian Gaeke · 21 years ago
- 06b06c5 Add support for reading command line arguments from an environment variable. by Brian Gaeke · 21 years ago
- a4ca41e This file uses stable_sort by Chris Lattner · 21 years ago
- 33fbad7 Reenable optimized build by Chris Lattner · 21 years ago
- 2b3860f Add support to the mangler for targets which require _'s on global symbols by Chris Lattner · 21 years ago
- da81eca close() requires "unistd.h" . by Misha Brukman · 21 years ago
- f7066c7 Doxygen-ify the comments by using '///' instead of '//'. by Misha Brukman · 21 years ago
- 35d402f Remove references to `bugpoint' from the now-generic system utilities. by Misha Brukman · 21 years ago
- 3d1b0c7 Moved removeFile() and getUniqueFilename() into FileUtilities. by Misha Brukman · 21 years ago
- 038e05a Move debug functionality to Debug.cpp/Debug.h by Chris Lattner · 21 years ago
- 96a54db Describe the value name by Chris Lattner · 21 years ago
- 7a6ff2b Check in the implementation of the FileUtilities! by Chris Lattner · 21 years ago
- 794a58e Use the C++, more portable, deleter by Chris Lattner · 21 years ago
- fafac12 Move #include from a header to here by Chris Lattner · 21 years ago
- 71336a9 Fix the JIT in the Nightly tester. This was not a fun bug to track down. by Chris Lattner · 21 years ago
- 396aecd Trivial cleanups: no need to include header twice. Global variable is local to file by Chris Lattner · 21 years ago
- 9cf3d47 Add support for "named positional arguments" by Chris Lattner · 21 years ago
- 3ce4ac6 The RTLD_GLOBAL flag allows symbols to be globally accessible, which makes by Misha Brukman · 21 years ago
- 6b902dc Include llvm/Support/Mangler.h first. Don't include <iostream>, <set>, by Brian Gaeke · 21 years ago
- 4166445 Cleanups: by Brian Gaeke · 21 years ago
- b198ca3 Factor out name-mangling from X86/Printer, which is derived from CWriter, by Brian Gaeke · 21 years ago
- c07736a Simplify code by using ConstantInt::getRawValue instead of checking to see by Chris Lattner · 21 years ago
- bc0e998 The word `separate' only has one `e'. by Misha Brukman · 21 years ago
- 1115e04 Fixed grammatical error. by Misha Brukman · 21 years ago
- b5c520b Lowercase versions of `occurrence' need to be spelled correctly, too. by Misha Brukman · 21 years ago
- dd6cb6a `Occurrence' has no `a' and the `r' is doubled. by Misha Brukman · 21 years ago
- 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
- d2a6fc3 Add support for 'unsigned' command line arguments by Chris Lattner · 21 years ago
- ed4775a Remove usage of sys/unistd.h by Chris Lattner · 21 years ago
- 8c63883 Put ifdefs around use of malloc.h/mallinfo, which isn't available on FreeBSD. by Brian Gaeke · 21 years ago
- 2eb9a25 Actually, change it to use explicit new/delete, which is more likely to be by Chris Lattner · 21 years ago
- 5b1688d Remove usage of alloca by Chris Lattner · 21 years ago
- ad95d9e Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", by Brian Gaeke · 21 years ago
- 903c2d11 Fix compilation problem with some versions of G++ by Chris Lattner · 21 years ago
- b8c8829 Fix problem with perror by Chris Lattner · 21 years ago
- 39602b2 Make _sure_ we don't go into an infinite loop if a signal happens! by Chris Lattner · 21 years ago
- 7594b29 Remove long dead code by Chris Lattner · 21 years ago
- 01e770a Add using declarations by Chris Lattner · 21 years ago
- 72fb8e5 Add new CommaSeparated option modifier by Chris Lattner · 21 years ago
- ca6433f Destroy using declarations by Chris Lattner · 21 years ago
- f205fec Add a new info-output-file option (hidden from --help) which is to be used by by Chris Lattner · 22 years ago
- 8166b7c Make more compatible with GCC 2.96 by Chris Lattner · 22 years ago
- e040f97 Remove gunk that was supposed to make space evaluation more precise, but never worked. by Chris Lattner · 22 years ago
- 98d829c Don't output times in "scientific" notation by Chris Lattner · 22 years ago
- 0ad4c00 Remove the -debug option from release executables by Chris Lattner · 22 years ago
- bbe5ac1 Squelch warning by Chris Lattner · 22 years ago
- 3f39849 * Add new -track-memory option to tools which enables the mem usage column in the reports. by Chris Lattner · 22 years ago
- 3301b69 Fix build problem on sparc by Chris Lattner · 22 years ago
- cb09cc2 Move annotation to support library by Chris Lattner · 22 years ago
- 3fa61eb Fix static initializer ordering dependency by Chris Lattner · 22 years ago
- e1b52b7 Fix compilation on GCC 3.2 by Chris Lattner · 22 years ago
- 4a10645 New files for miscompilation detection by Chris Lattner · 22 years ago
- 8f0d824 Add peak memory usage measurement capability by Chris Lattner · 22 years ago
- 69e79e0 Simplify code by Chris Lattner · 22 years ago
- a95078d Sun can now use mallinfo() by Chris Lattner · 22 years ago
- 18eba91 Allow memory sizes to be negative, remove obsolete TmpRSS field by Chris Lattner · 22 years ago
- 6cd11f6 mallinfo is not available on sun apparently :( by Chris Lattner · 22 years ago
- a5cf936 Minor fix to space accounting by Chris Lattner · 22 years ago
- 9d4ef12 Implement MaxRSS in terms of mallinfo instead of the system RSS. This gives by Chris Lattner · 22 years ago
- 9550dc2 Add #include by Chris Lattner · 22 years ago
- 3400837 Added #include<unistd.h> to compile with solaris gcc3.2 by Anand Shukla · 22 years ago
- c1d4d79 added cast to unsigned to compile with gcc3.2 (sparc) by Anand Shukla · 22 years ago
- 96ef1b9 - Rework Statistics: by Chris Lattner · 22 years ago
- 6c38a79 Checkin generic interval timer support by Chris Lattner · 22 years ago
- 3f6962e Add an optimization to support the most common access pattern for the by Chris Lattner · 22 years ago
- 7c97cee Submitted by Casey Carter: by Chris Lattner · 22 years ago
- 6e65cda Remove extra #include by Chris Lattner · 22 years ago
- de69a4c by Chris Lattner · 22 years ago
- 20d4129 Minor bug fix. by Chris Lattner · 22 years ago
- d122f4b Fix bugs by Chris Lattner · 22 years ago
- 96f9d72 Add printing support to ConstantRange class by Chris Lattner · 22 years ago
- 645e00d Initial implementation of ConstantRange support by Chris Lattner · 22 years ago
- 9b14eb5 Simplify writing custom parsers. by Chris Lattner · 22 years ago
- b490c20 Fix lli with no arguments by Chris Lattner · 22 years ago
- d16714b Fix bug that was causing problems for lli by Chris Lattner · 22 years ago
- e8e258b * Fix assertion failure caused by command line argument getting removed after by Chris Lattner · 22 years ago
- 99b7c1a Remove needless #include by Chris Lattner · 22 years ago
- 0c0edf8 *** empty log message *** by Chris Lattner · 22 years ago
- 60bfeb8 Fix problem that GCC3.1 doesn't like. by Chris Lattner · 22 years ago
- faba809 Fix a bug exposed by lli by Chris Lattner · 22 years ago
- c1b5d09 Initial checkin by Chris Lattner · 22 years ago
- 56d2701 *** empty log message *** by Chris Lattner · 22 years ago
- aa852bb *** empty log message *** by Chris Lattner · 22 years ago
- 54ec7ae Minor bugfix, prevents error in LLI by Chris Lattner · 22 years ago
- 5ff62e9 *** empty log message *** by Chris Lattner · 22 years ago
- 331de23 Checkin CommandLine 2.0 by Chris Lattner · 22 years ago
- cfb22d3 changes to make it compatible with 64bit gcc by Anand Shukla · 22 years ago
- d6c5104 Fix const problems by Chris Lattner · 22 years ago
- 4435ac0 Implement a new command line option, -debug, which is meant to unify all of by Chris Lattner · 22 years ago
- 71fb716 Add ability to update existing variables with values read from the command line by Chris Lattner · 22 years ago
- f3f4fd5 Initial checkin of Statistic class. by Chris Lattner · 23 years ago
- c6f3ae5 Eliminate duplicate or unneccesary #include's by Chris Lattner · 23 years ago
- bac27a4 Add new api for basic signal handling for tools by Chris Lattner · 23 years ago
- 2aac6bf s/MethodType/FunctionType by Chris Lattner · 23 years ago
- 7f1576f 64 bit clean now by Chris Lattner · 23 years ago