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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor error message fixes.
Mikhail Glushenkov
2008-05-30
1
-3
/
+4
*
Make it possible to use the generalised 'case' construct in the cmd_line prop...
Mikhail Glushenkov
2008-05-30
1
-2
/
+2
*
Fix some error messages; Make LLVMC pass through the exit code of a failed tool.
Mikhail Glushenkov
2008-05-12
1
-9
/
+10
*
Use Doxygen-style comments.
Mikhail Glushenkov
2008-05-07
1
-3
/
+1
*
Change from llvm::SmallSet<std::string> to llvm::StringMap<char>.
Mikhail Glushenkov
2008-05-06
1
-2
/
+1
*
Some cosmetic changes (change some comments, move code around a bit).
Mikhail Glushenkov
2008-05-06
1
-42
/
+43
*
Refactoring: split the function CompilationGraph::Build() into two parts.
Mikhail Glushenkov
2008-05-06
1
-6
/
+15
*
Use edge weights to choose the right linker based on input language names.
Mikhail Glushenkov
2008-05-06
1
-8
/
+24
*
Add weights to graph edges. Choose between edges based on their weight.
Mikhail Glushenkov
2008-05-06
1
-19
/
+21
*
Add -x option (like in gcc).
Mikhail Glushenkov
2008-05-06
1
-19
/
+70
*
Take object file as input and handle files with the same name correctly.
Mikhail Glushenkov
2008-05-06
1
-27
/
+30
*
Add output redirection, rename namespace llvmcc to namespace llvmc.
Mikhail Glushenkov
2008-05-06
1
-3
/
+7
*
Utilize topological sort in CompilationGraph::Build().
Mikhail Glushenkov
2008-05-06
1
-1
/
+35
*
Add TopologicalSort method to CompilationGraph.
Mikhail Glushenkov
2008-05-06
1
-31
/
+59
*
Make ChooseEdge more generic and use it to choose between different toolchains.
Mikhail Glushenkov
2008-05-06
1
-33
/
+49
*
Remove unnecessary argument from PassThroughGraph
Mikhail Glushenkov
2008-05-06
1
-4
/
+7
*
Add inward edge counters to Nodes; Associate JoinLists with JoinTools.
Mikhail Glushenkov
2008-05-06
1
-23
/
+19
*
Enhancements for --view-graph
Mikhail Glushenkov
2008-05-06
1
-7
/
+21
*
Split the Build function into two parts.
Mikhail Glushenkov
2008-05-06
1
-43
/
+59
*
Add an ability to choose between different edges based on edge properties.
Mikhail Glushenkov
2008-05-06
1
-5
/
+30
*
Cosmetic change: if( -> if (
Mikhail Glushenkov
2008-05-06
1
-5
/
+5
*
More work on edge properties. Use Edge classes instead of strings in Compilat...
Mikhail Glushenkov
2008-05-06
1
-19
/
+15
*
Ongoing work: add an edge typechecker, rudimentary support for edge properties.
Mikhail Glushenkov
2008-05-06
1
-6
/
+6
*
Convert internal representation to use DAG. This gives us more flexibility an...
Mikhail Glushenkov
2008-05-06
1
-28
/
+135
*
Code reorg
Mikhail Glushenkov
2008-05-06
1
-0
/
+88