aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Add output redirection, rename namespace llvmcc to namespace llvmc.Mikhail Glushenkov2008-05-069-27/+47
* Make AutoGenerated.inc depend also on Tools.td and Common.tdMikhail Glushenkov2008-05-061-2/+2
* Utilize topological sort in CompilationGraph::Build().Mikhail Glushenkov2008-05-063-9/+44
* Add TopologicalSort method to CompilationGraph.Mikhail Glushenkov2008-05-064-38/+78
* Do not require positional arguments when we're only printing out the graph.Mikhail Glushenkov2008-05-061-3/+13
* Make ChooseEdge more generic and use it to choose between different toolchains.Mikhail Glushenkov2008-05-062-38/+56
* Remove unnecessary argument from PassThroughGraphMikhail Glushenkov2008-05-062-5/+8
* Add inward edge counters to Nodes; Associate JoinLists with JoinTools.Mikhail Glushenkov2008-05-063-38/+58
* Enhancements for --view-graphMikhail Glushenkov2008-05-061-7/+21
* Split the Build function into two parts.Mikhail Glushenkov2008-05-062-43/+65
* Make llvmc return 1 when the compilation fails.Mikhail Glushenkov2008-05-061-0/+1
* Return const char* instead of std::string in Tool classesMikhail Glushenkov2008-05-061-4/+4
* Add an ability to choose between different edges based on edge properties.Mikhail Glushenkov2008-05-064-14/+42
* Add new edge properties: parameter_equals, element_in_list, and.Mikhail Glushenkov2008-05-063-6/+9
* Implemented switch_on edge property.Mikhail Glushenkov2008-05-061-0/+1
* Cosmetic change: if( -> if (Mikhail Glushenkov2008-05-061-5/+5
* Remove ExampleWithOpt.td: this file was merged with Example.td.Mikhail Glushenkov2008-05-061-30/+0
* More work on edge properties. Use Edge classes instead of strings in Compilat...Mikhail Glushenkov2008-05-065-40/+37
* Ongoing work: add an edge typechecker, rudimentary support for edge properties.Mikhail Glushenkov2008-05-064-77/+133
* Convert internal representation to use DAG. This gives us more flexibility an...Mikhail Glushenkov2008-05-066-53/+366
* Small const-correctness fixMikhail Glushenkov2008-05-062-2/+2
* Code reorgMikhail Glushenkov2008-05-0612-155/+188
* Enable dead loop elimination.Owen Anderson2008-05-051-0/+1
* Drop llvmc also, it will be replaced by shiny new llvmc2Anton Korobeynikov2008-05-0415-5956/+0
* Drop llvm2cpp, it's now a llc targetAnton Korobeynikov2008-05-044-2123/+0
* move libcalls to the same place llvm-gcc has it.Chris Lattner2008-05-021-1/+1
* Add possibility of using arbitrary to to execute stuff from bugpoint.Anton Korobeynikov2008-04-283-2/+122
* several multiple-retval fixes for bugpoint.Chris Lattner2008-04-282-11/+12
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-251-1/+0
* Disable building of llvm2cpp. The directory will be removed before 2.3 release.Anton Korobeynikov2008-04-231-1/+1
* First step of implementing PR1538: move llvm2cpp logic to new 'target'Anton Korobeynikov2008-04-231-3/+8
* Use the Create static method for some of these objects. They no longerBill Wendling2008-04-231-13/+13
* Move MemCpyOpt after GVN.Owen Anderson2008-04-223-3/+3
* Added command line option -no-lazy to disable JIT lazy compilation.Evan Cheng2008-04-221-8/+30
* Add MemCpyOpt to LTO.Owen Anderson2008-04-222-0/+2
* fix some residual old API that fell thru the cracks of the conversion script,...Gabor Greif2008-04-211-1/+1
* Use GVN in LTO instead of GCSE+LoadVN.Owen Anderson2008-04-212-4/+2
* Add jump threading to liblto.Chris Lattner2008-04-211-1/+3
* run the jump threading pass in llvm-ld alsoChris Lattner2008-04-211-1/+3
* enable jump threading pass by default. This causes no miscompilations Chris Lattner2008-04-211-0/+1
* Run SimplifyLibCalls near the beginning, not atDuncan Sands2008-04-171-1/+2
* Fix a memory leak in llc.Dan Gohman2008-04-161-1/+2
* Revert r49614. As Dan pointed out, some of these aren't correct.Owen Anderson2008-04-141-1/+1
* Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), Owen Anderson2008-04-131-1/+1
* Move memcpy / memset optimization pass after GVN.Evan Cheng2008-04-101-1/+1
* Factor a bunch of functionality related to memcpy and memset transforms out of Owen Anderson2008-04-092-0/+2
* Remove llvm-upgrade.Tanya Lattner2008-04-0710-19786/+0
* Use Intrinsic::getDeclaration in more places.Duncan Sands2008-04-071-10/+7
* Remove tabs. Patch by Mike Stump!Bill Wendling2008-04-071-2/+2
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-062-30/+30