summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Fix some headers.Mikhail Glushenkov2008-05-30
* New tests for the 'case' expression: not_empty, in_language.Mikhail Glushenkov2008-05-30
* -E should print to stdout.Mikhail Glushenkov2008-05-30
* Make it possible to have multiple input languages for a single tool.Mikhail Glushenkov2008-05-30
* Rename StringVector to StrVector (to be consistent with LLVMCConfigurationEmi...Mikhail Glushenkov2008-05-30
* Minor error message fixes.Mikhail Glushenkov2008-05-30
* Documentation and examples improvementsMikhail Glushenkov2008-05-30
* Do not generate empty 'if's for the output_suffix property.Mikhail Glushenkov2008-05-30
* Update documentation, add examples.Mikhail Glushenkov2008-05-30
* Rename LLVMC-Tutorial.rst to LLVMC-Reference.rstMikhail Glushenkov2008-05-30
* Make it possible to change the output file suffix based on command-line options.Mikhail Glushenkov2008-05-30
* Add support for user-provided hooks and environment variable reads to the cmd...Mikhail Glushenkov2008-05-30
* Enable the response file ('llvmc @file') support.Mikhail Glushenkov2008-05-30
* Update the code to the fact that StringSet now lives in llvm/ADT.Mikhail Glushenkov2008-05-30
* Make it possible to use the generalised 'case' construct in the cmd_line prop...Mikhail Glushenkov2008-05-30
* Add a generalised 'case' construct.Mikhail Glushenkov2008-05-30
* remove the StripSymbolsPass. This should not be done by default in libLTO.dy...Nick Kledzik2008-05-30
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-29
* Re-enable the newly simplified ADCE. This fixes a regression onOwen Anderson2008-05-29
* use space insted of tabsNick Kledzik2008-05-28
* fix infinite recursion if a global's initializer references the globalNick Kledzik2008-05-27
* Add instcombine after global optimizations.Devang Patel2008-05-27
* Use IPSCCPPass instead of IPConstantPropagationPass.Devang Patel2008-05-27
* Remove ADCE from the optimization pipeline.Owen Anderson2008-05-27
* Add #includes to make some dependencies explicit.Dan Gohman2008-05-23
* Make LTO expect common and weak to be represented differently.Dale Johannesen2008-05-23
* Rename -no-lazy to -disable-lazy-compilation.Evan Cheng2008-05-21
* Add CommonLinkage, in a way that preserves theDale Johannesen2008-05-16
* Add CommonLinkage to lto (treated same as weak AFAICT)Dale Johannesen2008-05-16
* Re-enable tail duplication pass (now with default threshold down to 1 instruc...Evan Cheng2008-05-16
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-15
* Remove tail duplication pass.Evan Cheng2008-05-15
* Recover nestedloop regression reported by nightly tester.Devang Patel2008-05-14
* Do not run instruction combiner in middle of loop optimization passes.Devang Patel2008-05-14
* Filter option names to escape symbols not allowed as C++ identifiers.Mikhail Glushenkov2008-05-12
* Make it possible to choose between different compilation graph definitions at...Mikhail Glushenkov2008-05-12
* Fix some error messages; Make LLVMC pass through the exit code of a failed tool.Mikhail Glushenkov2008-05-12
* Re-enable loop deletion by default.Owen Anderson2008-05-10
* Rename Example.td to Graph.td.Mikhail Glushenkov2008-05-09
* use doxygen comments for makeBuffer()Nick Kledzik2008-05-09
* Reapply 50867: A small refactoring (extract method) + some comment fixes.Mikhail Glushenkov2008-05-09
* <rdar://problem/5917641> use getMemBufferCopy if supplied buffer is not alrea...Nick Kledzik2008-05-09
* Revertin 50867 since it was breaking the build.Tanya Lattner2008-05-08
* Add -E and -S optionsMikhail Glushenkov2008-05-08
* A small refactoring (extract method) + some comment fixes.Mikhail Glushenkov2008-05-08
* Use Doxygen-style comments.Mikhail Glushenkov2008-05-07
* Disable loop deletion until the release branch.Owen Anderson2008-05-06
* Change from llvm::SmallSet<std::string> to llvm::StringMap<char>.Mikhail Glushenkov2008-05-06
* Add new edge property combinator: weight.Mikhail Glushenkov2008-05-06
* Add a help string for the -c optionMikhail Glushenkov2008-05-06