aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/LLVMCCConfigurationEmitter.cpp
AgeCommit message (Expand)Author
2008-05-06Rename LLVMCCConfigurationEmitter to LLVMCConfigurationEmitterMikhail Glushenkov
2008-05-06Add output redirection, rename namespace llvmcc to namespace llvmc.Mikhail Glushenkov
2008-05-06Small output formatting fix.Mikhail Glushenkov
2008-05-06Add inward edge counters to Nodes; Associate JoinLists with JoinTools.Mikhail Glushenkov
2008-05-06Return const char* instead of std::string in Tool classesMikhail Glushenkov
2008-05-06Refactoring: extract method.Mikhail Glushenkov
2008-05-06Add new edge properties: parameter_equals, element_in_list, and.Mikhail Glushenkov
2008-05-06Implemented switch_on edge property.Mikhail Glushenkov
2008-05-06More work on edge properties. Use Edge classes instead of strings in Compilat...Mikhail Glushenkov
2008-05-06Ongoing work: add an edge typechecker, rudimentary support for edge properties.Mikhail Glushenkov
2008-05-06Convert internal representation to use DAG. This gives us more flexibility an...Mikhail Glushenkov
2008-05-06Code reorgMikhail Glushenkov
2008-03-27Fix build breakage on Windows with GCC 4.3. References bug #2176.Mikhail Glushenkov
2008-03-23Add first proof-of-concept universal compiler driver framework basedAnton Korobeynikov