aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Scrap some boilerplate.Mikhail Glushenkov2008-11-281-35/+15
* Add 'hidden' and 'really_hidden' option properties.Mikhail Glushenkov2008-11-281-0/+6
* Documentation: clarify what is meant by 'multiple edges'.Mikhail Glushenkov2008-11-281-1/+2
* Disallow multiple edges.Mikhail Glushenkov2008-11-262-3/+25
* Disable -loop-index-split for now.Devang Patel2008-11-261-2/+2
* Adjust indent.Zhongxing Xu2008-11-261-2/+2
* CMake: llvmc2 is now known as llvmc.Oscar Fuentes2008-11-252-2/+2
* Since the old llvmc was removed, rename llvmc2 to llvmc.Mikhail Glushenkov2008-11-2528-41/+44
* docs: Add author info + fix incorrect code example.Mikhail Glushenkov2008-11-252-5/+9
* Small documentation update.Mikhail Glushenkov2008-11-252-6/+8
* Document the plugin priority feature.Mikhail Glushenkov2008-11-251-12/+26
* ignore the -m elf_i386 directive used in the linux kernelAndrew Lenharth2008-11-191-0/+3
* Support dependencies between plugins by priority-sorting.Mikhail Glushenkov2008-11-171-0/+9
* Add a layer of indirection to make plugins more flexible.Mikhail Glushenkov2008-11-175-44/+47
* CMake: Removed some cruft.Oscar Fuentes2008-11-151-8/+3
* CMake: Recursively invokes cmake using the right directories.Oscar Fuentes2008-11-151-1/+1
* CMake: Remove unused tablegenning code from tools/llvmc2/driver.Oscar Fuentes2008-11-141-22/+0
* Add Binary flag to raw_fd_ostream constructor.Daniel Dunbar2008-11-132-3/+6