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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make AutoGenerated.inc depend also on Tools.td and Common.td
Mikhail Glushenkov
2008-05-06
1
-2
/
+2
*
Utilize topological sort in CompilationGraph::Build().
Mikhail Glushenkov
2008-05-06
3
-9
/
+44
*
Add TopologicalSort method to CompilationGraph.
Mikhail Glushenkov
2008-05-06
4
-38
/
+78
*
Do not require positional arguments when we're only printing out the graph.
Mikhail Glushenkov
2008-05-06
1
-3
/
+13
*
Make ChooseEdge more generic and use it to choose between different toolchains.
Mikhail Glushenkov
2008-05-06
2
-38
/
+56
*
Remove unnecessary argument from PassThroughGraph
Mikhail Glushenkov
2008-05-06
2
-5
/
+8
*
Add inward edge counters to Nodes; Associate JoinLists with JoinTools.
Mikhail Glushenkov
2008-05-06
3
-38
/
+58
*
Enhancements for --view-graph
Mikhail Glushenkov
2008-05-06
1
-7
/
+21
*
Split the Build function into two parts.
Mikhail Glushenkov
2008-05-06
2
-43
/
+65
*
Make llvmc return 1 when the compilation fails.
Mikhail Glushenkov
2008-05-06
1
-0
/
+1
*
Return const char* instead of std::string in Tool classes
Mikhail Glushenkov
2008-05-06
1
-4
/
+4
*
Add an ability to choose between different edges based on edge properties.
Mikhail Glushenkov
2008-05-06
4
-14
/
+42
*
Add new edge properties: parameter_equals, element_in_list, and.
Mikhail Glushenkov
2008-05-06
3
-6
/
+9
*
Implemented switch_on edge property.
Mikhail Glushenkov
2008-05-06
1
-0
/
+1
*
Cosmetic change: if( -> if (
Mikhail Glushenkov
2008-05-06
1
-5
/
+5
*
Remove ExampleWithOpt.td: this file was merged with Example.td.
Mikhail Glushenkov
2008-05-06
1
-30
/
+0
*
More work on edge properties. Use Edge classes instead of strings in Compilat...
Mikhail Glushenkov
2008-05-06
5
-40
/
+37
*
Ongoing work: add an edge typechecker, rudimentary support for edge properties.
Mikhail Glushenkov
2008-05-06
4
-77
/
+133
*
Convert internal representation to use DAG. This gives us more flexibility an...
Mikhail Glushenkov
2008-05-06
6
-53
/
+366
*
Small const-correctness fix
Mikhail Glushenkov
2008-05-06
2
-2
/
+2
*
Code reorg
Mikhail Glushenkov
2008-05-06
12
-155
/
+188
*
Another test commit (with git-svn)
Mikhail Glushenkov
2008-03-26
2
-0
/
+4
*
Test commit
Mikhail Glushenkov
2008-03-26
1
-9
/
+0
*
Fix the Cygwin/Mingw-On-Cygwin build. Patch by Alain Frisch!
Anton Korobeynikov
2008-03-25
1
-1
/
+1
*
Small format/grammar changes.
Bill Wendling
2008-03-24
1
-2
/
+2
*
Grammar Nazi strikes! :-)
Bill Wendling
2008-03-24
1
-35
/
+34
*
Add first proof-of-concept universal compiler driver framework based
Anton Korobeynikov
2008-03-23
14
-0
/
+1044