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