summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* 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
* Update documentation to reflect the current state of affairs.Mikhail Glushenkov2008-05-06
* Some cosmetic changes (change some comments, move code around a bit).Mikhail Glushenkov2008-05-06
* Refactoring: split the function CompilationGraph::Build() into two parts.Mikhail Glushenkov2008-05-06
* Use edge weights to choose the right linker based on input language names.Mikhail Glushenkov2008-05-06
* Add weights to graph edges. Choose between edges based on their weight.Mikhail Glushenkov2008-05-06
* Remove the UnpackValues() function.Mikhail Glushenkov2008-05-06
* Add a --linker command-line option, make all tests pass.Mikhail Glushenkov2008-05-06
* Naming fix: LLVMCCConfigurationEmitter -> LLVMCConfigurationEmitter.Mikhail Glushenkov2008-05-06
* Add -x option (like in gcc).Mikhail Glushenkov2008-05-06
* Take object file as input and handle files with the same name correctly.Mikhail Glushenkov2008-05-06
* Add output redirection, rename namespace llvmcc to namespace llvmc.Mikhail Glushenkov2008-05-06
* Make AutoGenerated.inc depend also on Tools.td and Common.tdMikhail Glushenkov2008-05-06
* Utilize topological sort in CompilationGraph::Build().Mikhail Glushenkov2008-05-06
* Add TopologicalSort method to CompilationGraph.Mikhail Glushenkov2008-05-06
* Do not require positional arguments when we're only printing out the graph.Mikhail Glushenkov2008-05-06
* Make ChooseEdge more generic and use it to choose between different toolchains.Mikhail Glushenkov2008-05-06
* Remove unnecessary argument from PassThroughGraphMikhail Glushenkov2008-05-06
* Add inward edge counters to Nodes; Associate JoinLists with JoinTools.Mikhail Glushenkov2008-05-06
* Enhancements for --view-graphMikhail Glushenkov2008-05-06
* Split the Build function into two parts.Mikhail Glushenkov2008-05-06
* Make llvmc return 1 when the compilation fails.Mikhail Glushenkov2008-05-06
* Return const char* instead of std::string in Tool classesMikhail Glushenkov2008-05-06
* Add an ability to choose between different edges based on edge properties.Mikhail Glushenkov2008-05-06
* Add new edge properties: parameter_equals, element_in_list, and.Mikhail Glushenkov2008-05-06
* Implemented switch_on edge property.Mikhail Glushenkov2008-05-06