- ac2ecd0 `cat' is usually in /bin, not /usr/bin, at least on our systems. by Misha Brukman · 21 years ago
- b9632be When printing a stack trace, demangle it if possible. Since we are potentially by Chris Lattner · 21 years ago
- 38ce7e5 Use backtrace() and include execinfo.h, if they were detected by autoconf. by Brian Gaeke · 21 years ago
- 6559615 Disable the stack trace thing until we can get an autoconf test for it. This by Chris Lattner · 21 years ago
- 982774c Implement new function by Chris Lattner · 21 years ago
- 1d29a6d Make ToolExecutionError inherit std::exception and implement its by Alkis Evlogimenos · 21 years ago
- 280f9c9 Print stacktrace in STDERR before dying on a fatal signal. Currently by Alkis Evlogimenos · 21 years ago
- 9cbbee3 Add support for just running the code generator by Chris Lattner · 21 years ago
- a3de117 indent correctly by Chris Lattner · 21 years ago
- 722ca71 Don't yell. BUGPOINT should yell, not the tool runner :) by Chris Lattner · 21 years ago
- 89bf9ea If there is an error running a tool, include the error message (e.g. assertion failure) in the exception by Chris Lattner · 21 years ago
- 8c56be5 When an error occurs executing a tool, we now throw an exception instead by Chris Lattner · 21 years ago
- 9915cd9 The C backend is no longer in llvm-dis, it's in llc by Chris Lattner · 21 years ago
- 8709927 Fix a bug in the recent rewrite of the leakdetector that caused all of the by Chris Lattner · 22 years ago
- b663d76 Modularize implementation of LeakDetector into a typed template by Alkis Evlogimenos · 22 years ago
- a6acb4f Fix the logic in the name mangler. If there are two symbols named 'X', and one by Chris Lattner · 22 years ago
- 82a5ff4 Initialize the count instance variable. by Chris Lattner · 22 years ago
- 7f7d16b Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into by John Criswell · 22 years ago
- 64811a3 This file goes away by Chris Lattner · 22 years ago
- 67bb760 Remove use of ConstantHandling itf by Chris Lattner · 22 years ago
- 74b1f45 Remove config wrapper around <cerrno> by Chris Lattner · 22 years ago
- d2c39e9 Pass std::string to constructor as const reference to avoid multiple copies. by Alkis Evlogimenos · 22 years ago
- 2657aec Not all platforms supports sighandler_t, so I changed it to use the older by John Criswell · 22 years ago
- 9e26027 * Add a new helper progress method by Chris Lattner · 22 years ago
- 0a5f033 Add missing #include by Chris Lattner · 22 years ago
- 81a085a Add new function by Chris Lattner · 22 years ago
- a2e9363 New class, useful for command-line interactive programs. by Chris Lattner · 22 years ago
- 316cb08 Add new method by Chris Lattner · 22 years ago
- 9899ae3 Further revisions of the FDHandle idea. In this version we use ownership by Chris Lattner · 22 years ago
- 9b448b7 Add trivial exception specs to produce better code since the methods cannot by Chris Lattner · 22 years ago
- 2d6481c Factor FDHandle out of the bytecode reader into the FileUtilities.h support by Chris Lattner · 22 years ago
- 872ccce implement new getToken function by Chris Lattner · 22 years ago
- 2cdd21c Finegrainify namespacification by Chris Lattner · 22 years ago
- b6d465f Finegrainify namespacification by Chris Lattner · 22 years ago
- 59e47e3 Lock abstraction, introduced with a view toward making the JIT thread-safe. by Brian Gaeke · 22 years ago
- 971a7b8 Fix copy-pasto. by Misha Brukman · 22 years ago
- 17cca96 Add ability to query if a file is a legitimate ELF shared object. by Misha Brukman · 22 years ago
- c8db76c Only use -Wl,-R. if HAVE_LINK_R. by Brian Gaeke · 22 years ago
- d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
- a2302ff Move IsArchive and IsBytecode here from gccld. Refactor into CheckMagic. by Brian Gaeke · 22 years ago
- 56be7ff Add implementation of FileOpenable(). by Brian Gaeke · 22 years ago
- 764486f Attempt to provide support for those without RTLD_DEFAULT. by Chris Lattner · 22 years ago
- e488e93 Added LLVM copyright notice to Makefiles. by John Criswell · 22 years ago
- b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
- 0b1fe84 Add debugtype, make output marginally more nice by Chris Lattner · 22 years ago
- 7b2ccff Fix PR #47 by Chris Lattner · 22 years ago
- 1f0f162 Without this option, the -run-llc mode does not work with shared objects at by Chris Lattner · 22 years ago
- 53e557d Fix up error message. by Brian Gaeke · 22 years ago
- eeed983 Generalize abstract interpreter interface to allow linking in an arbitrary number of shared objects by Chris Lattner · 22 years ago
- 7915a1e Substantial cleanups: by Chris Lattner · 22 years ago
- 1798e4a Actually return an error if something bad happens, don't just exit. by Chris Lattner · 22 years ago
- da17eb6 LLI no longer has -abort-on-exception by Chris Lattner · 22 years ago
- cf3056d Regularize header file comments by Chris Lattner · 22 years ago
- e24b616 Don't include Config/stdio.h or <stdio.h>. by Brian Gaeke · 22 years ago
- 56d8616 Change to use LinkDynamicObject instead of dlopen. by Brian Gaeke · 22 years ago
- 2d6a236 Change to use strtoul instead of strtoll. by Brian Gaeke · 22 years ago
- f212e47 Add my abstracted dynamic linker support files. by Brian Gaeke · 22 years ago
- 6873450 ToolRunner.h has been moved from include/Support to include/llvm/Support. by Misha Brukman · 22 years ago
- d5a310e Implement the NamedRegionTimer class by Chris Lattner · 22 years ago
- f708c79 Move support/lib/Support back to lib/Support by Chris Lattner · 22 years ago
- 44f8a34 Fixed space issues, code alignment, tabs -> spaces. by Misha Brukman · 22 years ago
- 9558c6a Implementation of the abstraction of running our tools + gcc, taken out of by Misha Brukman · 22 years ago
- ead9a94 Moved code from llvm/lib/Support to llvm/support/lib/Support. by John Criswell · 22 years ago
- e5b3e15 In ExecWait(), made the child process exit if it can't execve() the new by John Criswell · 22 years ago
- 5afb5f6 Added the ExecWait() function. It executes a program with the specified by John Criswell · 22 years ago
- c86e84b Add missing apostrophe. It's been bugging me for years. by Brian Gaeke · 22 years ago
- 950971d Fixed spelling & grammar. by Misha Brukman · 22 years ago
- 66622be Added the MakeFileReadable() method. by John Criswell · 22 years ago
- 9adeccc Added a description of the algorithm. Return failure if the chmod() fails. by John Criswell · 22 years ago
- 6991a03 Added the MakeFileExecutable() method. This method takes a filename and by John Criswell · 22 years ago
- aa8a847 Mangle ALL letters that we do not allow, not just a few. by Chris Lattner · 22 years ago
- f7c4ace Initial checkin of ValueHolder helper by Chris Lattner · 22 years ago
- c48ef2a lib/Support/CommandLine.cpp: by Brian Gaeke · 22 years ago
- 06b06c5 Add support for reading command line arguments from an environment variable. by Brian Gaeke · 22 years ago
- a4ca41e This file uses stable_sort by Chris Lattner · 22 years ago
- 33fbad7 Reenable optimized build by Chris Lattner · 22 years ago
- 2b3860f Add support to the mangler for targets which require _'s on global symbols by Chris Lattner · 22 years ago
- da81eca close() requires "unistd.h" . by Misha Brukman · 22 years ago
- f7066c7 Doxygen-ify the comments by using '///' instead of '//'. by Misha Brukman · 22 years ago
- 35d402f Remove references to `bugpoint' from the now-generic system utilities. by Misha Brukman · 22 years ago
- 3d1b0c7 Moved removeFile() and getUniqueFilename() into FileUtilities. by Misha Brukman · 22 years ago
- 038e05a Move debug functionality to Debug.cpp/Debug.h by Chris Lattner · 22 years ago
- 96a54db Describe the value name by Chris Lattner · 22 years ago
- 7a6ff2b Check in the implementation of the FileUtilities! by Chris Lattner · 22 years ago
- 794a58e Use the C++, more portable, deleter by Chris Lattner · 22 years ago
- fafac12 Move #include from a header to here by Chris Lattner · 22 years ago
- 71336a9 Fix the JIT in the Nightly tester. This was not a fun bug to track down. by Chris Lattner · 22 years ago
- 396aecd Trivial cleanups: no need to include header twice. Global variable is local to file by Chris Lattner · 22 years ago
- 9cf3d47 Add support for "named positional arguments" by Chris Lattner · 22 years ago
- 3ce4ac6 The RTLD_GLOBAL flag allows symbols to be globally accessible, which makes by Misha Brukman · 22 years ago
- 6b902dc Include llvm/Support/Mangler.h first. Don't include <iostream>, <set>, by Brian Gaeke · 22 years ago
- 4166445 Cleanups: by Brian Gaeke · 22 years ago
- b198ca3 Factor out name-mangling from X86/Printer, which is derived from CWriter, by Brian Gaeke · 22 years ago
- c07736a Simplify code by using ConstantInt::getRawValue instead of checking to see by Chris Lattner · 22 years ago
- bc0e998 The word `separate' only has one `e'. by Misha Brukman · 22 years ago
- 1115e04 Fixed grammatical error. by Misha Brukman · 22 years ago
- b5c520b Lowercase versions of `occurrence' need to be spelled correctly, too. by Misha Brukman · 22 years ago
- dd6cb6a `Occurrence' has no `a' and the `r' is doubled. by Misha Brukman · 22 years ago
- 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 22 years ago
- d2a6fc3 Add support for 'unsigned' command line arguments by Chris Lattner · 22 years ago