aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-dis
Commit message (Expand)AuthorAgeFilesLines
* Don't bother using a PassManager just to print a Module.Dan Gohman2009-09-151-7/+2
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-111-6/+6
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-251-4/+1
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-231-77/+57
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-161-6/+5
* To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson2009-07-151-1/+1
* Add a Force option to raw_fd_ostream to specify whether openingDan Gohman2009-07-151-30/+25
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-1/+1
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-1/+3
* Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner2009-03-061-2/+6
* disable exports from a bunch more tools, those without plugins.Chris Lattner2009-02-261-0/+3
* Move Print*Pass to use raw_ostream.Daniel Dunbar2008-10-221-1/+2
* Privatize PrintModulePass and PrintFunctionPass and addDaniel Dunbar2008-10-211-1/+1
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+6
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-291-2/+2
* Move the space in overview output for commands out of each of theDan Gohman2007-10-081-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-182-0/+153