index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2008-05-09
Rename Example.td to Graph.td.
Mikhail Glushenkov
2008-05-09
use doxygen comments for makeBuffer()
Nick Kledzik
2008-05-09
Reapply 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-08
Revertin 50867 since it was breaking the build.
Tanya Lattner
2008-05-08
Add -E and -S options
Mikhail Glushenkov
2008-05-08
A small refactoring (extract method) + some comment fixes.
Mikhail Glushenkov
2008-05-07
Use Doxygen-style comments.
Mikhail Glushenkov
2008-05-06
Disable loop deletion until the release branch.
Owen Anderson
2008-05-06
Change from llvm::SmallSet<std::string> to llvm::StringMap<char>.
Mikhail Glushenkov
2008-05-06
Add new edge property combinator: weight.
Mikhail Glushenkov
2008-05-06
Add a help string for the -c option
Mikhail Glushenkov
2008-05-06
Update documentation to reflect the current state of affairs.
Mikhail Glushenkov
2008-05-06
Some cosmetic changes (change some comments, move code around a bit).
Mikhail Glushenkov
2008-05-06
Refactoring: split the function CompilationGraph::Build() into two parts.
Mikhail Glushenkov
2008-05-06
Use edge weights to choose the right linker based on input language names.
Mikhail Glushenkov
2008-05-06
Add weights to graph edges. Choose between edges based on their weight.
Mikhail Glushenkov
2008-05-06
Remove the UnpackValues() function.
Mikhail Glushenkov
2008-05-06
Add a --linker command-line option, make all tests pass.
Mikhail Glushenkov
2008-05-06
Naming fix: LLVMCCConfigurationEmitter -> LLVMCConfigurationEmitter.
Mikhail Glushenkov
2008-05-06
Add -x option (like in gcc).
Mikhail Glushenkov
2008-05-06
Take object file as input and handle files with the same name correctly.
Mikhail Glushenkov
2008-05-06
Add output redirection, rename namespace llvmcc to namespace llvmc.
Mikhail Glushenkov
2008-05-06
Make AutoGenerated.inc depend also on Tools.td and Common.td
Mikhail Glushenkov
2008-05-06
Utilize topological sort in CompilationGraph::Build().
Mikhail Glushenkov
2008-05-06
Add TopologicalSort method to CompilationGraph.
Mikhail Glushenkov
2008-05-06
Do not require positional arguments when we're only printing out the graph.
Mikhail Glushenkov
2008-05-06
Make ChooseEdge more generic and use it to choose between different toolchains.
Mikhail Glushenkov
2008-05-06
Remove unnecessary argument from PassThroughGraph
Mikhail Glushenkov
2008-05-06
Add inward edge counters to Nodes; Associate JoinLists with JoinTools.
Mikhail Glushenkov
2008-05-06
Enhancements for --view-graph
Mikhail Glushenkov
2008-05-06
Split the Build function into two parts.
Mikhail Glushenkov
2008-05-06
Make llvmc return 1 when the compilation fails.
Mikhail Glushenkov
2008-05-06
Return const char* instead of std::string in Tool classes
Mikhail Glushenkov
2008-05-06
Add an ability to choose between different edges based on edge properties.
Mikhail Glushenkov
2008-05-06
Add new edge properties: parameter_equals, element_in_list, and.
Mikhail Glushenkov
2008-05-06
Implemented switch_on edge property.
Mikhail Glushenkov
2008-05-06
Cosmetic change: if( -> if (
Mikhail Glushenkov
2008-05-06
Remove ExampleWithOpt.td: this file was merged with Example.td.
Mikhail Glushenkov
2008-05-06
More work on edge properties. Use Edge classes instead of strings in Compilat...
Mikhail Glushenkov
2008-05-06
Ongoing work: add an edge typechecker, rudimentary support for edge properties.
Mikhail Glushenkov
2008-05-06
Convert internal representation to use DAG. This gives us more flexibility an...
Mikhail Glushenkov
2008-05-06
Small const-correctness fix
Mikhail Glushenkov
2008-05-06
Code reorg
Mikhail Glushenkov
2008-05-05
Enable dead loop elimination.
Owen Anderson
2008-05-04
Drop llvmc also, it will be replaced by shiny new llvmc2
Anton Korobeynikov
2008-05-04
Drop llvm2cpp, it's now a llc target
Anton Korobeynikov
2008-05-02
move libcalls to the same place llvm-gcc has it.
Chris Lattner
2008-04-28
Add possibility of using arbitrary to to execute stuff from bugpoint.
Anton Korobeynikov
2008-04-28
several multiple-retval fixes for bugpoint.
Chris Lattner
[next]