index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
llvmc2
/
CompilationGraph.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use Doxygen-style comments.
Mikhail Glushenkov
2008-05-07
1
-43
/
+49
*
Change from llvm::SmallSet<std::string> to llvm::StringMap<char>.
Mikhail Glushenkov
2008-05-06
1
-2
/
+16
*
Refactoring: split the function CompilationGraph::Build() into two parts.
Mikhail Glushenkov
2008-05-06
1
-4
/
+7
*
Use edge weights to choose the right linker based on input language names.
Mikhail Glushenkov
2008-05-06
1
-3
/
+9
*
Add weights to graph edges. Choose between edges based on their weight.
Mikhail Glushenkov
2008-05-06
1
-4
/
+2
*
Add -x option (like in gcc).
Mikhail Glushenkov
2008-05-06
1
-1
/
+2
*
Take object file as input and handle files with the same name correctly.
Mikhail Glushenkov
2008-05-06
1
-14
/
+15
*
Add output redirection, rename namespace llvmcc to namespace llvmc.
Mikhail Glushenkov
2008-05-06
1
-6
/
+6
*
Add TopologicalSort method to CompilationGraph.
Mikhail Glushenkov
2008-05-06
1
-3
/
+16
*
Make ChooseEdge more generic and use it to choose between different toolchains.
Mikhail Glushenkov
2008-05-06
1
-5
/
+7
*
Remove unnecessary argument from PassThroughGraph
Mikhail Glushenkov
2008-05-06
1
-1
/
+1
*
Add inward edge counters to Nodes; Associate JoinLists with JoinTools.
Mikhail Glushenkov
2008-05-06
1
-9
/
+18
*
Split the Build function into two parts.
Mikhail Glushenkov
2008-05-06
1
-0
/
+6
*
Add an ability to choose between different edges based on edge properties.
Mikhail Glushenkov
2008-05-06
1
-1
/
+5
*
More work on edge properties. Use Edge classes instead of strings in Compilat...
Mikhail Glushenkov
2008-05-06
1
-11
/
+14
*
Ongoing work: add an edge typechecker, rudimentary support for edge properties.
Mikhail Glushenkov
2008-05-06
1
-65
/
+101
*
Convert internal representation to use DAG. This gives us more flexibility an...
Mikhail Glushenkov
2008-05-06
1
-4
/
+180
*
Code reorg
Mikhail Glushenkov
2008-05-06
1
-0
/
+36