summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* Implement new functionChris Lattner2004-02-19
* Make ToolExecutionError inherit std::exception and implement itsAlkis Evlogimenos2004-02-19
* Print stacktrace in STDERR before dying on a fatal signal. CurrentlyAlkis Evlogimenos2004-02-19
* Add support for just running the code generatorChris Lattner2004-02-18
* indent correctlyChris Lattner2004-02-18
* Don't yell. BUGPOINT should yell, not the tool runner :)Chris Lattner2004-02-18
* If there is an error running a tool, include the error message (e.g. assertio...Chris Lattner2004-02-18
* When an error occurs executing a tool, we now throw an exception insteadChris Lattner2004-02-18
* The C backend is no longer in llvm-dis, it's in llcChris Lattner2004-02-17
* Fix a bug in the recent rewrite of the leakdetector that caused all of theChris Lattner2004-02-15
* Modularize implementation of LeakDetector into a typed templateAlkis Evlogimenos2004-02-14
* Fix the logic in the name mangler. If there are two symbols named 'X', and oneChris Lattner2004-02-14
* Initialize the count instance variable.Chris Lattner2004-02-11
* Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so intoJohn Criswell2004-01-26
* This file goes awayChris Lattner2004-01-17
* Remove use of ConstantHandling itfChris Lattner2004-01-12
* Remove config wrapper around <cerrno>Chris Lattner2004-01-10
* Pass std::string to constructor as const reference to avoid multipleAlkis Evlogimenos2004-01-06
* Not all platforms supports sighandler_t, so I changed it to use the olderJohn Criswell2004-01-01
* * Add a new helper progress methodChris Lattner2003-12-31
* Add missing #includeChris Lattner2003-12-31
* Add new functionChris Lattner2003-12-31
* New class, useful for command-line interactive programs.Chris Lattner2003-12-31
* Add new methodChris Lattner2003-12-30
* Further revisions of the FDHandle idea. In this version we use ownershipChris Lattner2003-12-30
* Add trivial exception specs to produce better code since the methods cannotChris Lattner2003-12-29
* Factor FDHandle out of the bytecode reader into the FileUtilities.h supportChris Lattner2003-12-29
* implement new getToken functionChris Lattner2003-12-29
* Finegrainify namespacificationChris Lattner2003-12-14
* Finegrainify namespacificationChris Lattner2003-12-14
* Lock abstraction, introduced with a view toward making the JIT thread-safe.Brian Gaeke2003-12-01
* Fix copy-pasto.Misha Brukman2003-11-24
* Add ability to query if a file is a legitimate ELF shared object.Misha Brukman2003-11-24
* Only use -Wl,-R. if HAVE_LINK_R.Brian Gaeke2003-11-18
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Move IsArchive and IsBytecode here from gccld. Refactor into CheckMagic.Brian Gaeke2003-11-11
* Add implementation of FileOpenable().Brian Gaeke2003-11-11
* Attempt to provide support for those without RTLD_DEFAULT.Chris Lattner2003-10-25
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-20
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Add debugtype, make output marginally more niceChris Lattner2003-10-19
* Fix PR #47Chris Lattner2003-10-19
* Without this option, the -run-llc mode does not work with shared objects atChris Lattner2003-10-18
* Fix up error message.Brian Gaeke2003-10-15
* Generalize abstract interpreter interface to allow linking in an arbitrary nu...Chris Lattner2003-10-14
* Substantial cleanups:Chris Lattner2003-10-14
* Actually return an error if something bad happens, don't just exit.Chris Lattner2003-10-14
* LLI no longer has -abort-on-exceptionChris Lattner2003-10-13
* Regularize header file commentsChris Lattner2003-10-13
* Don't include Config/stdio.h or <stdio.h>.Brian Gaeke2003-10-10