summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Revert the previous commit. It seems it didn'tDuncan Sands2009-02-05
* Stop llvm-config thinking that there are circularDuncan Sands2009-02-05
* It's not obvious, but lto_module_create_from_memory doesn't need to use theNick Lewycky2009-02-05
* Remove accidentally included debug message!Nick Lewycky2009-02-05
* Alphabetize includes. Update comment.Torok Edwin2009-02-04
* mention that PIC is needed for libLTO and libLLVMgoldTorok Edwin2009-02-04
* remove printf - it was there only for debugging!Torok Edwin2009-02-04
* add support for .a files containing LLVM IR to the gold pluginTorok Edwin2009-02-04
* Add LLVM plugin for gold.Nick Lewycky2009-02-03
* Add some comments.Mikhail Glushenkov2009-01-30
* Add three new option properties.Mikhail Glushenkov2009-01-28
* Build libLTO on any platform so long as PIC is enabled.Nick Lewycky2009-01-26
* Perform optional clang building.Mike Stump2009-01-24
* Fix 'llvm-config --libs' output.Mikhail Glushenkov2009-01-21
* Change the hook API back to prevent memory leaks.Mikhail Glushenkov2009-01-21
* Allow hooks with arguments.Mikhail Glushenkov2009-01-21
* Registry.h should not depend on CommandLine.h.Mikhail Glushenkov2009-01-16
* Delete trailing whitespace.Mikhail Glushenkov2009-01-16
* Add the private linkage.Rafael Espindola2009-01-15
* Some small documentation fixes.Mikhail Glushenkov2009-01-15
* Clarify the documentation a bit.Mikhail Glushenkov2009-01-15
* Make -o a prefix option.Mikhail Glushenkov2009-01-14
* Add a --check-graph option to llvmc.Mikhail Glushenkov2009-01-09
* CMake: replace `rm' with portable invocations of cmake.Oscar Fuentes2009-01-07
* make llvm-ld smart enough to link against native libraries that are Chris Lattner2009-01-05
* Setting BUILD_ARCHIVE to 0 has the same effect as defining it to 1.Bill Wendling2009-01-03
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-02
* Add spacing between type and variable name.Misha Brukman2008-12-31
* Comment headers should extend to 80 chars.Misha Brukman2008-12-31
* Fix spacing to be uniform for parameters.Misha Brukman2008-12-31
* Rename AddReadAttrs to FunctionAttrs, and teach it howDuncan Sands2008-12-31
* Some enhancements for the 'case' expression.Mikhail Glushenkov2008-12-17
* Add a comment to the auto-generated docs.Mikhail Glushenkov2008-12-13
* Merge llvm-rst.css and llvm.css.Mikhail Glushenkov2008-12-13
* Some more documentation tweaks.Mikhail Glushenkov2008-12-13
* More cosmetic tweaks for llvmc docs.Mikhail Glushenkov2008-12-13
* Fix W3C validator errors.Mikhail Glushenkov2008-12-11
* Use correct file for the llvmc tutorial.Mikhail Glushenkov2008-12-11
* Update the auto-generated llvmc documentation.Mikhail Glushenkov2008-12-11
* Add a '-Wo,' option that passes options to opt.Mikhail Glushenkov2008-12-11
* Merge Base.td and Tools.td.Mikhail Glushenkov2008-12-11
* Support -emit-llvm properly (with -S and -c).Mikhail Glushenkov2008-12-09
* Generalize bugpoint's concept of a "safe" backend, and add optionsDan Gohman2008-12-08
* CMake: Added Tool.cpp to tools/llvmc/driver.Oscar Fuentes2008-12-07
* Describe recent changes in the documentation.Mikhail Glushenkov2008-12-07
* Make 'extern' an option property.Mikhail Glushenkov2008-12-07
* Plugin updates: support more options.Mikhail Glushenkov2008-12-07
* Join tools couldn't be used in the middle of the toolchain.Mikhail Glushenkov2008-12-07
* Enable the Clang plugin by default.Mikhail Glushenkov2008-12-07
* Update plugins to use (actions).Mikhail Glushenkov2008-12-07