Add a SubclassData field to SDNode, similar to what's done
[oota-llvm.git] / tools / llvmc2 / Tool.h
2008-05-30 Mikhail GlushenkovA small optimization: use static char* array instead...
2008-05-30 Mikhail GlushenkovFix some headers.
2008-05-30 Mikhail GlushenkovMake it possible to have multiple input languages for...
2008-05-30 Mikhail GlushenkovUpdate the code to the fact that StringSet now lives...
2008-05-30 Mikhail GlushenkovMake it possible to use the generalised 'case' construc...
2008-05-07 Mikhail GlushenkovUse Doxygen-style comments.
2008-05-06 Mikhail GlushenkovRemove the UnpackValues() function.
2008-05-06 Mikhail GlushenkovAdd output redirection, rename namespace llvmcc to...
2008-05-06 Mikhail GlushenkovUtilize topological sort in CompilationGraph::Build().
2008-05-06 Mikhail GlushenkovAdd inward edge counters to Nodes; Associate JoinLists...
2008-05-06 Mikhail GlushenkovReturn const char* instead of std::string in Tool classes
2008-05-06 Mikhail GlushenkovCode reorg