2012-06-28 |
Bill Wendling | Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo... |
tree | commitdiff |
2012-06-15 |
Bill Wendling | Remove assignments which aren't used afterwards. |
tree | commitdiff |
2012-02-06 |
Derek Schuff | Enable streaming of bitcode |
tree | commitdiff |
2011-12-12 |
Daniel Dunbar | LLVMBuild: Remove trailing newline, which irked me. |
tree | commitdiff |
2011-11-11 |
Daniel Dunbar | LLVMBuild: Add description files for the LLVM tools. |
tree | commitdiff |
2011-10-18 |
Daniel Dunbar | build: Tidy up a bunch of tool Makefiles, and simplify... |
tree | commitdiff |
2011-06-18 |
Chris Lattner | eliminate the Type::getDescription() method, using... |
tree | commitdiff |
2011-03-17 |
Stuart Hastings | Reapply: Add type output to llvm-dis annotations. ... |
tree | commitdiff |
2011-03-17 |
Stuart Hastings | Revert 127813 while fixing broken test. |
tree | commitdiff |
2011-03-17 |
Stuart Hastings | Add type output to llvm-dis. Patch by Yuri! |
tree | commitdiff |
2011-03-12 |
Oscar Fuentes | Update link components for llvm-dis and LTO. |
tree | commitdiff |
2011-03-11 |
Devang Patel | While printing annotations, print line number and varia... |
tree | commitdiff |
2010-12-16 |
Michael J. Spencer | llvm-dis: Fix memory leak. ParseBitcodeFile should... |
tree | commitdiff |
2010-12-16 |
Michael J. Spencer | llvm-dis: Simplify MemoryBuffer usage. |
tree | commitdiff |
2010-12-16 |
Michael J. Spencer | Fix whitespace. |
tree | commitdiff |
2010-12-16 |
Daniel Dunbar | Fix some compiler warnings. |
tree | commitdiff |
2010-12-16 |
Michael J. Spencer | MemoryBuffer now return an error_code and returns a... |
tree | commitdiff |
2010-12-09 |
Michael J. Spencer | Support/MemoryBuffer: Replace all uses of std::string... |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
tree | commitdiff |
2010-10-07 |
Dan Gohman | Move tool_output_file into its own file. |
tree | commitdiff |
2010-09-13 |
Michael J. Spencer | Revert "CMake: Get rid of LLVMLibDeps.cmake and export... |
tree | commitdiff |
2010-09-10 |
Michael J. Spencer | CMake: Get rid of LLVMLibDeps.cmake and export the... |
tree | commitdiff |
2010-09-02 |
Chris Lattner | add a new "llvm-dis -show-annotations" option, which... |
tree | commitdiff |
2010-09-01 |
Dan Gohman | Make tool_output_file's raw_ostream instance a member... |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Use the new tool_output_file in several tools. This... |
tree | commitdiff |
2010-01-24 |
Chris Lattner | make -fno-rtti the default unless a directory builds... |
tree | commitdiff |
2010-01-22 |
Chris Lattner | Stop building RTTI information for *most* llvm librarie... |
tree | commitdiff |
2009-09-15 |
Dan Gohman | Don't bother using a PassManager just to print a Module. |
tree | commitdiff |
2009-09-11 |
Dan Gohman | Fix llvm-extract's "writing bitcode to a terminal"... |
tree | commitdiff |
2009-08-25 |
Dan Gohman | Make LLVM command-line tools overwrite their output... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | Change raw_fd_ostream to take flags as an optional... |
tree | commitdiff |
2009-07-16 |
Dan Gohman | Convert more tools code from cerr and cout to errs... |
tree | commitdiff |
2009-07-15 |
Owen Anderson | To simplify the upcoming context-on-type change, switch... |
tree | commitdiff |
2009-07-15 |
Dan Gohman | Add a Force option to raw_fd_ostream to specify whether... |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Hold the LLVMContext by reference rather than by pointer. |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Add a pointer to the owning LLVMContext to Module.... |
tree | commitdiff |
2009-03-06 |
Chris Lattner | Change various llvm utilities to use PrettyStackTracePr... |
tree | commitdiff |
2009-02-26 |
Chris Lattner | disable exports from a bunch more tools, those without... |
tree | commitdiff |
2008-10-22 |
Daniel Dunbar | Move Print*Pass to use raw_ostream. |
tree | commitdiff |
2008-10-21 |
Daniel Dunbar | Privatize PrintModulePass and PrintFunctionPass and add |
tree | commitdiff |
2008-09-22 |
Oscar Fuentes | Initial support for the CMake build system. |
tree | commitdiff |
2007-12-29 |
Chris Lattner | remove attributions from tools. |
tree | commitdiff |
2007-12-29 |
Chris Lattner | remove attributions from tools/utils makefiles. |
tree | commitdiff |
2007-10-08 |
Dan Gohman | Move the space in overview output for commands out... |
tree | commitdiff |
2007-07-05 |
Gabor Greif | Here is the bulk of the sanitizing. |
tree | commitdiff |
2007-05-06 |
Chris Lattner | use the new MemoryBuffer interfaces to simplify error... |
tree | commitdiff |
2007-05-06 |
Chris Lattner | switch tools to bitcode instead of bytecode |
tree | commitdiff |
2007-05-06 |
Chris Lattner | simplify code |
tree | commitdiff |
2007-04-29 |
Chris Lattner | Switch the bitcode reader interface to take a MemoryBuf... |
tree | commitdiff |
2007-04-22 |
Chris Lattner | don't break reading from stdin |
tree | commitdiff |
2007-04-22 |
Chris Lattner | teach llvm-dis to read bitcode files |
tree | commitdiff |
2007-02-07 |
Chris Lattner | push bytecode decompressor out through APIs. Now the... |
tree | commitdiff |
2007-02-07 |
Chris Lattner | add an option for timing bc file reading. |
tree | commitdiff |
2006-12-07 |
Bill Wendling | Changed llvm_ostream et all to OStream. llvm_cerr,... |
tree | commitdiff |
2006-12-06 |
Chris Lattner | make all llvm tools call llvm_shutdown when they exit... |
tree | commitdiff |
2006-11-28 |
Bill Wendling | Convert to using llvm streams instead of iostreams. |
tree | commitdiff |
2006-09-04 |
Chris Lattner | Switch to using llvm-config to build |
tree | commitdiff |
2006-07-07 |
Chris Lattner | Tools require EH for their top-level try blocks. |
tree | commitdiff |
2006-06-01 |
Reid Spencer | Use archive libraries instead of object files for VMCor... |
tree | commitdiff |
2005-04-22 |
Misha Brukman | Remove trailing whitespace |
tree | commitdiff |
2005-01-29 |
Chris Lattner | clean up comments |
tree | commitdiff |
2005-01-29 |
Chris Lattner | This has been deprecated for long enough, nuke it. |
tree | commitdiff |
2004-12-30 |
Reid Spencer | For PR351: |
tree | commitdiff |
2004-11-25 |
Reid Spencer | Add LLVMbzip2 library, now required. |
tree | commitdiff |
2004-11-14 |
Reid Spencer | Fix usage of changed function prototype |
tree | commitdiff |
2004-10-27 |
Reid Spencer | Change Library Names Not To Conflict With Others When... |
tree | commitdiff |
2004-10-22 |
Reid Spencer | We're not doing automake any more |
tree | commitdiff |
2004-10-22 |
Reid Spencer | We won't use automake |
tree | commitdiff |
2004-10-18 |
Reid Spencer | Initial automake generated Makefile template |
tree | commitdiff |
2004-10-13 |
Reid Spencer | Update to reflect changes in Makefile rules. |
tree | commitdiff |
2004-10-10 |
Reid Spencer | Initial version of automake Makefile.am file. |
tree | commitdiff |
2004-09-01 |
Reid Spencer | Changes For Bug 352 |
tree | commitdiff |
2004-08-29 |
Reid Spencer | Add the LLVMsystem.a library as it is now used for... |
tree | commitdiff |
2004-08-29 |
Reid Spencer | The functions in Signal.h are now in the llvm::sys... |
tree | commitdiff |
2004-06-07 |
Chris Lattner | Eliminate more traces of the -c option |
tree | commitdiff |
2004-05-27 |
Chris Lattner | Header file moved |
tree | commitdiff |
2004-02-19 |
Chris Lattner | Make sure to print a stack trace whenever an error... |
tree | commitdiff |
2004-02-13 |
Misha Brukman | Break a line that's over 80cols into two. |
tree | commitdiff |
2004-02-13 |
Chris Lattner | Do not advertise our -c option anymore |
tree | commitdiff |
2004-02-13 |
Chris Lattner | Mercilessly rip the cbackend out of llvm-dis. Leave... |
tree | commitdiff |
2004-02-13 |
Chris Lattner | Change how we create the cwriter, and add a buttload... |
tree | commitdiff |
2003-11-12 |
Chris Lattner | Restore the -llvm option |
tree | commitdiff |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
tree | commitdiff |
2003-10-20 |
John Criswell | Added LLVM copyright to Makefiles. |
tree | commitdiff |
2003-10-20 |
Chris Lattner | fix file header |
tree | commitdiff |
2003-10-20 |
John Criswell | Added copyright header to all C++ source files. |
tree | commitdiff |
2003-10-10 |
Misha Brukman | Fix grammar. |
tree | commitdiff |
2003-10-10 |
Misha Brukman | Renamed dis.cpp => llvm-dis.cpp |
tree | commitdiff |
2003-08-28 |
Misha Brukman | Renaming LLVM `dis' to `llvm-dis'. |
tree | commitdiff |
2003-08-08 |
Misha Brukman | Chomped spurious blank lines. |
tree | commitdiff |
2003-05-31 |
Chris Lattner | Add support for: -o - |
tree | commitdiff |
2003-05-22 |
Chris Lattner | Kill using declarations |
tree | commitdiff |
2003-04-16 |
Chris Lattner | Give verbose error messages if bytecode file cannot... |
tree | commitdiff |
2002-09-24 |
Chris Lattner | Make sure to close the file before deleting it |
tree | commitdiff |
2002-09-19 |
Chris Lattner | Minor non-functionality changing changes. |
tree | commitdiff |
2002-09-18 |
Chris Lattner | Avoid deleting the ostream more than once. |
tree | commitdiff |
2002-08-31 |
Chris Lattner | - Converted CWriter to be an LLVM pass. |
tree | commitdiff |
2002-08-31 |
Chris Lattner | Get FindUsedTypes pass |
tree | commitdiff |
2002-07-30 |
Chris Lattner | Print the tool name when an error comes from so that... |
tree | commitdiff |
2002-07-25 |
Chris Lattner | *** empty log message *** |
tree | commitdiff |
next |