aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/TGValueTypes.cpp
AgeCommit message (Expand)Author
2012-10-11Remove extra semicolons.Chad Rosier
2012-10-10tblgen: Move mini Type hierarchy to LLVM-style RTTI.Sean Silva
2011-12-20Revert pragma clang suppressions that confuse GCC. (I'll worry about how to s...David Blaikie
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-04-23Remove unused STL header includes.Jay Foad
2009-08-12Add contexts to some of the MVT APIs. No functionality change yet, just the ...Owen Anderson
2009-08-10Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson
2009-07-03Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar
2008-11-04Give tablegen's Type a destructor, to suppress spuriousDan Gohman
2008-11-04Add some asserts to verify MVT invariant assumptions.Dan Gohman
2008-11-03Change how extended types are represented in MVTs. Instead of fiddlingDan Gohman