aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2009-02-20Revert 62987. This is already reverted in mainline.Tanya Lattner
2009-01-30Add some comments.Mikhail Glushenkov
2009-01-28Add three new option properties.Mikhail Glushenkov
2009-01-26Build libLTO on any platform so long as PIC is enabled.Nick Lewycky
2009-01-24Perform optional clang building.Mike Stump
2009-01-21Fix 'llvm-config --libs' output.Mikhail Glushenkov
2009-01-21Change the hook API back to prevent memory leaks.Mikhail Glushenkov
2009-01-21Allow hooks with arguments.Mikhail Glushenkov
2009-01-16Registry.h should not depend on CommandLine.h.Mikhail Glushenkov
2009-01-16Delete trailing whitespace.Mikhail Glushenkov
2009-01-15Add the private linkage.Rafael Espindola
2009-01-15Some small documentation fixes.Mikhail Glushenkov
2009-01-15Clarify the documentation a bit.Mikhail Glushenkov
2009-01-14Make -o a prefix option.Mikhail Glushenkov
2009-01-09Add a --check-graph option to llvmc.Mikhail Glushenkov
2009-01-07CMake: replace `rm' with portable invocations of cmake.Oscar Fuentes
2009-01-05make llvm-ld smart enough to link against native libraries that are Chris Lattner
2009-01-03Setting BUILD_ARCHIVE to 0 has the same effect as defining it to 1.Bill Wendling
2009-01-02Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner
2008-12-31Add spacing between type and variable name.Misha Brukman
2008-12-31Comment headers should extend to 80 chars.Misha Brukman
2008-12-31Fix spacing to be uniform for parameters.Misha Brukman
2008-12-31Rename AddReadAttrs to FunctionAttrs, and teach it howDuncan Sands
2008-12-17Some enhancements for the 'case' expression.Mikhail Glushenkov
2008-12-13Add a comment to the auto-generated docs.Mikhail Glushenkov
2008-12-13Merge llvm-rst.css and llvm.css.Mikhail Glushenkov
2008-12-13Some more documentation tweaks.Mikhail Glushenkov
2008-12-13More cosmetic tweaks for llvmc docs.Mikhail Glushenkov
2008-12-11Fix W3C validator errors.Mikhail Glushenkov
2008-12-11Use correct file for the llvmc tutorial.Mikhail Glushenkov
2008-12-11Update the auto-generated llvmc documentation.Mikhail Glushenkov
2008-12-11Add a '-Wo,' option that passes options to opt.Mikhail Glushenkov
2008-12-11Merge Base.td and Tools.td.Mikhail Glushenkov
2008-12-09Support -emit-llvm properly (with -S and -c).Mikhail Glushenkov
2008-12-08Generalize bugpoint's concept of a "safe" backend, and add optionsDan Gohman
2008-12-07CMake: Added Tool.cpp to tools/llvmc/driver.Oscar Fuentes
2008-12-07Describe recent changes in the documentation.Mikhail Glushenkov
2008-12-07Make 'extern' an option property.Mikhail Glushenkov
2008-12-07Plugin updates: support more options.Mikhail Glushenkov
2008-12-07Join tools couldn't be used in the middle of the toolchain.Mikhail Glushenkov
2008-12-07Enable the Clang plugin by default.Mikhail Glushenkov
2008-12-07Update plugins to use (actions).Mikhail Glushenkov
2008-12-07Use (actions) instead of option properties, support external options.Mikhail Glushenkov
2008-12-04Enable LoopIndexSplit pass.Devang Patel
2008-11-30Remove warning about declaration does not declare anything. This class wasNick Lewycky
2008-11-29Add protected visibility to libLTO.Nick Lewycky
2008-11-28Scrap some boilerplate.Mikhail Glushenkov
2008-11-28Add 'hidden' and 'really_hidden' option properties.Mikhail Glushenkov
2008-11-28Documentation: clarify what is meant by 'multiple edges'.Mikhail Glushenkov
2008-11-26Disallow multiple edges.Mikhail Glushenkov