2014-04-29 |
Benjamin Kramer | raw_ostream: Forward declare OpenFlags and include... |
tree | commitdiff |
2014-04-25 |
Craig Topper | [C++] Use 'nullptr'. Tools edition. |
tree | commitdiff |
2014-03-06 |
Ahmed Charles | Replace OwningPtr<T> with std::unique_ptr<T>. |
tree | commitdiff |
2014-03-06 |
Chandler Carruth | [Layering] Sink Linker.h into a Linker subdirectory... |
tree | commitdiff |
2014-02-24 |
Rafael Espindola | Replace the F_Binary flag with a F_Text one. |
tree | commitdiff |
2014-02-20 |
Eli Bendersky | Set the SuppressWarnings option on tool level and propa... |
tree | commitdiff |
2014-01-13 |
Chandler Carruth | [cleanup] Move the Dominators.h and Verifier.h headers... |
tree | commitdiff |
2013-12-10 |
NAKAMURA Takumi | [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists... |
tree | commitdiff |
2013-09-19 |
Andrew Trick | Revert "Encapsulate PassManager debug flags to avoid... |
tree | commitdiff |
2013-09-18 |
Andrew Trick | Encapsulate PassManager debug flags to avoid static... |
tree | commitdiff |
2013-09-18 |
Andrew Trick | whitespace |
tree | commitdiff |
2013-07-16 |
Rafael Espindola | Add a wrapper for open. |
tree | commitdiff |
2013-06-17 |
Rafael Espindola | Don't use PathV1.h in llvm-link. |
tree | commitdiff |
2013-06-13 |
Rafael Espindola | Don't use PathV1.h in Signals.h. |
tree | commitdiff |
2013-05-04 |
Rafael Espindola | Optimize llvm-link too. |
tree | commitdiff |
2013-04-15 |
Andy Gibbs | Replace uses of the deprecated std::auto_ptr with Ownin... |
tree | commitdiff |
2013-04-12 |
Benjamin Kramer | Revert broken pieces of r179373. |
tree | commitdiff |
2013-04-12 |
Andy Gibbs | Replace uses of the deprecated std::auto_ptr with Ownin... |
tree | commitdiff |
2013-03-26 |
Chandler Carruth | Manually update the dependencies in the Makefiles.... |
tree | commitdiff |
2013-03-26 |
Chandler Carruth | Split out the IRReader header and the utility functions... |
tree | commitdiff |
2013-03-19 |
Eli Bendersky | Remove stale comment |
tree | commitdiff |
2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
tree | commitdiff |
2012-12-04 |
Chandler Carruth | Sort the #include lines for tools/... |
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-10-16 |
Chris Lattner | Enhance llvm::SourceMgr to support diagnostic ranges... |
tree | commitdiff |
2011-10-11 |
Tanya Lattner | Make it possible to use the linker without destroying... |
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-01 |
Dan Gohman | Make tool_output_file's raw_ostream instance a member... |
tree | commitdiff |
2010-08-26 |
Oscar Fuentes | Updated CMake library dependencies. Removed unnecessary... |
tree | commitdiff |
2010-08-25 |
Eric Christopher | Apparently this is needed for llvm-link to link. |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Use tool_output_file in llvm-extract and llvm-link... |
tree | commitdiff |
2010-05-27 |
Dan Gohman | Eliminate some unnessary Path::exists() calls. |
tree | commitdiff |
2010-03-24 |
Dan Gohman | Trim #includes. |
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 | Give llvm-link a -S option. |
tree | commitdiff |
2009-09-12 |
Dan Gohman | Convert llvm-link to IRReader. |
tree | commitdiff |
2009-08-25 |
Dan Gohman | Make LLVM command-line tools overwrite their output... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | Prune #includes from llvm/Linker.h and llvm/System... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | simplify output file selection, fixing two FIXMEs about... |
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 |
Dan Gohman | Fix this comment to mention outs() rather than cout. |
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 | Make the use of const with respect to LLVMContext sane... |
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-09-22 |
Oscar Fuentes | Initial support for the CMake build system. |
tree | commitdiff |
2008-05-23 |
Dan Gohman | Add #includes to make some dependencies explicit. |
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 | remove dead option |
tree | commitdiff |
2007-05-06 |
Chris Lattner | switch tools to bitcode instead of bytecode |
tree | commitdiff |
2007-05-06 |
Chris Lattner | remove EH cruft, add bitcode support |
tree | commitdiff |
2007-02-07 |
Chris Lattner | push bytecode decompressor out through APIs. Now the... |
tree | commitdiff |
2007-01-21 |
Chris Lattner | default to emiting an uncompressed .bc file |
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-29 |
Bill Wendling | Replacing std::iostreams with llvm iostreams. Some... |
tree | commitdiff |
2006-09-04 |
Chris Lattner | Use LINK_COMPONENTS to specify *components* to link... |
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-07-07 |
Reid Spencer | For PR495: |
tree | commitdiff |
2005-04-22 |
Misha Brukman | Remove trailing whitespace |
tree | commitdiff |
2005-02-13 |
Chris Lattner | Print the module, not the pointer. |
tree | commitdiff |
2005-01-22 |
Jeff Cohen | Use binary mode for reading/writing bytecode files |
tree | commitdiff |
2005-01-01 |
Jeff Cohen | Fix typo 'ompress' => 'compress'. |
tree | commitdiff |
2004-12-30 |
Reid Spencer | For PR351: |
tree | commitdiff |
2004-12-13 |
Reid Spencer | LinkModules is now in the Linker class |
tree | commitdiff |
2004-12-11 |
Reid Spencer | Path::get -> Path::toString |
tree | commitdiff |
2004-11-25 |
Reid Spencer | Add LLVMbzip2 library, now required. |
tree | commitdiff |
2004-11-14 |
Reid Spencer | Linker.h moved to include/llvm. |
tree | commitdiff |
2004-11-14 |
Reid Spencer | This program needs libLLVMLinker.a now |
tree | commitdiff |
2004-11-14 |
Reid Spencer | Fix usage of changed function prototype |
tree | commitdiff |
2004-11-07 |
Reid Spencer | Rename the option for defeating compression to be a... |
tree | commitdiff |
2004-11-07 |
Reid Spencer | * Enable bytecode compression by default |
tree | commitdiff |
2004-11-05 |
Reid Spencer | Stop propagating method names that violate the coding... |
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-27 |
Chris Lattner | Hrm, if there is an error loading a file, try printing... |
tree | commitdiff |
2004-09-12 |
Reid Spencer | Excise the -L option since llvm-link should not do... |
tree | commitdiff |
2004-09-12 |
Reid Spencer | Excise dependent library linking at Chris' request... |
tree | commitdiff |
2004-09-12 |
Misha Brukman | Squelch compilation warnings on Sparc |
tree | commitdiff |
2004-09-11 |
Reid Spencer | Implement dependent library processing and search paths... |
tree | commitdiff |
2004-09-01 |
Reid Spencer | Changes For Bug 352 |
tree | commitdiff |
next |