For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"
[oota-llvm.git] / tools / llvmc2 / CompilationGraph.h
2008-05-29 Anton KorobeynikovFor PR1338: rename include/llvm/ADT/ilist and friends...
2008-05-07 Mikhail GlushenkovUse Doxygen-style comments.
2008-05-06 Mikhail GlushenkovChange from llvm::SmallSet<std::string> to llvm::String...
2008-05-06 Mikhail GlushenkovRefactoring: split the function CompilationGraph::Build...
2008-05-06 Mikhail GlushenkovUse edge weights to choose the right linker based on...
2008-05-06 Mikhail GlushenkovAdd weights to graph edges. Choose between edges based...
2008-05-06 Mikhail GlushenkovAdd -x option (like in gcc).
2008-05-06 Mikhail GlushenkovTake object file as input and handle files with the...
2008-05-06 Mikhail GlushenkovAdd output redirection, rename namespace llvmcc to...
2008-05-06 Mikhail GlushenkovAdd TopologicalSort method to CompilationGraph.
2008-05-06 Mikhail GlushenkovMake ChooseEdge more generic and use it to choose betwe...
2008-05-06 Mikhail GlushenkovRemove unnecessary argument from PassThroughGraph
2008-05-06 Mikhail GlushenkovAdd inward edge counters to Nodes; Associate JoinLists...
2008-05-06 Mikhail GlushenkovSplit the Build function into two parts.
2008-05-06 Mikhail GlushenkovAdd an ability to choose between different edges based...
2008-05-06 Mikhail GlushenkovMore work on edge properties. Use Edge classes instead...
2008-05-06 Mikhail GlushenkovOngoing work: add an edge typechecker, rudimentary...
2008-05-06 Mikhail GlushenkovConvert internal representation to use DAG. This gives...
2008-05-06 Mikhail GlushenkovCode reorg