aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2008-05-09Rename Example.td to Graph.td.Mikhail Glushenkov
2008-05-09use doxygen comments for makeBuffer()Nick Kledzik
2008-05-09Reapply 50867: A small refactoring (extract method) + some comment fixes.Mikhail Glushenkov
2008-05-09<rdar://problem/5917641> use getMemBufferCopy if supplied buffer is not alrea...Nick Kledzik
2008-05-08Revertin 50867 since it was breaking the build.Tanya Lattner
2008-05-08Add -E and -S optionsMikhail Glushenkov
2008-05-08A small refactoring (extract method) + some comment fixes.Mikhail Glushenkov
2008-05-07Use Doxygen-style comments.Mikhail Glushenkov
2008-05-06Disable loop deletion until the release branch.Owen Anderson
2008-05-06Change from llvm::SmallSet<std::string> to llvm::StringMap<char>.Mikhail Glushenkov
2008-05-06Add new edge property combinator: weight.Mikhail Glushenkov
2008-05-06Add a help string for the -c optionMikhail Glushenkov
2008-05-06Update documentation to reflect the current state of affairs.Mikhail Glushenkov
2008-05-06Some cosmetic changes (change some comments, move code around a bit).Mikhail Glushenkov
2008-05-06Refactoring: split the function CompilationGraph::Build() into two parts.Mikhail Glushenkov
2008-05-06Use edge weights to choose the right linker based on input language names.Mikhail Glushenkov
2008-05-06Add weights to graph edges. Choose between edges based on their weight.Mikhail Glushenkov
2008-05-06Remove the UnpackValues() function.Mikhail Glushenkov
2008-05-06Add a --linker command-line option, make all tests pass.Mikhail Glushenkov
2008-05-06Naming fix: LLVMCCConfigurationEmitter -> LLVMCConfigurationEmitter.Mikhail Glushenkov
2008-05-06Add -x option (like in gcc).Mikhail Glushenkov
2008-05-06Take object file as input and handle files with the same name correctly.Mikhail Glushenkov
2008-05-06Add output redirection, rename namespace llvmcc to namespace llvmc.Mikhail Glushenkov
2008-05-06Make AutoGenerated.inc depend also on Tools.td and Common.tdMikhail Glushenkov
2008-05-06Utilize topological sort in CompilationGraph::Build().Mikhail Glushenkov
2008-05-06Add TopologicalSort method to CompilationGraph.Mikhail Glushenkov
2008-05-06Do not require positional arguments when we're only printing out the graph.Mikhail Glushenkov
2008-05-06Make ChooseEdge more generic and use it to choose between different toolchains.Mikhail Glushenkov
2008-05-06Remove unnecessary argument from PassThroughGraphMikhail Glushenkov
2008-05-06Add inward edge counters to Nodes; Associate JoinLists with JoinTools.Mikhail Glushenkov
2008-05-06Enhancements for --view-graphMikhail Glushenkov
2008-05-06Split the Build function into two parts.Mikhail Glushenkov
2008-05-06Make llvmc return 1 when the compilation fails.Mikhail Glushenkov
2008-05-06Return const char* instead of std::string in Tool classesMikhail Glushenkov
2008-05-06Add an ability to choose between different edges based on edge properties.Mikhail Glushenkov
2008-05-06Add new edge properties: parameter_equals, element_in_list, and.Mikhail Glushenkov
2008-05-06Implemented switch_on edge property.Mikhail Glushenkov
2008-05-06Cosmetic change: if( -> if (Mikhail Glushenkov
2008-05-06Remove ExampleWithOpt.td: this file was merged with Example.td.Mikhail Glushenkov
2008-05-06More work on edge properties. Use Edge classes instead of strings in Compilat...Mikhail Glushenkov
2008-05-06Ongoing work: add an edge typechecker, rudimentary support for edge properties.Mikhail Glushenkov
2008-05-06Convert internal representation to use DAG. This gives us more flexibility an...Mikhail Glushenkov
2008-05-06Small const-correctness fixMikhail Glushenkov
2008-05-06Code reorgMikhail Glushenkov
2008-05-05Enable dead loop elimination.Owen Anderson
2008-05-04Drop llvmc also, it will be replaced by shiny new llvmc2Anton Korobeynikov
2008-05-04Drop llvm2cpp, it's now a llc targetAnton Korobeynikov
2008-05-02move libcalls to the same place llvm-gcc has it.Chris Lattner
2008-04-28Add possibility of using arbitrary to to execute stuff from bugpoint.Anton Korobeynikov
2008-04-28several multiple-retval fixes for bugpoint.Chris Lattner