aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
...
* lli no longer takes the -quiet option!Chris Lattner2004-04-051-2/+0
* Do not mangle intrinsics in any way!Chris Lattner2004-04-051-1/+4
* Add autoconf support for isStandardOutAConsole ().Brian Gaeke2004-04-021-1/+5
* Add new function, autoconf support required thoChris Lattner2004-04-021-0/+8
* Add some new methodsChris Lattner2004-03-301-15/+87
* Adjust to new itfChris Lattner2004-03-291-2/+2
* Hide variable from other functions.Alkis Evlogimenos2004-03-041-2/+3
* Make sure that at least one virtual method is defined in a .cpp file to avoidChris Lattner2004-02-261-1/+12
* `cat' is usually in /bin, not /usr/bin, at least on our systems.Misha Brukman2004-02-211-1/+1
* When printing a stack trace, demangle it if possible. Since we are potentiallyChris Lattner2004-02-211-5/+61
* Use backtrace() and include execinfo.h, if they were detected by autoconf.Brian Gaeke2004-02-201-5/+10
* Disable the stack trace thing until we can get an autoconf test for it. ThisChris Lattner2004-02-191-3/+3
* Implement new functionChris Lattner2004-02-191-0/+6
* Make ToolExecutionError inherit std::exception and implement itsAlkis Evlogimenos2004-02-191-0/+2
* Print stacktrace in STDERR before dying on a fatal signal. CurrentlyAlkis Evlogimenos2004-02-191-1/+7
* Add support for just running the code generatorChris Lattner2004-02-181-0/+12
* indent correctlyChris Lattner2004-02-181-1/+1
* Don't yell. BUGPOINT should yell, not the tool runner :)Chris Lattner2004-02-181-1/+1
* If there is an error running a tool, include the error message (e.g. assertio...Chris Lattner2004-02-181-30/+32
* When an error occurs executing a tool, we now throw an exception insteadChris Lattner2004-02-181-43/+22
* The C backend is no longer in llvm-dis, it's in llcChris Lattner2004-02-171-11/+11
* Fix a bug in the recent rewrite of the leakdetector that caused all of theChris Lattner2004-02-151-7/+10
* Modularize implementation of LeakDetector into a typed templateAlkis Evlogimenos2004-02-141-59/+76
* Fix the logic in the name mangler. If there are two symbols named 'X', and oneChris Lattner2004-02-141-12/+27
* Initialize the count instance variable.Chris Lattner2004-02-111-1/+1
* Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so intoJohn Criswell2004-01-262-2/+2
* This file goes awayChris Lattner2004-01-171-24/+0
* Remove use of ConstantHandling itfChris Lattner2004-01-121-24/+31
* Remove config wrapper around <cerrno>Chris Lattner2004-01-101-5/+5
* Pass std::string to constructor as const reference to avoid multipleAlkis Evlogimenos2004-01-061-1/+1
* Not all platforms supports sighandler_t, so I changed it to use the olderJohn Criswell2004-01-011-1/+1
* * Add a new helper progress methodChris Lattner2003-12-311-4/+11
* Add missing #includeChris Lattner2003-12-311-0/+1
* Add new functionChris Lattner2003-12-311-0/+13
* New class, useful for command-line interactive programs.Chris Lattner2003-12-311-0/+94
* Add new methodChris Lattner2003-12-301-0/+10
* Further revisions of the FDHandle idea. In this version we use ownershipChris Lattner2003-12-301-8/+0
* Add trivial exception specs to produce better code since the methods cannotChris Lattner2003-12-291-3/+3
* Factor FDHandle out of the bytecode reader into the FileUtilities.h supportChris Lattner2003-12-291-0/+23
* implement new getToken functionChris Lattner2003-12-291-0/+43
* Finegrainify namespacificationChris Lattner2003-12-1413-108/+73
* Finegrainify namespacificationChris Lattner2003-12-142-9/+7
* Lock abstraction, introduced with a view toward making the JIT thread-safe.Brian Gaeke2003-12-011-0/+24
* Fix copy-pasto.Misha Brukman2003-11-241-2/+2
* Add ability to query if a file is a legitimate ELF shared object.Misha Brukman2003-11-241-0/+10
* Only use -Wl,-R. if HAVE_LINK_R.Brian Gaeke2003-11-181-0/+3
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-1115-2/+62
* Move IsArchive and IsBytecode here from gccld. Refactor into CheckMagic.Brian Gaeke2003-11-111-0/+29
* Add implementation of FileOpenable().Brian Gaeke2003-11-111-96/+41
* Attempt to provide support for those without RTLD_DEFAULT.Chris Lattner2003-10-251-0/+5