aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Alphabetize includes. Update comment.Torok Edwin2009-02-041-4/+3
* mention that PIC is needed for libLTO and libLLVMgoldTorok Edwin2009-02-041-1/+5
* remove printf - it was there only for debugging!Torok Edwin2009-02-041-1/+0
* add support for .a files containing LLVM IR to the gold pluginTorok Edwin2009-02-041-6/+45
* Add LLVM plugin for gold.Nick Lewycky2009-02-034-0/+377
* Add some comments.Mikhail Glushenkov2009-01-301-1/+5
* Add three new option properties.Mikhail Glushenkov2009-01-281-21/+36
* Build libLTO on any platform so long as PIC is enabled.Nick Lewycky2009-01-262-8/+3
* Perform optional clang building.Mike Stump2009-01-241-0/+4
* Fix 'llvm-config --libs' output.Mikhail Glushenkov2009-01-212-2/+2
* Change the hook API back to prevent memory leaks.Mikhail Glushenkov2009-01-211-1/+1
* Allow hooks with arguments.Mikhail Glushenkov2009-01-211-7/+12
* Registry.h should not depend on CommandLine.h.Mikhail Glushenkov2009-01-161-2/+3
* Delete trailing whitespace.Mikhail Glushenkov2009-01-161-21/+21
* Add the private linkage.Rafael Espindola2009-01-152-2/+3
* Some small documentation fixes.Mikhail Glushenkov2009-01-151-11/+12
* Clarify the documentation a bit.Mikhail Glushenkov2009-01-151-6/+11
* Make -o a prefix option.Mikhail Glushenkov2009-01-141-1/+1
* Add a --check-graph option to llvmc.Mikhail Glushenkov2009-01-093-4/+155
* CMake: replace `rm' with portable invocations of cmake.Oscar Fuentes2009-01-071-4/+4
* make llvm-ld smart enough to link against native libraries that are Chris Lattner2009-01-051-2/+18
* Setting BUILD_ARCHIVE to 0 has the same effect as defining it to 1.Bill Wendling2009-01-031-2/+0
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-022-4/+6
* Add spacing between type and variable name.Misha Brukman2008-12-311-1/+1
* Comment headers should extend to 80 chars.Misha Brukman2008-12-311-1/+1
* Fix spacing to be uniform for parameters.Misha Brukman2008-12-311-2/+2
* Rename AddReadAttrs to FunctionAttrs, and teach it howDuncan Sands2008-12-311-2/+2
* Some enhancements for the 'case' expression.Mikhail Glushenkov2008-12-171-1/+8
* Add a comment to the auto-generated docs.Mikhail Glushenkov2008-12-132-0/+8
* Merge llvm-rst.css and llvm.css.Mikhail Glushenkov2008-12-132-102/+4
* Some more documentation tweaks.Mikhail Glushenkov2008-12-131-1/+4
* More cosmetic tweaks for llvmc docs.Mikhail Glushenkov2008-12-134-43/+64
* Fix W3C validator errors.Mikhail Glushenkov2008-12-111-5/+7
* Use correct file for the llvmc tutorial.Mikhail Glushenkov2008-12-111-1/+1
* Update the auto-generated llvmc documentation.Mikhail Glushenkov2008-12-115-17/+45
* Add a '-Wo,' option that passes options to opt.Mikhail Glushenkov2008-12-111-1/+4
* Merge Base.td and Tools.td.Mikhail Glushenkov2008-12-112-5/+138
* Support -emit-llvm properly (with -S and -c).Mikhail Glushenkov2008-12-091-5/+14
* Generalize bugpoint's concept of a "safe" backend, and add optionsDan Gohman2008-12-084-59/+123
* CMake: Added Tool.cpp to tools/llvmc/driver.Oscar Fuentes2008-12-071-0/+1
* Describe recent changes in the documentation.Mikhail Glushenkov2008-12-071-173/+243
* Make 'extern' an option property.Mikhail Glushenkov2008-12-071-11/+11
* Plugin updates: support more options.Mikhail Glushenkov2008-12-071-22/+57
* Join tools couldn't be used in the middle of the toolchain.Mikhail Glushenkov2008-12-071-5/+4
* Enable the Clang plugin by default.Mikhail Glushenkov2008-12-071-1/+1
* Update plugins to use (actions).Mikhail Glushenkov2008-12-072-9/+16
* Use (actions) instead of option properties, support external options.Mikhail Glushenkov2008-12-072-67/+89
* Enable LoopIndexSplit pass.Devang Patel2008-12-041-2/+2
* Remove warning about declaration does not declare anything. This class wasNick Lewycky2008-11-301-1/+0
* Add protected visibility to libLTO.Nick Lewycky2008-11-291-0/+2