summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* 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
* Use (actions) instead of option properties, support external options.Mikhail Glushenkov2008-12-07
* Enable LoopIndexSplit pass.Devang Patel2008-12-04
* Remove warning about declaration does not declare anything. This class wasNick Lewycky2008-11-30
* Add protected visibility to libLTO.Nick Lewycky2008-11-29
* Scrap some boilerplate.Mikhail Glushenkov2008-11-28
* Add 'hidden' and 'really_hidden' option properties.Mikhail Glushenkov2008-11-28
* Documentation: clarify what is meant by 'multiple edges'.Mikhail Glushenkov2008-11-28
* Disallow multiple edges.Mikhail Glushenkov2008-11-26
* Disable -loop-index-split for now.Devang Patel2008-11-26
* Adjust indent.Zhongxing Xu2008-11-26
* CMake: llvmc2 is now known as llvmc.Oscar Fuentes2008-11-25
* Since the old llvmc was removed, rename llvmc2 to llvmc.Mikhail Glushenkov2008-11-25
* docs: Add author info + fix incorrect code example.Mikhail Glushenkov2008-11-25
* Small documentation update.Mikhail Glushenkov2008-11-25
* Document the plugin priority feature.Mikhail Glushenkov2008-11-25
* ignore the -m elf_i386 directive used in the linux kernelAndrew Lenharth2008-11-19
* Support dependencies between plugins by priority-sorting.Mikhail Glushenkov2008-11-17
* Add a layer of indirection to make plugins more flexible.Mikhail Glushenkov2008-11-17
* CMake: Removed some cruft.Oscar Fuentes2008-11-15
* CMake: Recursively invokes cmake using the right directories.Oscar Fuentes2008-11-15
* CMake: Remove unused tablegenning code from tools/llvmc2/driver.Oscar Fuentes2008-11-14
* Add Binary flag to raw_fd_ostream constructor.Daniel Dunbar2008-11-13
* Some cosmetic changes.Mikhail Glushenkov2008-11-12
* Remove incomplete lto-bugpoint tool. If there is an interest then we can resu...Devang Patel2008-11-11
* CMake: forces rebuild of llvm-config's library dependency info when aOscar Fuentes2008-11-11