summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* 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
* Cosmetic change: if( -> if (Mikhail Glushenkov2008-05-06
* Remove ExampleWithOpt.td: this file was merged with Example.td.Mikhail Glushenkov2008-05-06
* More work on edge properties. Use Edge classes instead of strings in Compilat...Mikhail Glushenkov2008-05-06
* Ongoing work: add an edge typechecker, rudimentary support for edge properties.Mikhail Glushenkov2008-05-06
* Convert internal representation to use DAG. This gives us more flexibility an...Mikhail Glushenkov2008-05-06
* Small const-correctness fixMikhail Glushenkov2008-05-06
* Code reorgMikhail Glushenkov2008-05-06
* Enable dead loop elimination.Owen Anderson2008-05-05
* Drop llvmc also, it will be replaced by shiny new llvmc2Anton Korobeynikov2008-05-04
* Drop llvm2cpp, it's now a llc targetAnton Korobeynikov2008-05-04
* move libcalls to the same place llvm-gcc has it.Chris Lattner2008-05-02
* Add possibility of using arbitrary to to execute stuff from bugpoint.Anton Korobeynikov2008-04-28
* several multiple-retval fixes for bugpoint.Chris Lattner2008-04-28
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-25
* Disable building of llvm2cpp. The directory will be removed before 2.3 release.Anton Korobeynikov2008-04-23
* First step of implementing PR1538: move llvm2cpp logic to new 'target'Anton Korobeynikov2008-04-23
* Use the Create static method for some of these objects. They no longerBill Wendling2008-04-23
* Move MemCpyOpt after GVN.Owen Anderson2008-04-22
* Added command line option -no-lazy to disable JIT lazy compilation.Evan Cheng2008-04-22
* Add MemCpyOpt to LTO.Owen Anderson2008-04-22
* fix some residual old API that fell thru the cracks of the conversion script,...Gabor Greif2008-04-21
* Use GVN in LTO instead of GCSE+LoadVN.Owen Anderson2008-04-21